金币:¥5.007年5个月8天23小时22分前
A tool to help the conversion from Unitysc ript -> C#
How to use
Before running the conversion tool:
Backup your project
Keep in mind that you'll have best results (i.e, a smoother conversion process) if your Unitysc ripts have #pragma strictapplied to them.
Launch Unity editor (preferably, 5.6x) and make sure you allow APIUpdater to run and update any obsolete API usages. This is necessary to avoid compilation errors during the conversion.
Next step is to run the application (Unitysc ript2CSharp.exe) passing the path to the project (-p) the Unity root installation folder (-u) and any additional assembly references (-r) used by the Unitysc ript sc ripts.
Example:
Unitysc ript2CSharp.exe -p m:\Work\Repo\4-0_AngryBots -u M:\Work\Repo\unity\build -r "m:\AngryBot Assemblies\Assembly-CSharp.dll" "m:\AngryBot Assemblies\Assembly-Unitysc ript.dll" -s UNITY_ANDROID,UNITY_EDITOR
7年5个月8天23小时22分前 下载(0)个