dang! why are the graphics actually kinda good on this one!
Thought that said rickroll for a second
I’ve been trying to use it on a game that uses ray casting, but none of the mini menus will pop up. I’ve even tried opening up a different project and it’ll work, but as soon as I add the ray casting extension the menu will not show.
I love this so much!! Quick question though, is there a way to update the text without closing the menu and opening it again? I am trying to update the cost of items in a shop. Thanks!
no, that’s on my todo list though! i’ll move it up in the queue
this extension is not compatible with the raycasting extension
iirc the raycasting extension makes extensive use of the Image.blit
method but menu sprites don’t use images
It’s fine actually. I was afraid that making it close and open again would make it flash but I don’t notice anything. It is also really easy to make a variable = the place you selected and then just loop the “move selector down” thing that many times after you open the menu again.
lol (sentence)
I think we all thought it said rickroll.
Is there a way to make a selection un-selectable after selecting it once, without changing and checking for a variable in a conditional?
@Phoen1x do you mean you want to remove items for the menu? or gray them out?
can you provide more details on what you’re trying to do?
Removing the item from the menu or graying the item out after you choose it would both work.
@Phoen1x graying out the item isn’t supported, but removing them from the menu is! Basically, you just want to close the menu when the user selects something and then recreate the menu with that item gone. Here’s some sample code:
Thank you! This is exactly what I was looking for!
@richard I was wondering if you could make a mini-menu-extension that could be used for multiplayer, so each player could control a menu? Thanks!
Hey @richard
I was using this extension for a project but it wouldn’t let me make anymore options I need more menu space for this project. Could you make the menu extension support more options.
@RobbyZero that’s what the array version of the block is for!
How do you get the selected index of(myMenu)
?
Wow @richard you are getting swamped-This means the extension is superb!