Skip to content

Commit ef348d3

Browse files
committed
fix: Move PhysicsSimulator to InterestManagement
fixes #4110
1 parent 255d7af commit ef348d3

5 files changed

Lines changed: 3 additions & 3 deletions

File tree

Assets/Mirror/Examples/_Common/Scripts/PhysicsSimulator.meta renamed to Assets/Mirror/Components/InterestManagement/PhysicsSimulator.meta

File renamed without changes.

Assets/Mirror/Examples/_Common/Scripts/PhysicsSimulator/PhysicsSimulator.cs renamed to Assets/Mirror/Components/InterestManagement/PhysicsSimulator/PhysicsSimulator.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
using UnityEngine;
1+
using UnityEngine;
22

3-
namespace Mirror.Examples.Common
3+
namespace Mirror
44
{
5-
[AddComponentMenu("")]
5+
[AddComponentMenu("Network/ Interest Management/ Physics Simulator")]
66
public class PhysicsSimulator : MonoBehaviour
77
{
88
PhysicsScene physicsScene;

Assets/Mirror/Examples/_Common/Scripts/PhysicsSimulator/PhysicsSimulator.cs.meta renamed to Assets/Mirror/Components/InterestManagement/PhysicsSimulator/PhysicsSimulator.cs.meta

File renamed without changes.

Assets/Mirror/Examples/_Common/Scripts/PhysicsSimulator/PhysicsSimulator.prefab renamed to Assets/Mirror/Components/InterestManagement/PhysicsSimulator/PhysicsSimulator.prefab

File renamed without changes.

Assets/Mirror/Examples/_Common/Scripts/PhysicsSimulator/PhysicsSimulator.prefab.meta renamed to Assets/Mirror/Components/InterestManagement/PhysicsSimulator/PhysicsSimulator.prefab.meta

File renamed without changes.

0 commit comments

Comments
 (0)