Тёмный
Abra
Abra
Abra
Подписаться
Second channel: ru-vid.com/show-UC7OnSE4zpfm7noWtSJ2IrWg
No Tomorrow - Steam Launch Trailer
1:06
6 месяцев назад
Secret To A Good Horror Game
8:09
7 месяцев назад
I Made A HORROR Game IN ONE WEEK
8:37
7 месяцев назад
How I Made A CREEPY PHOTOREALISTIC GAME
8:19
9 месяцев назад
Rainy Forest - A Flax Engine Demo
2:10
9 месяцев назад
Raycasting Basics - Flax Engine Tutorial
3:48
9 месяцев назад
How to Export Your Game - Flax Engine Tutorial
1:14
10 месяцев назад
Simple Main Menu and UI Tutorial - Flax Engine
8:47
10 месяцев назад
C# Scripting Basics - Flax Engine Tutorial
6:06
10 месяцев назад
How to Create Foliage in Flax Engine Tutorial
2:19
10 месяцев назад
Flax Engine 1.7 Release - Big Licensing Updates!
1:46
10 месяцев назад
Global Illumination Tutorial - Flax Engine
3:44
10 месяцев назад
How to Create Ragdolls in Flax Engine - Tutorial
1:59
11 месяцев назад
Flax FPS Controller Tutorial in C# in 11 Minutes
11:22
11 месяцев назад
How to Create a Terrain - Flax Engine Tutorial
4:51
11 месяцев назад
Godot is not the new Unity
8:06
Год назад
Комментарии
@andrewgrinn3435
@andrewgrinn3435 Месяц назад
Great video, your video was a lifesaver. Thank you.
@mmettler42
@mmettler42 Месяц назад
Thank you for such a simple and straightforward video! :)
@blipboop5594
@blipboop5594 Месяц назад
This is fabulous, i really appreciate this tight style of tutorial.
@funw3d538
@funw3d538 2 месяца назад
Your on-screen cute character is covering the content. Choose a different corner for it.
@sammaniamsirr8751
@sammaniamsirr8751 2 месяца назад
The rotation doesent seem to work on the latest version of godot
@Pro_max5
@Pro_max5 2 месяца назад
Thank you ❤
@IceCreamPie9000
@IceCreamPie9000 2 месяца назад
You made my day. Thank you
@AbdulMunim-kx6np
@AbdulMunim-kx6np 2 месяца назад
One of the best introductory tutorial for shaders this actually helped me alot
@Mrtargi
@Mrtargi 2 месяца назад
Hey man, I am trying to achieve the same interaction effect with 3rd person controller, but it doesn't work well, what can be the trick?
@nicolaramshell1582
@nicolaramshell1582 2 месяца назад
Good video. Which nodes did you use to draw the path ?
@Spegady
@Spegady 2 месяца назад
I followed this tutorial exactly and I get the error "Invalid get index 'environment' (on base: 'Nil') How do I fix this?
@ProTele-ql5om
@ProTele-ql5om 2 месяца назад
environment doesn't exist in your scene
@chocolatecake50000
@chocolatecake50000 2 месяца назад
Thank u smiley face turnip
@cholasimmons
@cholasimmons 2 месяца назад
awesome! how did you get that screen glow effect
@chaosmachines934
@chaosmachines934 2 месяца назад
can i make my own UI if i have png files like is it possible to use theme in flax like the same way godot has his UI set up
@BasicalyIdiot
@BasicalyIdiot 2 месяца назад
[Info] C:\Users\mamat\OneDrive\Документи\Flax Projects\MyProject3\Source\Game\Fps Controller.cs(57,54,57,70): error CS1061: 'Camera' does not contain a definition for 'LocalEulerAngels' and no accessible extension method 'LocalEulerAngels' accepting a first argument of type 'Camera' could be found (are you missing a using directive or an assembly reference?) i am getting thiiis
@chaosmachines934
@chaosmachines934 2 месяца назад
can't believe you made this game in flax engine
@chaosmachines934
@chaosmachines934 2 месяца назад
can someone help me create a custom splash screen for my game like i don't want the flax engine to pop up and is it possible or not
@niko097_
@niko097_ 2 месяца назад
Will the character avoid obstacles if there are any? For example, I would like an NPC to go to a certain point, but avoid other NPCs or objects on the map.
@zlemmy
@zlemmy 2 месяца назад
Sorry for late comment but i have followed the code exactly. But when press the pick up button, it drops the object after less than a second. does anyone know what might be wrong?
@Glatus
@Glatus 2 месяца назад
Thanks for showing me this :)
@JustAhmed_yt
@JustAhmed_yt 2 месяца назад
if your using godot 4 add var tween = get_tree().create_tween() instead of onready var tween = $tween i
@erhansevimli8219
@erhansevimli8219 3 месяца назад
the basics are like css code i thought it would be more complicated
@zunden2
@zunden2 3 месяца назад
how to make the character facing target?
@dgepho
@dgepho 3 месяца назад
I love this! So creepy. I would say the water needs some work in general though. Also, if it's possible, maybe include some ripples when the player enters the water?
@dgepho
@dgepho 3 месяца назад
Awesome! Thank you so much!
@Vaoghlaest
@Vaoghlaest 3 месяца назад
the basic tutorial Always useful and Improve our level
@SuperGibaLogan
@SuperGibaLogan 3 месяца назад
the custom font gets replaced by the default font in the debug screen when i run the scene, how do i fix this?
@PhucHuynh-u7m1k
@PhucHuynh-u7m1k 3 месяца назад
Great tut!
@Lexyvil
@Lexyvil 3 месяца назад
So is a Shader and Material the same thing?
@abradotcs
@abradotcs 3 месяца назад
Yes exactly :D
@Mac3k
@Mac3k 3 месяца назад
If somebody have problem in Godot 4.0 with no moving RigidBody3D when Player hit its solve. - CharacterBody3D => Collision => Layer 2, Mask 1,2 - Interaction => Collision => Collision Mask 1,2,3 - RigidBody3D => Collision => Layer 3, Mask 1,2,3
@rremnar
@rremnar 3 месяца назад
This is a good tutorial. There is one thing I noticed, and that you were skirting around using the equal sign for comparing numbers. Normally this is "==" when comparing; but it depends on the coding language. Also, you didn't cover if the player fell off the world, causing a game over scenario. I would assume this is easy by detecting if the player is below a threshold on the Y axis, like -500 or something like that. For making audio options, might need another tutorial, but it would be nice to know if you can create audio busses for a UI to control, such as for volume and specific things like sound effects, music, etc..
@KILABANANA
@KILABANANA 3 месяца назад
Shitters 🤣😂 tnx for the tut
@Soulcode-k
@Soulcode-k 3 месяца назад
That was so helpful thanks, I learnt a lot, and the way you explained it was also amazing, I was first trying to do this on my own by controlling positions and rotations but it got too complicated, this tutorial was just the thing I needed, Thanks❤❤❤
@veddy1674
@veddy1674 3 месяца назад
woah this video was made the day of my birthday, i really love how flax engine is improving! I'm testing it today by myself and it looks really promising for future 3D projects! edit: no
@ycxu3388
@ycxu3388 3 месяца назад
Excellent work!
@lizzyg1947
@lizzyg1947 3 месяца назад
Wow. I needed this my dear friend. I can not express to you how badly I needed this video, I have been on solo journey towards building my very first simple game! It's been quite a few months now and as you all know, It is never quite that simple, not when it comes to code. This video solved so many of my problems. Thank you! a million times thank you!
@felixp535
@felixp535 3 месяца назад
Amazing tutorial! Any idea how to make the text not blurry though?
@noone6422
@noone6422 3 месяца назад
thx for the video it helped me alot . but i cant quite wrap my head around how did you refrence the target in your script . i am quite new to 3d godot s
@tqssuki9632
@tqssuki9632 3 месяца назад
you darn peach, you didn't explain the target thing, you lazy peach, you lazy lazy lazy peach
@Deffiner537
@Deffiner537 3 месяца назад
Can u make a navigation 2D system to platforms games??
@abradotcs
@abradotcs 3 месяца назад
a nav mesh wouldnt work for platform games you might need to implement a custom solution
@Upgrayedddd
@Upgrayedddd 3 месяца назад
So no UEVR mod then. Looks good from what I saw on Steam but a flat walking sim is a hard sell
@abradotcs
@abradotcs 3 месяца назад
This game is not on Steam you might be confusing with another title?
@meida_oficial
@meida_oficial 3 месяца назад
I prefer Flax over Unity, but Unity have ads support. If you could make a video to add ads support to Flax, you got me.
@spideyempire4110
@spideyempire4110 3 месяца назад
Please make a video on holding it in our hand like tourch etc
@DonatemangaCom
@DonatemangaCom 3 месяца назад
Amazing Tutorial!
@HanProgramer
@HanProgramer 4 месяца назад
Why is this marked as experimental? Only the agent is not. Kinda scared of using it as it might get removed
@lukasvnenk5664
@lukasvnenk5664 4 месяца назад
Amazing tutorial and also (as Unity user) I’m amazed by how many great features Godot has. Loving it.
@abradotcs
@abradotcs 4 месяца назад
How long have you used Unity?
@lukasvnenk5664
@lukasvnenk5664 4 месяца назад
Used Unity for about 5 years, though I always failed to finish a project lol! Got many projects in a concept state and some quite polished, but not complete. Now playing with Godot and things just seem simpler, lighter.. somehow it makes me focus on important things more and keep it all simple.. idk
@aliega-studios
@aliega-studios 4 месяца назад
@abradotcs hey did you make engine it's locks good
@ludo9311
@ludo9311 4 месяца назад
invitation discord not working @abra