Do you just want to have objects moving like those,
or create actual webpage using unity webgl export?
If you want to create website/webpage, shouldn’t really use unity for that, the webgl player is quite heavy…
Just use normal html+js+three.js or others to create it.
If you want to move objects like those, check the page sources,
seems to be using some kind of Boids/flocking script… you can do that in unity also.
I wanted to use the template of objects flocking around and port the same into different operating system as standalone applications. So the focus is not on the weboutput. Pardon me if the word “recreate” confused things.
I did check out moving objects like
It does not give the effect of Z-axis, in which the objects just plainly moves in the ohter x and y direction.
Anyway let me browse and find out if script is available. Meanwhile if there is already existing scripts you have passed by, could you please share it here.