Version 3 of BuildR is incoming with the beta now open and progress making way towards release. From now on the BuildR project will be hosted at it’s own website here!
Author Archives: jasperstocker
BuildR 2 Released!
BuildR 2 has been released onto the Unity Asset Store. This is an entirely new version built from the ground up to address the feedback I’ve received over the last 4 years of running the BuildR asset. Interior floorplan generation and curved facades have been highly requested over the years and only a complete rethink could make these possible.
Over the coming months I’ll be releasing updates that will support custom geometry, procedural generation and integration with other Asset Store assets. Get it on the Asset Store here!
New BuildR Demo
I’ve released a new demo for BuildR that allows you walk around some of the creations made with that very tool. These are all included in the asset though this one does show off the interior generation, stairwells (how else are you getting to the roof?!) and low detail version model generation available.
DocuMaker supports Unity 5.0
3.12 Camera Path Animator Release
A few major changes added in this release. It’s using MonoBehaviours now as a base so serialisation in Unity is better supported along with prefabs.
I’ve optimised the NearestPoint function in CameraPath so that it can take extremely long paths with ease.
- Fixed serialisation issues so prefabs, duplication and copy pasting are now supported
- Fixed NearestPoint function so it’s optimised and ready for 2D work with extremly long paths
- Fixed CPEPlayerPathFollow so it’s more robust with looping paths
- Fixed sliders – they work like hot butter now
- Added 2D Demo
DocuMaker Released
DocuMaker is a free asset that will help you create simple HTML documentation from your C# classes. I created it recently to assist me in generating said documentation for my other assets on the Asset Store and decided that it would be a nice simple asset to release to the store for free.
I hope that it will help a few people out there who need to create web documentation for their work. I personally had a shot at some of the other things already available but found them frustratingly user unfriendly and opaque. In less time I bashed this out to the simple specifications I had. The HTML it produces is very open to applying your own stylesheet and the code is all open source (obviously!)
Track BuildR 1.1 Released
I have recently released the latest version of Track BuildR which has been christened the “Stunt Update“. This version comes with support to create circuits with loops, jumps and twists after rebuilding the track cant implementation.
It also includes Substance texture support, FBX, OBJ and XML export, track extrusion and some minor bug fixes. I’m very proud of the fact that Track BuildR since release has had only one bug!
The update did come at a slight cost – 1.0 tracks are not supported… With the new undo system that Unity 4.3 implemented along with the hell that is using ScriptableObjects, I needed to change the base implementation of Track BuildR to Monobehaviour. The problem is it breaks backward compatibility… I do have a plan for users needing the upgrade. It involves exporting the 1.0 track to XML (with some re) and importing it into a fresh 1.1 track. This method was used to bring the Spa Francorchamps track to 1.1 and it’s pretty easy.
I hope it’s well received! You can check out videos, demos and further information.
3.06 Camera Path Animator Release
- Fixed animator code to better optimisation and GC calls (thanks Kirk)
3.05 Camera Path Animator Release
- ADDED ability to specify delay on start point
- Fixed XML to support all Camera Path values
- Fixed path interpolation so it works well
- Fixed points resetting to start of path
3.04 Camera Path Animator Release
Patches are starting to slow down now after the initial release. Feedback from customers has been very positive so I think this version is proving a success!
- Added XML import and export to options tab
- Added explicit point placement into inspector
- Fixed issues with two point paths
- Fixed issues with the orientation of the preview window
- Fixed event trigger issues, rebuilt so it’s more robust