[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.
Capturing an image of the Vtuber model using Cubism DIY Viewer in Unity
Hello,
I am creating my own Cubism DIY Viewer using the following guide.
https://docs.live2d.com/en/cubism-sdk-tutorials/use-cubismdiyviewer/I want to add a button that when clicked saves an image of the face of vtuber model at the current time.
What would be the best way of accomplishing this?
I am using Unity SDK version 4-r.7 and Unity 2022.3.11f1
I am a complete beginner to Unity and C#.
0 ·
Comments
I am also beginner for Unity. But, I can find the article for capture screenshot.
https://vanikki.com/unity-screenshot/
Attach this script to the button.
Best regards.