[Из песочницы] Кто на новенького? Мой первый опыт в разработке игры – от идеи до публикации
https://habr.com/post/359062/?utm_campaign=359062
https://habr.com/post/359062/?utm_campaign=359062
Хабр
Кто на новенького? Мой первый опыт в разработке игры – от идеи до публикации
Всем привет! Меня зовут Алексей, я из Санкт-Петербурга. В этой статье расскажу про свой первый опыт разработки мобильной игры под Android на Unity3d. Если Вам...
Прекратите использовать рейкасты там, где это не нужно! Работа с EventSystem в Unity
https://habr.com/post/359106/?utm_campaign=359106
https://habr.com/post/359106/?utm_campaign=359106
Хабр
Работа с EventSystem в Unity. Базовые вещи в работе с UI
Всем привет! Давно ничего не писал, но сейчас захотелось рассказать про очень удобную штуку, о которой многие не знают. Это Event System в Unity. Многие, для зад...
Why you should do code reviews – And how to do them right
https://unity3d.college/2018/05/22/why-you-should-do-code-reviews-and-how-to-do-them-right/
https://unity3d.college/2018/05/22/why-you-should-do-code-reviews-and-how-to-do-them-right/
Unity3D.College
Why you should do code reviews - And how to do them right - Unity3D.College
Have you heard about code reviews but never done one? Or are you struggling to do code reviews right? Maybe you dread the words 'code review' from terrible past experiences... Here, I'll go over why you need code reviews in your project, and how to get…
Sneak peek at Unite Berlin Keynote, full session schedule now available
https://blogs.unity3d.com/ru/2018/05/23/sneak-peek-at-unite-berlin-keynote-full-session-schedule-now-available/
https://blogs.unity3d.com/ru/2018/05/23/sneak-peek-at-unite-berlin-keynote-full-session-schedule-now-available/
Unity Technologies Blog
Sneak peek at Unite Berlin Keynote, full session schedule now available — Unity Blog
Unite Berlin is a little over three weeks away! Festivities will start Tuesday, June 19th with sessions in the morning and the Unite Berlin Keynote at June...
2017.1.4f1
http://unity3d.com/unity/whats-new/unity-2017.1.4
http://beta.unity3d.com/download/645c9050ba4d/download.html
#releases
http://unity3d.com/unity/whats-new/unity-2017.1.4
http://beta.unity3d.com/download/645c9050ba4d/download.html
#releases
Unity
Unity 2017.1.4 - Unity
Unity is the ultimate game development platform. Use Unity to build high-quality 3D and 2D games, deploy them across mobile, desktop, VR/AR, consoles or the Web, and connect with loyal and enthusiastic players and customers.
Turn Unity into a Gif making studio
https://www.indiedb.com/games/skeletal-dance-party/news/turn-unity-into-a-gif-making-studio
https://www.indiedb.com/games/skeletal-dance-party/news/turn-unity-into-a-gif-making-studio
Delaying Decisions in Code and Project Architecture
https://unity3d.college/2018/05/23/delaying-decisions-code-project-architecture/
https://unity3d.college/2018/05/23/delaying-decisions-code-project-architecture/
Unity3D.College
Delaying Decisions in Code and Project Architecture - Unity3D.College
When is the right time to make code decisions about your project? Should you go with sql or json? Should you use a tight system or something more generic? When do you decide??? I prefer the last possible second! See why :)
2018.2.0b5
http://unity3d.com/unity/beta/unity2018.2.0b5
http://beta.unity3d.com/download/35351042bf9d/download.html
#releases
http://unity3d.com/unity/beta/unity2018.2.0b5
http://beta.unity3d.com/download/35351042bf9d/download.html
#releases
Unity
2018.2.0 Beta 5 - Unity
Unity is the ultimate game development platform. Use Unity to build high-quality 3D and 2D games, deploy them across mobile, desktop, VR/AR, consoles or the Web, and connect with loyal and enthusiastic players and customers.
Imitation Learning in Unity: The Workflow
https://blogs.unity3d.com/ru/2018/05/24/imitation-learning-in-unity-the-workflow/
https://blogs.unity3d.com/ru/2018/05/24/imitation-learning-in-unity-the-workflow/
Unity Technologies Blog
Imitation Learning in Unity: The Workflow — Unity Blog
With the release of ML-Agents toolkit v0.3 Beta, there are lots of new ways to use Machine Learning in your projects. Whether you’re working on games, simu...
Unity’s Demo Team – The creators behind Unity’s most stunning visuals
https://blogs.unity3d.com/ru/2018/05/25/unitys-demo-team-the-creators-behind-unitys-most-stunning-visuals/
https://blogs.unity3d.com/ru/2018/05/25/unitys-demo-team-the-creators-behind-unitys-most-stunning-visuals/
Unity Technologies Blog
Unity’s Demo Team – The creators behind Unity’s most stunning visuals — Unity Blog
With over 3.5-million views, Book of the Dead is hugely popular and many want to know how it was accomplished. Unity evangelist Matt Schell went to Stockho...
Art Design Deep Dive: Rendering the player as a form of pure energy in Recompile
http://www.gamasutra.com/blogs/PhiDinh/20180523/318444/Game_Design_Deep_Dive_Rendering_the_player_as_a_form_of_pure_energy_in_Recompile.php
http://www.gamasutra.com/blogs/PhiDinh/20180523/318444/Game_Design_Deep_Dive_Rendering_the_player_as_a_form_of_pure_energy_in_Recompile.php
Fire Effect Using CustomRenderTexture
https://unitycoder.com/blog/2018/05/26/fire-effect-using-customrendertexture/
https://unitycoder.com/blog/2018/05/26/fire-effect-using-customrendertexture/
Unity Coding - Unity3D
Fire Effect Using CustomRenderTexture
Converted this fire effect (by The Coding Train) into unity customrendertexture + shader. Added fire gradient color (by moving the fire calculation into alpha channel). Unity Project Sources Refere…