This file contains 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
/********************************************************************** | |
* Unity ECS - Test/Sample Code | |
* Mitchell Pell | |
* 2019.07.26 | |
* v0.1 | |
*********************************************************************/ | |
using System.Collections; | |
using System.Collections.Generic; | |
using UnityEngine; | |
using Unity.Entities; |
OlderNewer