keijiro / Smrvfx

Skinned mesh sampling with VFX Graph
The Unlicense
1.08k stars 154 forks source link

Missing script error #33

Closed kaiba-yoha closed 2 years ago

kaiba-yoha commented 2 years ago

質問失礼致します。 プロジェクトでVFXPropertyBinderがついたGameObjectをPrefab化するとSkinnedMeshBinderがMissingScriptになりBindが外れてしまいます。 image また、Prefab化の際に以下のようなエラーが出ます。 image

環境は以下の通りです。 Unity 2020.3.4f HDRP 10.4

何か設定のミスによるものでしたら申し訳ありませんが、ご教授いただければ幸いです。

keijiro commented 2 years ago

I think you're seeing an old version of the project. Now this repository only contains a project that shows how to use the built-in skinned mesh sampling feature. I'd recommend using the newer approach instead of the old solution.

恐らく古いバージョンを見ていると思われますが、現在このリポジトリは内臓の skinned mesh サンプリング機能の使用方法を提示するプロジェクトのみ含んでいます。古いソリューションよりも新しい機能の方を使うことをお勧めします。