-
Recent Posts
Archives
- August 2021
- March 2021
- January 2021
- July 2020
- June 2020
- May 2020
- April 2020
- March 2020
- February 2020
- January 2020
- December 2019
- November 2019
- October 2019
- September 2019
- April 2019
- March 2019
- January 2019
- December 2018
- November 2018
- October 2018
- June 2018
- May 2018
- April 2018
- October 2017
- August 2016
- June 2016
- April 2015
- March 2015
- September 2014
- July 2014
- June 2013
- May 2013
- February 2013
Categories
Meta
Blog Stats
- 4,907 hits
Tag Archives: Coding
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 Coding, devlog, Unity, Update, video game development
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 Coding, Rants, Unity, Unity DOTS, UnityECS, Update, video game development
Leave a comment
Dev Log 9: Carrying Momentum into a New Year
Happy Year everyone!!! Between the Holiday celebration and family gathering, I have working on Project Rebirth and the Unity DOTS Character Controller System. At this point, the system is entering the most difficult part of development, polish and refinement. The … Continue reading
Posted in Dev Log, Information, Unity, Updates, WIP
Tagged Character Controller, Coding, ECS, Gamedev, Unity DOTS, Unity3d, Update
Leave a comment
November Goal for the Month
One of thing I realized during Devtober is that I suck at project management. By nature, I am doer. I see a problem and I tackle headfirst. For anyone that has worked in worked in software or game development long … Continue reading
Posted in Dev Log, Development, Unity, Updates, WIP
Tagged Coding, Update, video game development
Leave a comment
Devtober Day 2: Dynamic Buffers
Day 2 of Devtober has come and we are cooking with gas. With the help of the r/GameDev community, I have found a solution to passing a random size list of transform position into an entity. This has been a … Continue reading
Posted in Dev Log, Information, Unity, Updates, Video Games, WIP
Tagged #devtober!, AI, Coding, Development Log, video game development, Video Games
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 #devtober!, Coding, Getting Started, Unity, Update, video game development
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 Coding, Concepts, Getting Started, Unity, UnityECS
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 Coding, Concepts, ECS, Getting Started, Unity, Video Games
Leave a comment
Dev. Log 003: Need to Pick Up the Pace
One the hardest to do in Game Development is maintain a Dev. Log. One, how you say “replace 500 line of crappy old performing code with 300 line of less crappy code for a mild performance increase” in way that … Continue reading
Posted in Dev Log, Development, Uncategorized, Unity, Updates, Video Games, WIP
Tagged AI, Coding, Development Log, Gamedev, Update, video game development
Leave a comment
Field of View
One of things I have always struggle with is creating good AI systems. For many of my previous projects, I have had outsourced that work to a good friend of mine. Unfortunately, they are not available for this project. So … Continue reading