This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
modtainers
/
Svelto.ECS
mirror of
https://github.com/sebas77/Svelto.ECS
Watch
4
Star
0
Fork
0
Code
Issues
0
Releases
49
Wiki
Activity
Browse Source
fix compiling error
tags/2.8
sebas77
5 years ago
parent
249ac9686b
commit
6b6948081e
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
Write
Preview
Loading…
Cancel
Save