Added separate EventManger for FixedUpdate.

This commit is contained in:
2024-04-23 14:03:38 +02:00
parent 6b0bb3de6b
commit 1ca24af85a
11 changed files with 85 additions and 37 deletions

View File

@@ -2,10 +2,10 @@
using UnityEditor;
using UnityEngine;
namespace Utils
namespace Utils.Editor
{
[CustomEditor(typeof(EventManager), true)]
public class EventManagerEditor : Editor
public class EventManagerEditor : UnityEditor.Editor
{
public override void OnInspectorGUI()
{