r/Unity3D – Telegram
r/Unity3D
266 subscribers
12.7K photos
15.6K videos
14 files
48K links
News about the Unity engine and project showcases from Reddit. Made possible with @reddit2telegram (@r_channels).
Download Telegram
Rigidbody Collision Question
https://redd.it/1grmfre
@r_Unity3D
First Time New Input User Severe bug

Hey all, I've been trying to get into the new input system and how it works, but so far haven't been able to make it through ANY basic tutorials due to what I believe is a bug, and would really appreciate some help in figuring out if I'm being an idiot and missing something or this is a genuine error. So, in a fresh Unity 6000.0.26 2D project, I create an input action in the project window, add an action map, and an action set to action type value and control type of 2DVector. This doesn't give any troubles, but when I go add a binding, keyboard does not show as an option in the path selector. I seem to have every other option including joystick and gamepad, but keyboard specifically is completely missing. I have tried setting the control scheme to specifically keyboard instead of all and it gives me even less options. A few people have really applauded the current input system and I would really like to learn, but the fact that noo ne online seems to have the same issue is very discouraging. Any help is greatly greatly appreciated.

https://redd.it/1grlvcv
@r_Unity3D
You guys are amazing! Here’s what I found on my itch.io account.
https://redd.it/1grozoq
@r_Unity3D
Having some trouble with collision boxes

So, I have a collision box on the player and then I tried to put one on the floor instead of the walls. Do collision boxes work this way because I keep walking right out of the collision box when I test it? Everything else works from movement to interaction with object hit boxes but not with the walls/floor.

https://redd.it/1grpyv6
@r_Unity3D
Lessons you have learned from building sizeable games?

Mostly interested from programming side of things, but everything else works too. Like you did some architecture or design pattern decision you later regretted or were really happy about. Links to blogs or articles from this topic also appreciated.

https://redd.it/1grrfr4
@r_Unity3D
Brand new Unity 6 project crashes when starting up a 2D URP project. Create project, loads, opens editor, immediately crashes. Version: 6000.0.26f1 LTS
https://redd.it/1grye09
@r_Unity3D
Media is too big
VIEW IN TELEGRAM
I tweaked the Hydroblaster's projectile particle effects further. You'll be able to hunt ghosts in our game. It's still a work in progress, but I'm open to your feedback.

https://redd.it/1gs0xls
@r_Unity3D
Questions about implementing a "modular" bullet system

Hi! To keep it simple, in my game, I have one bullet object that is able to be modified by items that can be equipped by the player. I am currently trying to implement a homing effect, but am running into an issue of implementation. I'm very new to this sort of modular design, so bear with me here.

Right now, the only way I can see to implement these features is to, in the case of Homing, constantly run an if statement within the update function of the bullet that checks if a player has an item equipped that enables homing. This feels like a really clunky way of doing this, and given that I plan to add multiple effects like this, I imagine constantly checking for if statements would be a very inefficient way of doing this.

The way I'm imagining it could be done is by creating some separate chunk of code that handles movement while homing, and if the player has a homing item, pass that chunk of code to the bullet's movement function. This way, rather than checking every update for a boolean, the boolean is only checked upon creation of the bullet. I feel like this is absolutely a thing that is possible, but I'm just not experienced enough with Unity to figure out how to do it.

Any help figuring this out is greatly appreciated!

https://redd.it/1gs33ss
@r_Unity3D
tilepalette toggle

hey there I was working on my palete but I realised there are pieces are missing on my tiles so I need the toggled version of some of those. how can I toggle the tile pieces I choose? in unity forum ppl says , ctrl+ [ works but I am on laptop so I dont have those.

https://redd.it/1gs6j87
@r_Unity3D
Rotations are inconsistent

I'm making a game where you are a triangle and have to climb over obstacles by moving left and right (A+D), and rotating left and right (arrow keys)

sometimes the triangle will rotate over its edge with ease, and then i'll reload the game and it will start to struggle even if i didnt touch the code or rotation speed


is there anything i can do to make it work more?

https://preview.redd.it/0cdcjbtj951e1.png?width=516&format=png&auto=webp&s=3450014604125632911ea840c34d1b78817169d5



https://redd.it/1gs95nc
@r_Unity3D
2d isometric visual effects

im trying to make a game about magic and need visual effects for my spells. Im kinda new and don't know what's the best way to achieve that. Is it better to do effects (different explosions, beams stuff like that) via sprite sheets or particle systems /vfx graph and pixelizer shaders?

https://redd.it/1gsbkh2
@r_Unity3D