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
Take in-game screenshots without visible pauses or frame time spikes. Queues screenshots and writes them to time stamped files in user directory using a separate thread.
Screenshot queue
Take in-game screenshots without visible pauses or frame time spikes. Queues screenshots and writes them to time stamped files in user directory in a separate thread. Made for Godot 3.x.
Usage
Copy the screenshotqueue.gd
-file to your project directory and set it as auto-loaded script (singleton) in project settings. Then all you need in code is this (assuming you named the singleton ScreenshotQueue):
ScreenshotQueue.snap(get_viewport())
License
MIT license.
This was initially made for use in Polychoron game project.
Take in-game screenshots without visible pauses or frame time spikes. Queues screenshots and writes them to time stamped files in user directory using a separate thread.
Reviews
Quick Information
Take in-game screenshots without visible pauses or frame time spikes. Queues screenshots and writes them to time stamped files in user directory using a separate thread.