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
When trying to use the point visualization feature in the plugin, and pressing the button to do so in the editor GUI, the targeted model disappears and an error is thrown.
Error
"ArgumentException: The Object you want to instantiate is null."
Cause
From some initial investigation, it seems this is due to the "_point" prefab being assumed to exist in the resources folder. This will not be the case in fresh projects, at least in Unity 2021.3 LTS.
The text was updated successfully, but these errors were encountered:
Unity Version
2021.3.28f1 LTS
Description
When trying to use the point visualization feature in the plugin, and pressing the button to do so in the editor GUI, the targeted model disappears and an error is thrown.
Error
"ArgumentException: The Object you want to instantiate is null."
Cause
From some initial investigation, it seems this is due to the "_point" prefab being assumed to exist in the resources folder. This will not be the case in fresh projects, at least in Unity 2021.3 LTS.
The text was updated successfully, but these errors were encountered: