Template:UnityScript Notice
From Unify Community Wiki
(Difference between revisions)
Isaiah Kelly (Talk | contribs) (Added new UnityScript Notice template to warn people about the ended support.) |
Isaiah Kelly (Talk | contribs) m |
||
Line 4: | Line 4: | ||
Starting with [https://blogs.unity3d.com/2018/07/10/2018-2-is-now-available/ Unity 2018.2], support for UnityScript (Unity's version of JavaScript) has ended. C# is now the only supported language going forward. You can learn more about the reasons for this change [https://blogs.unity3d.com/2017/08/11/unityscripts-long-ride-off-into-the-sunset/ here]. There is an official [https://github.com/Unity-Technologies/unityscript2csharp UnityScript-to-C# Automatic Conversion tool] to help those wanting to transition their UnityScript projects over to C#. | Starting with [https://blogs.unity3d.com/2018/07/10/2018-2-is-now-available/ Unity 2018.2], support for UnityScript (Unity's version of JavaScript) has ended. C# is now the only supported language going forward. You can learn more about the reasons for this change [https://blogs.unity3d.com/2017/08/11/unityscripts-long-ride-off-into-the-sunset/ here]. There is an official [https://github.com/Unity-Technologies/unityscript2csharp UnityScript-to-C# Automatic Conversion tool] to help those wanting to transition their UnityScript projects over to C#. | ||
− | |- | + | |- |
Revision as of 05:46, 14 November 2018
End of support for UnityScriptStarting with Unity 2018.2, support for UnityScript (Unity's version of JavaScript) has ended. C# is now the only supported language going forward. You can learn more about the reasons for this change here. There is an official UnityScript-to-C# Automatic Conversion tool to help those wanting to transition their UnityScript projects over to C#. |