com.elestrago.unity.entitas-redux 3.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +354 -0
- package/CHANGELOG.md.meta +7 -0
- package/Docs/EntitasReduxAPI.chm +0 -0
- package/Docs/EntitasReduxAPI.chm.meta +7 -0
- package/Docs/Images/portrait.png +0 -0
- package/Docs/Images/portrait.png.meta +91 -0
- package/Docs/Images/social_share_image.png +0 -0
- package/Docs/Images/social_share_image.png.meta +91 -0
- package/Docs/Images.meta +8 -0
- package/Docs.meta +8 -0
- package/LICENSE.md +21 -0
- package/LICENSE.md.meta +7 -0
- package/Licenses/LICENSE.txt +21 -0
- package/Licenses/LICENSE.txt.meta +7 -0
- package/Licenses/SCHMID_LICENSE.txt +22 -0
- package/Licenses/SCHMID_LICENSE.txt.meta +7 -0
- package/Licenses.meta +8 -0
- package/Plugins/EntitasRedux.Command.Generator.dll +0 -0
- package/Plugins/EntitasRedux.Command.Generator.dll.meta +89 -0
- package/Plugins/EntitasRedux.Core.Generator.dll +0 -0
- package/Plugins/EntitasRedux.Core.Generator.dll.meta +89 -0
- package/Plugins/EntitasRedux.Core.Libs.dll +0 -0
- package/Plugins/EntitasRedux.Core.Libs.dll.meta +75 -0
- package/Plugins/EntitasRedux.Core.dll +0 -0
- package/Plugins/EntitasRedux.Core.dll.meta +75 -0
- package/Plugins.meta +8 -0
- package/README.md +106 -0
- package/README.md.meta +7 -0
- package/Scripts/AssemblyInfo.cs +39 -0
- package/Scripts/AssemblyInfo.cs.meta +11 -0
- package/Scripts/Blueprints/AssemblyInfo.cs +39 -0
- package/Scripts/Blueprints/AssemblyInfo.cs.meta +11 -0
- package/Scripts/Blueprints/BlueprintBase.cs +66 -0
- package/Scripts/Blueprints/BlueprintBase.cs.meta +11 -0
- package/Scripts/Blueprints/BlueprintBehaviourBase.cs +63 -0
- package/Scripts/Blueprints/BlueprintBehaviourBase.cs.meta +11 -0
- package/Scripts/Blueprints/Editor/AssemblyInfo.cs +35 -0
- package/Scripts/Blueprints/Editor/AssemblyInfo.cs.meta +11 -0
- package/Scripts/Blueprints/Editor/BlueprintBaseInspector.cs +67 -0
- package/Scripts/Blueprints/Editor/BlueprintBaseInspector.cs.meta +11 -0
- package/Scripts/Blueprints/Editor/BlueprintBehaviourBaseInspector.cs +67 -0
- package/Scripts/Blueprints/Editor/BlueprintBehaviourBaseInspector.cs.meta +11 -0
- package/Scripts/Blueprints/Editor/BlueprintInspector.cs +268 -0
- package/Scripts/Blueprints/Editor/BlueprintInspector.cs.meta +11 -0
- package/Scripts/Blueprints/Editor/EntitasRedux.Blueprints.Editor.asmdef +20 -0
- package/Scripts/Blueprints/Editor/EntitasRedux.Blueprints.Editor.asmdef.meta +7 -0
- package/Scripts/Blueprints/Editor.meta +8 -0
- package/Scripts/Blueprints/EntitasRedux.Blueprints.asmdef +15 -0
- package/Scripts/Blueprints/EntitasRedux.Blueprints.asmdef.meta +7 -0
- package/Scripts/Blueprints.meta +8 -0
- package/Scripts/Core/Utils/UnsubscribeEvent.cs +20 -0
- package/Scripts/Core/Utils/UnsubscribeEvent.cs.meta +3 -0
- package/Scripts/Core/Utils/UnsubscribeEventExtensions.cs +13 -0
- package/Scripts/Core/Utils/UnsubscribeEventExtensions.cs.meta +3 -0
- package/Scripts/Core/Utils.meta +3 -0
- package/Scripts/Core/View/IEntityHashHolder.cs +7 -0
- package/Scripts/Core/View/IEntityHashHolder.cs.meta +3 -0
- package/Scripts/Core/View/ILinkable.cs +9 -0
- package/Scripts/Core/View/ILinkable.cs.meta +3 -0
- package/Scripts/Core/View/Impls/EntityHashHolder.cs +11 -0
- package/Scripts/Core/View/Impls/EntityHashHolder.cs.meta +3 -0
- package/Scripts/Core/View/Impls/LinkableView.Editor.cs +41 -0
- package/Scripts/Core/View/Impls/LinkableView.Editor.cs.meta +3 -0
- package/Scripts/Core/View/Impls/LinkableView.cs +99 -0
- package/Scripts/Core/View/Impls/LinkableView.cs.meta +3 -0
- package/Scripts/Core/View/Impls.meta +3 -0
- package/Scripts/Core/View.meta +3 -0
- package/Scripts/Core.meta +8 -0
- package/Scripts/Editor/AssemblyInfo.cs +39 -0
- package/Scripts/Editor/AssemblyInfo.cs.meta +11 -0
- package/Scripts/Editor/CreateScriptMenuItems.cs +89 -0
- package/Scripts/Editor/CreateScriptMenuItems.cs.meta +11 -0
- package/Scripts/Editor/EntitasRedux.Editor.asmdef +18 -0
- package/Scripts/Editor/EntitasRedux.Editor.asmdef.meta +7 -0
- package/Scripts/Editor/EntitasReduxStyles.cs +65 -0
- package/Scripts/Editor/EntitasReduxStyles.cs.meta +11 -0
- package/Scripts/Editor/Extensions/ColorExtensions.cs +50 -0
- package/Scripts/Editor/Extensions/ColorExtensions.cs.meta +11 -0
- package/Scripts/Editor/Extensions/PublicMemberInfoExtensions.cs +60 -0
- package/Scripts/Editor/Extensions/PublicMemberInfoExtensions.cs.meta +11 -0
- package/Scripts/Editor/Extensions/SerializationTypeExtensions.cs +124 -0
- package/Scripts/Editor/Extensions/SerializationTypeExtensions.cs.meta +11 -0
- package/Scripts/Editor/Extensions/StringExtensions.cs +141 -0
- package/Scripts/Editor/Extensions/StringExtensions.cs.meta +11 -0
- package/Scripts/Editor/Extensions/TypeExtensions.cs +216 -0
- package/Scripts/Editor/Extensions/TypeExtensions.cs.meta +11 -0
- package/Scripts/Editor/Extensions.meta +8 -0
- package/Scripts/Editor/Images/EntitasContextErrorHierarchyIcon.png +0 -0
- package/Scripts/Editor/Images/EntitasContextErrorHierarchyIcon.png.meta +93 -0
- package/Scripts/Editor/Images/EntitasContextHierarchyIcon.png +0 -0
- package/Scripts/Editor/Images/EntitasContextHierarchyIcon.png.meta +93 -0
- package/Scripts/Editor/Images/EntitasEntityErrorHierarchyIcon.png +0 -0
- package/Scripts/Editor/Images/EntitasEntityErrorHierarchyIcon.png.meta +93 -0
- package/Scripts/Editor/Images/EntitasEntityHierarchyIcon.png +0 -0
- package/Scripts/Editor/Images/EntitasEntityHierarchyIcon.png.meta +93 -0
- package/Scripts/Editor/Images/EntitasEntityLinkHierarchyIcon.png +0 -0
- package/Scripts/Editor/Images/EntitasEntityLinkHierarchyIcon.png.meta +93 -0
- package/Scripts/Editor/Images/EntitasEntityLinkWarnHierarchyIcon.png +0 -0
- package/Scripts/Editor/Images/EntitasEntityLinkWarnHierarchyIcon.png.meta +93 -0
- package/Scripts/Editor/Images/EntitasHeader.png +0 -0
- package/Scripts/Editor/Images/EntitasHeader.png.meta +93 -0
- package/Scripts/Editor/Images/EntitasSystemsHierarchyIcon.png +0 -0
- package/Scripts/Editor/Images/EntitasSystemsHierarchyIcon.png.meta +93 -0
- package/Scripts/Editor/Images/EntitasSystemsWarnHierarchyIcon.png +0 -0
- package/Scripts/Editor/Images/EntitasSystemsWarnHierarchyIcon.png.meta +93 -0
- package/Scripts/Editor/Images.meta +8 -0
- package/Scripts/Editor/Inspector/DefaultInstanceCreator/DefaultArrayCreator.cs +43 -0
- package/Scripts/Editor/Inspector/DefaultInstanceCreator/DefaultArrayCreator.cs.meta +11 -0
- package/Scripts/Editor/Inspector/DefaultInstanceCreator/DefaultStringCreator.cs +42 -0
- package/Scripts/Editor/Inspector/DefaultInstanceCreator/DefaultStringCreator.cs.meta +11 -0
- package/Scripts/Editor/Inspector/DefaultInstanceCreator/IDefaultInstanceCreator.cs +36 -0
- package/Scripts/Editor/Inspector/DefaultInstanceCreator/IDefaultInstanceCreator.cs.meta +11 -0
- package/Scripts/Editor/Inspector/DefaultInstanceCreator.meta +8 -0
- package/Scripts/Editor/Inspector/Entity/EntityDrawer.cs +927 -0
- package/Scripts/Editor/Inspector/Entity/EntityDrawer.cs.meta +11 -0
- package/Scripts/Editor/Inspector/Entity/EntityInspector.cs +57 -0
- package/Scripts/Editor/Inspector/Entity/EntityInspector.cs.meta +11 -0
- package/Scripts/Editor/Inspector/Entity.meta +8 -0
- package/Scripts/Editor/Inspector/IComponentDrawer.cs +36 -0
- package/Scripts/Editor/Inspector/IComponentDrawer.cs.meta +11 -0
- package/Scripts/Editor/Inspector/TypeDrawer/AnimationCurveTypeDrawer.cs +44 -0
- package/Scripts/Editor/Inspector/TypeDrawer/AnimationCurveTypeDrawer.cs.meta +11 -0
- package/Scripts/Editor/Inspector/TypeDrawer/ArrayTypeDrawer.cs +282 -0
- package/Scripts/Editor/Inspector/TypeDrawer/ArrayTypeDrawer.cs.meta +11 -0
- package/Scripts/Editor/Inspector/TypeDrawer/BoolTypeDrawer.cs +43 -0
- package/Scripts/Editor/Inspector/TypeDrawer/BoolTypeDrawer.cs.meta +11 -0
- package/Scripts/Editor/Inspector/TypeDrawer/BoundsTypeDrawer.cs +44 -0
- package/Scripts/Editor/Inspector/TypeDrawer/BoundsTypeDrawer.cs.meta +11 -0
- package/Scripts/Editor/Inspector/TypeDrawer/CharTypeDrawer.cs +44 -0
- package/Scripts/Editor/Inspector/TypeDrawer/CharTypeDrawer.cs.meta +11 -0
- package/Scripts/Editor/Inspector/TypeDrawer/ColorTypeDrawer.cs +44 -0
- package/Scripts/Editor/Inspector/TypeDrawer/ColorTypeDrawer.cs.meta +11 -0
- package/Scripts/Editor/Inspector/TypeDrawer/DateTimeTypeDrawer.cs +49 -0
- package/Scripts/Editor/Inspector/TypeDrawer/DateTimeTypeDrawer.cs.meta +11 -0
- package/Scripts/Editor/Inspector/TypeDrawer/DictionaryTypeDrawer.cs +131 -0
- package/Scripts/Editor/Inspector/TypeDrawer/DictionaryTypeDrawer.cs.meta +11 -0
- package/Scripts/Editor/Inspector/TypeDrawer/DoubleTypeDrawer.cs +43 -0
- package/Scripts/Editor/Inspector/TypeDrawer/DoubleTypeDrawer.cs.meta +11 -0
- package/Scripts/Editor/Inspector/TypeDrawer/EnumTypeDrawer.cs +48 -0
- package/Scripts/Editor/Inspector/TypeDrawer/EnumTypeDrawer.cs.meta +11 -0
- package/Scripts/Editor/Inspector/TypeDrawer/FloatTypeDrawer.cs +43 -0
- package/Scripts/Editor/Inspector/TypeDrawer/FloatTypeDrawer.cs.meta +11 -0
- package/Scripts/Editor/Inspector/TypeDrawer/HashSetTypeDrawer.cs +124 -0
- package/Scripts/Editor/Inspector/TypeDrawer/HashSetTypeDrawer.cs.meta +11 -0
- package/Scripts/Editor/Inspector/TypeDrawer/ITypeDrawer.cs +36 -0
- package/Scripts/Editor/Inspector/TypeDrawer/ITypeDrawer.cs.meta +11 -0
- package/Scripts/Editor/Inspector/TypeDrawer/IntTypeDrawer.cs +43 -0
- package/Scripts/Editor/Inspector/TypeDrawer/IntTypeDrawer.cs.meta +11 -0
- package/Scripts/Editor/Inspector/TypeDrawer/ListTypeDrawer.cs +163 -0
- package/Scripts/Editor/Inspector/TypeDrawer/ListTypeDrawer.cs.meta +11 -0
- package/Scripts/Editor/Inspector/TypeDrawer/RectTypeDrawer.cs +44 -0
- package/Scripts/Editor/Inspector/TypeDrawer/RectTypeDrawer.cs.meta +11 -0
- package/Scripts/Editor/Inspector/TypeDrawer/StringTypeDrawer.cs +43 -0
- package/Scripts/Editor/Inspector/TypeDrawer/StringTypeDrawer.cs.meta +11 -0
- package/Scripts/Editor/Inspector/TypeDrawer/UnityObjectTypeDrawer.cs +49 -0
- package/Scripts/Editor/Inspector/TypeDrawer/UnityObjectTypeDrawer.cs.meta +11 -0
- package/Scripts/Editor/Inspector/TypeDrawer/Vector2TypeDrawer.cs +44 -0
- package/Scripts/Editor/Inspector/TypeDrawer/Vector2TypeDrawer.cs.meta +11 -0
- package/Scripts/Editor/Inspector/TypeDrawer/Vector3TypeDrawer.cs +44 -0
- package/Scripts/Editor/Inspector/TypeDrawer/Vector3TypeDrawer.cs.meta +11 -0
- package/Scripts/Editor/Inspector/TypeDrawer/Vector4TypeDrawer.cs +44 -0
- package/Scripts/Editor/Inspector/TypeDrawer/Vector4TypeDrawer.cs.meta +11 -0
- package/Scripts/Editor/Inspector/TypeDrawer.meta +8 -0
- package/Scripts/Editor/Inspector.meta +8 -0
- package/Scripts/Editor/MenuItems.cs +84 -0
- package/Scripts/Editor/MenuItems.cs.meta +11 -0
- package/Scripts/Editor/PlayModeHelper.cs +75 -0
- package/Scripts/Editor/PlayModeHelper.cs.meta +11 -0
- package/Scripts/Editor/Reflection/AttributeInfo.cs +44 -0
- package/Scripts/Editor/Reflection/AttributeInfo.cs.meta +11 -0
- package/Scripts/Editor/Reflection/PublicMemberInfo.cs +95 -0
- package/Scripts/Editor/Reflection/PublicMemberInfo.cs.meta +11 -0
- package/Scripts/Editor/Reflection.meta +8 -0
- package/Scripts/Editor/ScriptTemplates/CleanupSystem.txt +15 -0
- package/Scripts/Editor/ScriptTemplates/CleanupSystem.txt.meta +7 -0
- package/Scripts/Editor/ScriptTemplates/Component.txt +9 -0
- package/Scripts/Editor/ScriptTemplates/Component.txt.meta +7 -0
- package/Scripts/Editor/ScriptTemplates/FixedUpdateSystem.txt +15 -0
- package/Scripts/Editor/ScriptTemplates/FixedUpdateSystem.txt.meta +7 -0
- package/Scripts/Editor/ScriptTemplates/InitializeSystem.txt +15 -0
- package/Scripts/Editor/ScriptTemplates/InitializeSystem.txt.meta +7 -0
- package/Scripts/Editor/ScriptTemplates/LateUpdateSystem.txt +15 -0
- package/Scripts/Editor/ScriptTemplates/LateUpdateSystem.txt.meta +7 -0
- package/Scripts/Editor/ScriptTemplates/ReactiveSystem.txt +39 -0
- package/Scripts/Editor/ScriptTemplates/ReactiveSystem.txt.meta +7 -0
- package/Scripts/Editor/ScriptTemplates/UpdateSystem.txt +15 -0
- package/Scripts/Editor/ScriptTemplates/UpdateSystem.txt.meta +7 -0
- package/Scripts/Editor/ScriptTemplates.meta +8 -0
- package/Scripts/Editor/Tools/ColorTools.cs +59 -0
- package/Scripts/Editor/Tools/ColorTools.cs.meta +11 -0
- package/Scripts/Editor/Tools/EditorGUILayoutTools.cs +242 -0
- package/Scripts/Editor/Tools/EditorGUILayoutTools.cs.meta +11 -0
- package/Scripts/Editor/Tools/PlayerSettingsTools.cs +144 -0
- package/Scripts/Editor/Tools/PlayerSettingsTools.cs.meta +11 -0
- package/Scripts/Editor/Tools/PreferenceTools.cs +116 -0
- package/Scripts/Editor/Tools/PreferenceTools.cs.meta +11 -0
- package/Scripts/Editor/Tools/RefactorModeTools.cs +85 -0
- package/Scripts/Editor/Tools/RefactorModeTools.cs.meta +11 -0
- package/Scripts/Editor/Tools/ReflectionTools.cs +33 -0
- package/Scripts/Editor/Tools/ReflectionTools.cs.meta +3 -0
- package/Scripts/Editor/Tools/ScriptTools.cs +117 -0
- package/Scripts/Editor/Tools/ScriptTools.cs.meta +11 -0
- package/Scripts/Editor/Tools/SerializationTools.cs +91 -0
- package/Scripts/Editor/Tools/SerializationTools.cs.meta +11 -0
- package/Scripts/Editor/Tools.meta +8 -0
- package/Scripts/Editor/Window/AboutWindow.cs +153 -0
- package/Scripts/Editor/Window/AboutWindow.cs.meta +14 -0
- package/Scripts/Editor/Window.meta +8 -0
- package/Scripts/Editor.meta +8 -0
- package/Scripts/EntitasRedux.asmdef +13 -0
- package/Scripts/EntitasRedux.asmdef.meta +7 -0
- package/Scripts/Entity/EntityBehaviour.cs +82 -0
- package/Scripts/Entity/EntityBehaviour.cs.meta +11 -0
- package/Scripts/Entity.meta +8 -0
- package/Scripts/EntityLink.cs +85 -0
- package/Scripts/EntityLink.cs.meta +11 -0
- package/Scripts/Extensions/EntityLinkExtension.cs +52 -0
- package/Scripts/Extensions/EntityLinkExtension.cs.meta +11 -0
- package/Scripts/Extensions.meta +8 -0
- package/Scripts/VersionConstants.cs +58 -0
- package/Scripts/VersionConstants.cs.meta +11 -0
- package/Scripts/VisualDebugging/AssemblyInfo.cs +39 -0
- package/Scripts/VisualDebugging/AssemblyInfo.cs.meta +11 -0
- package/Scripts/VisualDebugging/ContextObserver/ContextObserver.cs +107 -0
- package/Scripts/VisualDebugging/ContextObserver/ContextObserver.cs.meta +11 -0
- package/Scripts/VisualDebugging/ContextObserver/ContextObserverBehaviour.cs +60 -0
- package/Scripts/VisualDebugging/ContextObserver/ContextObserverBehaviour.cs.meta +11 -0
- package/Scripts/VisualDebugging/ContextObserver/ContextObserverExtension.cs +47 -0
- package/Scripts/VisualDebugging/ContextObserver/ContextObserverExtension.cs.meta +11 -0
- package/Scripts/VisualDebugging/ContextObserver.meta +8 -0
- package/Scripts/VisualDebugging/DebugSystems/AvgResetInterval.cs +37 -0
- package/Scripts/VisualDebugging/DebugSystems/AvgResetInterval.cs.meta +11 -0
- package/Scripts/VisualDebugging/DebugSystems/DebugSystems.cs +477 -0
- package/Scripts/VisualDebugging/DebugSystems/DebugSystems.cs.meta +11 -0
- package/Scripts/VisualDebugging/DebugSystems/DebugSystemsBehaviour.cs +41 -0
- package/Scripts/VisualDebugging/DebugSystems/DebugSystemsBehaviour.cs.meta +11 -0
- package/Scripts/VisualDebugging/DebugSystems/SystemInfo.cs +347 -0
- package/Scripts/VisualDebugging/DebugSystems/SystemInfo.cs.meta +11 -0
- package/Scripts/VisualDebugging/DebugSystems.meta +8 -0
- package/Scripts/VisualDebugging/Editor/AssemblyInfo.cs +35 -0
- package/Scripts/VisualDebugging/Editor/AssemblyInfo.cs.meta +11 -0
- package/Scripts/VisualDebugging/Editor/ContextObserver/ContextObserverInspector.cs +104 -0
- package/Scripts/VisualDebugging/Editor/ContextObserver/ContextObserverInspector.cs.meta +11 -0
- package/Scripts/VisualDebugging/Editor/ContextObserver.meta +8 -0
- package/Scripts/VisualDebugging/Editor/DebugSystems/DebugSystemsBehaviourInspector.cs +709 -0
- package/Scripts/VisualDebugging/Editor/DebugSystems/DebugSystemsBehaviourInspector.cs.meta +11 -0
- package/Scripts/VisualDebugging/Editor/DebugSystems.meta +8 -0
- package/Scripts/VisualDebugging/Editor/EntitasHierarchyIcon.cs +226 -0
- package/Scripts/VisualDebugging/Editor/EntitasHierarchyIcon.cs.meta +11 -0
- package/Scripts/VisualDebugging/Editor/EntitasRedux.VisualDebugging.Editor.asmdef +21 -0
- package/Scripts/VisualDebugging/Editor/EntitasRedux.VisualDebugging.Editor.asmdef.meta +7 -0
- package/Scripts/VisualDebugging/Editor/EntitasStats.cs +131 -0
- package/Scripts/VisualDebugging/Editor/EntitasStats.cs.meta +11 -0
- package/Scripts/VisualDebugging/Editor/EntityLinkInspector.cs +71 -0
- package/Scripts/VisualDebugging/Editor/EntityLinkInspector.cs.meta +11 -0
- package/Scripts/VisualDebugging/Editor/Graph.cs +234 -0
- package/Scripts/VisualDebugging/Editor/Graph.cs.meta +11 -0
- package/Scripts/VisualDebugging/Editor/VisualDebugStyles.cs +55 -0
- package/Scripts/VisualDebugging/Editor/VisualDebugStyles.cs.meta +11 -0
- package/Scripts/VisualDebugging/Editor/VisualDebuggingEntitasExtension.cs +35 -0
- package/Scripts/VisualDebugging/Editor/VisualDebuggingEntitasExtension.cs.meta +11 -0
- package/Scripts/VisualDebugging/Editor/VisualDebuggingPreferences.cs +188 -0
- package/Scripts/VisualDebugging/Editor/VisualDebuggingPreferences.cs.meta +11 -0
- package/Scripts/VisualDebugging/Editor.meta +8 -0
- package/Scripts/VisualDebugging/EntitasRedux.VisualDebugging.asmdef +18 -0
- package/Scripts/VisualDebugging/EntitasRedux.VisualDebugging.asmdef.meta +7 -0
- package/Scripts/VisualDebugging/Extensions/GameObjectDestroyExtensions.cs +44 -0
- package/Scripts/VisualDebugging/Extensions/GameObjectDestroyExtensions.cs.meta +11 -0
- package/Scripts/VisualDebugging/Extensions.meta +8 -0
- package/Scripts/VisualDebugging.meta +8 -0
- package/Scripts.meta +8 -0
- package/package.json +30 -0
- package/package.json.meta +7 -0
|
@@ -0,0 +1,141 @@
|
|
|
1
|
+
/*
|
|
2
|
+
|
|
3
|
+
MIT License
|
|
4
|
+
|
|
5
|
+
Copyright (c) 2020 Jeff Campbell
|
|
6
|
+
|
|
7
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
9
|
+
in the Software without restriction, including without limitation the rights
|
|
10
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
11
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
12
|
+
furnished to do so, subject to the following conditions:
|
|
13
|
+
|
|
14
|
+
The above copyright notice and this permission notice shall be included in
|
|
15
|
+
all copies or substantial portions of the Software.
|
|
16
|
+
|
|
17
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
18
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
19
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
20
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
22
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
23
|
+
THE SOFTWARE.
|
|
24
|
+
*/
|
|
25
|
+
|
|
26
|
+
using System;
|
|
27
|
+
using System.IO;
|
|
28
|
+
using System.Linq;
|
|
29
|
+
using System.Text;
|
|
30
|
+
|
|
31
|
+
namespace JCMG.EntitasRedux.Editor
|
|
32
|
+
{
|
|
33
|
+
/// <summary>
|
|
34
|
+
/// Extension methods for <see cref="string"/>.
|
|
35
|
+
/// </summary>
|
|
36
|
+
public static class StringExtensions
|
|
37
|
+
{
|
|
38
|
+
public const string ARRAY_SHORT_NAME = "{0}Array";
|
|
39
|
+
public const char BACKTICK_CHAR = '`';
|
|
40
|
+
public const char LEFT_CHEVRON_CHAR = '<';
|
|
41
|
+
|
|
42
|
+
public static string UppercaseFirst(this string str)
|
|
43
|
+
{
|
|
44
|
+
return string.IsNullOrEmpty(str) ? str : char.ToUpper(str[0]) + str.Substring(1);
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
public static string LowercaseFirst(this string str)
|
|
48
|
+
{
|
|
49
|
+
return string.IsNullOrEmpty(str) ? str : char.ToLower(str[0]) + str.Substring(1);
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
public static string ToUnixLineEndings(this string str)
|
|
53
|
+
{
|
|
54
|
+
return str.Replace("\r\n", "\n").Replace("\r", "\n");
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
public static string ToWindowsLineEndings(this string str)
|
|
58
|
+
{
|
|
59
|
+
return str.Replace("\n", "\r\n");
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
public static string ToUnixPath(this string str)
|
|
63
|
+
{
|
|
64
|
+
return str.Replace("\\", "/");
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
public static string ToSpacedCamelCase(this string text)
|
|
68
|
+
{
|
|
69
|
+
var stringBuilder = new StringBuilder(text.Length * 2);
|
|
70
|
+
stringBuilder.Append(char.ToUpper(text[0]));
|
|
71
|
+
for (var index = 1; index < text.Length; ++index)
|
|
72
|
+
{
|
|
73
|
+
if (char.IsUpper(text[index]) && text[index - 1] != ' ')
|
|
74
|
+
{
|
|
75
|
+
stringBuilder.Append(' ');
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
stringBuilder.Append(text[index]);
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
return stringBuilder.ToString();
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
public static string MakePathRelativeTo(this string path, string currentDirectory)
|
|
85
|
+
{
|
|
86
|
+
currentDirectory = currentDirectory.CreateUri();
|
|
87
|
+
path = path.CreateUri();
|
|
88
|
+
if (path.StartsWith(currentDirectory))
|
|
89
|
+
{
|
|
90
|
+
path = path.Replace(currentDirectory, string.Empty);
|
|
91
|
+
if (path.StartsWith("/"))
|
|
92
|
+
{
|
|
93
|
+
path = path.Substring(1);
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
return path;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
public static string CreateUri(this string path)
|
|
101
|
+
{
|
|
102
|
+
var uri = new Uri(path);
|
|
103
|
+
return Uri.UnescapeDataString(uri.AbsolutePath + uri.Fragment);
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
/// <summary>
|
|
107
|
+
/// Returns true if <paramref name="value"/> is null or empty, otherwise false.
|
|
108
|
+
/// </summary>
|
|
109
|
+
/// <param name="value"></param>
|
|
110
|
+
/// <returns></returns>
|
|
111
|
+
public static bool IsNullOrEmpty(this string value)
|
|
112
|
+
{
|
|
113
|
+
return string.IsNullOrEmpty(value);
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
/// <summary>
|
|
117
|
+
/// Returns true if <paramref name="value"/> is a valid filename, otherwise false.
|
|
118
|
+
/// </summary>
|
|
119
|
+
/// <param name="value"></param>
|
|
120
|
+
/// <returns></returns>
|
|
121
|
+
public static bool IsValidFileName(this string value)
|
|
122
|
+
{
|
|
123
|
+
return value.IndexOfAny(Path.GetInvalidFileNameChars()) < 0;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
/// <summary>
|
|
127
|
+
/// Returns the short name of the type (type name without namespace
|
|
128
|
+
/// </summary>
|
|
129
|
+
public static string GetTypeName(this string fullTypeName)
|
|
130
|
+
{
|
|
131
|
+
var shortTypeName = fullTypeName.Split('.').Last();
|
|
132
|
+
|
|
133
|
+
if (shortTypeName.Contains(LEFT_CHEVRON_CHAR))
|
|
134
|
+
{
|
|
135
|
+
shortTypeName = shortTypeName.Remove(LEFT_CHEVRON_CHAR);
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
return shortTypeName;
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
}
|
|
@@ -0,0 +1,216 @@
|
|
|
1
|
+
/*
|
|
2
|
+
|
|
3
|
+
MIT License
|
|
4
|
+
|
|
5
|
+
Copyright (c) 2020 Jeff Campbell
|
|
6
|
+
|
|
7
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
9
|
+
in the Software without restriction, including without limitation the rights
|
|
10
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
11
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
12
|
+
furnished to do so, subject to the following conditions:
|
|
13
|
+
|
|
14
|
+
The above copyright notice and this permission notice shall be included in
|
|
15
|
+
all copies or substantial portions of the Software.
|
|
16
|
+
|
|
17
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
18
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
19
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
20
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
22
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
23
|
+
THE SOFTWARE.
|
|
24
|
+
*/
|
|
25
|
+
|
|
26
|
+
using System;
|
|
27
|
+
using System.Collections.Generic;
|
|
28
|
+
using System.Linq;
|
|
29
|
+
using System.Reflection;
|
|
30
|
+
using UnityEngine;
|
|
31
|
+
|
|
32
|
+
namespace JCMG.EntitasRedux.Editor
|
|
33
|
+
{
|
|
34
|
+
/// <summary>
|
|
35
|
+
/// Extension methods for <see cref="Type"/>.
|
|
36
|
+
/// </summary>
|
|
37
|
+
public static class TypeExtensions
|
|
38
|
+
{
|
|
39
|
+
/// <summary>
|
|
40
|
+
/// This is the set of types from the C# keyword list to their alias.
|
|
41
|
+
/// </summary>
|
|
42
|
+
private static readonly Dictionary<Type, string> TYPE_ALIAS = new Dictionary<Type, string>
|
|
43
|
+
{
|
|
44
|
+
{ typeof(bool), "bool" },
|
|
45
|
+
{ typeof(byte), "byte" },
|
|
46
|
+
{ typeof(char), "char" },
|
|
47
|
+
{ typeof(decimal), "decimal" },
|
|
48
|
+
{ typeof(double), "double" },
|
|
49
|
+
{ typeof(float), "float" },
|
|
50
|
+
{ typeof(int), "int" },
|
|
51
|
+
{ typeof(long), "long" },
|
|
52
|
+
{ typeof(object), "object" },
|
|
53
|
+
{ typeof(sbyte), "sbyte" },
|
|
54
|
+
{ typeof(short), "short" },
|
|
55
|
+
{ typeof(string), "string" },
|
|
56
|
+
{ typeof(uint), "uint" },
|
|
57
|
+
{ typeof(ulong), "ulong" },
|
|
58
|
+
// Yes, this is an odd one. Technically it's a type though.
|
|
59
|
+
{ typeof(void), "void" }
|
|
60
|
+
};
|
|
61
|
+
|
|
62
|
+
/// <summary>
|
|
63
|
+
/// This is the set of types from the C# keyword list to their alias.
|
|
64
|
+
/// </summary>
|
|
65
|
+
private static readonly Dictionary<string, string> STR_TYPE_ALIAS = new Dictionary<string, string>
|
|
66
|
+
{
|
|
67
|
+
{ typeof(bool).FullName, "bool" },
|
|
68
|
+
{ typeof(byte).FullName, "byte" },
|
|
69
|
+
{ typeof(char).FullName, "char" },
|
|
70
|
+
{ typeof(decimal).FullName, "decimal" },
|
|
71
|
+
{ typeof(double).FullName, "double" },
|
|
72
|
+
{ typeof(float).FullName, "float" },
|
|
73
|
+
{ typeof(int).FullName, "int" },
|
|
74
|
+
{ typeof(long).FullName, "long" },
|
|
75
|
+
{ typeof(object).FullName, "object" },
|
|
76
|
+
{ typeof(sbyte).FullName, "sbyte" },
|
|
77
|
+
{ typeof(short).FullName, "short" },
|
|
78
|
+
{ typeof(string).FullName, "string" },
|
|
79
|
+
{ typeof(uint).FullName, "uint" },
|
|
80
|
+
{ typeof(ulong).FullName, "ulong" },
|
|
81
|
+
// Yes, this is an odd one. Technically it's a type though.
|
|
82
|
+
{ typeof(void).FullName, "void" }
|
|
83
|
+
};
|
|
84
|
+
|
|
85
|
+
public const string ARRAY_SHORT_NAME = "{0}Array";
|
|
86
|
+
public const char BACKTICK_CHAR = '`';
|
|
87
|
+
public const char LEFT_CHEVRON_CHAR = '<';
|
|
88
|
+
|
|
89
|
+
/// <summary>
|
|
90
|
+
/// Returns true if <typeparamref name="T"/> implements interface <paramref name="type"/>.
|
|
91
|
+
/// </summary>
|
|
92
|
+
public static bool ImplementsInterface<T>(this Type type)
|
|
93
|
+
{
|
|
94
|
+
var interfaceType = typeof(T);
|
|
95
|
+
|
|
96
|
+
Debug.Assert(interfaceType.IsInterface);
|
|
97
|
+
|
|
98
|
+
var interfaces = type.GetInterfaces();
|
|
99
|
+
|
|
100
|
+
return interfaces.Any(x => x == interfaceType);
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
/// <summary>
|
|
104
|
+
/// Returns a list of <see cref="PublicMemberInfo"/> instances for all public members on this
|
|
105
|
+
/// <paramref name="type"/>.
|
|
106
|
+
/// </summary>
|
|
107
|
+
public static List<PublicMemberInfo> GetPublicMemberInfos(this Type type)
|
|
108
|
+
{
|
|
109
|
+
var fields = type.GetFields(BindingFlags.Instance | BindingFlags.Public);
|
|
110
|
+
var properties = type.GetProperties(BindingFlags.Instance | BindingFlags.Public);
|
|
111
|
+
var publicMemberInfoList = new List<PublicMemberInfo>(fields.Length + properties.Length);
|
|
112
|
+
for (var index = 0; index < fields.Length; ++index)
|
|
113
|
+
{
|
|
114
|
+
publicMemberInfoList.Add(new PublicMemberInfo(fields[index]));
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
for (var index = 0; index < properties.Length; ++index)
|
|
118
|
+
{
|
|
119
|
+
var info = properties[index];
|
|
120
|
+
if (info.CanRead && info.CanWrite && info.GetIndexParameters().Length == 0)
|
|
121
|
+
{
|
|
122
|
+
publicMemberInfoList.Add(new PublicMemberInfo(info));
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
return publicMemberInfoList;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
/// <summary>
|
|
130
|
+
/// Returns a safe-readable version of a short type name, without generic or array characters.
|
|
131
|
+
/// </summary>
|
|
132
|
+
public static string GetHumanReadableName(this Type type)
|
|
133
|
+
{
|
|
134
|
+
var result = type.GetTypeNameOrAlias().UppercaseFirst();
|
|
135
|
+
if (type.IsArray)
|
|
136
|
+
{
|
|
137
|
+
var elementType = type.GetElementType();
|
|
138
|
+
result = string.Format(ARRAY_SHORT_NAME, elementType.GetTypeNameOrAlias());
|
|
139
|
+
}
|
|
140
|
+
else if (type.IsGenericType)
|
|
141
|
+
{
|
|
142
|
+
var backTickIndex = result.IndexOf(BACKTICK_CHAR);
|
|
143
|
+
if (backTickIndex > 0)
|
|
144
|
+
{
|
|
145
|
+
result = result.Remove(backTickIndex);
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
var genericTypeParameters = type.GetGenericArguments();
|
|
149
|
+
for (var i = 0; i < genericTypeParameters.Length; i++)
|
|
150
|
+
{
|
|
151
|
+
result += genericTypeParameters[i].GetHumanReadableName();
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
return result;
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
/// <summary>
|
|
159
|
+
/// Returns the short type name or the C# alias for this type.
|
|
160
|
+
/// </summary>
|
|
161
|
+
public static string GetTypeNameOrAlias(this Type type)
|
|
162
|
+
{
|
|
163
|
+
// Lookup alias for type
|
|
164
|
+
if (TYPE_ALIAS.TryGetValue(type, out var alias))
|
|
165
|
+
{
|
|
166
|
+
return alias;
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
// Default to CLR type name
|
|
170
|
+
return type.Name;
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
/// <summary>
|
|
174
|
+
/// Returns the type name or the C# alias for this type.
|
|
175
|
+
/// </summary>
|
|
176
|
+
public static string GetTypeNameOrAlias(this string fullTypeName)
|
|
177
|
+
{
|
|
178
|
+
// Lookup alias for type
|
|
179
|
+
if (STR_TYPE_ALIAS.TryGetValue(fullTypeName, out var alias))
|
|
180
|
+
{
|
|
181
|
+
return alias;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
// Default to CLR type name
|
|
185
|
+
return fullTypeName;
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
/// <summary>
|
|
189
|
+
/// Returns the full type name for this type.
|
|
190
|
+
/// </summary>
|
|
191
|
+
public static string GetFullTypeName(this Type type)
|
|
192
|
+
{
|
|
193
|
+
var result = type.FullName;
|
|
194
|
+
if (type.IsGenericType)
|
|
195
|
+
{
|
|
196
|
+
var backTickIndex = result.IndexOf(BACKTICK_CHAR);
|
|
197
|
+
if (backTickIndex > 0)
|
|
198
|
+
{
|
|
199
|
+
result = result.Remove(backTickIndex);
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
result += "<";
|
|
203
|
+
var genericTypeParameters = type.GetGenericArguments();
|
|
204
|
+
for (var i = 0; i < genericTypeParameters.Length; ++i)
|
|
205
|
+
{
|
|
206
|
+
var typeParamName = genericTypeParameters[i].GetFullTypeName();
|
|
207
|
+
result += (i == 0 ? typeParamName : "," + typeParamName);
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
result += ">";
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
return result.Replace('+', '.');
|
|
214
|
+
}
|
|
215
|
+
}
|
|
216
|
+
}
|
|
Binary file
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
fileFormatVersion: 2
|
|
2
|
+
guid: c3ad992ea7e340944ae7ac14d69e746d
|
|
3
|
+
labels:
|
|
4
|
+
- EntitasContextErrorHierarchyIcon
|
|
5
|
+
TextureImporter:
|
|
6
|
+
internalIDToNameTable: []
|
|
7
|
+
externalObjects: {}
|
|
8
|
+
serializedVersion: 10
|
|
9
|
+
mipmaps:
|
|
10
|
+
mipMapMode: 0
|
|
11
|
+
enableMipMap: 1
|
|
12
|
+
sRGBTexture: 1
|
|
13
|
+
linearTexture: 0
|
|
14
|
+
fadeOut: 0
|
|
15
|
+
borderMipMap: 0
|
|
16
|
+
mipMapsPreserveCoverage: 0
|
|
17
|
+
alphaTestReferenceValue: 0.5
|
|
18
|
+
mipMapFadeDistanceStart: 1
|
|
19
|
+
mipMapFadeDistanceEnd: 3
|
|
20
|
+
bumpmap:
|
|
21
|
+
convertToNormalMap: 0
|
|
22
|
+
externalNormalMap: 0
|
|
23
|
+
heightScale: 0.25
|
|
24
|
+
normalMapFilter: 0
|
|
25
|
+
isReadable: 0
|
|
26
|
+
streamingMipmaps: 0
|
|
27
|
+
streamingMipmapsPriority: 0
|
|
28
|
+
grayScaleToAlpha: 0
|
|
29
|
+
generateCubemap: 6
|
|
30
|
+
cubemapConvolution: 0
|
|
31
|
+
seamlessCubemap: 0
|
|
32
|
+
textureFormat: 1
|
|
33
|
+
maxTextureSize: 2048
|
|
34
|
+
textureSettings:
|
|
35
|
+
serializedVersion: 2
|
|
36
|
+
filterMode: -1
|
|
37
|
+
aniso: -1
|
|
38
|
+
mipBias: -100
|
|
39
|
+
wrapU: -1
|
|
40
|
+
wrapV: -1
|
|
41
|
+
wrapW: -1
|
|
42
|
+
nPOTScale: 1
|
|
43
|
+
lightmap: 0
|
|
44
|
+
compressionQuality: 50
|
|
45
|
+
spriteMode: 0
|
|
46
|
+
spriteExtrude: 1
|
|
47
|
+
spriteMeshType: 1
|
|
48
|
+
alignment: 0
|
|
49
|
+
spritePivot: {x: 0.5, y: 0.5}
|
|
50
|
+
spritePixelsToUnits: 100
|
|
51
|
+
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
|
52
|
+
spriteGenerateFallbackPhysicsShape: 1
|
|
53
|
+
alphaUsage: 1
|
|
54
|
+
alphaIsTransparency: 0
|
|
55
|
+
spriteTessellationDetail: -1
|
|
56
|
+
textureType: 0
|
|
57
|
+
textureShape: 1
|
|
58
|
+
singleChannelComponent: 0
|
|
59
|
+
maxTextureSizeSet: 0
|
|
60
|
+
compressionQualitySet: 0
|
|
61
|
+
textureFormatSet: 0
|
|
62
|
+
platformSettings:
|
|
63
|
+
- serializedVersion: 3
|
|
64
|
+
buildTarget: DefaultTexturePlatform
|
|
65
|
+
maxTextureSize: 2048
|
|
66
|
+
resizeAlgorithm: 0
|
|
67
|
+
textureFormat: -1
|
|
68
|
+
textureCompression: 1
|
|
69
|
+
compressionQuality: 50
|
|
70
|
+
crunchedCompression: 0
|
|
71
|
+
allowsAlphaSplitting: 0
|
|
72
|
+
overridden: 0
|
|
73
|
+
androidETC2FallbackOverride: 0
|
|
74
|
+
forceMaximumCompressionQuality_BC6H_BC7: 0
|
|
75
|
+
spriteSheet:
|
|
76
|
+
serializedVersion: 2
|
|
77
|
+
sprites: []
|
|
78
|
+
outline: []
|
|
79
|
+
physicsShape: []
|
|
80
|
+
bones: []
|
|
81
|
+
spriteID:
|
|
82
|
+
internalID: 0
|
|
83
|
+
vertices: []
|
|
84
|
+
indices:
|
|
85
|
+
edges: []
|
|
86
|
+
weights: []
|
|
87
|
+
secondaryTextures: []
|
|
88
|
+
spritePackingTag:
|
|
89
|
+
pSDRemoveMatte: 0
|
|
90
|
+
pSDShowRemoveMatteOption: 0
|
|
91
|
+
userData:
|
|
92
|
+
assetBundleName:
|
|
93
|
+
assetBundleVariant:
|
|
Binary file
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
fileFormatVersion: 2
|
|
2
|
+
guid: 63888762b15bae24bae139886ffc47b3
|
|
3
|
+
labels:
|
|
4
|
+
- EntitasContextHierarchyIcon
|
|
5
|
+
TextureImporter:
|
|
6
|
+
internalIDToNameTable: []
|
|
7
|
+
externalObjects: {}
|
|
8
|
+
serializedVersion: 10
|
|
9
|
+
mipmaps:
|
|
10
|
+
mipMapMode: 0
|
|
11
|
+
enableMipMap: 1
|
|
12
|
+
sRGBTexture: 1
|
|
13
|
+
linearTexture: 0
|
|
14
|
+
fadeOut: 0
|
|
15
|
+
borderMipMap: 0
|
|
16
|
+
mipMapsPreserveCoverage: 0
|
|
17
|
+
alphaTestReferenceValue: 0.5
|
|
18
|
+
mipMapFadeDistanceStart: 1
|
|
19
|
+
mipMapFadeDistanceEnd: 3
|
|
20
|
+
bumpmap:
|
|
21
|
+
convertToNormalMap: 0
|
|
22
|
+
externalNormalMap: 0
|
|
23
|
+
heightScale: 0.25
|
|
24
|
+
normalMapFilter: 0
|
|
25
|
+
isReadable: 0
|
|
26
|
+
streamingMipmaps: 0
|
|
27
|
+
streamingMipmapsPriority: 0
|
|
28
|
+
grayScaleToAlpha: 0
|
|
29
|
+
generateCubemap: 6
|
|
30
|
+
cubemapConvolution: 0
|
|
31
|
+
seamlessCubemap: 0
|
|
32
|
+
textureFormat: 1
|
|
33
|
+
maxTextureSize: 2048
|
|
34
|
+
textureSettings:
|
|
35
|
+
serializedVersion: 2
|
|
36
|
+
filterMode: -1
|
|
37
|
+
aniso: -1
|
|
38
|
+
mipBias: -100
|
|
39
|
+
wrapU: -1
|
|
40
|
+
wrapV: -1
|
|
41
|
+
wrapW: -1
|
|
42
|
+
nPOTScale: 1
|
|
43
|
+
lightmap: 0
|
|
44
|
+
compressionQuality: 50
|
|
45
|
+
spriteMode: 0
|
|
46
|
+
spriteExtrude: 1
|
|
47
|
+
spriteMeshType: 1
|
|
48
|
+
alignment: 0
|
|
49
|
+
spritePivot: {x: 0.5, y: 0.5}
|
|
50
|
+
spritePixelsToUnits: 100
|
|
51
|
+
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
|
52
|
+
spriteGenerateFallbackPhysicsShape: 1
|
|
53
|
+
alphaUsage: 1
|
|
54
|
+
alphaIsTransparency: 0
|
|
55
|
+
spriteTessellationDetail: -1
|
|
56
|
+
textureType: 0
|
|
57
|
+
textureShape: 1
|
|
58
|
+
singleChannelComponent: 0
|
|
59
|
+
maxTextureSizeSet: 0
|
|
60
|
+
compressionQualitySet: 0
|
|
61
|
+
textureFormatSet: 0
|
|
62
|
+
platformSettings:
|
|
63
|
+
- serializedVersion: 3
|
|
64
|
+
buildTarget: DefaultTexturePlatform
|
|
65
|
+
maxTextureSize: 2048
|
|
66
|
+
resizeAlgorithm: 0
|
|
67
|
+
textureFormat: -1
|
|
68
|
+
textureCompression: 1
|
|
69
|
+
compressionQuality: 50
|
|
70
|
+
crunchedCompression: 0
|
|
71
|
+
allowsAlphaSplitting: 0
|
|
72
|
+
overridden: 0
|
|
73
|
+
androidETC2FallbackOverride: 0
|
|
74
|
+
forceMaximumCompressionQuality_BC6H_BC7: 0
|
|
75
|
+
spriteSheet:
|
|
76
|
+
serializedVersion: 2
|
|
77
|
+
sprites: []
|
|
78
|
+
outline: []
|
|
79
|
+
physicsShape: []
|
|
80
|
+
bones: []
|
|
81
|
+
spriteID:
|
|
82
|
+
internalID: 0
|
|
83
|
+
vertices: []
|
|
84
|
+
indices:
|
|
85
|
+
edges: []
|
|
86
|
+
weights: []
|
|
87
|
+
secondaryTextures: []
|
|
88
|
+
spritePackingTag:
|
|
89
|
+
pSDRemoveMatte: 0
|
|
90
|
+
pSDShowRemoveMatteOption: 0
|
|
91
|
+
userData:
|
|
92
|
+
assetBundleName:
|
|
93
|
+
assetBundleVariant:
|
|
Binary file
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
fileFormatVersion: 2
|
|
2
|
+
guid: ba058452bc0df714ba6493b507027584
|
|
3
|
+
labels:
|
|
4
|
+
- EntitasEntityErrorHierarchyIcon
|
|
5
|
+
TextureImporter:
|
|
6
|
+
internalIDToNameTable: []
|
|
7
|
+
externalObjects: {}
|
|
8
|
+
serializedVersion: 10
|
|
9
|
+
mipmaps:
|
|
10
|
+
mipMapMode: 0
|
|
11
|
+
enableMipMap: 1
|
|
12
|
+
sRGBTexture: 1
|
|
13
|
+
linearTexture: 0
|
|
14
|
+
fadeOut: 0
|
|
15
|
+
borderMipMap: 0
|
|
16
|
+
mipMapsPreserveCoverage: 0
|
|
17
|
+
alphaTestReferenceValue: 0.5
|
|
18
|
+
mipMapFadeDistanceStart: 1
|
|
19
|
+
mipMapFadeDistanceEnd: 3
|
|
20
|
+
bumpmap:
|
|
21
|
+
convertToNormalMap: 0
|
|
22
|
+
externalNormalMap: 0
|
|
23
|
+
heightScale: 0.25
|
|
24
|
+
normalMapFilter: 0
|
|
25
|
+
isReadable: 0
|
|
26
|
+
streamingMipmaps: 0
|
|
27
|
+
streamingMipmapsPriority: 0
|
|
28
|
+
grayScaleToAlpha: 0
|
|
29
|
+
generateCubemap: 6
|
|
30
|
+
cubemapConvolution: 0
|
|
31
|
+
seamlessCubemap: 0
|
|
32
|
+
textureFormat: 1
|
|
33
|
+
maxTextureSize: 2048
|
|
34
|
+
textureSettings:
|
|
35
|
+
serializedVersion: 2
|
|
36
|
+
filterMode: -1
|
|
37
|
+
aniso: -1
|
|
38
|
+
mipBias: -100
|
|
39
|
+
wrapU: -1
|
|
40
|
+
wrapV: -1
|
|
41
|
+
wrapW: -1
|
|
42
|
+
nPOTScale: 1
|
|
43
|
+
lightmap: 0
|
|
44
|
+
compressionQuality: 50
|
|
45
|
+
spriteMode: 0
|
|
46
|
+
spriteExtrude: 1
|
|
47
|
+
spriteMeshType: 1
|
|
48
|
+
alignment: 0
|
|
49
|
+
spritePivot: {x: 0.5, y: 0.5}
|
|
50
|
+
spritePixelsToUnits: 100
|
|
51
|
+
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
|
52
|
+
spriteGenerateFallbackPhysicsShape: 1
|
|
53
|
+
alphaUsage: 1
|
|
54
|
+
alphaIsTransparency: 0
|
|
55
|
+
spriteTessellationDetail: -1
|
|
56
|
+
textureType: 0
|
|
57
|
+
textureShape: 1
|
|
58
|
+
singleChannelComponent: 0
|
|
59
|
+
maxTextureSizeSet: 0
|
|
60
|
+
compressionQualitySet: 0
|
|
61
|
+
textureFormatSet: 0
|
|
62
|
+
platformSettings:
|
|
63
|
+
- serializedVersion: 3
|
|
64
|
+
buildTarget: DefaultTexturePlatform
|
|
65
|
+
maxTextureSize: 2048
|
|
66
|
+
resizeAlgorithm: 0
|
|
67
|
+
textureFormat: -1
|
|
68
|
+
textureCompression: 1
|
|
69
|
+
compressionQuality: 50
|
|
70
|
+
crunchedCompression: 0
|
|
71
|
+
allowsAlphaSplitting: 0
|
|
72
|
+
overridden: 0
|
|
73
|
+
androidETC2FallbackOverride: 0
|
|
74
|
+
forceMaximumCompressionQuality_BC6H_BC7: 0
|
|
75
|
+
spriteSheet:
|
|
76
|
+
serializedVersion: 2
|
|
77
|
+
sprites: []
|
|
78
|
+
outline: []
|
|
79
|
+
physicsShape: []
|
|
80
|
+
bones: []
|
|
81
|
+
spriteID:
|
|
82
|
+
internalID: 0
|
|
83
|
+
vertices: []
|
|
84
|
+
indices:
|
|
85
|
+
edges: []
|
|
86
|
+
weights: []
|
|
87
|
+
secondaryTextures: []
|
|
88
|
+
spritePackingTag:
|
|
89
|
+
pSDRemoveMatte: 0
|
|
90
|
+
pSDShowRemoveMatteOption: 0
|
|
91
|
+
userData:
|
|
92
|
+
assetBundleName:
|
|
93
|
+
assetBundleVariant:
|
|
Binary file
|