Allow any object to be an asset container:

- Asset containers are no longer restricted to the AnimatorController class when using the new GenericAssetContainer configuration field
- The asset container will not be used if it is not a persistent asset
This commit is contained in:
Haï~
2023-10-03 23:46:50 +02:00
parent 2f5ebee617
commit 1a559b6251
4 changed files with 16 additions and 7 deletions
+1
View File
@@ -18,6 +18,7 @@ Otherwise if you are **not** using VRChat, install it through the [Releases](htt
- [V1 Functions reference](https://docs.hai-vr.dev/docs/products/animator-as-code/functions/base)
- [VRChat reference](https://docs.hai-vr.dev/docs/products/animator-as-code/functions/vrchat)
- [VRChat (Destructive Workflow) reference](https://docs.hai-vr.dev/docs/products/animator-as-code/functions/vrchat-destructive)
- [Non-Destructive Modular Framework Processor reference](https://docs.hai-vr.dev/docs/products/animator-as-code/functions/ndmf-processor)
- [Modular Avatar As Code reference](https://docs.hai-vr.dev/docs/products/animator-as-code/functions/modular-avatar)
## Animator As Code V0