• Check out the results of the Techtree Contest #19!
  • Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!

can't see custom units or structures?

Status
Not open for further replies.
Read the FAQ or try searching. This has been answered dozens of times already.

You have not attached your unit to an actor. Basically actors handle all visual elements in the game and until you add your units to the events of one so it creates one with the unit to represent the unit, the unit will have no visible appearence in the game.

If you copy a unit, duplicate its actor as well and make sure it updates the event hooks to your new custom unit and not the old base unit.
Additionally you can copy an existing actor and simply change the creation etc events to link to the custom unit instead of the orignal link target unit.

Sigh.
 
Make sure the base unit was a buildable unit and be aware some options you can choose will hide units. Anyway I advise creating it again and seeing what step makes it no longer choosable.
Also if it was based off a campaign unit you might be suffering the dependiencies bug. To fix move up the campaign mods to the top of the list (they default to being added to the bottom).
 
I think i know the problem. I've had the same problem before when i was making a hero.
Go to your Actor that you created. Check these things:
Art - Model
Art - Model (portrait)

If any of these attributes has the units name then "copy" beside it (for example: Art - Model - Marine Copy) Then change it to its original form. Example: From Art- Model - Marine Copy to Art- Model Marine
Make sure to change both the model and model (portrait) hope this helps :thumbs_up:
 
Status
Not open for further replies.
Back
Top