Skip to content

Releases: untoldengine/UntoldEditor

๐ŸŽ‰ Untold Engine Studio v0.10.8

23 Feb 15:55

Choose a tag to compare

Welcome to the release of Untold Engine Studio v0.10.8 ! This is a standalone visual development environment for creating games with the Untold Engine.

๐Ÿ“ฆ Installation

macOS 14+ required

  1. Download UntoldEngineStudio-0.10.8.dmg
  2. Open the DMG
  3. Drag Untold Engine Studio to your Applications folder
  4. Launch and start creating!

Note: On first launch, you may need to right-click โ†’ Open if macOS shows a security warning (unsigned app).

๐ŸŽฎ Getting Started

  1. Launch Untold Engine Studio
  2. Create a new project or open an existing one
  3. Set your project's asset folder
  4. Start building your game!

โœจ Whatโ€™s in This Release

Whatโ€™s New โ€” Untold Engine & Untold Editor v0.10.8

This release focuses on improving editor stability, spatial interaction, and transparency rendering across the engine and editor. The gizmo and picking workflows are now significantly more robust, and XR spatial input continues to mature.

โœจ Highlights

  • Stable and accurate transform gizmo

    • Fixed gizmo transforms and placement in the editor
    • Replaced USDZ gizmo assets with procedurally generated meshes for reliability
    • Corrected edit-mode scene graph behavior
  • Improved scene picking and raycasting

    • CPU raycasting fixes improve selection accuracy
    • Scene picking system integrated at engine level
    • More consistent entity selection in editor and XR
  • Transparency rendering fixes

    • Transparency now works correctly in both engine and editor
    • Fixed transparency mesh render pass issues
  • Vision Pro spatial input improvements

    • Continued refinement of spatial input and XR interaction
    • Stability fixes for large scenes and async XR paths
    • Updated spatial input documentation
  • Large-scene stability and loading

    • Improved loading speed and render initialization
    • Fixed XR crashes and transform issues from USDZ imports
    • Safer static batching removal and entity lifecycle handling

๐Ÿงฉ Under the Hood

  • Procedural gizmo meshes replace USDZ dependencies
  • Scene picking moved into core engine systems
  • Render graph and color handling fixes
  • Numerous XR guards and stability improvements

Upgrade recommended โ€” especially for Vision Pro workflows, editor manipulation, and transparent materials.

๐Ÿ› Known Issues

โ€ข App is currently unsigned (requires right-click โ†’ Open on first launch)
โ€ข Some editor UI elements are still being refined

๐Ÿ’ฌ Feedback & Support

โ€ข Report Issues: GitHub Issues
โ€ข Documentation: Coming soon

๐Ÿ™ Thank You

Thank you for trying out the first release! Your feedback will help shape the future of Untold Engine Studio.

๐ŸŽ‰ Untold Engine Studio v0.10.0

10 Feb 06:45

Choose a tag to compare

Welcome to the release of Untold Engine Studio v0.10.0 ! This is a standalone visual development environment for creating games with the Untold Engine.

๐Ÿ“ฆ Installation

macOS 14+ required

  1. Download UntoldEngineStudio-0.10.0.dmg
  2. Open the DMG
  3. Drag Untold Engine Studio to your Applications folder
  4. Launch and start creating!

Note: On first launch, you may need to right-click โ†’ Open if macOS shows a security warning (unsigned app).

๐ŸŽฎ Getting Started

  1. Launch Untold Engine Studio
  2. Create a new project or open an existing one
  3. Set your project's asset folder
  4. Start building your game!

โœจ Whatโ€™s in This Release

This release provides two major features to the engine:

  • Geometry Streaming Support
  • Fixed the Flickering issue in the editor
  • Improved user experience

๐Ÿ› Known Issues

โ€ข App is currently unsigned (requires right-click โ†’ Open on first launch)
โ€ข Some editor UI elements are still being refined

๐Ÿ’ฌ Feedback & Support

โ€ข Report Issues: GitHub Issues
โ€ข Documentation: Coming soon

๐Ÿ™ Thank You

