Unity始めたばかりでアドバイス頂きたいのですが、下記のエラーを解消するにはどうすれば良いでしょうか?
zipファイルをパッケージでインポートした際のエラーになります。エディター拡張です。
解決方法を検索したところ気になる記事を見つけたのですが、仮想関数と関係ないところでエラーが起きているため何が原因なのか分かりませんでした。

※エラー文
Assets\Editor\VRoidFemaleModelEditor\VRoidFemaleModelEditor.cs(11,7): error CS0246: The type or namespace name 'VRM' could not be found (are you missing a using directive or an assembly reference?)

※該当箇所
using VRM;

※参考サイト
https://stackoverflow.com/questions/55163301/unity-package-error-the-type-of-namespace-could-not-be-found

※インポートしたパッケージ
https://booth.pm/ja/items/4433103