bef7ee2 Made Unity.Mathematics optional git-subtree-dir: NanoBrain git-subtree-split: bef7ee24e549963b5cabfb91ada9289bc6dddbe0
9 lines
129 B
C#
9 lines
129 B
C#
using UnityEngine;
|
|
|
|
#if UNITY_MATHEMATICS
|
|
using Unity.Mathematics;
|
|
using static Unity.Mathematics.math;
|
|
//#endif
|
|
|
|
#endif
|