npruehs / ue4-rts

Real-time strategy plugin and showcase for Unreal Engine 4.
MIT License
747 stars 151 forks source link

How to setup Behavior Tree? #129

Closed officefish closed 3 years ago

officefish commented 4 years ago

I don't see any ability to create new BluePrint instance of BT_RTSPawnBehaviorTree. What exactly I need to do for set BehaviorTree? Import it manually from repository? Could you please explain step by step what i should do?

officefish commented 4 years ago

I manually copy both this uassets from Content folder of Plugin to Content folder of project and now both this classes can be used to set it in AIController. Is it okay ?!

npruehs commented 4 years ago

Hey @officefish !

Sure, if that works for you. Usually, you should be able to use the classes by enabling "Show Plugin Content" in the View Options of your Content Browser.

ShowPluginContent

npruehs commented 3 years ago

I'm closing this now, for tracking purposes. Feel free to re-open in case you've got any follow-up questions!