Forum rules - please read before posting.

mouse click not work.

edited January 2019 in Technical Q&A

hi criss mouse click not work near camera.but work away from camera.
here is Image.
https://imgur.com/a/2mUY8Cu

Red circle part click not work.white circle part work fine.

Comments

  • A click for what, point-and-click movement or interaction? If movement, the floor collider will have to be on the NavMesh layer to detect clicks.

    Is there a Menu or other Collider in the scene blocking it? Try enabling Gizmos in the Game window to see if anything is in the way.

  • edited January 2019

    yes point-and-click movement . there is no collider. in every scene area near camera not working. as shown in image.

  • Temporarily load up the 3D Demo Managers via the top toolbar, and re-run the scene. Does the Demo game's character, Tin Pot, have the same problem? If so, the problem will be with the scene - in which case, PM me the scene + associated files as a .unitypackage file and I'll take a look.

  • Hi Criss after many hours struggle. I find out a problem
    when below inGame Menu Activate.then click on nav mesh not working.
    same when Inventory Menu Activate then click not work on Nav mesh.
    Here is Image For More Detail.
    https://imgur.com/a/jFwBCX7

  • edited January 2019

    If the areas you've shown are each covered by a Menu, you can't click underneath them unless you prevent the Menu themselves being clickable via the Ignore cursor clicks? property. This is to prevent the user from mistakenly interacting with both the Menu and the NavMesh simultaneously.

    If your InGame menu only needs buttons in the bottom-left and bottom-right corners, you should separate it into two separate Menus - one for each corner.

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Welcome to the official forum for Adventure Creator.