mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-04-24 15:08:02 -05:00
fix UI. Experimental
This commit is contained in:
parent
32b728bd05
commit
784b8ba993
|
|
@ -19,6 +19,7 @@ namespace UniGLTF
|
|||
public ScriptedImporterAxes m_reverseAxis = default;
|
||||
|
||||
[SerializeField]
|
||||
[Header("Experimental")]
|
||||
public RenderPipelineTypes m_renderPipeline;
|
||||
|
||||
static IMaterialDescriptorGenerator GetMaterialGenerator(RenderPipelineTypes renderPipeline)
|
||||
|
|
|
|||
|
|
@ -104,7 +104,8 @@ namespace UniVRM10
|
|||
EditorGUILayout.HelpBox(m_result.Message, MessageType.Info);
|
||||
{
|
||||
serializedObject.Update();
|
||||
EditorGUILayout.PropertyField(serializedObject.FindProperty("UseUrp"));
|
||||
EditorGUILayout.HelpBox("Experimental", MessageType.Warning);
|
||||
EditorGUILayout.PropertyField(serializedObject.FindProperty(nameof(VrmScriptedImporter.RenderPipeline)));
|
||||
serializedObject.ApplyModifiedProperties();
|
||||
}
|
||||
ApplyRevertGUI();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user