unityspy icon indicating copy to clipboard operation
unityspy copied to clipboard

Access non-static game state

Open ghost opened this issue 5 years ago • 0 comments

The game that I'm trying to get state out of stores state on a script mounted on a GameObject.

Is there any way to get this data? There are no static references to that GameObject, and there are no static instances of the state class.

I know that Cheat Engine has functionality to find instances of an object. Could that be implemented here? (I don't know much about Assemblies.)

ghost avatar Jul 07 '20 09:07 ghost