XDracam / unity-corelibrary

Collection of classes and extension methods that make life with Unity3D more comfortable
MIT License
15 stars 3 forks source link

LazySingleton has Editor Namespace Reference #20

Closed Eregerog closed 5 years ago

Eregerog commented 5 years ago

The LazySingleton script is using a namespace from the UnityEditor script, without the neccessary preprocessor directives, making games using CoreLibrary non-buildable!

XDracam commented 5 years ago

I wish I could setup continuous integration with the free version of unity so this won't happen. For now, just modify the code so that it works