Tag Archives: Unity

Devlog 17: Under the Influence Maps

When it comes to struggle in the four major areas. I often dream too big. I’m stubborn as hell. My organizational skills are limited at best. And I really suck at keeping things updated. Apparently the last updated devlog I … Continue reading

Posted in Uncategorized | Tagged , , , , | Leave a comment

Dev Log 11: Entities preview 0.8.0

One of the most difficult parts of working on this project has been the use of Unity DOTS. Unity DOTS is very much in is early infancy stages being that is a preview package. This being a solo developed project … Continue reading

Posted in Dev Log, Development, Information, Lessons Learned, Unity, Updates | Tagged , , , , , , | Leave a comment

Scriptable Render Pipeline: Start of a For Dummies Series

I am currently stuck between a digital rock and hard place. To create the desired visual effect for Project Rebirth, I need to use the Visual Effect Graph and ShaderGraph packages. ShaderGraph allows for easy creation of custom shaders without … Continue reading

Posted in Dev Log, Information, Introduction, Tutorials, Unity, Updates, WIP | Tagged , , , , , , | Leave a comment

Devtober Weekend Recap

The first weekend of devtober has been majorly wasted. The majority of the code that I have written will need to be refractored and redesign. Ultimately I brought too much of the object-oriented thought process into ECS data oriented design. … Continue reading

Posted in #devtober!, Dev Log, Development, Lessons Learned, Unity, Updates, WIP | Tagged , , , , | Leave a comment

Devtober Day 1

In an effort to get back on track with the project, I am trying my best to take part in Devtober this year. It’s heavily inspired by the popular Inktober, which is a challenge about doing an inked drawing every day … Continue reading

Posted in Dev Log, Uncategorized, WIP | Tagged , , , , , | Leave a comment

Transitioning to DOTS: Part 2 Proxy and Components

Disclaimer: This information presented uses Unity 2019.1.0f2 and Entities Preview Package 30-0.0.12. Since Unity is regularly adding to and depreciating the API, I cannot guarantee the methods I use will work beyond previous mention versions. If change to API break … Continue reading

Posted in Dev Log, Development, Tutorials, Unity, WIP | Tagged , , , , | Leave a comment

Transitioning to DOTS: Part 1

From the moment Unity ECS announce, I immediately took interest in it. I downloaded the beta and started playing around with the tools and sample codes in the Project GIT. After playing with samples and trying to integrate into my … Continue reading

Posted in Dev Log, Information, Lessons Learned, Tutorials, Unity, Updates, WIP | Tagged , , , , , | Leave a comment

It’s Been Awhile.

It has been awhile since I last posted anything of substance to this to devblog. A series of unfortunate event cause me to talk a long hiatus from gaming, game development, and tech. However, I am back with restored vigor … Continue reading

Posted in Development, Introduction, Thoughts and Ideas | Tagged , , , , , , | Leave a comment

HUD Creation First Step

In my previous post on what makes a game great, I talked about immersion and its effects on gamers. For those of you who didn’t read the post, here is a brief recap. One of the key elements a great … Continue reading

Posted in Development, Thoughts and Ideas | Tagged , , , , | Leave a comment