Archive
- September 2018
- September 2017
- August 2017
- Februar 2017
- Juni 2016
- April 2016
- März 2016
- August 2015
- Juni 2015
- März 2015
- Oktober 2014
- September 2014
- Juli 2014
- Juni 2014
- März 2014
- Februar 2014
- Januar 2014
- Dezember 2013
- November 2013
- August 2013
- Juli 2013
- Juni 2013
- April 2013
- März 2013
- Februar 2013
- Januar 2013
- September 2012
- Juli 2012
- Juni 2012
- Mai 2012
Kategorien
Meta
-
Datenschutz & Cookies: Diese Website verwendet Cookies. Wenn du die Website weiterhin nutzt, stimmst du der Verwendung von Cookies zu.
Weitere Informationen, beispielsweise zur Kontrolle von Cookies, findest du hier: Cookie-Richtlinie
Tag Archives: unity3d
Custom Attributes in Unity3D
One of the recent versions of Unity introduced a wider variety of Custom Attributes. For example, to spice up your boring Editor-exposed floats, you could add the Range-Attribute to get this: But how do you create something like that yourself?
Dev Diary #5: No texture. Such Polygon.
Another week, another update. This week in development has been pretty exhausting, as we are encountering a few difficulties and some tasks became tedious to work with. Lightmapping is still a big challenge, to be honest. When coming from software… Continue reading the rest of this article →
Dev Diary #1: Draw something (picture heavy post)
The first weekly roundup is here and I am pretty excited. It does not mean we’re just starting the work on our game, but this kind of documentation is new for us. Every Monday we’re having a weekly meeting where everybody… Continue reading the rest of this article →
Unity3D: Printing Vector3
Everyone who coded for Unity3D has come across this problem; Print a Vector3 and get this: That’s not very useful, especially since the X-part is actually 1.23.
Tips for Android Development
Recently, I’ve been working more with Android tablets to deploy our games there. Unity3D has been, as usual, very accommodating in its deployment features. All you need to build on your device is the Android SDK, matching drivers for your device… Continue reading the rest of this article →