Page 2 of 2

Re: Attempting To Save With Automatic Save Structure

Posted: Mon Dec 07, 2015 12:50 am
by General Jewel
Hello hope you are well. Just a quick question if there is a landscape that is generated by perlin noise and the player is allowed to place and remove blocks ( like minecraft ) which is done by a raycast when it hits a surface it creates a block or alternatively when it hits a surface it removes a block.

Which example is best to save something like this? Thank you.

Re: Attempting To Save With Automatic Save Structure

Posted: Mon Dec 07, 2015 9:11 am
by Joel
Creating an Automatic Save Structure is the best example to use for this. Of course, you will need to customise it for your exact project, but it should give you the basics.

We're actually working on an Editor extension at the moment which will allow you to achieve the same thing without any coding. We're hoping to have this released in January, assuming that our initial testing goes well. In the meantime however, this example is the best way to go.

All the best,
Joel

Re: Attempting To Save With Automatic Save Structure

Posted: Mon Feb 01, 2016 12:00 am
by General Jewel
Joel wrote:Creating an Automatic Save Structure is the best example to use for this. Of course, you will need to customise it for your exact project, but it should give you the basics.

We're actually working on an Editor extension at the moment which will allow you to achieve the same thing without any coding. We're hoping to have this released in January, assuming that our initial testing goes well. In the meantime however, this example is the best way to go.

All the best,
Joel
That sounds good was this extension released?

Re: Attempting To Save With Automatic Save Structure

Posted: Mon Feb 01, 2016 9:13 am
by Joel
Hi there,

We're still working on it, and it's at the top of our priority list. Our schedule was delayed slightly as we've been working on compatibility for Unity 5.4. However, it's now mostly complete, and we're now in the testing phase.

All the best,
Joel