ghorsington / CM3D2.YATranslator

Yet Another Translator -- Translation plug-in for CM3D2 remade from scratch
https://coder.horse/CM3D2.YATranslator
The Unlicense
28 stars 5 forks source link

Update level detecting #6

Closed ghorsington closed 6 years ago

ghorsington commented 6 years ago

Update level detection from the Unity's deprecated OnLevelWasLoaded.

Use SceneManager.sceneLoaded delegate instead.

ghorsington commented 6 years ago

OnLevelWasLoaded is still supported on Unity 5.6, while SceneManager.sceneLoaded is not supported on 5.4.

Thus won't fix until really needed.