AGXUnityをソースコードからインストールする場合の解決策

AGXUnityとAGXのバージョンが一致しているか確認する

  • AGXUnityの指定のバージョンのAGXを使う

DllNotFoundException: agxDotNetRuntime.dll と表示される

Visual Studioビルド時に error CS0246: The type or namespace name 'agx' と表示される

Visual Studioでビルドしたときに error CS0246: The type or namespace name 'agx' がでる場合には次の対応をする。

Visual Studioビルド時にエラーがでる

Visual Studioでビルドしたとき、次のエラーがでる場合は、Visual Studioの ソリューションの構成 (Solution Configurations)を Debug に変更する。

  • error CS0019: 演算子 '*' 'Quaternion' 'void' 型のオペランドに適用することはできません

  • error CS0019: Operator '*' cannot be applied to operands of type 'Quaternion' and 'void'

  • error CS0029: 'void' 'UnityEngine.Quaternion' に暗黙的に変換できません

  • error CS0029: Cannot implicitly convert type 'void' to 'UnityEngine.Quaternion'