以下エラーが出てきた時の対処法。
Assets\Scripts\StatusAuthoring.cs(2,13): error CS0234: The type or namespace name 'VisualScripting' does not exist in the namespace 'Unity' (are you missing an assembly reference?)
スクリプトから以下を削除する。
using Unity.VisualScripting;
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 1 year has passed since last update.
以下エラーが出てきた時の対処法。
Assets\Scripts\StatusAuthoring.cs(2,13): error CS0234: The type or namespace name 'VisualScripting' does not exist in the namespace 'Unity' (are you missing an assembly reference?)
スクリプトから以下を削除する。
using Unity.VisualScripting;
Register as a new user and use Qiita more conveniently
Go to list of users who liked