crypod added
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 246f31a0e00fea74a93125fec6d80da8
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
@ -43,6 +43,7 @@ public class PlayerInputDriver : NetworkBehaviour
|
||||
GameObject obj = Instantiate(spawnable);
|
||||
ServerManager.Spawn(obj);
|
||||
|
||||
|
||||
}
|
||||
_moveDirection.y += gravity * Time.deltaTime;
|
||||
_characterController.Move(_moveDirection * Time.deltaTime);
|
||||
|
@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 2ad85b0f43f25f1499c27a4dca23ddd8
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
Reference in New Issue
Block a user