[ 3 / biz / cgl / ck / diy / fa / ic / jp / lit / sci / vr / vt ] [ index / top / reports ] [ become a patron ] [ status ]
2023-11: Warosu is now out of extended maintenance.

/3/ - 3DCG


View post   

File: 113 KB, 1300x1300, 12913749-Cute-mushroom-Stock-Photo-mushroom-cartoon.jpg [View same] [iqdb] [saucenao] [google]
586566 No.586566 [Reply] [Original]

Tell me, what are the strengths and weakness of Unity, in regard of making 3D models for the engine?

>> No.586568

strengths
>easy to write code in
>easy to access assets and different elements
>accepts wide range of formats
>easy to implement animations and shaders

weakness
>default shaders are terrible,instead of making a multi-functional shader. they made 20 different ones instead.
>lightning is pretty bad
>post effects are none existent
>the camera controls are junk, to the point where it cripples your workflow

>> No.586569

>>586568
I've heard that there is a free asset that includes many post effects and it's almost a must, but I haven't tested it myself.

Also, weren't they recently making a more broad shader?

>> No.586598

>>586568
Literally Wat to this post

>shaders
There is one multifunctional shader, it's called the standard shader and is for PBR workflows. Not amazing but good enough

>lightning (sic)
There's nothing inherently wrong with unitys lighting. It isn't the engines fault you can't light for shit

>post
Literally Google unity post stack github. Or just get it straight from asset store in editor. Unlike ue or ce in unity you actually have to import these and enable them they are not on by default

>camera controls
What are you even talking about? In the editor, play mode? A camera is just a component attached to a gameobject that can be manipulated the same as any other

Unitys real problems are shit light baking and ancient terrain tools

>> No.586601

>>586568
>lightning is pretty bad
>lightning
post discarded

>> No.586603

>>586598
you didn't refute anything i said.

>>586569
>but I haven't tested it myself.
come back when you actually used it

>>586601
the lightning looks better, what else you want me to say? i can even tell apart a unity and UE4 game if you just give me 20 minutes

>> No.586604

>>586603
>i can even tell apart a unity and UE4 game if you just give me 20 minutes
you can program anything to look like anything if you understand how shaders work m8

you're not one of those preset babby idea guys are ya?

>> No.586608

>>586604
i don't understand how shaders work and i can still tell engines apart by just looking.

>> No.586609

>>586608
>i don't understand how shaders work
so you're an idea guy.

>> No.586623

>>586603
I refuted every point you made actually but let's not let that get in the way Eh

Take a look here
https://m.youtube.com/watch?v=Hr5IOEQI7eg

Git gud

>> No.586630

>>586609
you said i don't understand how shaders work, so i agreed with you because you are trying to force that notion.
protip: look at ue4 base shader and tell me the unity shader isn't a joke

>>586623
you didn't refute shit. by camera i mean the camera controls. you constantly have to re-focus on your objects otherwise you will lose sight of them.
every asset you import lands at a random location based on some exporting options, unity is not capable of having quick views or focus views. it goes back and forth like a 1000 units each time you scroll. there is a way to make it better but that would be an excuse at that point.

>> No.586632

>>586630
>protip: look at ue4 base shader and tell me the unity shader isn't a joke
You dont know anything about shaders. You are a 0/10 trol

>> No.586638

>>586632

Butthurt Unity faggot detected. Load a 3d mesh inside Unreal and then import it inside Unity. It will look flat and boring in Unity due to the crappy shadders. The difference is huge.

>> No.586645

>>586630
Have you tried pressing "f"?

Or does focus means something different now, like the selected object being in a vacuum or something?

>> No.586666

>>586645
>Have you tried pressing "f"?
>you constantly have to re-focus on your objects

your level of smugness is out of this world. pay attention to what pay write and maybe you will learn something yourself

>> No.586667

>>586632
>you don't know anything about shaders
your cookie cutter response shows that you know absolute shit

>> No.586670

>he uses the default unity shader
lmao. you're supposed to write your own shaders you monkey.
the default shader is trash. everyone knows this.

>> No.586680

>>586638
UE4 desperately puts tons of tonemapping and post effects by default to hide the shitty look. The same effects exist in Unity as well but they're just not that insecure about giving people an empty plate and letting them choose whatever they want.
You seem to be too retarded for technical stuff but they both use the same surface shader model.

>> No.586695

>>586566
>in regard of making 3D models for the engine
it's not a 3d modeling program.
the tools for making models is extremely limited and until it gets a massive overhaul (read as: not happening) it's better to import your models into unity.

>> No.586747

>>586695
For the engine. For, not in. For. As in, making models in other programs that are intended from the beggining of their creation to be used in Unity.

>>586680
They could at least, if not shove it in our faces, point that they exist somewhere. You know, let people know that stuff.

>> No.586801

>>586747
Nah, it's a good filter for lazy devs that don't care about making their game look good. If you do even just a little bit of research they're easy as shit to find.

>> No.586809

>>586801
Then why does most stuff made with UE4 look better than Unity stuff if its so easy to implement these "filters".

>> No.586816

>>586809
more triple "aaa, actually know hoe to code shaders" people in companies that use ue4.

>> No.587076

>>586568
Also worth mentioning that the engine doesn't come with a decent chunk of tools that engines like UE4 and Cryengine have.