Can a non-pro user serialize their assets to text instead of binary?
Unity 3.5 supposedly has text-based serialization, according to the release notes, under major features ([here][1]):> *Text-based scene and prefab format can be used for improving team workflows....
View ArticleScript Execution Order library
I'm using an external version control (SVN) for my project, as I'm working along with other people. I have set a script execution order, but I'm not sure which asset I have to add to my repository. The...
View ArticleDevelopment Environment
Hello,I'm beginning with Unity and I have a question about development environment. I'm used to work with Visual Studio and SourceSafe or SVN at work. Is there an integrated tool or a reference tool to...
View ArticleVersion Control Integration
Hello, we have been looking into integrating SVN or Perforce into Unity. We noticed that this has been mentioned in the 2011 road map (http://blogs.unity3d.com/2011/06/16/unity-roadmap-2011/). Has...
View ArticleBest practices: Using Repository for Unity Projects
Problem: List of files and folders to be versioned to provide best use of the repository. The scripts are definitely the prime target and needs to be versioned and Mono Editor provides an in-built...
View ArticleSubversion not available?
Hello I have tried using a SVN repository however the "Subversion" repository type never appear in my scroll down menu. I have created a repository using TortoiseSVN, and also tried the following...
View ArticleUnity 3.5 SVN and ProjectSettings.asset
I have Unity set to external source control and am using SVN. Everything works fine with one exception: The ProjectSettings/ProjectSettings.asset file changes every time I even just open the project....
View ArticleUnity Free works fine with Unity Pro?
Hi guys, so im working with my friend on a project for school, i have Unity Free and he the Unity Pro, sometimes when i do a change in the project, the frame rate go down (Before: 60fps - After:...
View ArticleUnity Free + SVN + Library folder problem
Hi, I'm in a project with unity free with SVN and I have a problem with the Library folder that the Unity generate. In the project we have 3 groups of development working and we have a issue with the...
View ArticleSVN and prefabsconflicts
Hi, I have been using svn for 2 weeks for unity and there is something I don't understand. Sometimes you make changes to the scene, etc... that produce modifications on the meta file of a prefab and...
View ArticleMissing files in Xcode
I'm working with an SVN repository for my Unity project, following these instructions: http://docs.unity3d.com/Manual/ExternalVersionControlSystemSupport.html At first, I did a checkout at...
View ArticleHow to deal with multiple users working on one scene?
We have large scenes in our projects, with multiple developers working on the same scene, which is a nightmare when it comes to (svn) merging. Is there a recommended solution how to deal with that...
View ArticleSmartMerge with TortoiseSVN
Hi, I'm trying to figure out how to configure [SmartMerge][1] to work with [TortoiseSVN][2]. I use SVN to version control my projects with visible meta files. I tried changing the TortoiseSVN advanced...
View ArticleShould we stick with the Asset Server?
We are a small team (5 people) with multiple projects. So far we have been using the Asset Server with only a few hickups - however, as the amount of projects increases, the ease of fixing weird...
View ArticleHow to downgrade from Unity 5.2 to 5.1?
So my team told me to download Unity 5 but they didn't specify which version, 5.1 or 5.2. I decided to go with 5.2. Now I oppened the project in 5.2 and some classes work in 5.1 but not in 5.2. This...
View Article.meta files not updating - SVN problem
I have a problem where one of the team members **changes prefab`s** sprite reference in it`s script, then saves the scene, saves the project. We look at **.prefab file and it updates properly**....
View ArticleExport Unity Asset Server Commit Log History
I need a way to export commit logs with date/time over a long period of time. It does not really matter what the export format is. I've seen older discussion threads / questions which remained...
View ArticleSVN and missing materials/meshes and so on...
Hello! We are using SVN for work in team and we have some issues like: we make "Commit" and another member of our team make "Update" and on his PC there are no references between model and materials or...
View ArticleUnity Cloud Build - "Error: Failed to check out" for iOS build with SVN...
Hi! I'm trying to make a build for iOS using Unity Cloud Build but I always receive the following messages! 1: Running Prebuild steps 2: Removing bvr 3: Successfully uninstalled bvr-0.2.47 4: Building...
View ArticleUnity Cloud Build: timeout while downloading repo
Hello, we are testing Unity Cloud build with a locally hosted svn repository. Unity Cloud build gets part way through downloading our source but then seemingly times out on a large file (300 MB) with...
View Article