★お知らせ(2023/12/27)
いつもLive2D公式コミュニティをご利用いただき誠にありがとうございます。
本コミュニティは2023年12月27日 11:00をもって閉鎖いたしました。
今後の運営はすべて新Live2D公式クリエイターズフォーラムに移行します。
閉鎖に伴い、以下機能は利用不可となります。
・アカウントの新規作成
・トピック投稿、返信
たくさんのご利用誠にありがとうございました。

新Live2D公式クリエイターズフォーラムは以下バナーよりご利用いただけます。
Live2D公式クリエイターズフォーラム

なお、本コミュニティに投稿されたトピックはすべて残りますが、今後削除する可能性がございますので予めご了承ください。
閉鎖に関するお問い合わせにつきましてはLive2D公式クリエイターズフォーラムへご連絡ください。

How to fade-in and fade-out model in Unity?

How to fade-in and fade-out model in Unity?
Thanks.
タグ付けされた:

コメント

  • 編集済: 8月 2014
    Sorry for the delay in reply.

    Live2D is offered the function that change transparency of the part of the Live2D model.
    However, it does not implement changing the transparency of the entire Live2D model in Unity version.
    You can set the fade applied to the entire model the function of the above, the overlapped part of the drawing objects will become unnatural like this image in this case.


    If you want to implement the fade-in and fade-out, I recommend you use RenderTexture the functions of the Unity Pro.
    http://docs.unity3d.com/Manual/class-RenderTexture.html
  • Thanks for your reply. This's very helpful to me. I will try RenderTexture. Thank you very much.
コメントするにはサインインまたは登録して下さい。