When you paint trees/plants, are those trees still considered as a GameObjects?
i have a situation where i have a script inside a tree prefab, then painted it on the terrain, but during runtime, i cannot access the script because i think it doesnt count as a Gameobject anymore.
the scripts works when i manually placed the trees on the scene, but i dont want to put thousand of trees manually :(