Hi.
I want to create a lift for my project which should be affected by a dynamic number of weight objects on it.
The lift should get a force which moves it up to a specified height which depends on the summed up weight of the weight objects and then stop.
I.e.: There are three objects on the lift with the same weight. The lift moves up to the third floor (... and there the weight objects are unloaded). If there are ten objects on the lift it will move to the tenth floor (... and unloads).
Now here are my questions:
1.) How could I detect how much weight is on the lift? When there are three weight objects on the lift, is there any force applied on the lift too? Do I have to join the weight objects to the lift for applying the force?
2.) How could I stop the lift when reaching the correct height without having it to fall down?
3.) I think I have to use rigidbodies and physics for my project, but maybe someone has an much easier solution for my project? :)
Thx for help!