Tree Spawning

I have this object that I want to use to spawn trees from a tree prefab, but I want to be able to spawn a different type of tree from the same prefab tree (using a script to modify the type of seed). Is this do-able? If so, how? I simply wanted to implement some sort of randomizer that will set the tree seed number for the tree being spawned.

1 Answer

1

Did you perhaps find out how to do this? This is quite an interesting question.