Creating Icons for Collectables in Unreal Engine 5
Hey everyone! While using my Inventory System in UE5, I found I was in need of a lot of icons for all the game’s collectables. I have all the 3D models for my in-game items, but I didn’t want to manually create 30 different icons to display in the Inventory UI by hand. Part of being a solo dev is finding creative solutions to cut down on dev time. So, I used Unreal to create all of my icons for me from the collectable’s 3D models! 😃 Let’s go through how to set this up. ...