When I run this, I get error converting object to string:
Compilation: 1 errors
<open "<0x100000011>|21|39">Script5.cs(21,39): error CS1503: Argument 1: cannot convert from 'object' to 'string'
This line, #12, is like gray in color, not sure if helps debug.
if(ARegistry.GetString(out string data, name, keyName)) Print(data); else Print("not found");
Compilation: 1 errors
<open "<0x100000011>|21|39">Script5.cs(21,39): error CS1503: Argument 1: cannot convert from 'object' to 'string'
This line, #12, is like gray in color, not sure if helps debug.
if(ARegistry.GetString(out string data, name, keyName)) Print(data); else Print("not found");