RandyKnapp / Auga

48 stars 16 forks source link

Unable to use API.DiamondButton_Create due to missing asset #146

Open maker-dude opened 1 year ago

maker-dude commented 1 year ago

It looks like ButtonDiamond was added to augaassets instead of DiamondButton this currently results in Auga.Assets.DiamondButton being null causing an exception any time you try to create a diamond button.

DiamondButton looks like it is indeed the intended asset and some copy pasta happened along the way.

I tried pulling the code down and assigning the asset to the assembly bundle and rebuilding it, but some other assets are missing on my machine so it breaks other things. ¯\(ツ)

At least it's an easy fix.