- Home /
Unity 3.4 Script Templates
In the past versions of Unity I could change the files at: "/Editor/Data/Resources/", to give myself custom templates when I create a script.
This no longer appears to apply to Unity 3.4
Is anyone else having this problem? Is there a solution anyone has found?
Answer by Eric5h5 · Jul 31, 2011 at 05:36 AM
On OS X they're in Contents/Resources/ScriptTemplates. In previous versions, they were in Contents/Resources.
Ah same with windows, /Editor/Data/Resources/ScriptTemplates
I guess I didn't look hard enough, thanks!
Your answer

Follow this Question
Related Questions
Reading data from one script to another 0 Answers
Is there a "Lightweight Monobehaviour"? 1 Answer
Copy script data to another class when refactoring? 0 Answers
How to save data on iOS? 1 Answer
Editing Resources files at runtime? 1 Answer