godotengine / tps-demo

Godot Third Person Shooter with high quality assets and lighting
Other
1.01k stars 180 forks source link

Update various resources to 4.0 format #161

Closed clayjohn closed 1 year ago

clayjohn commented 1 year ago

This PR is mostly a cleanup. But it gets a few things working that weren't working before.

Primarily it takes care of all the warnings that I was seeing when running the project. Most were from code issues or resources still using deprecated formats.

This PR also tweaks a few small things that I noticed while cleaning up other stuff, namely I shifted the ReflectionProbe in the core to reduce the impact of small specular highlights.

clayjohn commented 1 year ago

I tried to import the project with a slightly older master build (4 days old), but the character no longer had a texture applied to it when running the project.

With a latest master build (929ee6117), I get a crash every time I try to import the demo from this PR.

That is very odd. I've been testing with a mix of recent masters and now RC1 and it is working fine. I will test on another device and see if I can reproduce the issue