Hi,
I have two monobehavior which modifies the value of 1 parameter.
-
How do I know which monobehavior is called first?
-
Also is there away to prioritize a monobehavior over the other (let behavior 1 do something
before the other)? -
Is there away to explicitly block access to the parameter until I explicitly release the lock (the normal way to sync)?
Thanks.