縦長:Portrait、逆持ち:Portrait
Upside Down
縦長持ち左倒し:Landscape Left、右倒し:Landscape right

-
エラー対応
- Warning
Tiled GPU perf. warning: RenderTexture color surface (0x0) was not
cleared/discarded, doing
(対策)Edit→Graphics Emulation→No Emulationに変更する

- エラーメッセージ
The associated can not be loaded.
Please fix any compile errors and assign a valid script.
(対応その1)ソースファイルの日本語コメントを全部消す←なんじゃそりゃ、でも実際これでコンパイル通るから困る
(対応その2)そもそもUnityJavaScriptでクラスの書き方が特殊な件
public class NTManager extends MonoBehaviour {
}
で囲うんだけど、ツボりがちなのが「クラス名とファイル名を同じにする」こと。
この場合ファイル名はNTManager.jsでないとエラーメッセージが消えない。なんじゃそりゃ。
最終更新:2015年07月01日 18:55