- Home /
Problem transfering C# scripts with subversion SVN
Hi, we've been having a problem lately with transfering scripts using the subversion SVN. We are usign Unity PRO, and we have no problem with comitting and updating the file itself; however, each time we update the project, the script is broken off from the in-scene objects it was attached to. The component remains, but is not linked to any script, instead beign refered to as a simple monoscript. Does anyone know why this could be happening?
Answer by Statement · Mar 15, 2011 at 06:00 PM
Make sure you've read, understood and followed Using External Version Control Systems with Unity. It sounds to me you haven't committed the meta files associated. You must also enable external version control in unity for it to generate these files.
- You must commit the meta files.
The meta file of each script has been commited and added to the folder where each script is kept
Your answer

Follow this Question
Related Questions
Version Control Integration 1 Answer
How do I check in user-defined tags using subversion? 1 Answer
Subversion not available? 0 Answers
Adding "InspectorExpandedItems" to svn ignore list 1 Answer
SmartMerge with TortoiseSVN 1 Answer