Physics Puzzle - 23rd March
- Ibrahim Hussain
- Mar 23, 2024
- 1 min read
Puzzle uses physics simulated balls that need to pass a sensor. Once they pass the sensor the puzzle is completed.
Added mesh for puzzle
Added physics simulated objects
Added sensor that detects when balls pass
Added puzzle complete
Added obstacles that player needs to remove to allow the objects to reach the sensor
Issues:
Physics simulation over the network is expensive and complicated and as the puzzle uses many simulated objects simulating them all was not possible. So one object acts as the "leader" and is replicated to all clients when this object passes the sensor the puzzle is completed.
Comments