mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-07 11:28:35 -05:00
Merge pull request #897 from ousttrue/fix/otherPermissionUrl
Fix/other permission url
This commit is contained in:
@@ -117,7 +117,7 @@ namespace VRM
|
||||
m_ViolentUssage = serializedObject.FindProperty(nameof(m_target.ViolentUssage));
|
||||
m_SexualUssage = serializedObject.FindProperty(nameof(m_target.SexualUssage));
|
||||
m_CommercialUssage = serializedObject.FindProperty(nameof(m_target.CommercialUssage));
|
||||
m_OtherPermissionUrl = serializedObject.FindProperty(nameof(m_target.OtherLicenseUrl));
|
||||
m_OtherPermissionUrl = serializedObject.FindProperty(nameof(m_target.OtherPermissionUrl));
|
||||
|
||||
m_LicenseType = serializedObject.FindProperty(nameof(m_target.LicenseType));
|
||||
m_OtherLicenseUrl = serializedObject.FindProperty(nameof(m_target.OtherLicenseUrl));
|
||||
@@ -223,7 +223,7 @@ namespace VRM
|
||||
RightFixedPropField(m_ViolentUssage, Msg(MessageKeys.VIOLENT_USAGE));
|
||||
RightFixedPropField(m_SexualUssage, Msg(MessageKeys.SEXUAL_USAGE));
|
||||
RightFixedPropField(m_CommercialUssage, Msg(MessageKeys.COMMERCIAL_USAGE));
|
||||
EditorGUILayout.PropertyField(m_OtherPermissionUrl, new GUIContent("Other License Url"));
|
||||
EditorGUILayout.PropertyField(m_OtherPermissionUrl, new GUIContent("Other Permission Url"));
|
||||
EditorGUIUtility.labelWidth = backup;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user