I'm a beginner at 2d game developeing and i want to learn from some group projects. Anyone interested?
https://redd.it/1gsuv63
@r_Unity3D
https://redd.it/1gsuv63
@r_Unity3D
Reddit
From the Unity2D community on Reddit
Explore this post and more from the Unity2D community
GUIDs are amazing, especially when saving objects.
I just started making a saving system for my game, and using GUIDs for all of my objects makes everything so easy. It especially makes saving noscriptable objects easier. All I do is, generate a GUID for all of my noscriptable objects in the noscriptabe objects inspector, and when I load the game, I load all the noscriptable objects using Resources.LoadAll and add them to a dictionary with their GUIDs, and Instantiate the ones that were saved by finding their IDs from the dictionary, and then setup all of the instantiated objects with their saved GUIDs as well. I don't know if there is a better way of doing this, but this works fine for me. I use GUIDs for my shop system and inventory system as well, it makes everything so easy so I started using them for most of my systems. Do you use GUIDs in your games?
https://redd.it/1gstg4v
@r_Unity3D
I just started making a saving system for my game, and using GUIDs for all of my objects makes everything so easy. It especially makes saving noscriptable objects easier. All I do is, generate a GUID for all of my noscriptable objects in the noscriptabe objects inspector, and when I load the game, I load all the noscriptable objects using Resources.LoadAll and add them to a dictionary with their GUIDs, and Instantiate the ones that were saved by finding their IDs from the dictionary, and then setup all of the instantiated objects with their saved GUIDs as well. I don't know if there is a better way of doing this, but this works fine for me. I use GUIDs for my shop system and inventory system as well, it makes everything so easy so I started using them for most of my systems. Do you use GUIDs in your games?
https://redd.it/1gstg4v
@r_Unity3D
Reddit
From the Unity3D community on Reddit
Explore this post and more from the Unity3D community
Media is too big
VIEW IN TELEGRAM
Now imagine you're building something like that in a hack-and-slash game like Hades! Do you think it feels enough like a power fantasy, or is it too generic? It’s a bit hard to understand at first, but it’s not too difficult if you pay attention. And yes, I added these subnoscripts just for you :D
https://redd.it/1gnoscriptjc
@r_Unity3D
https://redd.it/1gnoscriptjc
@r_Unity3D
Building for IOS
Hi, for building for IOS i’ve heard that you need a Mac to build it on alongside a developers license. Is it possible to build via github actions or another alternative since apple hardware is usually not cheap. Any suggestions?
https://redd.it/1gt26g4
@r_Unity3D
Hi, for building for IOS i’ve heard that you need a Mac to build it on alongside a developers license. Is it possible to build via github actions or another alternative since apple hardware is usually not cheap. Any suggestions?
https://redd.it/1gt26g4
@r_Unity3D
Reddit
From the Unity2D community on Reddit
Explore this post and more from the Unity2D community
1 year ago, I quit my job. My game has come this far, and I've released the demo build on Steam.
https://youtu.be/gZDdKbAgFII?si=0hTZuEhyyRUi0uZP&t=6
https://redd.it/1gt9bej
@r_Unity3D
https://youtu.be/gZDdKbAgFII?si=0hTZuEhyyRUi0uZP&t=6
https://redd.it/1gt9bej
@r_Unity3D
YouTube
Meow Mission | Trailer Video
Save cats in danger and become a dedicated caretaker! 😻
‘Meow Mission’ trailer is now LIVE!
Solve Sokoban-style puzzles of various difficulties to reach and rescue lost cats.
Rescued cats are taken to a shelter called 'Tomcat House,' where players can…
‘Meow Mission’ trailer is now LIVE!
Solve Sokoban-style puzzles of various difficulties to reach and rescue lost cats.
Rescued cats are taken to a shelter called 'Tomcat House,' where players can…
This was the result I achieved when trying to code a motorcycle in first person. What do you think?
https://reddit.com/link/1gt5wwv/video/6w6uifu26e1e1/player
https://redd.it/1gt5wwv
@r_Unity3D
https://reddit.com/link/1gt5wwv/video/6w6uifu26e1e1/player
https://redd.it/1gt5wwv
@r_Unity3D
Hello everyone! How do you make in unity when character goes up the stairs to change the y bias. I encountered one YT short, but no detailed explanation. Thanks in advance!
What is Y bias? And do I need to make a separate noscript that controls the player movement or I add the code line in my character movement noscript?
Here is the yt short:
https://youtube.com/shorts/-rJgj82x3xA?feature=shared
Sorry if the question is stupid.
Thanks a lot! 🙏🏻
https://redd.it/1gtaot3
@r_Unity3D
What is Y bias? And do I need to make a separate noscript that controls the player movement or I add the code line in my character movement noscript?
Here is the yt short:
https://youtube.com/shorts/-rJgj82x3xA?feature=shared
Sorry if the question is stupid.
Thanks a lot! 🙏🏻
https://redd.it/1gtaot3
@r_Unity3D
YouTube
How stairs work in top down 2D game worlds
⁍ Discord: https://discord.gg/63YeahMKfJ⁍ Twitter: https://bit.ly/UnitOfTimeOnTwitter⁍ Play: https://unit.dev/mmo⁍ Github: https://github.com/unitoftime// De...
Implementing Multiplayer - All new logic?
Hello all,
I'm in the process of making my very own game, and so far have a decent-sized prototype running. However, i want to include Multiplayer, and have started looking into it.
Is it normal to completely "re-write" your logic into multiplayer, and essentially have 2 different "game" - where one is single player, one is multiplayer?
A lot need to change like making everything into Network Objects and modifying the code. I don't see a way of having 1 single code-base for it.
I just wanna make sure i get it right, but for me, it seems like that is the way. For instance, i can't use the same prefabs for "Enemies" because the need to have different compontents attached to them.
Do i get it right? xD
https://redd.it/1gtcb3z
@r_Unity3D
Hello all,
I'm in the process of making my very own game, and so far have a decent-sized prototype running. However, i want to include Multiplayer, and have started looking into it.
Is it normal to completely "re-write" your logic into multiplayer, and essentially have 2 different "game" - where one is single player, one is multiplayer?
A lot need to change like making everything into Network Objects and modifying the code. I don't see a way of having 1 single code-base for it.
I just wanna make sure i get it right, but for me, it seems like that is the way. For instance, i can't use the same prefabs for "Enemies" because the need to have different compontents attached to them.
Do i get it right? xD
https://redd.it/1gtcb3z
@r_Unity3D
Reddit
From the Unity2D community on Reddit
Explore this post and more from the Unity2D community
Hold: Plays the Timeline instance once and holds on the last frame until playback is interrupted.
What do they mean by "interrupted"? Our current problem is that after playing the timeline the player gets sent back to it's original position from before that timeline starts playing. We want the player to be at the position in the end of the timeline when the timeline is finished. It seems that using Wrap Mode "Hold" on the Playable Director can solve this but I'm not sure what the interrupting means for this scenario. Also are there any other side effects of using "Hold"?
https://redd.it/1gtczrx
@r_Unity3D
What do they mean by "interrupted"? Our current problem is that after playing the timeline the player gets sent back to it's original position from before that timeline starts playing. We want the player to be at the position in the end of the timeline when the timeline is finished. It seems that using Wrap Mode "Hold" on the Playable Director can solve this but I'm not sure what the interrupting means for this scenario. Also are there any other side effects of using "Hold"?
https://redd.it/1gtczrx
@r_Unity3D
Reddit
From the Unity2D community on Reddit
Explore this post and more from the Unity2D community
Media is too big
VIEW IN TELEGRAM
This week they are giving away for free in the asset store 🎁 Hand to Hand Set
https://redd.it/1gtdaox
@r_Unity3D
https://redd.it/1gtdaox
@r_Unity3D