mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-26 04:39:51 -05:00
VRM10 VrmPreference を VRM に移動
This commit is contained in:
@@ -2,14 +2,14 @@ using UnityEngine;
|
||||
using UnityEditor;
|
||||
using System.Linq;
|
||||
|
||||
namespace UniVRM10
|
||||
namespace VRM
|
||||
{
|
||||
public static class VrmInfo
|
||||
{
|
||||
const string KEY_STOP_VRMASSETPOSTPROCESSOR = "StopVrmAssetPostProcessor";
|
||||
const string ASSETPOSTPROCESSOR_STOP_SYMBOL = "VRM_STOP_ASSETPOSTPROCESSOR";
|
||||
|
||||
[PreferenceItem("UniVRM")]
|
||||
[PreferenceItem("VRM0")]
|
||||
private static void OnPreferenceGUI()
|
||||
{
|
||||
EditorGUI.BeginChangeCheck();
|
||||
@@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 470e88d5a064e7b4f829ab5fa8449d6e
|
||||
guid: e5b8946e673f54a47bc28160002646b0
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
Reference in New Issue
Block a user