Relative Content

Tag Archive for godotgdscriptgodot4

How to obtain the absolute path of “res://”

Is there a way to use gdscript to obtain the absolute path of “res://” on the current device?
I have encountered some issues that require the use of some code from C #, but the paths “res://” and “users://” cannot be used in C # (non godot API).
I want to know if there is a gdscript method that can obtain the absolute paths of these two paths.

Jittery/Laggy movement in godot 4

So im using the PlatformerController2D script from the AssetLib for the movement for my player and when walking and jumping or pretty much moving in general the player looks really jittery. It usually happen in every few seconds, the player just lags mid way.