Quantcast
Channel: How do I Instantiate Objects In Unity? - Stack Overflow
Browsing index pages (2 articles)
↧

How do I Instantiate Objects In Unity?

I am making a top down game in Unity, how do I instantiate objects based on the players current position from the top of the camera view in Unity? So far I have tried: Instantiate(prefab,...

View Article


Answer by derHugo for How do I Instantiate Objects In Unity?

Space is simply an enum and has nothing to do with what you are trying! (Its purpose is to define the relative transform space for e.g. Transform.Rotate or Transform.Translate) in that enum afaik...

View Article

Browsing index pages (2 articles)


Latest Images