Support for Assembly Definition
Updated: 09/28/2023
This page contains statements regarding the beta version.
Assembly Definition is now supported from Cubism 5 SDK for Unity R1 beta2.
When accessing Cubism SDK for Unity classes and functions from code in a user-defined assembly with Assembly Definition set, an assembly reference must be added.
In addition, access to classes and functions set to internal in Cubism SDK for Unity will be restricted.
If you have access to internal classes or functions in an existing project, please modify the access modifiers on the SDK side or include them in the assembly provided with the Cubism SDK for Unity.
For more information on Assembly Definition, see the official Unity Documentation.
The assembly names of Cubism SDK for Unity are as follows.
- Live2D.Cubism
- Live2D.Cubism.Editor