Added this package to Unity project from Git URL, then tried to add the ADSR Envelpope.cs script to an obect and was shown this message; "Can't add script component "ADSR Envelope" because script ...
今回はUnityのPostProcessingStackについて、そのプロファイルとボリュームをスクリプトから操作する方法をまとめます。 ここで、 * PostProcessProfile = ポストプロセスの設定ファイル * PostProcessVolume = PostProcessProfileを設定するコンポーネント です。 postprocessについて ...
強化学習ライブラリ Unity ML_Agentsを触ってみたときのTipsを記述しています。Unity ML-Agents実践ゲームプログラミングに出てくるコードを写経しながら、詰まったところについてメモをしていきます。 機械学習歴は1年半くらいで、Unityは完全な初心者です。