Home > other >  Unity importing NGUI error
Unity importing NGUI error

Time:09-19

Error:
Assets/NGUI/Scripts/Internal/NGUITools cs (1873, 5) : error CS0103: The name ` Profiler 'does not exist in The current context
Please kind greatly solutions how to solve this problem

CodePudding user response:

Unity version is too new

CodePudding user response:


Suggest to switch to UGUI, after all, it is 2017 years

CodePudding user response:

Change the version of the ngui

CodePudding user response:

Add a namespace name (using UnityEngine. Profiling;)

CodePudding user response:

Unity is not updated automatically unless you yes NGUI is too old
  • Related