Thank you for trying out the first release! Your feedback will help shape the future of Untold Engine Studio.

๐ŸŽ‰ Untold Engine Studio v0.9.0

05 Feb 00:02

Choose a tag to compare

Welcome to the release of Untold Engine Studio v0.9.0 ! This is a standalone visual development environment for creating games with the Untold Engine.

๐Ÿ“ฆ Installation

macOS 14+ required

  1. Download UntoldEngineStudio-0.9.0.dmg
  2. Open the DMG
  3. Drag Untold Engine Studio to your Applications folder
  4. Launch and start creating!

Note: On first launch, you may need to right-click โ†’ Open if macOS shows a security warning (unsigned app).

๐ŸŽฎ Getting Started

  1. Launch Untold Engine Studio
  2. Create a new project or open an existing one
  3. Set your project's asset folder
  4. Start building your game!

โœจ Whatโ€™s in This Release

This release provides two major features to the engine:

  • LOD Support
  • Static Batching Support

๐Ÿ› Known Issues

โ€ข App is currently unsigned (requires right-click โ†’ Open on first launch)
โ€ข Some editor UI elements are still being refined

๐Ÿ’ฌ Feedback & Support

โ€ข Report Issues: GitHub Issues
โ€ข Documentation: Coming soon

๐Ÿ™ Thank You

Thank you for trying out the first release! Your feedback will help shape the future of Untold Engine Studio.

๐ŸŽ‰ Untold Engine Studio v0.8.2

01 Feb 12:07

Choose a tag to compare

Welcome to the release of Untold Engine Studio v0.8.2 ! This is a standalone visual development environment for creating games with the Untold Engine.

๐Ÿ“ฆ Installation

macOS 14+ required

  1. Download UntoldEngineStudio-0.8.2.dmg
  2. Open the DMG
  3. Drag Untold Engine Studio to your Applications folder
  4. Launch and start creating!

Note: On first launch, you may need to right-click โ†’ Open if macOS shows a security warning (unsigned app).

๐ŸŽฎ Getting Started

  1. Launch Untold Engine Studio
  2. Create a new project or open an existing one
  3. Set your project's asset folder
  4. Start building your game!

โœจ Whatโ€™s in This Release

  1. Untold Engine:
  • [Patch] fixed crash when loading large number of models (c812695โ€ฆ)
  • [Patch] Load absolute path models (ac06ff9โ€ฆ)
  1. Untold Editor:
  • [Patch] added a dropdown menu to import button (645a6e7โ€ฆ)
  • [Patch] Added parenting to scenegraph (7dd0179โ€ฆ)
  • [Patch] Added option to select child entity by using shift,right mouse (c5210eeโ€ฆ)
  • [Patch] Added quick preview (c6c7f40โ€ฆ)
  • [Patch] Fixed issue of new project copying data over from previous one (452fa93โ€ฆ)

๐Ÿ› Known Issues

โ€ข App is currently unsigned (requires right-click โ†’ Open on first launch)
โ€ข Some editor UI elements are still being refined

๐Ÿ’ฌ Feedback & Support

โ€ข Report Issues: GitHub Issues
โ€ข Documentation: Coming soon

๐Ÿ™ Thank You

Thank you for trying out the first release! Your feedback will help shape the future of Untold Engine Studio.

๐ŸŽ‰ Untold Engine Studio v0.8.1

26 Jan 15:25

Choose a tag to compare

Welcome to the release of Untold Engine Studio v0.8.1 ! This is a standalone visual development environment for creating games with the Untold Engine.

๐Ÿ“ฆ Installation

macOS 14+ required

  1. Download UntoldEngineStudio-0.8.0.dmg
  2. Open the DMG
  3. Drag Untold Engine Studio to your Applications folder
  4. Launch and start creating!

Note: On first launch, you may need to right-click โ†’ Open if macOS shows a security warning (unsigned app).

๐ŸŽฎ Getting Started

  1. Launch Untold Engine Studio
  2. Create a new project or open an existing one
  3. Set your project's asset folder
  4. Start building your game!

โœจ Whatโ€™s in This Release

