• Vectrosity support as a package

    I have completely transitioned Grid Framework to a Unity3D package now and moved Vectrosity support to a separate package. The Vectrosity package will be made available as a public Git repository under the MIT license, that should make it as simple as possible for users to add it to their project. While transitioning to packages has had many advantages there have also been some challenges to overcome and I would like to go over them in this post.

    Continue reading…

  • Embracing the Unity package system

    When I released version 1 and version 2 of Grid Framework there was no real way of separating libraries. You had to dump everything into your project in one assembly. Using namespaces prevented name collisions, but you still had things like examples or documentation bloating up your project and there was no way of expressing dependencies. Since then Unity has introduced its own package system, which will solve many of the problems I have had in the past.

    Continue reading…