Godot Version
4.4.1.stable
Question
Is there an alternative for OS.has_feature()
since it’s now deprecated in the stable version?
4.4.1.stable
Is there an alternative for OS.has_feature()
since it’s now deprecated in the stable version?
Checking official docs it does not say it is deprecated anywhere. Where did you see that it is now deprecated? Afaik it is the only way to work with feature flags.
Ah, that is on RenderingServer
I presume? Since Godot 3, that function is part of the OS
singleton, which is probably what that warning is referring to.