- Steam App
- Resonite (2519830)
- Event type
- patch note
- Published
- 11 May 2026 - 20:36:40 UTC
- Source
- steam_community_announcements
Hello everyone! I've got a small maintenance build for you with a few bugfixes that have accumulated over past week or so! There's also new command-line arguments that make it easy to switch which renderer Resonite uses (without having to replace the files) and making it attach to Unity Editor with Renderite (which is now open source in case you missed it!) New Features: - Added WorldFocused and WorldUnfocused nodes, these nodes output when a user focuses or unfocuses a world (requested by @ryuvi, issue #6527, implemented by @probableprime) - Added launch arguments for picking which renderer should Resonite use -- `-Renderer ` will make Resonite use alternate renderer at this path, instead of the default one -- `-AttachRenderer` will attach to existing instance of a running renderer (mainly Renderite in Unity Editor) (requested by @scrongbongle, issue #6513) - this is intended for debugg...