You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every time I compile within visual studio, the console window prints out the following:
------ Build started: Project: Assembly-CSharp-Editor, Configuration: Debug Any CPU ------
C:\Code\MyProject\Assets\Editor\ResourceChecker.cs(970,10): info UNT0014: T is not a Unity Component
C:\Code\MyProject\Assets\Editor\ResourceChecker.cs(971,24): info UNT0014: T is not a Unity Component
========== Build: 2 succeeded or up-to-date, 0 failed, 0 skipped ==========
Is this normal?
The text was updated successfully, but these errors were encountered:
Every time I compile within visual studio, the console window prints out the following:
------ Build started: Project: Assembly-CSharp-Editor, Configuration: Debug Any CPU ------
C:\Code\MyProject\Assets\Editor\ResourceChecker.cs(970,10): info UNT0014: T is not a Unity Component
C:\Code\MyProject\Assets\Editor\ResourceChecker.cs(971,24): info UNT0014: T is not a Unity Component
========== Build: 2 succeeded or up-to-date, 0 failed, 0 skipped ==========
Is this normal?
The text was updated successfully, but these errors were encountered: