[About macOS Ventura 13.0] (12/20/2022)
The currently released Live2D Cubism SDK is not guaranteed to work with macOS Ventura.
Please refrain from upgrading the macOS as they may not work properly.
The Cubism Editor license file may be lost after the macOS upgrade.
Please make sure to deactivate the Cubism Editor license before upgrading the macOS.
For more details[NOTICE]
About the support for Mac models
Cubism Editor is not supported with Apple M1 processors.
Please refer to
System Requirements for details.
We will not respond to any related inquiries with this message.
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