Doom I-style level editor in unity (part 2)

Posted on 2017-05-26 in unity3d • Tagged with unity3d, video, youtube

I've updated the doom-style level editor script I posted earlier. Texturing now works.

It should be possible to create multi-story levels in this too. I'm planning to work on movement/collision next.... then it'll be making art(characters and textures).


Continue reading

Doom I-style level editor in unity

Posted on 2017-05-26 in unity3d • Tagged with unity3d, video, youtube

I've made a level editor for a doom-style game in unity.

Demo video:

I'm currently planning to complete one level for this Doom I style game (meaning 2d map with sprite-based enemies) and then release it somewhere.


Continue reading

Spaceflight demo uploaded to github

Posted on 2017-05-23 in unity3d • Tagged with unity3d, github

I've uploaded previous spaceflight demo to github.

The repository is available here.

The code is under zlib license.

Images are from NASA.

There's basic support for hierarchical objects, but nothign fancy.

This is all.


Continue reading

Space flight proof of concept

Posted on 2017-05-22 in unity3d • Tagged with unity3d

This is a proof of concept spaceflight test made in unity 3d.

Planets are modeled to scale. Meaning earth has 6500 kilometer radius, moves at 30 km/s speed, etc. The forces are computed based on newton's formulas of gravity, meaning moon/earth/sun affect each other. Planets orbit each …


Continue reading

Blight (prototype/demo from 2015)

Posted on 2017-05-17 in unity3d • Tagged with unity3d

This is a video of "Blight" game protoype I worked with in 2015.

Basically, I wrote every script, spell system, AI, inventory (not pictured)... and the music that is playing in background. Wolf model is by Mark Jones.

Here is current page of the project (I'm no longer part of …


Continue reading

UMA custom race construction in unity 3d

Posted on 2017-04-20 in unity3d • Tagged with unity3d, uma

This is an old video about custom race construction in UMA for unity 3d.

UMA is one of the character customization systems for unity3d and you can grab it from github. Unity asset store also hosts old version of it, but honestly it is outdated and you should just grab …


Continue reading