We're developing a game where we need to detect if a player is seated (in some kind of chair, TBD) or not. We need to implement this check in Unity. My thinking was to use some kind of load cell or similar. Is this the best way to go or are there any other, potentially simpler, sensors that would be...