foxssake / netfox

Addons for building multiplayer games with Godot
https://foxssake.github.io/netfox/
MIT License
389 stars 16 forks source link

Spammy console errors at Godot 4.3 (Forest Brawler Demo) #239

Closed TheYellowArchitect closed 2 months ago

TheYellowArchitect commented 2 months ago

godot-4 3-error-spam

Not critical or anything, the animations play normally, but the console spam makes it impossible to find custom warnings (meshes need update), and ofc having no errors in console is ideal. Would be good for 1.8.1 release

elementbound commented 2 months ago

Forest Brawl uses Godot 4.1; netfox also uses Godot 4.1, but is compatible with 4.x

The surface format was changed IIRC around Godot 4.2, hence the warnings. There was also a rewrite introducing AnimationMixer, I strongly suspect the errors are related to that.

Opening Forest Brawl in a Godot version other than its supported 4.1 and getting warnings is not considered a bug. Closing as wontfix.

TheYellowArchitect commented 2 months ago

Understandable, because forest brawl on 4.3 should cause problems for 4.1 users. Regardless, there should be on Readme.md that forest brawl demo works exclusively up to 4.1, otherwise they will be dissapointed/confused (e.g. thinking netfox won't work for 4.3 projects)