|
i have a script on one object, the script is called "Manager" then another script on another object to instantiate. but it doesn't seem to work :/ any ideas? thanks
(comments are locked)
|
|
A static game object? Just search and find the object. Here I assume the GO is named Share:
(comments are locked)
|

i'll add the object with the second script is instantiated at runtime itself and the "share" object is in the scene from the start as is the object containing the first script
thanks
check for null 'Manager.share' before instantiating.
and... what does it mean - 'doesn't see to work'?
how are you calling the Instantiate? is that inside a function?