I’m converting some stuff over to C# from JS and it’s going pretty well, but I have run into an issue. With JS it seems if a new class is defined and instanced, the public vars for that class are shown in the Inspector with the name of the class instance. There’s also an arrow next to it that reveals the public vars for it after you click it. How do I do this in C#?
With C# the instance name isn’t shown in the Inspector, just public vars from the class the file is named after. I don’t see how I can get at the other class properties from the Inspector at all. ![]()
Thanks a lot for any input!
-d