Пікірлер
@eneseren8332
@eneseren8332 Ай бұрын
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.
@ZackOfAllTrades3
@ZackOfAllTrades3 20 күн бұрын
@@eneseren8332 ty!
@codecombustion7878
@codecombustion7878 Ай бұрын
Instructions on extracting the tile maps from our own copy of Don't Starve would've been helpful
@balbuzio
@balbuzio 3 ай бұрын
this is god's work
@ZackOfAllTrades3
@ZackOfAllTrades3 2 ай бұрын
lol, Thank you!
@programmer2AG
@programmer2AG 3 ай бұрын
Bro Where are you please upload more high-quality videos like this and teach us the advanced stuff
@ZackOfAllTrades3
@ZackOfAllTrades3 3 ай бұрын
@programmer2AG Thank you for the kind words! I have kids and a fulltime job so it's easy to get distracted :/
@programmer2AG
@programmer2AG 3 ай бұрын
@@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_Studio
@Ostrich_Studio 4 ай бұрын
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.
@mohamedkaram5668
@mohamedkaram5668 4 ай бұрын
This has to be the best video on youtube ♥ thx a bunch ♥
@ZackOfAllTrades3
@ZackOfAllTrades3 4 ай бұрын
thank you for the kind words!!!
@libbywibby
@libbywibby 5 ай бұрын
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? 😊
@Eziyet96
@Eziyet96 7 ай бұрын
Nice video.
@zoujingxiang6167
@zoujingxiang6167 7 ай бұрын
How did you convert the tex files to png?
@lexarthestrongest1
@lexarthestrongest1 7 ай бұрын
This was a great quick video Zack, make more! :D
@Zibit21
@Zibit21 7 ай бұрын
I still don't know how to implement/configure it :\
@ZackOfAllTrades3
@ZackOfAllTrades3 7 ай бұрын
Did you look at the project files in the description?
@Garzoku
@Garzoku 7 ай бұрын
Awesome video. Just what I needed to figure out how to create the shader I need. Thanks!
@Mathis14260
@Mathis14260 8 ай бұрын
the player should be positionned to the center of the map ?
@Mathis14260
@Mathis14260 8 ай бұрын
Nevermind, my problem came from the origin of my terrain who was not set to 0,0,0
@pitichicken3725
@pitichicken3725 8 ай бұрын
thank you so much, i have been looking for a cam like this one for soooooooo long
@byoungkichoi6029
@byoungkichoi6029 9 ай бұрын
tile is 64 x 64 but sprite 128 x 128 ... T T
@bloggy6465
@bloggy6465 9 ай бұрын
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
@ZackOfAllTrades3
@ZackOfAllTrades3 9 ай бұрын
Hey! Try the project out that I linked in the description, it has full world generation, also my discord handle is zackofalltrades1
@turacoeu2819
@turacoeu2819 10 ай бұрын
How did you convert the tex files to png?
@brendanankunding
@brendanankunding 11 ай бұрын
'promosm'
@DeanSatine
@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
@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
@DeanSatine Жыл бұрын
@@ZackOfAllTrades3 okay, will take a look, thank you!
@ManhDungNguyen-cs3ih
@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 ?
@thite2542
@thite2542 2 жыл бұрын
it greate video but i wonder why sometime my minimapIcon is spawn out of canvas?
@divac3042
@divac3042 Жыл бұрын
Hi. Do you find solution for this problem?
@thite2542
@thite2542 Жыл бұрын
@@divac3042 hi i can solution this pb because i miss place mym child object.
@armedandarmoured
@armedandarmoured 2 жыл бұрын
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... 🤗🤗
@ZackOfAllTrades3
@ZackOfAllTrades3 2 жыл бұрын
Thank you that really nice to say!!!
@dewaldbotha6390
@dewaldbotha6390 2 жыл бұрын
Best mini map tutorial i came across to date. Exactly what i was looking for thank you very much.
@Pato050
@Pato050 3 жыл бұрын
Woah, good work! Also I appreciate your background music choice ;D
@ZackOfAllTrades3
@ZackOfAllTrades3 2 жыл бұрын
Awesome, thank you!
@secretservicebob3288
@secretservicebob3288 3 жыл бұрын
Thank you for this, brother.
@secretservicebob3288
@secretservicebob3288 3 жыл бұрын
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.
@purpl3grape
@purpl3grape 3 жыл бұрын
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.
@lazyemperor5182
@lazyemperor5182 3 жыл бұрын
Code Pls
@lazyemperor5182
@lazyemperor5182 3 жыл бұрын
Can u Please Link The Code..Or Write It In Descriotion..Its Hard To Copy The Code From Video....Pls Help...Noob Coder Here
@ZackOfAllTrades3
@ZackOfAllTrades3 3 жыл бұрын
Yes I'll try to do that sometime soon
@ZackOfAllTrades3
@ZackOfAllTrades3 3 жыл бұрын
Okay the code link is in the description.
@Kreesty
@Kreesty 4 жыл бұрын
but where is the next one? ;-;
@ZackOfAllTrades3
@ZackOfAllTrades3 3 жыл бұрын
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
@BlueGooGames
@BlueGooGames 4 жыл бұрын
Amazing! I try to think this out but you beat me to it with smart ideas. Will be used for Space Chef :)
@ZackOfAllTrades3
@ZackOfAllTrades3 3 жыл бұрын
I love it! Thanks for letting me know!
@whitneygrizzle5297
@whitneygrizzle5297 5 жыл бұрын
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.