Jump to content

plugin problems

Closed 1.1.9

the update stopped the images from showing wood... it says failed to load images 
AutoBaseUpgrade] Failed to download image wood.Address [https://i.imgur.com/sb6PGMP.png] invalid (Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35)

Share this comment


Link to comment

If you open the AutoBaseUpgrade.cs and replcae the part with the images:

Line 103 - 125

        private readonly List<ImageSettings> ImageSettingsList = new List<ImageSettings>
        {
            new ImageSettings
            {
                Name = "wood",
                Url = "https://i.ibb.co/ZVwpsRT/wood.png"
            },
            new ImageSettings
            {
                Name = "stones",
                Url = "https://i.ibb.co/KqWm58k/stone.png"
            },
            new ImageSettings
            {
                Name = "metal.fragments",
                Url = "https://i.ibb.co/TYh94RY/metal.png"
            },
            new ImageSettings
            {
                Name = "metal.refined",
                Url = "https://i.ibb.co/sJWGNtP/hqm.png"
            }
        };

Then it works perfectly fine - looks like imgur.com blocks it

image.thumb.png.5d4b03c41c38c3b89138b9c19921ed73.png

Share this comment


Link to comment
1.1m

Downloads

Total number of downloads.

5.7k

Customers

Total customers served.

82.1k

Files Sold

Total number of files sold.

1.6m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.