This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// #define DISABLE_HYBRID_V1_2019_3_INSTANCE_DATA | |
#define DISABLE_HYBRID_V1_TIGHT_BOUNDS | |
using System; | |
using System.Collections.Generic; | |
using JetBrains.Annotations; | |
using Unity.Burst; | |
using Unity.Collections; | |
using Unity.Collections.LowLevel.Unsafe; | |
using Unity.Entities; |