Browsing articles in "Demos"
Apr
9
2013

A* PathFinder 2D & 3D

Converted this pathfinder to Unity: “Another faster version of A* (2D+3D) in C#” (by Roy Triesscheijn) That was amazing: 0 errors when dragged those c# files into unity Oo! Just added those boxes and linerenderer to draw the path.. (main image is 20x20x20 grid with random […]

Apr
8
2013

Eulerian Water Simulation C#

Converted one 2D water simulation to Unity, see original code & video (youtube) – source link at description (by Matthew Bettcher) Check the old test also: 2D Fluids with Cellular Automata TODO: – Erosion? – Floating objects? – Different types of fluids? Webplayer: http://unitycoder.com/upload/demos/WaterSim2/ (texture […]

Apr
6
2013

Roguelike Shadowcasting

Converted this shadow/visibility to unity:  Shadowcasting in c#  by Eric Lippert. Looks quite nice. Todo: – How to do ascii map? ( Gui.TextArea is not good..Or just use SetPixels.. Or use invidual planes with textures..) – Try with 3D objects/view? – Try with perlin generated […]

Apr
2
2013

Inventory Script Test

Testing one idea for a inventory system. (free sword from assetstore) Basic idea is, – Use the same objects inside the inventory (3D model, with colliders) – No need to draw icons or to use unity GUI() – Objects take realistic amount of space, you […]

Mar
26
2013

KDTree Find Nearest Object

Small test using the KDTree from unity forums (link to the post, source is attached there). Webplayer: http://unitycoder.com/upload/demos/KDTreeUnity/ (2000 objects)    

Mar
19
2013

Fast Projectiles

Testing a script for fast moving projectiles (since normal physic objects always go through walls..) Current version info: – No colliders, rigidbodies or raycasts for the projectile – Just move the objects inside FixedUpdate() – Projectile gets the target point when clicked, it doesnt check […]

Feb
21
2013

Terrain test (2)

New terrain test (looks better than the old terrain test). Still problems creating a splatmap in world machine (it becomes overbright >1), havent found any tutorial how to do it automatically in wm2 – searched the whole internet (twice). This version almost works, some color […]

Jan
31
2013

Fake SpotLight Shadows

Testing one idea for fake spotlight shadows. In the image, spotlight is at the wall, cylinder column is there to block light. (shadowmap size 1024×1024) Current version info: – Have to build the shadow texture manually..(later should be possible to do it all in script) […]

Jan
27
2013

Realm Of ..Something.. (proto)

Small test “game”. Using cave created with PerlinDungeonMaker (not created runtime, it was saved as a mesh) Mainly inspired from: rotmg See the PerlinDungeonMaker page for more details. TODO: – How to setup monsters..? (Current favourite: Random spawners that activate when player is near) – […]

Jan
24
2013

Perlin Dungeon Maker

Perlin noise generated dungeons / caves! (w.i.p) Webplayer: http://unitycoder.com/upload/demos/PerlinDungeons1/ (v1.0 : some bugs in webplayer build: floor & roof normals / tangents broken?, minimap is broken..) Current version info: – Creates 2D texture and array with perlin noise (not needed, since you could check x,y […]

Pages:«12345678...17»

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.