Home > Net >  Unity3D vuforia project critical fault
Unity3D vuforia project critical fault

Time:09-23

Error 1 failed to find the type or namespace name "PostEffectsBase" (whether or not the lack of a using directive or assembly reference?) D: \ download software security directory, liuxi, Assets, Standard Assets \ Effects \ ImageEffects \ Scripts \ GlobalFog cs 9 23 Assembly - CSharp - firstpass is what reason!

CodePudding user response:

UnityEditor editor class under the UnityEditor namespace, so you need to using namespaces, you call
  • Related