This is the best minimap tutorial for Unity; unlike others, it's really a gem. Others show how to add a second camera, but they don't know how expensive it is. Especially for mobile, it is impossible to add more than 1 camera.
@ZackOfAllTrades320 күн бұрын
@@eneseren8332 ty!
@codecombustion7878Ай бұрын
Instructions on extracting the tile maps from our own copy of Don't Starve would've been helpful
@balbuzio3 ай бұрын
this is god's work
@ZackOfAllTrades32 ай бұрын
lol, Thank you!
@programmer2AG3 ай бұрын
Bro Where are you please upload more high-quality videos like this and teach us the advanced stuff
@ZackOfAllTrades33 ай бұрын
@programmer2AG Thank you for the kind words! I have kids and a fulltime job so it's easy to get distracted :/
@programmer2AG3 ай бұрын
@@ZackOfAllTrades3 thank God you are still active sir, and I know life is hard never Imagined you would reply back and I wanted to ask does this work for rectangle maps too? cause I am kinda confused currently trying to replicate the map zoom in and out of AFK Journey
@Ostrich_Studio4 ай бұрын
Thanks for your video, it helped me a lot.👍 Also, if someone is using 2.5D perspective like me, using Tilemap on the xz plane, remember to modify the Position part in the Shader. Use xz coordinates to get UV, not xy coordinates.
@mohamedkaram56684 ай бұрын
This has to be the best video on youtube ♥ thx a bunch ♥
@ZackOfAllTrades34 ай бұрын
thank you for the kind words!!!
@libbywibby5 ай бұрын
thank you so much for this - super helpful. sorry if this is a silly question, but would there be a way for the icon to begin elsewhere on the minimap i.e. not in the bottom left corner? 😊
@Eziyet967 ай бұрын
Nice video.
@zoujingxiang61677 ай бұрын
How did you convert the tex files to png?
@lexarthestrongest17 ай бұрын
This was a great quick video Zack, make more! :D
@Zibit217 ай бұрын
I still don't know how to implement/configure it :\
@ZackOfAllTrades37 ай бұрын
Did you look at the project files in the description?
@Garzoku7 ай бұрын
Awesome video. Just what I needed to figure out how to create the shader I need. Thanks!
@Mathis142608 ай бұрын
the player should be positionned to the center of the map ?
@Mathis142608 ай бұрын
Nevermind, my problem came from the origin of my terrain who was not set to 0,0,0
@pitichicken37258 ай бұрын
thank you so much, i have been looking for a cam like this one for soooooooo long
@byoungkichoi60299 ай бұрын
tile is 64 x 64 but sprite 128 x 128 ... T T
@bloggy64659 ай бұрын
i know you probably wont respond but can you go more in depth and like make a simple world generation or something i would really appreciate it
@ZackOfAllTrades39 ай бұрын
Hey! Try the project out that I linked in the description, it has full world generation, also my discord handle is zackofalltrades1
@turacoeu281910 ай бұрын
How did you convert the tex files to png?
@brendanankunding11 ай бұрын
'promosm'
@DeanSatine Жыл бұрын
Hi! I came across your video and its really good! I followed through with everything but for some reason the player doesn't appear on the map until I fully open the map with 'm'? As well as the player position on the minimap accurate to their actual positioning? I don't know if you're still active but this would be a big help thanks!
@ZackOfAllTrades3 Жыл бұрын
Hi thank you for the kind words. It's hard to know what the problem is but I have a full working project here github.com/ZackOfAllTrad3s/Minimap.git
@DeanSatine Жыл бұрын
@@ZackOfAllTrades3 okay, will take a look, thank you!
@ManhDungNguyen-cs3ih Жыл бұрын
Hi, thank you for great tutorial, but I use models for my app, not a terrain, so how can I calculateTransformationMatrix(); when I use model ?
@thite25422 жыл бұрын
it greate video but i wonder why sometime my minimapIcon is spawn out of canvas?
@divac3042 Жыл бұрын
Hi. Do you find solution for this problem?
@thite2542 Жыл бұрын
@@divac3042 hi i can solution this pb because i miss place mym child object.
@armedandarmoured2 жыл бұрын
This is absolutely brilliant!!! This'll save me hundreds of hrs try to find a minimap solution in HDRP Unity. More ppl shoud see this... 🤗🤗
@ZackOfAllTrades32 жыл бұрын
Thank you that really nice to say!!!
@dewaldbotha63902 жыл бұрын
Best mini map tutorial i came across to date. Exactly what i was looking for thank you very much.
@Pato0503 жыл бұрын
Woah, good work! Also I appreciate your background music choice ;D
@ZackOfAllTrades32 жыл бұрын
Awesome, thank you!
@secretservicebob32883 жыл бұрын
Thank you for this, brother.
@secretservicebob32883 жыл бұрын
Got my map working in no time ;) Had some differences which made it a bit more difficult but with a few changes to the code it worked like a charm.
@purpl3grape3 жыл бұрын
Very nice man! And you could also make the 'main character' always on the center of the minimap by Shifting the entire Parent rectTransform (content rectTransform) by dX, dY of player to center. By adding: contentRectTransform.anchoredPosition = new Vector2(-mapPosition.x, -mapPosition.y); after calculating the icon's mapPosition.
@lazyemperor51823 жыл бұрын
Code Pls
@lazyemperor51823 жыл бұрын
Can u Please Link The Code..Or Write It In Descriotion..Its Hard To Copy The Code From Video....Pls Help...Noob Coder Here
@ZackOfAllTrades33 жыл бұрын
Yes I'll try to do that sometime soon
@ZackOfAllTrades33 жыл бұрын
Okay the code link is in the description.
@Kreesty4 жыл бұрын
but where is the next one? ;-;
@ZackOfAllTrades33 жыл бұрын
sorry I never got around to making the second video, the code in the description has the necessary functions to finish the functionality, they are pretty straight forward
@BlueGooGames4 жыл бұрын
Amazing! I try to think this out but you beat me to it with smart ideas. Will be used for Space Chef :)
@ZackOfAllTrades33 жыл бұрын
I love it! Thanks for letting me know!
@whitneygrizzle52975 жыл бұрын
Wow! Great video! I've been looking for a mini map tutorial without having to use a render texture! Looking forward to more tutorials in the future.