Tag Archives: UnityECS

DevLog 15: The One About the DOTS IAUS Repo

Apparently an update is way overdue. I’ve seen a lot of people start to follow me on GitHub as well as followed various projects I’m working on. However I was not sure how much of it was genuine interaction versus people waiting for a potential free product to use on their next game. Continue reading

Posted in Dev Log, Development, Information, Unity, Updates, WIP | Tagged , , , | 2 Comments

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

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

Unity3d ECS: Look Back

Over the last month, I have been learn and testing Unity’s new ECS programming structure. I have been working with both pure and hybrid version of the system. Based on my experience, with pure and hybrid ECS, Unity has stepped … Continue reading

Posted in Development, Unity, Updates | Tagged , , | 1 Comment