HiPhish
    • Overview
    • Features
    • Examples
    • Gallery
    • Showcase
    • FAQ
    • News
    • Support

    • Buy Now 35$
    • NTFS-Clone
    • IPS-Tools
    • roll
    • Newton's Method in C
    • Xeen Tools
    • Wolf3D Extract
    • Game Source Documentation
    • Info.vim
    • REPL.nvim
    • Quicklisp.nvim
    • jinja.vim
    • Guix channel
  • Blog
  • About
  • Grid Framework
  • Features
  • Examples
  • Gallery
  • Showcase
  • FAQ
  • News
  • Support
  • Buy
  1. news
  2. categories
  3. progress
  • Official extension methods

    Published: 2016-03-05

    If you have been following my updates in regards to version 2.0 you will have noticed that one of the themes has been slimming down the API. Some things, such as the renderGrid flag are easy to replace with something more general or trivial to replicate with one or two lines of code. Other methods however are non-trivial to implement, useful to have and general enough to included in the framework.

    Continue reading…

  • Revisiting coordinate systems

    Published: 2016-03-29

    There are basically two types of grid in Grid Framework: 3D grids and layered grids. 3D grids use all three dimensions, these are rectangular and spherical grids, while layered grids are 2D grids stacked on top of each other for a third dimension. In this post I will explain how the coordinate systems of layered girds will change in version 2.0.

    Continue reading…

  • Managing renderers

    Published: 2016-04-13

    Breaking the rendering task out of the grid into its own dedicated class is a good first step, but if all we have gained from this is several smaller classes we haven’t really gained much. In this entry I will discuss how version 2.0 gives you more control over the rendering process.

    Continue reading…

  • One unified directory

    Published: 2016-04-20

    In version 1.x Grid Framework has been distributed over several directories: Plugins, Editor, WebPlayerTemplates and GridFamework. I did this because it seemed logical to split the content by purpose, but some people disagreed with my choice, so for version 2.0 everything will unify everything in one directory.

    Continue reading…

  • Fixing what has been broken

    Published: 2016-04-22

    A quick status update, all the examples and the align panel that had been broken by the API change are working now again. As I had mentioned when I outlined the plans for version 2.0, this update will break the API. A major version bump is an opportunity to throw out old cruft, decouple what does not belong together and streamline everything that can be made simpler.

    Continue reading…

  • Documentation dilemma solved

    Published: 2016-05-06

    I have finished the build system, which also includes the previously discussed documentation dilemma. The problem was the presence of actual JavaScript files which Unity kept confusing for UnityScript files, because Unity keeps referring to UnityScript as JavaScript.

    Continue reading…

  • Version 2.0.0 has been submitted

    Published: 2016-05-18

    One of the hardest tasks when creating something is actually shipping it, but it’s finally time now, version 2.0 has been submitted to the Asset Store for review. After some last-minute changes here and there, fixing typos and re-adjusting screenshots I think we are good to go. I still have to figure out how to set up the Upgrade option in the Asset Store, but it can’t be that hard. The submission process officially takes between five to ten working days, so hopefully the new version will be up soon.

    Continue reading…

  • For those who are having build errors

    Published: 2019-01-23

    I have been informed that some users are getting compiler errors when building a game for release. A fix has been submitted already, but as usual it will take a while for it to get approved. If you are affected by this issue drop me a line, the problem can be resolved withing less than a minute. This will tie you over until the update gets approved.

    Continue reading…

  • Plans for Grid Framework 3.0

    Published: 2021-01-08

    I intend to release a new major update which will address among other things the grid rendering system. It has been almost five years since the release of version 2.0, and Unity has changed quite a lot in this time. Some of those changes, in particular the introduction of sprites, need to be accounted for in Grid Framework.

    Continue reading…

  • Version 3 reaching feature parity with version 2

    Published: 2021-04-25

    Grid Framework version 3.0 is coming along nicely, I have reached feature parity with the previous major release. This means that the heavy refactoring is mostly done and I can now build upon that foundation. I want to take this opportunity to reflect on what will change.

    Continue reading…

  • « First
  • ‹ Previous
  • 3 of 5
  • Next ›
  • Last »
Subscribe: RSS

Archive

  • 2021 (14)
  • 2019 (3)
  • 2018 (1)
  • 2017 (3)
  • 2016 (14)
  • 2015 (13)
  • 2014 (8)
  • 2013 (19)
  • 2012 (40)

Categories

  • progress (41)
  • release (43)
  • tips (2)
  • organisation (6)
  • misc (1)

Tags

  • old-blog (74)
  • example (7)
  • extension (4)
  • vectrosity (5)
  • how-to (7)
  • rant (3)
  • API-change (3)
  • asset-store (1)
  • spheric (2)
  • coordinate-system (1)
  • v3 (13)
  • packages (5)
  • playmaker (3)

© 2015-2026, licensed under CC BA-SA 4.0

GitHubGitLab