Introduction
ReIconed adds the ability to display icons associated with your actions defined by "Rewired".
You can find a list of demo scenes under Assets/NullSave/ReIconed 2/[Demo]/.
FAQ
Why are my icons not aligned properly?#
Icon positions are controlled by TextMesh Pro which seems to have changed offsets between versions. If your offsets aren't aligning properly you can follow these steps:
- Navigate to Assets/NullSave/ReIconed 2/TextMesh Pro/ and select the asset that needs to be adjusted.
- Expand the Sprite List section and go to the Global Offsets & Scale section at the bottom.
- Adjust the OX value to move your icons horizontally.
- Adjust the OY value to move your icons vertially.
Why are my icons changing between the keyboard and the controller?#
By default all components are set to "ActiveInput" for their update type. This means whenever you press a button or key the system will update to reflect that input device. If you want to always show a controller if it is attached you can select "PreferController". Alternatively you can select "PreferKeyboard" to always show keyboard icons.