You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I don't actually think it is related to the specific plugin (was trying to make example from Hello World Plugin) but getting:
[Error] An unexpected error occurred during code generation.
System.InvalidOperationException: No instances of MSBuild could be detected.
Try calling RegisterInstance or RegisterMSBuildPath to manually register one.
after clicking [Generate] or pasting the command directly in the command console.
I have 2 VS installations used daily with Unity - 2019 and 2022 Preview so maybe that is causing the problem?
btw: plugin example code from the wiki has a bug:
public string Name => nameof(ExamplePlugin);
produces error as the actual class name is ExampleCodeGeneratorPlugin and not ExamplePlugin
The text was updated successfully, but these errors were encountered:
Hi, I don't actually think it is related to the specific plugin (was trying to make example from Hello World Plugin) but getting:
after clicking [Generate] or pasting the command directly in the command console.
I have 2 VS installations used daily with Unity - 2019 and 2022 Preview so maybe that is causing the problem?
btw: plugin example code from the wiki has a bug:
produces error as the actual class name is ExampleCodeGeneratorPlugin and not ExamplePlugin
The text was updated successfully, but these errors were encountered: