-
Notifications
You must be signed in to change notification settings - Fork 168
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
Switch to Unity 5.3 methods #2
base: master
Are you sure you want to change the base?
Conversation
…ecated since unity 5.3, FIX some comment typos
Hi. Johannes. Thanks for Commits |
Sadly they won't :( |
In fact, I'd love to see theses changes in repository. Since 5.3 is currently the main stream version, you can expect more and more users bump into this problem. As a matter of fact, our next product will ship with 5.3. I'd like to suggest that you can put a tag to current commit then state in readme for people want to use it in older version. Thanks for making such a great tool. |
Thanks for encouraging to take my pull request. I think it still should not be included unless somebody integrates platform dependent compilation (http://docs.unity3d.com/Manual/PlatformDependentCompilation.html) to support older unity versions as well. The old methods are deprecated, but are still accessible. I also think it would be an important step to move uGUI to have less performance issues and ultimately get a better UI. |
In progress... |
done. Thanks for useful commit. |
I would suggest to add : This will force Unity to not display any obsolete warning that might come around in the editor for those 2 scripts. |
This will work if you are using latest unity version, but will not for old version |
Any news about that PR ? It would be nice to remove all those notices :) |
This pull request is getting old. The fixes for the typos should be merged. Not sure if this project is still maintained, but this pull request should be updated or closed. |
Switch to SceneManager methods, because other methods are deprecated since unity 5.3, FIX some comment typos
I think this is the next step to keep this repository up to date.