Search Unity

Does the FloodFill script work?

Discussion in 'Scripting' started by Maker16, Jan 12, 2013.

  1. Maker16

    Maker16

    Joined:
    Mar 4, 2009
    Posts:
    779
    I tried to implement this, but it won't work. First, the script as is didn't work in that it didn't recognize Texture2D or Queue. I added a using UnityEnginge and using Systems.Collections.Generic at the top to resolve that. But, when I try using FloodFillArea or FloodFill Border, it throws a missing method error. Any ideas why?
     
  2. Eric5h5

    Eric5h5

    Volunteer Moderator Moderator

    Joined:
    Jul 19, 2006
    Posts:
    32,401
    What is "the FloodFill script"?

    --Eric