mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-04-24 23:18:04 -05:00
fix dwango to vrm-c
This commit is contained in:
parent
075e3da6b0
commit
78d9fad2fd
|
|
@ -170,13 +170,20 @@ namespace VRM
|
|||
bool m_foldoutPermission = true;
|
||||
bool m_foldoutDistribution = true;
|
||||
|
||||
const string RELEASE_URL = "https://github.com/vrm-c/UniVRM/releases";
|
||||
|
||||
public override void OnInspectorGUI()
|
||||
{
|
||||
serializedObject.Update();
|
||||
|
||||
if (VRMVersion.IsNewer(m_exporterVersion.stringValue))
|
||||
{
|
||||
EditorGUILayout.HelpBox("Check UniVRM new version. https://github.com/dwango/UniVRM/releases", MessageType.Warning);
|
||||
// モデルのバージョンが、ライブラリのバージョンより新しい
|
||||
EditorGUILayout.HelpBox("Check UniVRM new version.", MessageType.Warning);
|
||||
if (GUILayout.Button(RELEASE_URL))
|
||||
{
|
||||
Application.OpenURL(RELEASE_URL);
|
||||
}
|
||||
}
|
||||
|
||||
// texture
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user