UniSiegenWiNeMe / AR-Instructions-Unity

Tool for creating and watching instructions on HoloLens
GNU General Public License v3.0
8 stars 4 forks source link

Possible NullPointer #44

Open FlorianJa opened 4 years ago

FlorianJa commented 4 years ago

GameObject.Find could return null. Handle missing reference in a different way (throw exception)

https://github.com/UniSiegenWiNeMe/AR-Instructions-Unity/blob/9c46850e7b3838819f4fda62eb9374f653ee1966/Assets/GUIManager.cs#L34-L37