Revision as of 08:13, 13 January 2024 by Alizard(talk | contribs)(minor fixes to the spacing and layout this page, as well as a basic introduction to the core concept of the component.)
The PhysicalButton component can be used to create buttons that move inward when pressed by a user, a press depth and threshold can be set to customize the physical feeling of the button.
When adding this component to an object that has the Grabbable component, you will notice that the object may not be grabbable anymore. To remedy this, create a child object on the main object you want to be your button. Then, on that child object, attach this component. You should now have an object that is grabbable and functions as a button.