Fix Unity errors

This commit is contained in:
Pascal Serrarens 2025-02-19 12:27:38 +01:00
parent 6d37d8cec9
commit a7f6aecb5a
3 changed files with 1 additions and 4 deletions

View File

@ -1,7 +1,6 @@
#if !UNITY_5_3_OR_NEWER
using System;
#if !UNITY_5_3_OR_NEWER
namespace Passer.LinearAlgebra {
public class Vector3Of<T> {
public T x;

View File

@ -1,4 +1,3 @@
#nullable enable
using System;
using System.Collections.Generic;
using System.Net;

View File

@ -1,4 +1,3 @@
#nullable enable
using System;
using System.Collections.Generic;
using Passer.LinearAlgebra;
@ -129,7 +128,7 @@ namespace Passer.Control.Core {
#if UNITY_5_3_OR_NEWER
[NonSerialized]
public Unity.Thing? component = null;
public Unity.Thing component = null;
#endif
#endregion Properties