Answers for "can't add script behaviour applicationquit because it is an editor script. to attach a script it needs to be outside the 'editor' folder"

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 script behaviour applicationquit because it is an editor script. to attach a script it needs to be outside the 'editor' folder"

C# Answers by Framework

Browse Popular Code Answers by Language