どうもみなさん、Sonoraです!今回はC#基礎第二回、Debug.Log()についてご紹介します。 要はUnityのコンソールにログ出すってこと! はい、見出しの通りUnityのコンソール画面にログを出すことができる機能です。どういった場合に使われるかというと、例えば ...
This extension is not officially supported by Unity Technologies. Use Visual Studio Code to debug your Unity C# projects. Open your Unity project folder in the Visual Studio Code. Select the debug ...
今回は、コンテンツ開発の過程では欠かせないデバッグと、設定ファイルの記述法について紹介します。 こんにちは、高田です。今回は主にデバッグやコンテンツの設定の話をします。プログラムの制作過程においては、期待通りに動かない場合が必ず出て ...
This extension is not officially supported by Unity Technologies. Use Visual Studio Code to debug your Unity C# projects. Open your Unity project folder in the Visual Studio Code. Select the debug ...
本記事はREALITY Advent Calendar 2021の24日目の記事になります。 今回はUnityエディターのデバッグをちょっと便利にする機能を作成しました。 REALITYアプリではカメラや各種センサーの情報を解析してアバターに反映させています。 ここで問題になるのはUnity ...
Microsoft has released a Unity extension for Visual Studio Code. It gives you advanced editing features when working on Unity projects and it allows you to debug your projects more easily. Microsoft ...