mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
PlayerController: Don't require PlayerCamera
This commit is contained in:
parent
9064dab293
commit
e4845f000d
@ -5,7 +5,6 @@
|
||||
namespace Mirror.Examples.Common.Controllers.Player
|
||||
{
|
||||
[AddComponentMenu("")]
|
||||
[RequireComponent(typeof(PlayerCamera))]
|
||||
[RequireComponent(typeof(Rigidbody))]
|
||||
[RequireComponent(typeof(CapsuleCollider))]
|
||||
[RequireComponent(typeof(CharacterController))]
|
||||
|
Loading…
Reference in New Issue
Block a user