(MIGRATION) Fix all compilation issues
This commit is contained in:
@@ -3,7 +3,7 @@ using UnityEditor.Animations;
|
||||
using UnityEngine;
|
||||
using Assert = UnityEngine.Assertions.Assert;
|
||||
|
||||
namespace av3_animator_as_code.Tests.PlayMode
|
||||
namespace av3_animator_as_code.Tests.V1VRC.PlayMode
|
||||
{
|
||||
public class AIACAnimatorWideTest : AbstractSimpleSingleLayerAIAC
|
||||
{
|
||||
|
||||
@@ -3,7 +3,7 @@ using UnityEditor.Animations;
|
||||
using UnityEngine;
|
||||
using Assert = UnityEngine.Assertions.Assert;
|
||||
|
||||
namespace av3_animator_as_code.Tests.PlayMode
|
||||
namespace av3_animator_as_code.Tests.V1VRC.PlayMode
|
||||
{
|
||||
public class AIACBoolTransitionTest : AbstractSimpleSingleLayerAIAC
|
||||
{
|
||||
|
||||
@@ -3,7 +3,7 @@ using UnityEditor.Animations;
|
||||
using UnityEngine;
|
||||
using Assert = UnityEngine.Assertions.Assert;
|
||||
|
||||
namespace av3_animator_as_code.Tests.PlayMode
|
||||
namespace av3_animator_as_code.Tests.V1VRC.PlayMode
|
||||
{
|
||||
public class AIACStateTest : AbstractSimpleSingleLayerAIAC
|
||||
{
|
||||
|
||||
@@ -3,7 +3,7 @@ using UnityEditor.Animations;
|
||||
using UnityEngine;
|
||||
using Assert = UnityEngine.Assertions.Assert;
|
||||
|
||||
namespace av3_animator_as_code.Tests.PlayMode
|
||||
namespace av3_animator_as_code.Tests.V1VRC.PlayMode
|
||||
{
|
||||
public class AIACSubStateMachineTest : AbstractSimpleSingleLayerAIAC
|
||||
{
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
using AnimatorAsCode.V0;
|
||||
using AnimatorAsCode.V1;
|
||||
using NUnit.Framework;
|
||||
using UnityEditor.Animations;
|
||||
using UnityEngine;
|
||||
using Assert = UnityEngine.Assertions.Assert;
|
||||
|
||||
namespace av3_animator_as_code.Tests.PlayMode
|
||||
namespace av3_animator_as_code.Tests.V1VRC.PlayMode
|
||||
{
|
||||
public class AIACTransitionFunctionsTest : AbstractSimpleSingleLayerAIAC
|
||||
{
|
||||
|
||||
@@ -1,14 +1,12 @@
|
||||
using System;
|
||||
using System.Collections;
|
||||
using AnimatorAsCode.V0;
|
||||
using AnimatorAsCode.V1;
|
||||
using NUnit.Framework;
|
||||
using UnityEditor;
|
||||
using UnityEditor.Animations;
|
||||
using UnityEngine;
|
||||
using UnityEngine.TestTools;
|
||||
using Object = UnityEngine.Object;
|
||||
|
||||
namespace av3_animator_as_code.Tests.PlayMode
|
||||
namespace av3_animator_as_code.Tests.V1VRC.PlayMode
|
||||
{
|
||||
public abstract class AbstractSimpleSingleLayerAIAC
|
||||
{
|
||||
@@ -55,7 +53,6 @@ namespace av3_animator_as_code.Tests.PlayMode
|
||||
AnimatorRoot = _root.transform,
|
||||
AssetContainer = _container,
|
||||
AssetKey = "None",
|
||||
AvatarDescriptor = null,
|
||||
DefaultsProvider = new AacDefaultsProvider(),
|
||||
SystemName = "Test",
|
||||
DefaultValueRoot = _root.transform
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
using AnimatorAsCode.V0.Extensions.VRChat;
|
||||
using AnimatorAsCode.V1VRC;
|
||||
using NUnit.Framework;
|
||||
using VRC.SDK3.Avatars.Components;
|
||||
using VRC.SDKBase;
|
||||
|
||||
namespace av3_animator_as_code.Tests.PlayMode.GenerationTests
|
||||
namespace av3_animator_as_code.Tests.V1VRC.PlayMode.GenerationTests
|
||||
{
|
||||
public class AIACVRCExtensionsDriverGenerationTest : AbstractSimpleSingleLayerAIAC
|
||||
{
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
using AnimatorAsCode.V0.Extensions.VRChat;
|
||||
using AnimatorAsCode.V1VRC;
|
||||
using NUnit.Framework;
|
||||
using VRC.SDK3.Avatars.Components;
|
||||
using VRC.SDKBase;
|
||||
|
||||
namespace av3_animator_as_code.Tests.PlayMode.GenerationTests
|
||||
namespace av3_animator_as_code.Tests.V1VRC.PlayMode.GenerationTests
|
||||
{
|
||||
public class AIACVRCExtensionsMiscGenerationTest : AbstractSimpleSingleLayerAIAC
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user