Browse Source

fix compiling error

tags/2.8
sebas77 5 years ago
parent
commit
6b6948081e
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      Svelto.ECS.Components/Components/ExtensionMethodsUECS.cs

+ 2
- 0
Svelto.ECS.Components/Components/ExtensionMethodsUECS.cs View File

@@ -1,4 +1,6 @@
#if UNITY_MATHEMATICS
using System.Runtime.CompilerServices;
using UnityEngine;
using Svelto.ECS.Components;
using Unity.Mathematics;



Loading…
Cancel
Save