Тёмный

I Tried Making A Game In Godot With C#. 

Code It All
Подписаться 3,8 тыс.
Просмотров 3,8 тыс.
50% 1

So I Decided To Try C# For The First Time In Godot, And I Have To Say I Kinda Liked It!
Please Subscribe If You Do Enjoy My Content, And Also If You Don't Tell Me Why In The Comment Section So I Can Improve ;)
original godot logo ( Godot 4.2.2 ) in the thumbnail by Andrea Calabro, license (CC BY 4.0 International): creativecommon...
#godot #gameengine #indie

Опубликовано:

 

12 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 17   
@feelSmoothie
@feelSmoothie 2 месяца назад
A mix of both is the best approach. if you use Engine code, use GDScript, since it under the hood uses C++. if you want to do some heavy mathing (as example procedural generation stuff) use C#, C++ since the Godot Engine allows you to use both, this is the best practice. The only downside with this approach is, if you are planning to port your game to consoles, I think most of the companies who offer that service, imo only support if it's either GDScript or C#.
@TomDytorn
@TomDytorn 2 месяца назад
How do I use c++?
@DivyeshVartha
@DivyeshVartha Месяц назад
​@@TomDytornMy advice would be to look for the answer in the Godot documentation
@edgeofsanitysevensix
@edgeofsanitysevensix 29 дней назад
I've been working with C# for 10 years but it's my first foray into Godot. Looking forward to having a go at it
@neer471
@neer471 2 месяца назад
Did it really improved the performance or it should be okay to stick with gdscript Great video btw , just keep goin 🙌
@pinkaltercation
@pinkaltercation 3 дня назад
bit late of a reply and im not the guy who made the video, but gdscript is fast enough to do anything really (theres some edge cases but nothing you should worry about).
@neer471
@neer471 3 дня назад
​@@pinkaltercationoh thanks for the reply So I don't need to learn csharp for godot . And also there is a new option while exporting to compile gdscript to binaries , I think it would also improve the performance with the reduction of size
@pinkaltercation
@pinkaltercation 3 дня назад
@@neer471 possibly 🤷‍♀ I haven't used godot in a while and when I did it was for a pretty short time so my knowledge of it is a bit poor. But yeah theres no need to learn c# or c++ for godot unless your project has something thats computationally expensive like procedural generation I guess. Best of luck with your projects :))
@JohnLudlow
@JohnLudlow 21 день назад
"avoid getting yelled at" while using public settable fields
@nomadshiba
@nomadshiba Месяц назад
I'm planning to use Godot as rendering engine, with the C# ECS framework called Friflo. Godot has everything you need for rendering, and a Shader Graph, Materials, GPU instancing with MultiMesh etc..., makes it a good engine for graphics. And Friflo ECS is just fast, cpu cached, parallel and all the other good things about data-oriented ECS.
@Null-byte
@Null-byte 2 месяца назад
When working with value types like struct in C# (e.g. Vector3) and you want to just for example change the X Value, you can write it like this in C# 10: _camera.Position = _camera.Position with { X = 123f }; It's especially usefull to prevent stuff like this: _camera.Position = new Vector3 { X = 123f , Y = _camera.Position.Y, Z = _camera.Position.Z }; Nice video. C# is awesome :)
@Code_It_All
@Code_It_All 2 месяца назад
Thanks, didn't know it!
@Null-byte
@Null-byte 2 месяца назад
@@Code_It_All C# is full of nice QoL Syntax Candy :D Don't get me started on LINQ Extension Methods xD For anyone who doesn't know. Instead of writing for loops to find all enemies with Health e.Health < 80 && e.Name.Contains("bernd")).ToList(); You can even order them directly: allBernds.OrderBy(e => e.Health); and so on.
@Сергей-и4б7к
@Сергей-и4б7к 2 месяца назад
C++ best for me
@Null-byte
@Null-byte 2 месяца назад
@@Сергей-и4б7к If you like recompiling and hooking up everything everytime, sure xD I use C++ mainly for Engine Plugins if needed.
@dgtemp
@dgtemp 21 день назад
Does this work with objects? :o this is amazing
Далее
A Great Way To Setup POWERUPS In Your Unity Game
13:43
А ВЫ ЛЮБИТЕ ШКОЛУ?? #shorts
00:20
Просмотров 2,2 млн
Новый уровень твоей сосиски
00:33
4 Godot 4 Devs Make 4 Games in 44 Hours
25:19
Просмотров 518 тыс.
How to ACTUALLY get into Gamedev
14:01
Просмотров 723 тыс.
20 Advanced Coding Tips For Big Unity Projects
22:23
Просмотров 182 тыс.
Godot Resources Explained
8:02
Просмотров 4,3 тыс.
My Experience Moving to Godot from Unity
16:54
Просмотров 21 тыс.
I Made My First Game in Godot in 3 Weeks...
26:21
Просмотров 345 тыс.
C# is BETTER than GDScript but...
5:13
Просмотров 29 тыс.
Optimizing my Game so it Runs on a Potato
19:02
Просмотров 569 тыс.
I Made Minecraft in Godot
28:36
Просмотров 31 тыс.
А ВЫ ЛЮБИТЕ ШКОЛУ?? #shorts
00:20
Просмотров 2,2 млн