Skip to content

Instantly share code, notes, and snippets.

using NUnit.Framework;
using System.Runtime.InteropServices;
using Unity.Entities;
using UnityEngine;
// Credit to https://github.com/5argon/EcsTesting\
public class ECSTestBase
{
protected World World { get; private set; }
protected EntityManager EntityManager => World.EntityManager;