HungryProton / scatter

Godot engine addon to randomly fill an area with props or other scenes
MIT License
2.12k stars 94 forks source link

godot 4.1 breaks this plugin #141

Open rossunger opened 1 year ago

rossunger commented 1 year ago

Hi. I'm using godot 4.1 and this plugin is not working. I'm just opening your demo scene in a blank project.

I tried switching to godot 4.0.3 and everything looks fine there.

Do you have any plans to update to 4.1?

Norodix commented 1 year ago

Are you using the addon from the asset store or from the latest version on github? I'm using the addon with 4.1 and everything seems to work.

HungryProton commented 1 year ago

Just tried the asset lib version on 4.1 and 4.1.1 and it works. What error messages do you have?

It you haven't updated the plugin in a while, download the latest version. (Github is always up-to-date, and the asset lib version is lagging behind by a few days usually)

rossunger commented 1 year ago

Thank you for replying so fast! Wow.

I had downloaded the latest version from github. My mistake. The version from the asset store seems to work much better

(except for instance uniform floats in the Shader on the compatibility renderer, which I assume is a limitation of the renderer)

Thank you so much

On Sat, Jul 22, 2023, 5:49 a.m. HungryProton @.***> wrote:

Just tried the asset lib version on 4.1 and 4.1.1 and it works. What error messages do you have?

— Reply to this email directly, view it on GitHub https://github.com/HungryProton/scatter/issues/141#issuecomment-1646545672, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACGZ2RZIILGPZEHYEYM45QDXROOZPANCNFSM6AAAAAA2TTS37I . You are receiving this because you authored the thread.Message ID: @.***>

HungryProton commented 1 year ago

The GitHub version should work too. Instance uniforms being ignored is a bug on my end, I need to fix it.

rossunger commented 1 year ago

Everything is fine with the asset store version, but with the github version I was getting strange errors, and in your demo scene only the rocks (and water and sky) were being rendered.

On Sun, Jul 23, 2023 at 10:20 AM HungryProton @.***> wrote:

The GitHub version should work too. Instance uniforms being ignored is a bug on my end, I need to fix it.

— Reply to this email directly, view it on GitHub https://github.com/HungryProton/scatter/issues/141#issuecomment-1646839529, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACGZ2R5FHS5N63ULDK454DTXRUQLJANCNFSM6AAAAAA2TTS37I . You are receiving this because you authored the thread.Message ID: @.***>