[About Cubism Editor / SDK 5.4 Alpha](Updated: July 14, 2026)
You can download the alpha installer from the dedicated forum below.
If you have any feedback regarding the alpha version, including feature requests or bug reports, please use the same forum.
Cubism Editor / SDK 5.4 Alpha Forum
https://creatorsforum.live2d.com/c/cubismeditorsdk54alpha/
[Regarding macOS Tahoe](Updated October 16, 2025)
macOS v26 Tahoe is now supported!
We advise against upgrading your macOS at this time as it may cause Live2D products not to function correctly.
Upgrading macOS can also cause you to lose your Cubism Editor license file.
Please make sure to deactivate your Cubism Editor license before upgrading the macOS.
For more details:
https://help.live2d.com/en/other/other_09/For inquiries regarding issues with license purchases or license activation errors, please contact us through the
email form.Unity and Live2D Drawing Order
Hello! I currently have multiple Canvas objects in my scene, and I only need one of them to be drawn in front of the Live2D models. However, in order for my to fix a few scaling issues I needed to swap the canvas layers to 'Screenspace - Camera' instead of 'Screenspace - Overlay'.
When drawn in Overlay mode, the top-most canvas correctly renders above the Live2D characters, but in Camera mode, I've been unable to get the Live2D characters behind this canvas.
I've attempted the following:
-Moving the canvases into different Sorting Layers, no effect.
-Creating a Canvas component on the Live2D objects and or parent and setting it to Camera screenspace, breaks the rendering of the characters entirely until I undo the component creation.
-Created a second Camera object that only draws the top-most canvas and has a higher order than the Main Camera, the Live2D model still draws on top of this camera.
I don't see any exposed functions or variables in the Live2D Unity SDK that could remedy this issue, so I have no idea what to do.

This is currently how it looks even though the selected camera "UICamera" only has the "cUI" layer selected under Culling Mask, and the Live2D objects are under "UI"

Image is scaled, you can click on it to see the full size.
0 ·
Comments
Please reupload your image, @Blizzie !
Alternatively, you can upload them to the forum if you click on the black paper icon which is to the right of the chain (link) icon, and to the left of the text positioning settings.
Thanks for your response though.
The next major release of the SDK, however, will rely on Unity's MeshRenderer for rendering so you will be able to use sorting layers and sorting orders which will allow you to have Live2D models play nice with UI elements.