M1: wire shove ball + follow camera into M1_Arena
- ShoveBall: in-scene NetworkObject sphere (1.5m, 10kg, drag 0.5) at (0,0.75,6), host-authoritative via NetworkRigidbody/NetworkTransform, ShoveBall.physicsMaterial (friction 0.4/0.5, bounce 0.3). No script. - FollowCamera on Main Camera, target=Bot, offset (0,8,-12). - Solo host smoke test passed: ball spawns + rests on ground + shoves; camera frames the bot. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
87f929b442
commit
b21f2d93a6
6 changed files with 305 additions and 0 deletions
8
Assets/Scripts/Camera.meta
Normal file
8
Assets/Scripts/Camera.meta
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 30a1bb199ab05b14a9e212daaee0174f
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
2
Assets/Scripts/Camera/FollowCamera.cs.meta
Normal file
2
Assets/Scripts/Camera/FollowCamera.cs.meta
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 9685a3a81c13629459a05150ae39375d
|
||||
Loading…
Add table
Add a link
Reference in a new issue