Question by
Cylyc · Aug 29, 2016 at 11:47 PM ·
textureinstantiateprefabs
get prefabs instantiated on specific texture
(3D Project)
everything is int the title, almost, I just want to know if it's possible to instantiate a prefab only on some texture kind of like
if(texture = wantedtexture) GameObject prefab= Instantiate(prefab); itemObj.transform.position = perpendicular to the texture's faces;
Comment
Your answer

Follow this Question
Related Questions
Prefabs not instantiating after build 0 Answers
prefab/instantiate problem. C#,Instanciate/Prefab problem. 0 Answers
Any other ways for instantiated prefabs to reference game-objects in the scene? 0 Answers
How to instantiate multiple Prefabs in line and then repeat it? 1 Answer
Instantiation of my GameObjects spell (from other script) 0 Answers