Steps to Reproduce
- Create a root state tree asset.
- Create a linked state tree asset.
- Create a float parameter on the linked state tree.
- Create a global task to use on the linked state tree.
- Add an input parameter on the global task with float type.
- In the linked state tree, bind the global task input parameter to the linked state tree float parameter.
- Create a new state in the root state tree and link it to the linked state tree asset.
- When the app is run, it will crash on entry to the linked state tree (assertion failure).
- Change the linked global task to use a parameter of type AiController instead of float.
- Bind the parameter to the AiController from the state tree context.
- The app can now be run without crashing.