bd_
6b5fc80167
fix: rename parameters hook interferes with menu installer references
2023-05-14 20:18:41 +09:00
bd_
a910fa5c05
Merge remote-tracking branch 'origin/main' into dev-merge
2023-04-15 18:16:07 +09:00
bd_
9dc44d8ccc
feat: add support for local-only parameters to Parameters component ( #275 )
...
* feat: add support for local parameters
* docs: update parameters docs
2023-04-15 17:06:35 +09:00
bd_
72f0154cb4
fix: direct blend parameters not being remapped ( #246 )
...
Closes : #245
2023-03-25 15:29:00 +09:00
bd_
d39e17a8f6
feat: add object-based menu system ( #218 )
...
This adds a GameObject/Component based menu editing system, heavily inspired by Hai's Expressions Menu Hierarchy editor (https://github.com/hai-vr/av3-expressions-menu-hierarchy-editor )
2023-03-04 14:15:27 +09:00
bd_
2f7e6ccd6f
fix: parameter drivers attached to state machines are not renamed properly ( #226 )
2023-02-25 17:53:15 +09:00
bd_
13e009b6fc
chore: fix incorrect parameters for certain errors
2023-02-08 22:33:48 +09:00
bd_
c2e6bb53cd
feat: Add error reporting UI
2023-02-08 22:19:10 +09:00
bd_
250e8be54c
fix: improve build performance by ~10x
...
CreateAsset, as it turns out, can be extremely slow, particularly when used on Mesh objects.
By adding our generated objects as sub-objects of a container AnimatorController, we can
minimize this overhead.
2023-01-05 21:30:44 +09:00
bd_
569275dcba
fix: NPE on null submenu reference
2023-01-02 16:44:37 +09:00
らいちちゃん
a361789c43
feat: add support for nested Menu Installer operation
...
With this change it is now possible for Menu Installer to specify as its target a menu installed by another Menu Installer, or a submenu thereof. This allows prefabs to inject extension entries into other prefab menus.
2023-01-01 23:42:54 -08:00
らいちちゃん
811c934f40
Added support for AnimatorOverrideController ( #139 )
2022-12-09 10:55:17 -08:00
bd_
2530588fe0
Fix animator cloning creating duplicate MonoScript objects ( #116 )
...
Closes : #115
2022-11-30 12:42:57 -08:00
bd_
ff313f33a9
Avoid exposing a bunch of internal APIs
2022-11-27 13:51:39 -08:00
bd_
7ed1593bda
Fix exception caused by nested MA Parameters using the same parameter name
2022-11-24 17:18:34 -08:00
bd_
8af7b0d5d6
Fix state machine outgoing transitions not being name-mangled
...
Closes : #93
2022-11-23 19:33:00 -08:00
bd_
999add24c9
Fix blend tree parameters not being remapped
...
Closes : #91
2022-11-19 19:12:23 -08:00
bd_
318599ae3d
The Big Rename
...
Closes : #84
2022-11-10 20:42:46 -08:00