Search Unity

Editor - Script Interaction

Discussion in 'Scripting' started by Mortoc, Jan 1, 2007.

  1. Mortoc

    Mortoc

    Joined:
    Nov 3, 2006
    Posts:
    50
    I have a script that creates a heightmap terrain. I would like to be able to see this terrain in the editor so that I can place objects on it and whatnot. The mesh is created in the MonoBehavior:Start() function. I haven't been able to find the documentation on Script Editor interaction, can someone point me in the right direction?

    Thanks,
    Mortoc
     
  2. StarManta

    StarManta

    Joined:
    Oct 23, 2006
    Posts:
    8,775
  3. Mortoc

    Mortoc

    Joined:
    Nov 3, 2006
    Posts:
    50
    Thanks, thats what I was looking for.