mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-07 19:38:13 -05:00
編集可能に設定
This commit is contained in:
@@ -19,6 +19,7 @@ namespace VRM10.Settings
|
||||
public override void OnActivate(string searchContext, VisualElement rootElement)
|
||||
{
|
||||
var asset = Vrm10ProjectEditorSettings.instance;
|
||||
asset.hideFlags &= ~HideFlags.NotEditable;
|
||||
var assetObject = new SerializedObject(asset);
|
||||
|
||||
var contentElement = new VisualElement
|
||||
|
||||
Reference in New Issue
Block a user