Demo
Last updated
Last updated
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.
The main demo is about a "ball hero" who 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.
There is another demo, the legacy demo. This demo has been built entirely with version 1 of Binding System. This means it uses exclusively only custom scripts with Bind<T>
fields.
Check as well the "Scripts" folder to gain deeper knowledge on how to use the system. Those scripts are fully commented with reasons on how and why using the system.