Get Started with Unity “Project Tiny”

Project Tiny is the preview package of Unity which can be use to create Instant games. From Unity version 2018.3 or higher has support for this feature. To start work with Project Tiny you should have a basic knowledge of TypeScript (from Project Tiny preview-0.16.1 C# is supported) and understanding about Unity’s new Entity Component System (ECS) because It uses a pure data-oriented ECS .

Read More