Unity generates an XAML C# Visual Studio solution. With XAML C# solution generated you are able to use managed assemblies, such as UnityEngine.dll, Assembly-CSharp.dll, etc. with XAML code on top.
Unity will create files like resources, vcproj, xaml files. If you build a project on top of the same directory, these files will not be overwritten:
It is safe for you to modify these files, and if you want to revert to previous state, just remove the file, and build your project on top of the folder.
Note: Unity doesn’t modify solution and project files if they already exist on the disk. Visual Studio takes the whole Data folder, instead of individual files, so if new file is added to Data folder, it’s automatically picked.
Generated Visual Studio projects have three configurations: Debug, Release and Master. Debug configuration has various safety checks and runs slower, Release configuration removes all those checks, but leaves profiler enabled. Master configuration should be used for final build that you submit to Store.
If you see Development Build text on the lower left corner, it means the game was not build for submission. This text will be shown, if you select Development Build when building form Unity, or if you’ve build Debug or Release configuration.
• 2017–05–16 Page amended with no editorial review
Did you find this page useful? Please give it a rating:
Thanks for rating this page!
What kind of problem would you like to report?
Is something described here not working as you expect it to? It might be a Known Issue. Please check with the Issue Tracker at issuetracker.unity3d.com.
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
Provide more information