↧
Instatiating an object. Altering that new object causes prefab to be altered.
I am new to Unity3d and I'm playing around with a proof of concept project. I'm currently stuck because I use a blank terrain prefab (easily instantiable) that I may want to include having its own...
View ArticleClasses. After creating objects. How do I find my objects by class rather...
So I created a WorldTile class to handle the objects my game generates terrain. using UnityEngine; using System; namespace WorldGenerator { public class WorldTile { private string worldTileName;...
View Article