How to use Cars

Options
Hui, i want add cars to my mobile game, is there a way to sync wheelcolliders ? and must i give the car an entity component or how i have to handle that ?

Best Answer

  • stanchion
    stanchion mod
    Answer ✓
    Options
    "PhotonView" doesn't exist in Bolt. @GanjaRaiders52 I would start with basic networking of player movement following the docs, physics gets more complicated with different approaches possible.

Answers

  • ValenS
    Options
    Hi, if you want to sync any game object, you have to add "PhotonView" component in this object. If you want Sync transforms or rigidbodys also you have PhotonTransforms views and photonRigidbody views.
  • stanchion
    stanchion mod
    Answer ✓
    Options
    "PhotonView" doesn't exist in Bolt. @GanjaRaiders52 I would start with basic networking of player movement following the docs, physics gets more complicated with different approaches possible.