Samples
Shared Resources
This sample needs to be imported before importing any of the other samples.
Clock
Shows how to use the Clock class.
Generators
Shows how to use generators:
- 01_Simple: A few simple examples that can be run in the editor.
- 02_Code: More examples, including implementing your own generator in code.
- 03_ProceduralGeneration: An example that uses several generators to build a world.
Pool
Shows how to use the pool classes:
- 01_Simple: A simple pool setup
- 02_Benchmark: A setup that allows you to measure the performance of different pools
- 03_CustomPools: Code for custom pools.
Property Drawers
Shows how to use the property drawers classes.
Response Curve
Shows how to use response curves.
State Machine
Shows how to use the StateMachine<TLabel> class.
State Tracker
Shows how to use the StateTracker<TStateData> class.
Timed State Tracker
Shows how to use the TimedStateTracker<TStateData> class.