hey was curious if any of you guys have run into this/would know how to fix this.
it started when I was trying to serialize my dependent classes to be able to edit them in the inspector when I realized that this class wasn't letting me show any variables in the inspector for some reason. I made a bunch of test variables to see if any of them would show up and they don't.
The only thing I'm doing differently with this class than the others is I've created a custom editor for it, but I don't know how that would cause this.
I've tried serializing the class itself, reloading Unity, Rebuilding, toggling Debug mode a couple of times, I've ensured that the class on the object is in fact the class I'm referencing, All my test variables are public. I'm kind of out of ideas and trying to find a solution via google has been unhelpful.
I will provide a screenshot of the fields area of this class that I'm trying to get to show, as well as what this looks like in the inspector on an object.
let me know if you need any additional information.