Unity topic
Unity is a game development platform used to build high-quality 3D/2D games that can deployed across mobile, desktop, VR/AR, consoles, or the web.
unity-canvas-visualizer
The canvas visualizer is an editor util that helps you visualise all of your rectangle transforms within your canvas for easier navigation and building while working on your user interface.
unity-entity-component-system
A better approach to game design that allows you to concentrate on the actual problems you are solving: the data and behavior that make up your game. By moving from object-oriented to data-oriented de...
unity-promises
Promises provide a simpler alternative for executing, composing, and managing asynchronous operations when compared to traditional callback-based approaches. They also allow you to handle asynchronous...
unity-tweens
An extremely light weight, extendable and customisable tweening engine made for strictly typed script-based animations for user-interfaces and world-space objects optimised for all platforms.
unity-web-requests
The WebRequest API provides an easy interface for accessing the HTTP pipeline by implementing a Request model that provides an easy, await-able and extendable way to fetch resources asynchronously acr...
unity-web-sockets
Unity Web Sockets provides a wrapper for using Web Sockets, an advanced technology that allows real-time interactive communication between the client browser and a server. It uses a completely differe...
deckswipe
Single player card game skeleton based on Reigns and Lapse
2D-Volumetric-Lighting
A 2D volumetric lighting and shadowing solution for Unity
awesome-unity
A curated list of awesome Unity assets, resources, and more.
entitas-2d-roguelike
Rewrite of the Unity 2D Roguelike example using the Entitas Entity Component System