summaryrefslogtreecommitdiffstats
path: root/Scripts/YOTSCore.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Scripts/YOTSCore.cs')
-rw-r--r--Scripts/YOTSCore.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Scripts/YOTSCore.cs b/Scripts/YOTSCore.cs
index a7e275a..26e4a47 100644
--- a/Scripts/YOTSCore.cs
+++ b/Scripts/YOTSCore.cs
@@ -527,7 +527,7 @@ namespace YOTS
{
var depthGroup = togglesByDepth[i];
AnimatorLayer layer = new AnimatorLayer();
- layer.name = i == 0 ? "BaseLayer" : $"OverrideLayer{(i - 1).ToString("00")}";
+ layer.name = i == 0 ? "YOTS_BaseLayer" : $"YOTS_OverrideLayer{(i - 1).ToString("00")}";
foreach (var toggle in depthGroup)
{