Jump to content

Build being interrupted for every scene with dialog to add InteractionModeManager


sh0v0r

Recommended Posts

  • 1 month later...

@sh0v0r
Hrm, 

Make sure that the "auto add interaction manager" menu option is unchecked.
image.png.d688181aa51c20e150d4b3c1251beee3.png

The first few lines of the function check if the menu option is checked
 

if (!ShouldAutoAddManager())
{
   Debug.Log("OnSceneOpened() Not add manager automatically.");
   return;
}
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...