-
uGUI Panelmanager
Read more: uGUI PanelmanagerThe new and improved Panel Manager for the new Unity GUI (uGUI) has arrived and is ready for purchase (20$) in the Unity Asset Store. Let’s start making awesome GUIs with ease 🙂 Page Link Asset Store Link
-
German Developer Award
Chimera Entertainment, Deutscher Entwicklerpreis, German developer Award, Missio for Life, Reality Twist, Scotland Yard, Word WondersRead more: German Developer AwardThe nominees for the german developer award are out Link Three 3! games i worked on are nominated! Scotland Yard (Reality Twist/Ravensburger) Missio for Life (Reality Twist/Missio) Word Wonders (Chimera Entertainment/Dreamfab)
-
Random generated dungeon Part2
Read more: Random generated dungeon Part2A little update on my random generated dungeon thingy with the relative neighborhood graph algorithm. I randomly generated some nodes on a grid and calculated the neighborhoods with the rng algorithm. Then i calculated the ways on the grid using A*. After that i added the…
-
Random generated dungeons
Read more: Random generated dungeonsToday i was i’m playing around with random generated dungeons. I was reading this paper Relative Neighborhood Graphs and Their Relatives and developed an algorithm to generate an relative neighborhood graph and implemented this in Unity3D in C#. Thirst look: