[Notice of Holidays]
Please note that our staff will not be available from 2024/Dec/28 - 2025/Jan/5 JST.
The Live2D Creators Forum will remain open during the holidays.
Submissions that require a response will be answered after we reopen for business.
Please note that it will take longer than usual to respond to your request.
I'm using the sampleApp1 and import models from outside, it's loaded up all good now but the problem is, the hit areas won't work
I used Modeler and Viewer too check for the hit areas too, but it won't work in Unity
Am I missing something?
0 ·
Answers
The hit area you see in Viewer and in Unity is different in "Cubism 2.1". When hit area needs to be get in SDK, you need to write Drawable ID for each hit area manually in model.json. model.json in the sampleApp1 can be a reference for this.
Thanks,