LoginSignup
0
1

More than 3 years have passed since last update.

UnityPluginのデバッグ

Last updated at Posted at 2020-09-29

windows

UnityでWindows向けNative Pluginをデバッグする

UnityネイティブプラグインをVisual Studio でステップ実行デバッグする
http://satoshi-maemoto.hatenablog.com/entry/2019/07/30/155847

Unity/Android

Unity + Visual Studio環境のAndroid実機デバッグ方法

Unity-[Build Settings]のオプションはここを参照する

・Export Project : AndroidStudio用のprojectを出力する
・Symlink sources :

・Wait For Managed Debuggerにチェックを入れておくと、デバッガーが起動するまでアプリの開始を待ってくれるので、アプリ起動直後の挙動を実機で確認することができる。

・Scripts Only Build : 現在のプロジェクトのスクリプトだけをビルドします。

AndroidStudio : 別モジュールのC++のステップ実行

デフォルトでは非対応

UnityでGradleを使ったAndroidプラグイン開発

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1