Gorzontrok / Bro-Maker

A work in progress tool for making Custom Bros in Broforce. Based on the Captain Ameribro Mod from alexneargarder.
https://www.nexusmods.com/broforce/mods/13
GNU General Public License v3.0
8 stars 0 forks source link

Custom Bros have 3 WavyGrassEffector Components #22

Closed Gorzontrok closed 2 months ago

Gorzontrok commented 8 months ago

Nothing critical, is still playable.

Gorzontrok commented 8 months ago

On the instantiation of the CustomHero. Inside awake we remove the WavyGrassEffector created by the instantiated prefab of the original bro. Then TestVanDammeAnim in it's awake add a WavyGrassEffector component.

So there should be only one. So maybe the WavyGrassEffector is not removed in the awake, which means the CustomHero "prefab" created add an additional component in it's awake without removing the previous one. So when instantiate the "prefab" it add a third component.