Jump to content

How do you make custom projectile?


Recommended Posts

I could use below but I'd like to make my own.

weapon.components.weapon:SetProjectile("bishop_charge")

How does one do such?

Thanks.

 

Edit: bishop_charge itself is a prefab and it has SetBank("bishop_attack") and SetBuild of same name. It also has "projectile" component.

I imagine I need to create a new animation using Spriter.

Link to comment
Share on other sites

On 6/5/2022 at 5:52 PM, SenL said:

I imagine I need to create a new animation using Spriter.

If you want a new attack fx, yes. You can edit the build and use the same animation, or use other projectiles, etc. It's up to your creativity. Them you should create a new prefab with the projectile component (Just use others as a template)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...