2015-10-26から1日間の記事一覧

ユニティちゃんの衣装チェンジを動的に行う方法(意識低い版)

using UnityEngine; using System.Collections; public class UGUIChangeCostume : MonoBehaviour { public GameObject face0; // 通常衣装 public GameObject face1; // ハロウィン衣装 public GameObject body0; public GameObject body1; void Start(){ f…

Android Render Texture doesn't work

10-21 18:23:26.829: E/Unity(25129): A script behaviour has a different serialization layout when loading. (Read 32 bytes but expected 220 bytes) 10-21 18:23:26.829: E/Unity(25129): Did you #ifdef UNITY_EDITOR a section of your serialized p…