Hello Unity Community,
I’m currently working on a project involving a static load hanging from a branch of a tree in Unity. My goal is to determine the forces and the moments at the joint where the branch meets the trunk of the tree. Since Unity provides robust physics simulations, I believe there must be a way to measure these parameters within the 3D structure of the scene. Using these estimates, I would like to set a threshold value for the force or the moment that, if exceeded, would indicate that the branch is about to break.
Could anyone please provide guidance or point me to resources on how to calculate force and moment measurements within Unity, especially in the context of a 3D structure? Calculations based on acceleration would not work as the structure is subjected to static load.
Any insights, tips, or sample code snippets would be greatly appreciated. Additionally, if anyone has experience implementing similar mechanics or simulations in Unity, I would love to hear about your approach and any lessons learned.
Thank you!