Missing from Language
From Unify Community Wiki
(Difference between revisions)
Isaiah Kelly (Talk | contribs) m (added UnityScript notice) |
|||
Line 1: | Line 1: | ||
+ | {{UnityScript Notice}} | ||
+ | |||
structs | structs | ||
Line 36: | Line 38: | ||
*using | *using | ||
*volatile | *volatile | ||
+ | |||
+ | [[Category: JavaScript]] | ||
+ | [[Category: Legacy]] |
Latest revision as of 21:31, 21 November 2018
End of support for UnityScript Starting 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#. |
structs
interfaces
character literals
includes (different from imports)
[edit] C# keywords not in javascript
- const
- decimal
- delegate
- do
- explicit
- extern
- fixed
- goto
- implicit
- interface
- internal
- is
- lock
- namespace
- operator
- out
- params
- readonly
- ref
- sealed
- sizeof
- stackalloc
- struct
- unchecked
- unsafe
- using
- volatile