Updates:
---------------------------------------------
1. added a time update per frame
Usage:
in shader, add _CustomTime property.
in property json file, add exactly as below
Code:
{
"name": "_CustomTime",
"displayName": "Custom Time",
"type": "time"
},
The plugin will update a delta time value every frame to this property in the shader. It wraps around every 2 seconds.
2. added slider for render queue adjustment for CUA (for person and clothing, use the one in material tab)
3. added support for var version look up. Now it always tries to find the latest var referenced if the exact version is not present.
4.
bone position update per frame. NOT READY TO BE USED YET.
Fixes
---------------------------------------------
1. fixed issue where toggle properties are not getting restored