In Terrain2D tool, you can easily design 2d hill climb style terrains. Layer based system allows you to build terrain that you want. For example you have a main layer and you want more bumpy terrain after 1000 meters, you can add a new layer and set it’s start point, weight and frequency you can set it’s end point if bumpy region is finite.
Collider of terrain will support polygon colliders for 2D physics and mesh colliders for 3D physics. And yes it is working on mobile fluently (Only tested on Galaxy s3).
Features
*Procedural terrain generation depending to a transform
*Node based noise generator editor
*Text based serialization for saving your noises
*Advanced object spawning system with pooling.
*A Demo car for trying your terrain
*Working on Unity Free
*Mobile optimised
Planned Features
*Exturding option to get 3 dimentional view.
*Gap generator for bridges (This will probably contain bridge generator.)
*More advanced texturing options (I am not good at shaders, this feature will come so much later)
If you have a feature advice or question. Please feel free to say and ask. Thanks.
I always ask the same question with these types of assets :)… will this work in the case of an endless runner where the player and camera stay in the middle of the screen and the terrain scrolls in one direction… This is to avoid the floating point precision issue when moving FAR away from coord 0,0 in Unity. Or does your terrain generation system requires the camera to actually keep moving in one direction therefore moving further and further away from the centre coordinates 0.0?
Hi
Thanks. In the package, Terrain requires a transform (Camera or player etc.). But your idea is good to avoiding the floating point precision. I am probably going to implement this option for the next update. It is easy to make this
Thanks for the advice
Hello,
I just bought this Asset, and i’m not sure I understand the Documentation very much.
How can I have a Smooth Hills Terrain like on Tiny Wings ? Something like this :
The package has perlin noise generator. You can make similar terrains with that generator but it wont be exact same. Tiny wings has sinus like terrain. Perlin generates random hills this means there can be a hill on a hill
Settings of terrain
Result
Ok i am going to add a new generator for that. If you want to try terrrain in the picture. Download attachment and put it in resource folder that is in terrain2D tool folder.
And if you want take updates early . You can send Verify Invoice Number via email.
How can i get in the ObjectPlacer script, the objects rotated along the normals of the terrain? Like in “Extreme Road Trip” or the mentioned “Tiny Wings”
first of all. i’d like to say. it’s a nice plugin. it saves me much time in my work…
but well… i found several bugs when i use it in my own project.
when i change to use 3d collider. the surface of the terrain goes to be very strange after travel a few seconds on it.
2.the terrain can’t always keep continuous after travel several minutes.
3.the texture offset and scale u use in you code seems to be not good. there is a better way to make it nicer.
i fix 1 and 3 by myself. but still want u can know this. and fix it in your next version.
and i saw u r going to implement bridge generator. it’s a good news for me.
looking forward to ur next version.
if u r willing to know more detail and feedbacks. doooo feel free to send me a mail… it’s my pleasure if i could help…
thanks.
Is there a way that you can clear the ObjectPlacer objects pool, for restart the terrain? and a callback when the procedural terrain is just created within the followed transform?
Thanks for your feedbacks
I am aware of 1st and 3th issues. First one will be fixed with next update. I am not good at texturing and shaders but i still working on it. And 2nd bug I do not know about it. If you do a detailed explanation, i will take care of it. (You can send via email or here. Screenshots or video captures would be much more helpfull )