Skip to content

Commit 0f81a16

Browse files
committed
- Improved character rendering
- Code improvements - Needs some
1 parent eca2699 commit 0f81a16

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+144
-89
lines changed
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Editor/TMPA.Internal.asmdef

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "TMPA.Internal",
3+
"rootNamespace": "TMPA.Internal",
4+
"references": [
5+
"GUID:a87b08c5284c4f8448de7afcf0272260"
6+
],
7+
"includePlatforms": [
8+
"Editor"
9+
],
10+
"excludePlatforms": [],
11+
"allowUnsafeCode": false,
12+
"overrideReferences": false,
13+
"precompiledReferences": [],
14+
"autoReferenced": true,
15+
"defineConstraints": [],
16+
"versionDefines": [],
17+
"noEngineReferences": false
18+
}

Editor/TMPA.Internal.asmdef.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using UnityEditor;
22

3-
namespace BP.TMPA
3+
namespace BP.TMPA.Internal
44
{
55
[CustomEditor(typeof(TextEffectBase), true)]
66
internal class TextEffectEditor : Editor
File renamed without changes.

Scriptable/Editor/TextEffectsProfileEditor.cs renamed to Editor/TextEffectsProfileEditor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
using UnityEditor;
55
using UnityEngine;
66

7-
namespace BP.TMPA
7+
namespace BP.TMPA.Internal
88
{
99
[CustomEditor(typeof(TextEffectsProfile))]
1010
public class TextEffectsProfileEditor : Editor
File renamed without changes.

src.meta renamed to Runtime.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

0 commit comments

Comments
 (0)