Documentation
README
Assets / Prefab / Instantiate
Instantiates prefab in the current active scene. Use 'assets-find' tool to find prefab assets in the project.
Inputs
prefabAssetPath— project asset path of the prefab to instantiate.gameObjectPath— destination path in the scene; the last segment becomes the new GameObject's name, any prefix is looked up as the parent (must already exist).position/rotation/scale— optional transform; default to zero / zero / one.isLocalSpace— whentrue, applies the transform in local space relative to the parent.
How to Call
This is the opening of the README. Read the full README on GitHub.