FAQ
Can I use C# instead of TypeScript?
No. All runtime scripts must be written in TypeScript. TypeScript is what lets you live-update your game. However, you can write C# editor scripts.
Can I write shaders for my game?
Yes, shaders are supported. We recommend keeping mobile performance in mind while writing your shaders.
Last updated