live2D (sdk가 6.5 미지원으로 sprite로 대응)
This commit is contained in:
56
Assets/Live2D/Cubism/NOTICE.md
Normal file
56
Assets/Live2D/Cubism/NOTICE.md
Normal file
@@ -0,0 +1,56 @@
|
||||
[English](NOTICE.md) / [日本語](NOTICE.ja.md)
|
||||
|
||||
---
|
||||
|
||||
# Notices
|
||||
|
||||
## [Restrictions] Support for HarmonyOS NEXT and Tuanjie (2026-04-02)
|
||||
|
||||
Cubism SDK for Unity R5 beta3 and later uses the Render Graph Module, and therefore does not support HarmonyOS NEXT or Tuanjie.
|
||||
|
||||
We will announce support availability for this product in a future release once Tuanjie supports the Render Graph Module.
|
||||
|
||||
|
||||
## [Restrictions] Drawing Order of Drawables Under Parts Containing Offscreen Rendering When the Drawing Order of Offscreen Rendering Changes (2026-01-08)
|
||||
|
||||
In the Cubism SDK for Unity, when the drawing order of offscreen rendering is changed, the drawing order of Drawables under the parts containing the offscreen rendering does not change.
|
||||
We are considering adding a feature in the future to synchronize the drawing order of Drawables under the parts containing offscreen rendering with changes to the drawing order of offscreen rendering.
|
||||
|
||||
The supported version and release schedule will be announced in future updates.
|
||||
|
||||
|
||||
## [Restrictions] Regarding lip-sync support from AudioClips when exporting to WebGL. (2024-11-28)
|
||||
|
||||
The lip-sync from audio feature in the Cubism SDK for Unity uses the AudioClip API to obtain waveform information.
|
||||
However, since the API for dynamically obtaining waveform information from an AudioClip is not supported for WebGL builds in Unity, the lip-sync feature in the Cubism SDK for Unity is also not supported for WebGL exports.
|
||||
|
||||
For details, please check the official Unity documentation.
|
||||
|
||||
* [Audio in WebGL](https://docs.unity3d.com/Manual/webgl-audio.html)
|
||||
|
||||
|
||||
## [Restrictions] Support for Windows ARM64 (2024-01-18)
|
||||
|
||||
Cubism SDK for Unity currently does not support Windows ARM64 builds for Unity 2023.1 or later.
|
||||
A supported version will be announced in a future release.
|
||||
|
||||
|
||||
## [Caution] Support for Apple's Privacy Manifest Policy
|
||||
|
||||
This product does not use the APIs or third-party products specified in Apple's privacy manifest policy.
|
||||
This will be addressed in future updates if this product requires such support.
|
||||
Please check the documentation published by Apple for details.
|
||||
|
||||
[Privacy updates for App Store submissions](https://developer.apple.com/news/?id=3d8a9yyh)
|
||||
|
||||
|
||||
## [Caution] About using `.bundle` and `.dylib` on macOS Catalina or later
|
||||
|
||||
To use `.bundle` and `.dylib` on macOS Catalina or later, you need to be connected to an online environment to verify your notarization.
|
||||
|
||||
For details, please check the official Apple documentation.
|
||||
|
||||
* [Apple Official Documentation](https://developer.apple.com/documentation/security/notarizing_your_app_before_distribution)
|
||||
---
|
||||
|
||||
©Live2D
|
||||
Reference in New Issue
Block a user