Category: Unity

Truncated Octahedron

Truncated Octahedron

One of the space-filling polyhedra, the truncated octahedron, in addition to its capacity to… well… fill space without gaps, boasts as well some really pleasing looks and plenty of interesting properties. Today’s post presents a simple script for Unity 3D which allows to create a truncated octahedron in that environment […]

Xtellis

Xtellis

The Xtellis Team (part of ADARED) is proud to announce that Xtellis is now available on the App Store! We would like to thank everybody who contributed to making this possible! You can finally order your copy of Xtellis and experience this epic space western story with elements of fantasy! […]

Unity 3D: Automatic Event Connections a’la Qt

Unity 3D: Automatic Event Connections a’la Qt

You will find a new script in my UnityAssets repository at GitHub. It is called AutoConnector.cs and serves the same purpose as Qt’s auto-connection mechanism for signals and slots. You will find a usage example below. Hope it makes your life easier 🙂 This is probably the last entry on […]

Unity3D Indie (Free) Portal Effect Project Sources

Hello everyone! Due to popular demand finally I’m releasing project sources of the Unity3D Indie Portal Effect. In two words, the technique is based on using multiple cameras (3 in this case) and then selectively drawing just Z-values of the portal gates in the 1st pass so that they leave […]

Unity3D 4 Indie (Free) Portal Effect With No Stencil And No Render To Texture

This effect has been achieved using a smart setup of 4 cameras and custom shaders writing to depth buffer only. Neither stencil buffer not render textures have been used as they are unavailable in the free version of Unity3D. This technique allows also for perfect rendering of mirrors and water […]