Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Spawner - Free

Discussion in 'Assets and Asset Store' started by CorruptedHeart, Jan 24, 2012.

  1. CorruptedHeart

    CorruptedHeart

    Joined:
    May 4, 2010
    Posts:
    379
    Version: 2.0
    Unity Version: 3.4.1 Free
    Asset Store Link
    Change Log:
    Version 2.0:
    • Changed the way spawned objects are assigned the owner (The Spawner object), now requires a SpawnAI or subclass of it on the spawned object
    • Small bug fixes
     
  2. clouney

    clouney

    Joined:
    Oct 10, 2012
    Posts:
    8
    That's good, thanks!! But i can't get it to work "from-the-box", what means:
    Assets/Spawner/Scripts/Spawner.cs(24,14): error CS0101: The namespace `global::' already contains a definition for `Spawner' ?
     
  3. CorruptedHeart

    CorruptedHeart

    Joined:
    May 4, 2010
    Posts:
    379
    Did you already have Spawner in your project? You might want to delete the Spawner folder before downloading the update.
     
  4. clouney

    clouney

    Joined:
    Oct 10, 2012
    Posts:
    8
    Oh, that's it! i already have spawner.cs from the 2D tutorial by Unity Tech. Thanks!