Pascal Serrarens 9fcbaa5bf8 Squashed 'NanoBrain/' changes from b3423b9..bef7ee2
bef7ee2 Made Unity.Mathematics optional

git-subtree-dir: NanoBrain
git-subtree-split: bef7ee24e549963b5cabfb91ada9289bc6dddbe0
2026-04-07 14:07:27 +02:00

9 lines
129 B
C#

using UnityEngine;
#if UNITY_MATHEMATICS
using Unity.Mathematics;
using static Unity.Mathematics.math;
//#endif
#endif