Jump to content

how to learn unity 5?

Flanelman

I wanna learn unity 5 and all the youtube video's i look at don;t really explain anything it's more like "copy this and youll get this" kinda thing. anyone have any good suggestions on where to look for some good tutorials? :) and how tough is it? thanks :)

Link to comment
Share on other sites

Link to post
Share on other sites

lynda.com

unity3d.com

https://www.youtube.com/channel/UCoT3jV5skJaRQZwwE6_1-Zw

 

cryengine can translate to unity:

https://www.youtube.com/channel/UC8OSyJyBmH6ihcF5VbYObRg

 

I'm an indie dev and I personally reccommend Unreal Engine 4. Their YouTube channel has a ton of content for beginners to advanced users. They also have a weekly livestream.

 

https://www.youtube.com/channel/UCBobmJyzsJ6Ll7UbfhI4iwQ

 

https://www.unrealengine.com/what-is-unreal-engine-4

 

what branch of game development are you getting into? modeling, animation, textureing, programming, etc.

Link to comment
Share on other sites

Link to post
Share on other sites

I wanna learn unity 5 and all the youtube video's i look at don;t really explain anything it's more like "copy this and youll get this" kinda thing. anyone have any good suggestions on where to look for some good tutorials? :) and how tough is it? thanks :)

udemy

Link to comment
Share on other sites

Link to post
Share on other sites

@Flanelman Start with these tutorials http://unity3d.com/learn/tutorials/modules. They are really good and start from very basic tasks.

 

Thanks ill take a look :)

 

lynda.com

unity3d.com

https://www.youtube.com/channel/UCoT3jV5skJaRQZwwE6_1-Zw

 

cryengine can translate to unity:

https://www.youtube.com/channel/UC8OSyJyBmH6ihcF5VbYObRg

 

I'm an indie dev and I personally reccommend Unreal Engine 4. Their YouTube channel has a ton of content for beginners to advanced users. They also have a weekly livestream.

 

https://www.youtube.com/channel/UCBobmJyzsJ6Ll7UbfhI4iwQ

 

https://www.unrealengine.com/what-is-unreal-engine-4

 

what branch of game development are you getting into? modeling, animation, textureing, programming, etc.

Hey, i heard that UE4 was quite difficult? and since i have literally no experience i got put off a bit there. I don't really know, i just wanna make a little 2d platformer to begin with as a bit of practice :) ive watched a few vids of what can be made in UE4 and it looks really cool, is it that much harder?

Link to comment
Share on other sites

Link to post
Share on other sites

Thanks ill take a look :)

 

Hey, i heard that UE4 was quite difficult? and since i have literally no experience i got put off a bit there. I don't really know, i just wanna make a little 2d platformer to begin with as a bit of practice :) ive watched a few vids of what can be made in UE4 and it looks really cool, is it that much harder?

Not really. There's actually a full tutorial on unreal's youtube channel for a 2d platformer. You can learn how to do it and then adapt it to what you want and change it up to fit your art style/theme.

 

Here's the playlist: (2d sidescroller)

 

Blueprints allows newbie programmers to program without actually writing code. It's quite easy once you learn how nodes work. I'd recommend watching some 3d stuff too because a lot of stuff in-engine translates from game-type to game-type.

 

3d scene with blueprints: (very basic)

 

intro to blueprints:

 

it's quite a bit to learn, but the more you know about the engine you're working in, the better the final product will be. and you'll also have better workflow.

Link to comment
Share on other sites

Link to post
Share on other sites

I would go with UE4

you can use C++ which is a great language for video game coding, or you can use their custom flowchart system great for people who dont know how to code

really simple

NEW PC build: Blank Heaven   minimalist white and black PC     Old S340 build log "White Heaven"        The "LIGHTCANON" flashlight build log        Project AntiRoll (prototype)        Custom speaker project

Spoiler

Ryzen 3950X | AMD Vega Frontier Edition | ASUS X570 Pro WS | Corsair Vengeance LPX 64GB | NZXT H500 | Seasonic Prime Fanless TX-700 | Custom loop | Coolermaster SK630 White | Logitech MX Master 2S | Samsung 980 Pro 1TB + 970 Pro 512GB | Samsung 58" 4k TV | Scarlett 2i4 | 2x AT2020

 

Link to comment
Share on other sites

Link to post
Share on other sites

I would go with UE4

you can use C++ which is a great language for video game coding, or you can use their custom flowchart system great for people who dont know how to code

really simple

okay thank you ill take a look :)

 

Not really. There's actually a full tutorial on unreal's youtube channel for a 2d platformer. You can learn how to do it and then adapt it to what you want and change it up to fit your art style/theme.

 

Here's the playlist: (2d sidescroller)

 

Blueprints allows newbie programmers to program without actually writing code. It's quite easy once you learn how nodes work. I'd recommend watching some 3d stuff too because a lot of stuff in-engine translates from game-type to game-type.

 

3d scene with blueprints: (very basic)

 

intro to blueprints:

 

it's quite a bit to learn, but the more you know about the engine you're working in, the better the final product will be. and you'll also have better workflow.

thank you for all your help and information i will take a look at it now and get it downloaded! :)

Link to comment
Share on other sites

Link to post
Share on other sites

I would go with UE4

you can use C++ which is a great language for video game coding, or you can use their custom flowchart system great for people who dont know how to code

really simple

This flow chart system means you don;t have to know how to code animations and such? :)

Link to comment
Share on other sites

Link to post
Share on other sites

This flow chart system means you don;t have to know how to code animations and such? :)

yeah they made it so that people who dont know C++ can still create games

of course using pure code gives lots more control and possibilities, and I highly recommend learning c++, but its not necessary to make stuff in UE4 :)

NEW PC build: Blank Heaven   minimalist white and black PC     Old S340 build log "White Heaven"        The "LIGHTCANON" flashlight build log        Project AntiRoll (prototype)        Custom speaker project

Spoiler

Ryzen 3950X | AMD Vega Frontier Edition | ASUS X570 Pro WS | Corsair Vengeance LPX 64GB | NZXT H500 | Seasonic Prime Fanless TX-700 | Custom loop | Coolermaster SK630 White | Logitech MX Master 2S | Samsung 980 Pro 1TB + 970 Pro 512GB | Samsung 58" 4k TV | Scarlett 2i4 | 2x AT2020

 

Link to comment
Share on other sites

Link to post
Share on other sites

okay thank you ill take a look :)

 

thank you for all your help and information i will take a look at it now and get it downloaded! :)

no problem :)

 

This flow chart system means you don;t have to know how to code animations and such? :)

the flow chart is "Blueprints". just so you don't think that there are 2 node programming things.

Link to comment
Share on other sites

Link to post
Share on other sites

no problem :)

 

the flow chart is "Blueprints". just so you don't think that there are 2 node programming things.

Hey is there anyway to get free item packs for UE4? ive looked in the market place and there doesnt seem to be much there so it's quite hard to practice making things

Thanks in advance :)

Link to comment
Share on other sites

Link to post
Share on other sites

Hey is there anyway to get free item packs for UE4? ive looked in the market place and there doesnt seem to be much there so it's quite hard to practice making things

Thanks in advance :)

I don't know, I've never used an item pack before... :(

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×