unity

Back Open Paginator
06.12.2025 20:40
Rheyan (@Rheyan@mastodon.gamedev.place)

#Unity6.3 has dropped and it has an amazing feature for 2D developers - you can now use 3D models in your 2D game and treat them just like 2D sprites! I knocked up a quick demo in this short #tutorial youtu.be/2vZyDHxhJow #gamedev #unity




Show Original Post


06.12.2025 20:05
sekamelica (@sekamelica@mastodon.gamedev.place)

Exploration of a sprawling underground city
#pixelart #unity #metroidvania #indiegame #indiedev





Show Original Post


06.12.2025 19:00
shadow_grove (@shadow_grove@mastodon.gamedev.place)

💡 #UnityTips: Make use of Unity's new Input System to manage inputs from various devices! 🎮 Keyboard, mouse, gamepad, and touch inputs can all be handled with this system. #unity #unity3d #gamedev #IndieDev Learn more: docs.unity3d.com/Packages/com.




Show Original Post


06.12.2025 19:00
shadow_grove (@shadow_grove@mastodon.social)

💡 : Make use of Unity's new Input System to manage inputs from various devices! 🎮 Keyboard, mouse, gamepad, and touch inputs can all be handled with this system. Learn more: docs.unity3d.com/Packages/com.




Show Original Post


06.12.2025 16:22
habr (@habr@zhub.link)

Flash был за пределами браузеров в нулевые, а мы и не знали. Как он использовался в DirectX играх

На заре двухтысячных интернет довольно сильно отличался от того, каким мы знаем его сейчас. Но многое изменилось с появлением Swf. В 2004 был (разработан) выпущен новый стандарт скриптового движка Action Script 2.0. Но были и те-кто додумался "сделать из буханки" - трамвай (но зачем?) Test Drive Unlimited (2006) тропический остров в океане французские разработчики Test Drive Unlimited применяли его в своем движке Twilight, написанного на Visual C++. Twilight применялся и в других играх компании, например в сиквеле - TDU2 и Alone in the dark (2008) Исходный код был утерян, со слов разработчиков его не осталось. Но был запущен проект по восстановлению исходного кода OpenTDU (примерно как OpenTTD(transport tycoon deluxe)), таким образом мы можем посмотреть код, как все это было примерно реализованно (exe файл поддается декомпиляции и видим функции игры как 686 ассемблер, на данный момент переписано около 1200 из 20500 функций) и извлечены и переписаны шейдеры с D3D9 на Vulkan. В целом игра использует не так уж и много внешних библиотек, так как применялась определенная кроссплатформенность. (Изначально разрабатывали под Xbox 360). Из крупных: библиотека Havok Для игровой физики, bink (для проигрывания видеофайлов и виртуальная машина flash. Flash применялся для элементов HUD (спидометров и прочих информационных элементов). Как Spark (Flash Player) будет осуществлять взаимодействие флэша с плюсами? Точно также как и Scaleform GFx (применявшийся в Unreal 3): 1.Игра загружает Flash-ресурс в пользовательский FlashResource

habr.com/ru/articles/974020/

#flash #C++ #Unreal #Unity #gamebryo #gamedev




Show Original Post


06.12.2025 14:53
Battle_Of_Eden (@Battle_Of_Eden@mastodon.social)

I see you. I hear you. I stand with Ukraine 🇺🇦. A tribute to resilience, solidarity, and the fight against tyranny. Together we stand for peace and unity.

@secgennato, @emmanuelmacron, @alexstubb, @ursulavonderleyen, @olenazelenska_official, @zelenskyy_officiali





Show Original Post


06.12.2025 11:53
vrlivechannel (@vrlivechannel@mastodon.social)

Sardar 150 Unity March उपराष्ट्रपति की उपस्थिति में सरदार 150 यूनिटी मार्च

vrnewslive.com/sardar-150-unit





Show Original Post


06.12.2025 09:31
RedGlow (@RedGlow@mastodon.gamedev.place)

That #Unity got the most complicated part of the mechanism very good.

AND THEN

Got the methods to work inconsistently, not document it, then invented a method to force them to behave correctly, then changed it, then changed it again, then changed it behind a very impractical thing, missed parts of the documentation (but we know how to change the thumbnail!), and then in the future will change again to work in the ONLY SANE WAY IT SHOULD HAVE BEEN FROM THE START.

End of rant.

[5/5]

#webgl




Show Original Post


06.12.2025 09:25
RedGlow (@RedGlow@mastodon.gamedev.place)

Because to use it, you have to create a WebGL template: docs.unity3d.com/6000.3/Docume

BTW, the documentation is wrong in that the templates are in the "Base" subdirectory, and they don't mention you have to restart the editor before the new templates are found.

THEN you can find the line and uncomment it: docs.unity3d.com/6000.3/Docume

So, what did we learn today?

[4/n]

#webgl #unity




Show Original Post


06.12.2025 09:19
RedGlow (@RedGlow@mastodon.gamedev.place)

If you have a save file that you write multiple times, then try to read on a later session, surprise!, you may easily find that only the first time it was written.

Why?

Well, because the write operations don't really, really, really write. Even if it succeeds. It kinds of save the data in memory. And then synchronize it to the disk when... who knows? I haven't really found information on when it happens, just that you may need to force the flush manually. How?

[2/n]

#webgl
#unity




Show Original Post


06.12.2025 09:16
RedGlow (@RedGlow@mastodon.gamedev.place)

So, for anyone who wants to make #webgl builds in #unity and needs to save and read files in a sane way.

You can use the usual C# classes and methods in System.IO if you plan to read/save in Application.persistentDataPath, which the documentation ( docs.unity3d.com/6000.3/Docume ) correctly states that points to a (virtualized) location in the browsers' IndexedDB ( developer.mozilla.org/en-US/do ). Which is nice! You can have a single code path for all platforms this way.

BUT...

[1/n]




Show Original Post


05.12.2025 20:30
dilmerv (@dilmerv@techhub.social)

This took a while to make and it was the video footage I lost during my Barcelona trip! Very excited about this new XR Hands video which is releasing between today and tomorrow.

#unity #xr 🙏🚀





Show Original Post


1 ...199 200 201 202 203 204 205 206 207 208 209 ...400
UP