20. Unity Tutorial, UNITY 5 - MAKE A GAME

preview_player
Показать описание
In this video we upgrade our project to Unity 5 and take advantage of the new rendering pipeline!

Difficulty of lesson: Novice.

····················································································

········································­­·······································­·­····

► All content by Brackeys is 100% free. I believe that education should be available for everyone. Any support is truly appreciated so I can keep on making the content free of charge.

········································­­·······································­·­····

♪ Baby Plays Electro Games
Рекомендации по теме
Комментарии
Автор

Help the textures on my platforms are looking ugly and are glitched

per-erik
Автор

Awesome tutorials man! I was wondering if you could show us how to create a walking/running kind of character just like in the 2D game but for a 2.5D? Is it much different from a 2D character or not? :)

okito
Автор

Brackeys nice video but once you've finished it where can you put it to publish it and how?

Walht
Автор

Your desktop is really clean! How do you do that?

sendodo
Автор

Can you do something with Buoyancy and floating items and swimming

papac
Автор

Hi brackeys ! This is not really related to this video. But iam wpndering something about unity ! I tried your inventory pick up stuff. But when i animate my objects. And i change versions . So when i pick up a weapon its using the prefab of the weapon instead. My prefabs rotation etc changes ! So its upside down ! But if i have my prefabs ON my meleegameobject, it will work. But if iam trying to acess the prefabs from my assets folder. Its changing rotation. Do u know why ? ? Hope u see this ! Thanks ! :D Brackeys

Alcoglory
Автор

I love your videos, but if you mine me asking, how did you get the dark theme on monodelop. Do you have to pay for it like the pro version of unity. It would be great if you or anybody who knows anything on this subject could replay. Thankyou  |:^D

TheSeth
Автор

For a good time, copy this function into your camera mover script:

function goodTime() {
ambientSaturation += 0.5f;
if(ambientSaturation > 255f) {
ambientSaturation = 255f;
}
ambientHue += 1f;
if(ambientHue > 255f) {
ambientHue -= 255f;
}
RenderSettings.ambientLight = Color.HSVToRGB(ambientHue/255f, ambientSaturation/255f, 220/255f);
}

add these variables to the star of the same script:

//Find your starting floats by clicking on 'Ambient Color' in the Lighting Window, or just use these
private var ambientSaturation = 70f;
private var ambientHue = 10f;

and call this function in your lateUpdate() function like so:

goodTime();

MrLordFireDragon
Автор

> Hello Brackeys..
> I have some problems about this tutorial.. one of them about Enemy.anim..  Im killing to enemy but animation working not there.. its always working in the middle of the ground.. could be a script problem ??.. and im not good in js..
>  The other problem started after than v5.0.1f.. its about lighting.. if I start to Level01 nothing problem.. but if I start to MainMenu and after from Start Game button, Level01 openning so dark.. All object darker.. so problem should be about ambient light.. but both of scanes Lighting setup same, _Sun is same and MainCam same.. but all scane darknes.. uhh and tried to backup file on v4.6.3.. Lights normal..
> can you check please to game on your pc.. we have same problems or only I do somethings wrong :-D
> Thank you and sorry about my bad english.. I hope I could explain my problems..

aliakgun
Автор

Do you use Nvidia Shadowplay for screen capture?

ConnorKenway
Автор

What if we're starting from scratch?

ericmcwilliams
Автор

So it looks like the same problem that happens with duplicating an enemy, happens with duplicating coins. Every time I duplicate the coin with the animation, the duplicated coin reverts back to the position of the original coin. Any fixes anyone?

tile-maker
Автор

im having a problem #pragma strict

var player : Rigidbody;
var bounceAmount = 10f;

function Die () {
= bounceAmount;
Destroy (gameObject);
}

it gives me the errors
Assets/Enemy.js(7, 40): BCE0043: Unexpected token: ).
Assets/Enemy.js(7, 41): BCE0044: expecting ), found '.'.
Assets/Enemy.js(7, 42): UCE0001: ';' expected. Insert a semicolon at the end.

eddedomer
Автор

As always, great tutorial :)
Can you show in some video how to do shooting mechanics in this 2.5D game, please? :)

MrGoldPL
Автор

Does anyone know if we can buy Brackeys logo designed shirts?

sumrandumGI
Автор

Thanks man ;  a request that if u please upload a video of designing a house in blender and assigning materials and textures to it in unity

uzairahmadbajwa
Автор

HEY! don't tell me that those who can't upgrade can't follow the new tutorials. Come on people, where is the love?

dorderfilms
Автор

Pokemon fans, search on youtube POKEBOUND THE GAME ! :O

dnz