Main changes were related to the Untold Engine core.

  • Improved Camera API
  • Added helper functions to postFX and SSAO

๐Ÿ› Known Issues

โ€ข App is currently unsigned (requires right-click โ†’ Open on first launch)
โ€ข Some editor UI elements are still being refined

๐Ÿ’ฌ Feedback & Support

โ€ข Report Issues: GitHub Issues
โ€ข Documentation: Coming soon

๐Ÿ™ Thank You

Thank you for trying out the first release! Your feedback will help shape the future of Untold Engine Studio.

๐ŸŽ‰ Untold Engine Studio v0.8.0

19 Jan 06:03

Choose a tag to compare

Welcome to the release of Untold Engine Studio v0.8.0 ! This is a standalone visual development environment for creating games with the Untold Engine.

๐Ÿ“ฆ Installation

macOS 14+ required

  1. Download UntoldEngineStudio-0.8.0.dmg
  2. Open the DMG
  3. Drag Untold Engine Studio to your Applications folder
  4. Launch and start creating!

Note: On first launch, you may need to right-click โ†’ Open if macOS shows a security warning (unsigned app).

๐ŸŽฎ Getting Started

  1. Launch Untold Engine Studio
  2. Create a new project or open an existing one
  3. Set your project's asset folder
  4. Start building your game!

โœจ Whatโ€™s in This Release

Aside from fixing several bugs in the Untold Engine and adding new behaviors to the Camera System, the editor now supports multi-platform project support. This means that you can create a game for multi-platforms (macOS, iOS, iOS AR, Vision Pro) using the Untold Engine Studio.

๐Ÿ› Known Issues

โ€ข App is currently unsigned (requires right-click โ†’ Open on first launch)
โ€ข Some editor UI elements are still being refined

๐Ÿ’ฌ Feedback & Support

โ€ข Report Issues: GitHub Issues
โ€ข Documentation: Coming soon

๐Ÿ™ Thank You

Thank you for trying out the first release! Your feedback will help shape the future of Untold Engine Studio.

๐ŸŽ‰ Untold Engine Studio v0.7.1

10 Jan 15:09

Choose a tag to compare

Welcome to the release of Untold Engine Studio v0.7.1 ! This is a standalone visual development environment for creating games with the Untold Engine.

๐Ÿ“ฆ Installation

macOS 14+ required

  1. Download UntoldEngineStudio-0.7.1.dmg
  2. Open the DMG
  3. Drag Untold Engine Studio to your Applications folder
  4. Launch and start creating!

Note: On first launch, you may need to right-click โ†’ Open if macOS shows a security warning (unsigned app).

โœจ Whatโ€™s in This Release

  • Updated the editor to use latest version of the Untold Engine which fixes several issues with the async loading feature

๐ŸŽฎ Getting Started

  1. Launch Untold Engine Studio
  2. Create a new project or open an existing one
  3. Set your project's asset folder
  4. Start building your game!

๐Ÿ› Known Issues

โ€ข App is currently unsigned (requires right-click โ†’ Open on first launch)
โ€ข Some editor UI elements are still being refined

๐Ÿ’ฌ Feedback & Support

โ€ข Report Issues: GitHub Issues
โ€ข Documentation: Coming soon

๐Ÿ™ Thank You

Thank you for trying out the first release! Your feedback will help shape the future of Untold Engine Studio.

๐ŸŽ‰ Untold Engine Studio v0.7.0

06 Jan 14:33

Choose a tag to compare

Welcome to the release of Untold Engine Studio v0.7.0 ! This is a standalone visual development environment for creating games with the Untold Engine.

๐Ÿ“ฆ Installation

macOS 14+ required

  1. Download UntoldEngineStudio-0.7.0.dmg
  2. Open the DMG
  3. Drag Untold Engine Studio to your Applications folder
  4. Launch and start creating!

Note: On first launch, you may need to right-click โ†’ Open if macOS shows a security warning (unsigned app).

โœจ Whatโ€™s in This Release

  • Added async loading for faster scene loading
  • Modified the editor workflow for easier use
  • Fixed project creation for macOS, iOS, iOS + AR, VisionPro
  • Improved SSAO performance

