Browsing articles in "Demos"
Nov
12
2012

Marching Tetrahedrons

Tried to convert this  marching tetrahedrons (by Mikola Lysenko) to Unity Javascript.. but its not working yet (^ that should be a sphere..) Source (bugged, see the original source above and try to fix this?..Oo ) ** See comments section for fixed version //#pragma strict […]

Nov
7
2012

Water Night Scene

Wanted to make something like this skyrim water (click-> , but it didnt came out so well.. – Using similar shader as in previous water tests: just sliding & mixing UV’s and bumpmaps and alphas. – Ground shadow is just a plane with darker texture […]

Nov
5
2012

Voxel Sprite Editor

Quick test for a voxel sprite or basically just a grid/block editor.. Its 3D grid array with default boxes.. Features: – Adding / removing blocks Todo: – Color adjustment per block – Saving / Loading (online?) – Viewer / Gallery? – Better mouse controls.. – […]

Nov
2
2012

Mesh to Voxels

Modified this 3ds max mesh2voxels script (see scripts page) to export voxel data for unity, then constructed the voxels with Voxel Terrain. Some axis is still wrong.. Trying to make some terrain in 3ds max, then import that as voxel terrain level for unity..

Nov
1
2012

Unity 4.0 Public Beta Download

its here! http://unity3d.com/unity/beta/download direct link for todays version: http://netstorage.unity3d.com/unity/UnitySetup-4.0.0f3.exe http://netstorage.unity3d.com/unity/UnitySetup-4.0.0f5.exe Latest beta notes: http://unity3d.com/unity/beta/notes

Oct
29
2012

2D Raycasting Visibility – Voxel Travelsal

Converted this AS3 2D raycast (by Lee Grey) to Unity javascript. (Image: raycast is coming from the middle, hits a wall..) Next: – Use grid array instead of reading pixels from image.. (done) – Try if this is faster compared to the old Raycast visibility […]

Oct
26
2012

Simplex Noise

Converted this javascript noise to Unity js. It feels quite slow.. maybe trying to convert these noise generators next. Webplayer: nothing to see.. Source: (SimplexNoise.js) #pragma strict // http://stackoverflow.com/questions/8405526/javascript-simplex-perlin-noise private var size:int = 512; private var p:int[];// = new Array(size); private var permutation:int[]; private var […]

Oct
22
2012

Qix Prototype

Qix test : Qix (wikipedia), See gameplay video on c64 (youtube) Using the same c# floodfill from here (comments section). Diagonal movement not allowed (using part of this script from unifywiki) Still missing collisions, enemies etc. Just 1 bigger problem to think about: – How do […]

Oct
21
2012

Trajectory Test Scene 2.0

Using trajectory script from unity answers, this is a test for the Rampart prototype.. Would be nice to add the trajectory preview line also (I think I’ve seen that in the forums..) and some randomness or wind? Red target mark is light projector, with custom […]

Oct
18
2012

Voxel Resources & Engines for Unity

Making a list of Unity3D related voxel / marching cubes tutorials, engines, demos etc. (image on left is from wikipedia) (Feel free to comment if some useful links are missing) *First: Go vote on Unity Feedback to get Voxel Terrains FREE VOXEL ENGINES OR DEMOS […]

Connect

Twitter View LinkedIn profile Youtube Youtube Join Discord Twitch

UnityLauncherPro

Get UnityLauncherPRO and work faster with Unity Projects!
*free unity hub alternative

@unitycoder_com

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.