Skip to content

Instantly share code, notes, and snippets.

@dragonslaya84
dragonslaya84 / MainSorted.cs
Last active September 11, 2022 21:36
Automcatic way to control svelto engine order without having to pass in a string using attributes
using System;
using System.Collections.Generic;
using Svelto.Common;
using Svelto.DataStructures;
using Svelto.ECS.SveltoOnDOTS;
using UnityEngine;
namespace Aeradona.ECS.Systems
{
/// <summary>