๐ŸŽฎ Getting Started

  1. Launch Untold Engine Studio
  2. Create a new project or open an existing one
  3. Set your project's asset folder
  4. Start building your game!

๐Ÿ› Known Issues

โ€ข App is currently unsigned (requires right-click โ†’ Open on first launch)
โ€ข Some editor UI elements are still being refined

๐Ÿ’ฌ Feedback & Support

โ€ข Report Issues: GitHub Issues
โ€ข Documentation: Coming soon

๐Ÿ™ Thank You

Thank you for trying out the first release! Your feedback will help shape the future of Untold Engine Studio.

๐ŸŽ‰ Untold Engine Studio v0.1.2

23 Dec 06:22

Choose a tag to compare

Welcome to the release of Untold Engine Studio v0.1.2 ! This is a standalone visual development environment for creating games with the Untold Engine.

๐Ÿ“ฆ Installation

macOS 14+ required

  1. Download UntoldEngineStudio-0.1.2.dmg
  2. Open the DMG
  3. Drag Untold Engine Studio to your Applications folder
  4. Launch and start creating!

Note: On first launch, you may need to right-click โ†’ Open if macOS shows a security warning (unsigned app).

โœจ Whatโ€™s in This Release

With Untold Engine Studio, you can now:

  • Download a single DMG and start working immediately
  • Avoid cloning repositories or setting up local build environments
  • Create and manage projects directly from a standalone app
  • Work visually with scenes, assets, and entities out of the box
  • Iterate quickly using Play Mode and Scripting language

The goal of this release is simple:
lower the barrier to entry so developers can focus on building, not setup.

๐ŸŽฎ Getting Started

  1. Launch Untold Engine Studio
  2. Create a new project or open an existing one
  3. Set your project's asset folder
  4. Start building your game!

๐Ÿ› Known Issues

โ€ข App is currently unsigned (requires right-click โ†’ Open on first launch)
โ€ข Some editor UI elements are still being refined

ChangeLog

This version fixes issues with the Gaussian Splat component in the Editor.

๐Ÿ’ฌ Feedback & Support

โ€ข Report Issues: GitHub Issues
โ€ข Documentation: Coming soon
โ€ข Examples: UntoldEngineExamples

๐Ÿ™ Thank You

Thank you for trying out the first release! Your feedback will help shape the future of Untold Engine Studio.

๐ŸŽ‰ Untold Engine Studio v0.1.0

20 Dec 00:24

Choose a tag to compare

Welcome to the first public release of Untold Engine Studio! This is a standalone visual development environment for creating games with the Untold Engine.

๐Ÿ“ฆ Installation

macOS 14+ required

  1. Download UntoldEngineStudio-0.1.0.dmg
  2. Open the DMG
  3. Drag Untold Engine Studio to your Applications folder
  4. Launch and start creating!

Note: On first launch, you may need to right-click โ†’ Open if macOS shows a security warning (unsigned app).

โœจ Whatโ€™s in This Release

With Untold Engine Studio, you can now:

  • Download a single DMG and start working immediately
  • Avoid cloning repositories or setting up local build environments
  • Create and manage projects directly from a standalone app
  • Work visually with scenes, assets, and entities out of the box
  • Iterate quickly using Play Mode and Scripting language

The goal of this release is simple:
lower the barrier to entry so developers can focus on building, not setup.

๐ŸŽฎ Getting Started

  1. Launch Untold Engine Studio
  2. Create a new project or open an existing one
  3. Set your project's asset folder
  4. Start building your game!

๐Ÿ› Known Issues

โ€ข App is currently unsigned (requires right-click โ†’ Open on first launch)
โ€ข Some editor UI elements are still being refined

๐Ÿ’ฌ Feedback & Support

โ€ข Report Issues: GitHub Issues
โ€ข Documentation: Coming soon
โ€ข Examples: UntoldEngineExamples

๐Ÿ™ Thank You

Thank you for trying out the first release! Your feedback will help shape the future of Untold Engine Studio.