Real Serious Games

Results 11 repositories owned by Real Serious Games

Unity-Weld

479
Stars
78
Forks
Watchers

MVVM-style data-binding system for Unity.

C-Sharp-Promise

1.2k
Stars
148
Forks
Watchers

Promises library for C# for management of asynchronous operations.

Unity-Scene-Query

84
Stars
10
Forks
Watchers

A library to traverse and query the Unity scene to find particular objects, uses something similar to CSS selectors to identify game objects.

Factory

66
Stars
9
Forks
Watchers

Factory for object creation and dependency injection. Works with normal C# apps or under Unity3d

RSG.UnityApp

22
Stars
4
Forks
Watchers

Collection or RSG Utilities for Unity3D development.

Unity-Android-Plugin-Example

75
Stars
32
Forks
Watchers

A simple example of an Android specific plugin for Unity3d

Unity-Async-and-Promises

19
Stars
2
Forks
Watchers

Examples of async operations in Unity using promises

Unity-Dependency-Injection-Example

26
Stars
4
Forks
Watchers

An example that shows how simple Unity scene-based dependency injection can be.

Unity-Editor-UI

65
Stars
13
Forks
Watchers

A wrapper around the Unity editor GUI system for constructing editor windows using a fluent API instead of Unity's `OnGUI` functions.