-
Notifications
You must be signed in to change notification settings - Fork 445
Fixing #351 #395
Fixing #351 #395
Conversation
Hey @GalHorowitz thanks for participating and trying to fix this issue. Did you test this in other versions of unity yet? |
This was tested in the latest Unity beta. I will be able to test Unity 5.x later on today. |
I just realized Unity 2017.2 is no longer in Beta, it is the official release. 2017.3 is the Beta. Should I still verify Unity 5.x? |
Hey @GalHorowitz, |
I tested it on the following versions:
I did not encounter any issues in either. |
@StanleyGoldman Is there any other version I should test? |
Hey @GalHorowitz No it's okay, you've done great so far. |
Okay, I'm actually testing now...
|
Yea, this checks out... |
Unity is eventually going to remove the full UnityEngine DLL so this hopefully ensures we never have to worry about this codepath again
I've added some extra logic to ensure that when Unity eventually gets rid of the full UnityEngine.dll, we still work correctly and don't have to worry about this again. |
Applying shiena's code fixes #351.
Description of the Change
Apparently, you don't need to, and that's all you have to do.
Benefits
Solving #351