Fixing issue where the Object Manipulation example fails in Unity 2018.3#501
Fixing issue where the Object Manipulation example fails in Unity 2018.3#501small-potatoes wants to merge 1 commit into
Conversation
|
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for all the commit author(s) or Co-authors. If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. Googlers can find more info about SignCLA and this PR by following this link. |
6ea06ba to
e3a518c
Compare
|
Run again. |
…8.3 due to the order of calls to OnEnable and OnAwake (1) being different than previous versions of the editor and (2) exposing an initialization bug in ManipulationSystem.cs. This commit refactors ManipulationSystem.cs to allow access to static member ManipulationSystem.Instance before any calls to non-static member Awake.
e3a518c to
0d6bcd3
Compare
|
CLAs look good, thanks! Googlers can find more info about SignCLA and this PR by following this link. |
|
Fixes #502 |
Fixing issue where the Object Manipulation example fails in Unity 2018.3 due to the order of calls to OnEnable and OnAwake (1) being different than previous versions of the editor and (2) exposing an initialization bug in ManipulationSystem.cs. This commit refactors ManipulationSystem.cs to allow access to static member ManipulationSystem.Instance before any calls to non-static member Awake.