Page cover

Demo

To showcase the usage of the BindingSystem, there are a couple of demos available to play around. The examples in these scenes have only the purpose to demonstrate what can be achieved with Binding System.

To install the demos, select Binding System in Package Manager. Navigate to "Samples" section and proceed to import the samples you want.

Sample Installation

The main demo is about a "ball hero" which can shoot other balls. Each ball that is shot, may have a different mass, spin and other parameters. Most of the components used in this demo are documented and contain comments explaining definitions and usage.

Binding System Demo

There is another, simpler demo. This demo has been built entirely using only fields bound through the Inspector. This means it doesn't use a single custom script with Bind<T> fields. This demo is similar to the one shown in demo video, where you can check how components were bound.

Simple Bindings Demo

Last updated

Was this helpful?