Fix Unity errors
This commit is contained in:
parent
6d37d8cec9
commit
a7f6aecb5a
@ -1,7 +1,6 @@
|
|||||||
#if !UNITY_5_3_OR_NEWER
|
#if !UNITY_5_3_OR_NEWER
|
||||||
using System;
|
using System;
|
||||||
|
|
||||||
#if !UNITY_5_3_OR_NEWER
|
|
||||||
namespace Passer.LinearAlgebra {
|
namespace Passer.LinearAlgebra {
|
||||||
public class Vector3Of<T> {
|
public class Vector3Of<T> {
|
||||||
public T x;
|
public T x;
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
#nullable enable
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Net;
|
using System.Net;
|
||||||
|
3
Thing.cs
3
Thing.cs
@ -1,4 +1,3 @@
|
|||||||
#nullable enable
|
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using Passer.LinearAlgebra;
|
using Passer.LinearAlgebra;
|
||||||
@ -129,7 +128,7 @@ namespace Passer.Control.Core {
|
|||||||
|
|
||||||
#if UNITY_5_3_OR_NEWER
|
#if UNITY_5_3_OR_NEWER
|
||||||
[NonSerialized]
|
[NonSerialized]
|
||||||
public Unity.Thing? component = null;
|
public Unity.Thing component = null;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endregion Properties
|
#endregion Properties
|
||||||
|
Loading…
x
Reference in New Issue
Block a user