Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
Text node with fast rendering capabilities, expecially useful on Android.Text rendering on Android devices highly harms FPS. (https://github.com/godotengine/godot/issues/19917)You can append FastText nodes in Scene Tree and use instead of Label and LineEdit nodes to avoid FPS drop.Note: even if it has been created as a workaround for Android, you can use it on any plaftorm for it has a different approach to text input.
Text node with fast rendering capabilities, expecially useful on Android.
Text rendering on Android devices highly harms FPS. (https://github.com/godotengine/godot/issues/19917)
You can append FastText nodes in Scene Tree and use instead of Label and LineEdit nodes to avoid FPS drop.
Note: even if it has been created as a workaround for Android, you can use it on any plaftorm for it has a different approach to text input.
Reviews
Quick Information
Text node with fast rendering capabilities, expecially useful on Android.Text rendering on Android devices highly harms FPS. (https://github.com/godotengine/godot/issues/19917)You can append FastText nodes in Scene Tree and use instead of Label and LineEdit nodes to avoid FPS drop.Note: even if it has been created as a workaround for Android, you can use it on any plaftorm for it has a different approach to text input.