546 B
546 B
Spline Instantiate Sample
This sample demonstrates how prefabs of GameObjects can be instantiated along Splines using the SplineInstantiate
component.
-
The
Fences
object illustrates the use of theLinear Distance
instantiation method to precisely follow the spline. -
The
Trees
andGrass
objects illustrate the use ofOffset
to move instances away from the spline. -
PathSpline
is a simple illustration of a path instantiation. -
The
Environment
GameObject regroup all of these samples in a simple scene to illustrate this.