squash commits
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 88f74d3e503a61848a77a29fb3b48f66
|
||||
folderAsset: yes
|
||||
timeCreated: 1488513735
|
||||
licenseType: Store
|
||||
DefaultImporter:
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
using UnityEngine;
|
||||
using UnityEditor;
|
||||
|
||||
namespace UMA.Integrations.PowerTools
|
||||
{
|
||||
[CustomEditor(typeof(UMALODConversionSet), isFallback = true)]
|
||||
public class UMALODConversionSetEditor : Editor
|
||||
{
|
||||
public override void OnInspectorGUI()
|
||||
{
|
||||
GUILayout.Label("Conversion Sets are used by the Power Tools LOD", EditorStyles.boldLabel);
|
||||
}
|
||||
}
|
||||
}
|
||||
+19
@@ -0,0 +1,19 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 1ea56fb9d1db03144af4cc2db0d65be1
|
||||
timeCreated: 1466111839
|
||||
licenseType: Store
|
||||
MonoImporter:
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 35611
|
||||
packageName: UMA 2
|
||||
packageVersion: 2.13
|
||||
assetPath: Assets/UMA/Core/Editor/Integrations/PowerToolsIntegration/UMALODConversionSetEditor.cs
|
||||
uploadId: 679826
|
||||
Reference in New Issue
Block a user