Answers for "can't add an editor script"

C#
0

can't add an editor script

Unity has several reserved folder names, "Editor" is one of them
Remove the script from the "Editor" folder and you should be able
to attach it to a game object
Posted by: Guest on July-03-2020

Code answers related to "can't add an editor script"

C# Answers by Framework

Browse Popular Code Answers by Language