Search Unity

Multi-Dimensional array visible in Inspector

Discussion in 'Scripting' started by Simon_Prog, Jan 26, 2010.

  1. Simon_Prog

    Simon_Prog

    Joined:
    Dec 3, 2009
    Posts:
    4
    Hello everybody,
    I'm currently working with a tri-dimensional array, using the MultiDim.cs script given on Unify.
    The problem is that I would like that this table could be filled using the Inspector, is there any way to do so?
     
  2. Eric5h5

    Eric5h5

    Volunteer Moderator Moderator

    Joined:
    Jul 19, 2006
    Posts:
    32,401
    Not directly, though you might be able to do it with a custom inspector.

    --Eric
     
  3. Simon_Prog

    Simon_Prog

    Joined:
    Dec 3, 2009
    Posts:
    4
    Thanks for the answer. I didn't know that we could create custom inspector, I will watch the documentation about that :D