-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Editor won't shows functions with parameters #1
Comments
If the signal previously had a no-parameter signal assigned, and you added Try this: mark the signal variable as [NonSerialized], return to the On Thursday, January 23, 2014, Carlos Correia [email protected]
|
On Thu, Jan 23, 2014 at 2:47 PM, UnityPatterns [email protected]:
I didn't use the [NonSerialized] attribute, instead I removed the signal Thank you for the tip. Carlos H. G. Correia CaiqueGaudium et Spes [Alegria e Esperança] |
Ah yes, that would achieve the same effect. Glad you got it! I haven't On Friday, January 24, 2014, Carlos Correia [email protected]
|
Hi,
I trying to use Signal with the last version of Unity but the editor is not showing my gameobject function when parameters are added to it. I followed the tutorial found at http://unitypatterns.com/resource/signals and my code is right, apparently. Any idea of whats can be happening?
The editor are showing the gameobject functions with no parameters and they are working fine.
Thanks
The text was updated successfully, but these errors were encountered: