Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

Question Collisions not working on dedicated server

Discussion in 'Game Server Hosting' started by Styronstudio, Jul 11, 2023.

  1. Styronstudio

    Styronstudio

    Joined:
    Dec 22, 2021
    Posts:
    3
    When I run my game locally making one server and connecting with other clients the ball collides with all the objects on the network (walls, other players, etc). As soon as I make a dedicated server build for hosting on the unity dashboard and connect as a client the ball just goes through every object. I checked to see if the isTrigger is false and it is but it keeps going through objects. The ball is moving via adding force to it and adjusting the velocity. Ive added logs on the server to see what's happening and the ball is colliding with objects but its not showing on the client, it just goes through everything.