- Home /
Disabling scripts from compiling, but still shows in project pane?
Unity IDE: Is there a way to disable scripts from compiling, but still have them show in project pane?
(Rather than having to de-root them and put them in a folder/directory outside of Assets.)
Comment
Answer by Jaap Kreijkamp · Jan 01, 2011 at 07:02 AM
Add
#if false
at start of script and
#endif
at end of script
Your answer
Follow this Question
Related Questions
Disabling Scripts 1 Answer
Disable Scripts only works for one of the many 1 Answer
Browse where all scripts are relative to gameobject reference 0 Answers
disable a script 1 Answer
unity has not built recently and auto-build has been disabled 0 Answers