I just went through forums and didnt found proper answer.
But i did find some post saying i need Pro version to move it, is that true?
Hi
Depends on if you want to move it continuously or just a single time.
You can use the ProceduralGridMover script in the Procedural example scene.
it works in demo scene, doesnt work in mine.
I have world root that is moved by http://hastebin.com/badokenoko.avrasm
and this is your script
http://hastebin.com/rahapiyelo.avrasm
and it doesnt move the grid. It changes color seemingly redrawing it but doesnt offset it.
And I assume you have set the “target” field on the grid mover script to an object which actually moves?
yes the world is the target
Aron im still not able to fix it.
Hi
Looking a bit at your script, it looks like you are keeping the player at roughly the origin of the world while the world moves. Is that correct? (otherwise, a screenshot or video would help a lot).
The GridMover script was written for the case where the world is stationary (but might be destroyed or recreated as the player moves around) and the grid will follow the player around.