Remove 2D physics support.

This commit is contained in:
2024-10-22 05:05:54 +02:00
parent 016788c21e
commit 887ec37b67
3 changed files with 69 additions and 347 deletions

View File

@@ -17,7 +17,7 @@ namespace Unity.Netcode.Components
protected virtual void Awake()
{
Initialize(RigidbodyTypes.Rigidbody);
Initialize();
}
}
}