- Different materials, skybox, height maps, textures on gameobjects.
- Rotate ,Translate, Reloading, Firing ,Increasing chain weight of Trebuchet.
- Playground to hit cube targets.
- Functionality scene where all the functions of the Trebuchet are shown.
- No-Functionality scene that only when you press play fires the payload.
- Reloading is realistic using Quaternion Slerp function.
- The bag which is the payload inside is made out of multiple joints.
Delays are added to the functionalities. Please note to wait for the reload to finish and then rotate or fire the Trebuchet.There is one second delay in order for the reloading to be complete,also half second on rotating and firing so if user commits both rigidbodies will not be messed up.
''spacebar''-> Fire
''r'' -> Reloading
- Left Arrow - Right Arrow -> Rotate
- Up Arrow - Down Arror -> Increase size of weight (Chain)
- MouseButton -> Move
- Please commit one action at a time and always wait to reload complete and then move or rotate.
- Mass of Chain Gameobject must be between 100 and 1500 to physics to work correctly with the structure.