Josh Posted May 21, 2024 Posted May 21, 2024 This extension loads a scene from Unity. Place this file in "Ultra Engine/Scripts/Start/Extensions": Unity Import.lua You can use this plugin to export a JSON file from Unity containing the open scene: https://assetstore.unity.com/packages/tools/integration/scene-to-json-exporter-280989 I recommend breaking any prefabs you have before exporting. These files can then be loaded with this extension. Select the Script > Utilities > Import Unity Scene menu item and open the JSON file you saved. Currently just the basic hierarchy is loaded with no visible meshes, but it does work. Quote My job is to make tools you love, with the features you want, and performance you can't live without.
Josh Posted May 23, 2024 Author Posted May 23, 2024 Updated version. This actually can load some scenes correctly, although the way unity does LODs is really weird and not every scene is compatible. Definitely break all prefabs before exporting. Unity Import.lua 1 Quote My job is to make tools you love, with the features you want, and performance you can't live without.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.