I want to add my custom minimap as HUD.
I added my minimap as HUD but it dosen't show up.

I don't want my minimap to show up in Battle, Menu and Shop.
I only want it to show up in control(walk and run in the field)

how can I set up via makinom or script???


image


image
  • If you want the minimap to be integrated in ORK's HUD system, set it up as a regular HUD prefab (i.e. with a HUD component at it's root) and add the minimap stuff to that prefab.

    The HUD in ORK is set up as usual, e.g. using Information HUD type, setting up display conditions, UI layer and HUD prefab.
    That should usually be enough, unless your minimap needs some additional setup or references, in which case I'd need more infos on what that'd require.
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
  • edited September 2023
    I added by the way you let me know. (I added with a HUD component at it's root)
    It was working to come out at the Hierarchy but it dosen't show up.

    there is showing up not to be under UI layer except for Pool
    (but Pool is usually not active and I can't choose, I don't know how to put it on.)

    What is the problem??
    How should I set up for it??


    under the Minimap layer(I made own layer) Not show up

    image

    under just UI, Show up

    image

    under UI layer, Not Show up

    image

    under Pool layer, Show up

    image
    Post edited by YoungA_Cha on
  • Your UI prefab seems to have a canvas on it - I'm not sure if using a canvas on a canvas is actually working. Your HUD prefab should just contain the HUD and minimap setup, without the canvas stuff on it (that's handled by the UI layer).
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!

  • You are soooo clever!!
    How did you know I used a canvas!
    I deleted the canvas and added HUD component so It was working well!!
    Thank you so much!!!
    Have a nice week and beautiful September!
  • I saw it in your screenshots :D
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
Sign In or Register to comment.