Provides icons for all major controllers and keyboard/mouse actions, with an automatic icon remapping system.
C# Port of rsubtil's Controller Icons plugin ► https://store-beta.godotengine.org/asset/rsubtil/controller-icons/
- This version requires Godot .NET 4.1.2 minimum.
Changelog for version v3.1.6
No changelog provided for this version.
Reviews
First of all, well done. I found an issue where Sprite3D doesn't work properly with ControllerIconTexture. I identified the key problem at line 585 of ControllerIconTexture.cs. There is a conflict between your code Image img = new(); and the subsequent code. I changed it to Image img = null; and it was resolved. I can't log in to Github in my country, so I can only mention it here
A wonderful C# port of an awesome add-on. Thank you for making this a native C# option!
Login to write a review.