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.

List Unity repositories

unity-canvas-visualizer

35
Stars
3
Forks
Watchers

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

102
Stars
9
Forks
Watchers

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

38
Stars
6
Forks
Watchers

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

587
Stars
40
Forks
Watchers

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

40
Stars
6
Forks
Watchers

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

48
Stars
4
Forks
Watchers

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

69
Stars
29
Forks
Watchers

Single player card game skeleton based on Reigns and Lapse

2D-Volumetric-Lighting

24
Stars
4
Forks
Watchers

A 2D volumetric lighting and shadowing solution for Unity

awesome-unity

6.4k
Stars
698
Forks
Watchers

A curated list of awesome Unity assets, resources, and more.

entitas-2d-roguelike

138
Stars
36
Forks
Watchers

Rewrite of the Unity 2D Roguelike example using the Entitas Entity Component System