Dec
15
2012

Photon Multiplayer Scene

Simple steps for making your own top-down multiplayer scene from the Free Photon AngryBots Example Start: – Download this: http://u3d.as/content/exit-games/photon-angry-bots-demo/2i9 – Import it to a empty project – You need to register for the free account: http://cloud.exitgames.com/– Then from your account, Application Dashboard, you need […]

Dec
9
2012

Enemy Visibility Cone (idea)

Testing one visibility cone idea for enemies. (later will check what other solutions there are..) Code: If enemy stays inside blue trigger area (attached to player) then If enemy view angle is towards the player (within view angle range) then Do Linecast(s) to player bounding […]

Nov
28
2012

Sea Surface Shader (test)

One more water shader test.. Its almost default specular shader with normal map(s) and “bottom texture”.. Webplayer: http://unitycoder.com/upload/demos/SeaSurface3/ Download source: coming later..

Nov
24
2012

World Machine Terrain Test

Some World Machine terrain heightmap + textures on Unity terrain (doesnt look good at near distance) Seems quite low resolution? Using default specular terrain shader. Maybe some of these shaders would be better, http://forum.unity3d.com/threads/146808-ats-Colormap-terrain-shader-RELEASED Check the new test also: http://unitycoder.com/blog/2013/02/21/terrain-test-2/ Webplayer: http://unitycoder.com/upload/demos/TerrainTest1/ Download source: later.. […]

Nov
22
2012

Forced : Live stream (promo-link)

Hi, Check out this livestream, some people are making a game with Unity. There is usually some level design happening on screen. Forced by BetaDwarf (re-directs to their kickstarter, scroll down a bit, theres banner for live tv “TUNE IN HERE”)

Nov
15
2012

Falling Trees (test 2.0)

There is some interesting topic on the forums about falling trees.. I wonder how it could be done.. Other ideas & links: – Verlet integration stuff? (kind of soft body/bending branches) – This kind of constraints : http://codeflow.org/entries/2010/sep/01/hard-constraints-easy-solutions/ – Someones UDK breakable trees fail test […]

Nov
13
2012

Place Objects on Space With Mouse

If you want to instantiate objects on empty space, you cannot use Raycasts (no colliders to hit). But you can use ScreenToWorldPoint() with adjustable distance from camera. (Or you could put invisible collider there..and if you need to adjust distance, move the collider..) Webplayer: http://unitycoder.com/upload/demos/PlaceObjectsOnSpace/ […]

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.. – […]

Pages:«1...33343536373839...50»

Connect

Twitter View LinkedIn profile Youtube Youtube Join Discord Twitch Instagram

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.