modular-avatar/Editor/Inspector/Menu
Haï~ 3b067e4664
Make compatible with Unity 6 projects (#1232)
* Disable compilation for use in Unity 6 (6000.0.20f1):
- Do not compile some classes and code paths in non-VRChat projects.
- This has been tested in Unity 6 (6000.0.20f1).

* Fix hide internal components in Unity 6:
- [AddComponentMenu("")] does not work in Unity 6.
- Replace it with [AddComponentMenu("/")]
- This alternative is confirmed to also work in Unity 2022.

---------

Co-authored-by: Haï~ <hai-vr@users.noreply.github.com>
Co-authored-by: bd_ <bd_@nadena.dev>
2024-10-19 18:58:41 -07:00
..
AvMenuTreeView.cs chore: Wrap VRC dependencies and VRCAvatarDescriptors (#504) 2023-11-10 15:37:56 +09:00
AvMenuTreeView.cs.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
MAMenuItemInspector.cs chore: Wrap VRC dependencies and VRCAvatarDescriptors (#504) 2023-11-10 15:37:56 +09:00
MAMenuItemInspector.cs.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
MenuInstallerEditor.cs fix: "extract menu to objects" does not set the target of its menu group properly (#1304) 2024-10-19 17:46:39 -07:00
MenuInstallerEditor.cs.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
MenuInstallTargetEditor.cs chore: Wrap VRC dependencies and VRCAvatarDescriptors (#504) 2023-11-10 15:37:56 +09:00
MenuInstallTargetEditor.cs.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
MenuItemGUI.cs fix: issues when handling VRCExpressionMenus with an uninitialized type field (#1303) 2024-10-19 17:46:31 -07:00
MenuItemGUI.cs.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
MenuPreviewGUI.cs fix: non-backwards-compatible changes to component initial values (#1114) 2024-09-13 18:57:03 -07:00
MenuPreviewGUI.cs.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
ParameterField.cs fix: NRE from Menu Item UI when expression parameters is missing (#1022) 2024-08-19 18:43:57 -07:00
ParameterField.cs.meta chore: restructure repository to put package at top-level (#477) 2023-10-08 15:39:57 +09:00
ToggleCreatorShortcut.cs Make compatible with Unity 6 projects (#1232) 2024-10-19 18:58:41 -07:00
ToggleCreatorShortcut.cs.meta ui adjustments; added toggle creation shortcuts (#975) 2024-08-10 19:16:57 -07:00