- Home /
Scripts missing from create assets menu
In a new project, I don't have the option of creating scripts. The assets->create sub-menu lists folder, prefab ... gui skin. No scripts, either c# or javascript. How do I get those back?
Answer by Bunny83 · May 11, 2012 at 08:35 PM
Maybe you managed to delete the template files? I have actually absolutely no idea what could even cause this. What Unity version do you use? The script / shader templates should be in a subfolder of your Unity installation path:
%Unity Installation path%\Editor\Data\Resources
Those files should be in this folder:
NewBehaviourScript.boo
NewBehaviourScript.cs
NewBehaviourScript.js
NewShader.shader
I guess reinstalling Unity should fix this, if not file a bug report in Unity (Help-->Report Bug).
Your answer
Follow this Question
Related Questions
completely lost noob 1 Answer
Script is not working 2 Answers
how to make it die and make it permanent(true)? 1 Answer
What has happened to Lightmapping? 2 Answers