Unity Tutorial - Hyper casual game [ Part 1 ]

  Рет қаралды 21,303

Hamza Herbou

Hamza Herbou

3 жыл бұрын

#madewithunity #unity #gamedevelopment #gamedev
How to make a hyper-casual game, "Mega Cube"
⬛PARTS:
#1 • Unity Tutorial - Hyper...
#2 • Unity Tutorial - Hyper...
#3 • Unity Tutorial - Hyper...
#4 • Unity Tutorial - Hyper...
⬛ASSETS :
github.com/herbou/Unity_Cubes...
🌐Follow Me :
Facebook : / h.nexus.h
Instagram : / hamza_herbou
Behance : www.behance.net/hamza_herbou
❤Support Us :
☞Paypal :paypal.me/hamzaherbou
☞Patreon : / herbou
☞Buy Me A Coffee : www.buymeacoffee.com/hamzaherbou

Пікірлер: 48
@sergio2681
@sergio2681 3 жыл бұрын
You're incredible, your tutorials are gold for me :)
@herbou
@herbou 3 жыл бұрын
thank you 💕
@profamandabritto
@profamandabritto Жыл бұрын
Great tutorial and material, thanks a lot!
@user-ox6eq9dz8o
@user-ox6eq9dz8o 2 жыл бұрын
Thnak you for me very important this tutorials
@PradeepKumar-kk4zd
@PradeepKumar-kk4zd 3 жыл бұрын
u r the best bro ... thanks for the video ❤
@azzeddineelat2034
@azzeddineelat2034 3 жыл бұрын
thanks bro for your tuto , keep the perfect work
@herbou
@herbou 3 жыл бұрын
thanks man 💕
@othmanotman999
@othmanotman999 3 жыл бұрын
thanks bro
@OU20GAMES
@OU20GAMES 3 жыл бұрын
Really good.
@herbou
@herbou 3 жыл бұрын
thank you 😎💕
@ninininini6754
@ninininini6754 3 жыл бұрын
nice
@perfectbite3479
@perfectbite3479 3 жыл бұрын
you are so awesome no words
@herbou
@herbou 3 жыл бұрын
thank you
@okolotok_toshi
@okolotok_toshi 2 жыл бұрын
I lke this ^-^
@bonknya565
@bonknya565 3 жыл бұрын
greatttt
@herbou
@herbou 3 жыл бұрын
thank you
@sshiro5573
@sshiro5573 7 ай бұрын
Are you deleting the cube inserted in the existing model and then reinserting the cube in the prefab?
@amarn3dv3d
@amarn3dv3d 3 жыл бұрын
The best ❤️❤️
@herbou
@herbou 3 жыл бұрын
thanks 💕
@amarn3dv3d
@amarn3dv3d 3 жыл бұрын
@@herbou do you have Instagram?
@amarn3dv3d
@amarn3dv3d 3 жыл бұрын
@@herbou ur welcome
@herbou
@herbou 3 жыл бұрын
check any video's description
@gokhanaktan8849
@gokhanaktan8849 2 жыл бұрын
Which assets do u use can u share with me ?
@gamesmunch
@gamesmunch 3 жыл бұрын
awsom
@herbou
@herbou 3 жыл бұрын
thanks 😍
@BattlehunteSportstornament
@BattlehunteSportstornament 2 жыл бұрын
how i add scoring system in this game
@BattlehunteSportstornament
@BattlehunteSportstornament 2 жыл бұрын
Witch Unity version are you using to make this game
@tejas7284
@tejas7284 Жыл бұрын
which year engine do you use
@BattlehunteSportstornament
@BattlehunteSportstornament 2 жыл бұрын
can you help me i got more error in tuoch slider script
@ali2baba76
@ali2baba76 3 жыл бұрын
good
@herbou
@herbou 3 жыл бұрын
thanks 😊💕
@seedleep8184
@seedleep8184 2 жыл бұрын
which unity version is used there? i need it because i cant import project without matching version and i dont know which one to download
@soybolskyy7179
@soybolskyy7179 Жыл бұрын
x2
@tmstudio5245
@tmstudio5245 3 жыл бұрын
Gooooooooooooooooooooooooooooooooooooooooooodddddddddddddddd
@BattlehunteSportstornament
@BattlehunteSportstornament 2 жыл бұрын
The type or namespace name 'TouchSlider' could not be found (are you missing a using directive or an assembly reference?)
@herbou
@herbou 2 жыл бұрын
because you named your script TochSlider you forgot a "u" (Touch not Toch)
@BattlehunteSportstornament
@BattlehunteSportstornament 2 жыл бұрын
@@herbou I really love you for helping me I am a startup learning progarming with basic level can you help me where I start to learn
@BattlehunteSportstornament
@BattlehunteSportstornament 2 жыл бұрын
Assets\TochSlider.cs(50,1): error CS1022: Type or namespace definition, or end-of-file expected
@herbou
@herbou 2 жыл бұрын
maybe you forgot "}" or a ";" . re-check your script
@adityamore32
@adityamore32 2 жыл бұрын
can you share assets
@natebragg
@natebragg 3 жыл бұрын
Please help there is no 2d object > sprite option!
@herbou
@herbou 3 жыл бұрын
I think you need to import 2d sprite from package manager first, because it isn't imported when choosing 3d template as the default template.
@natebragg
@natebragg 3 жыл бұрын
@@herbou thanks I did that and it worked, although now there are loads of sprite options but no simple 'sprite' option like in the video. So I just add one of these then delete it and replace with the correct one and seems to work ok.
@furkansolak4086
@furkansolak4086 3 жыл бұрын
can i post it on google play?
@herbou
@herbou 3 жыл бұрын
yes
@shubhamawasya5385
@shubhamawasya5385 3 жыл бұрын
Bro voice over kb se kroge
@halilguzel6898
@halilguzel6898 2 жыл бұрын
NullReferenceException: Object reference not set to an instance of an object Cube.SetNumber (System.Int32 number) (at Assets/Scripts/Cube.cs:30) CubeSpawner.Spawn (System.Int32 number, UnityEngine.Vector3 position) (at Assets/Scripts/CubeSpawner.cs:59) CubeSpawner.SpawnRandom () (at Assets/Scripts/CubeSpawner.cs:67) Player.SpawnCube () (at Assets/Scripts/Player.cs:65) Player.Start () (at Assets/Scripts/Player.cs:17) I have faced these errors pls help :/
Unity Tutorial - Hyper casual game [ Part 2  ]
13:35
Hamza Herbou
Рет қаралды 8 М.
Make an Endless Runner in Unity 2020 / 2021 - part 1 of 2
32:38
Imphenzia
Рет қаралды 171 М.
СНЕЖКИ ЛЕТОМ?? #shorts
00:30
Паша Осадчий
Рет қаралды 4,2 МЛН
ИРИНА КАЙРАТОВНА - АЙДАХАР (БЕКА) [MV]
02:51
ГОСТ ENTERTAINMENT
Рет қаралды 873 М.
HYPER CASUAL GAME за 1 ДЕНЬ | Unity 3D
5:52
RabidusGames - Developer
Рет қаралды 11 М.
Hyper Casual Game | You Have Become A Big Man, You Are Playing Games!
10:57
Creating a hyper casual game in 3 hours
1:52
Tarodev
Рет қаралды 40 М.
Making a successful mobile game in two weeks | Indie devlog
2:52
Unity 3D Hyper Casual Game Tutorial - #1 MOVEMENT
12:35
Pandemonium
Рет қаралды 34 М.
Top 85 Hyper Casual Games 2019 - Best Hyper-Casual Games
20:59
Homa Academy
Рет қаралды 88 М.
Unity Draw Line Renderers with Physics, like Love balls game
16:21
Hamza Herbou
Рет қаралды 29 М.
How to Create 2D Sprites & Import Them into Unity - Workflow Tutorial
9:01
СНЕЖКИ ЛЕТОМ?? #shorts
00:30
Паша Осадчий
Рет қаралды 4,2 МЛН