Skip to content

v1.2.0 release

Latest
Compare
Choose a tag to compare
@alisahanyalcin alisahanyalcin released this 11 May 08:28
· 2 commits to master since this release

When building, Conditional Compilation was added due to the errors it caused.
For more information about Conditional Compilation, you can visit here.

#if UNITY_EDITOR
    Debug.Log("Unity Editor");
#endif