[Regarding macOS Tahoe](Updated September 18, 2025)
We cannot guarantee the compatibility of the current releases of Live2D Cubism Editor and Cubism SDK with macOS Tahoe.
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.
Hello i have follow the japanese tutorial for install unity SDK , all work i can see my character but i got a problem
Unfinite line of :
IndexOutOfRangeException: Array index is out of range.
live2d.Euclid.SDKUnity.Graphics.TilePool.AllocateTile (Single threshold, Int32 meshIndex, Vector4 bounds)
live2d.Euclid.SDKUnity.Graphics.TilePool.AcquireTile (Int32 meshIndex)
live2d.Euclid.SDKUnity.Graphics.MaskRenderer.Render ()
live2d.Euclid.EuclidModelBackend.Rendering (Single angleX, Single angleY)
live2d.Euclid.EuclidCameraBackend.LateUpdateEuclidModelParameter (Vector3 cameraPos)
EuclidCamera.LateUpdate () (at Assets/Euclid SDK/EuclidCamera.cs:61)
Can you help me plz
I try on unity 5.6 and unity 2017 same problem
thanks
0 ·
Comments
Thanks
This error occurs because of shortage of tiles in mask buffer.
You can avoid this issue by enlarging the number of "Mask Divider" in Inspector to increase tiles.
The following is a way of how to see if there are enough tiles in mask buffer.
1. Choose "Window" > "Frame Debugger" in menu bar in Unity.
2. Push "Enable" button of Frame Debugger while playing Scene.
3. After a list of Frames will be shown in Frame Debugger, choose the raw of "EuclidMaskCommandBuffer"
4. Check there is any space in mask buffer displayed in Game View.
Regards,
Do you know thanks