Hello dear friends,
as you know it is not possible to reference scene gameobjects etc to scriptable objects. i am trying to do this some how possible so i can acces the gameObjects components from my scriptable object. I made a custom script for my scriptable object and i am able to assign a gameobject from the scene to my scriptableobject now, however i would also like to display all the public methods on the gameobjects script. how could i do this possible and invoke one of these methods. thank you!