using System.Collections; using System.Collections.Generic; using UnityEngine; namespace Rigging { public static class Utils { public static bool IsInsidePhysics() { return Time.inFixedTimeStep; } } }