Thank you. And do you know how to set your character animation so that your hands are more forward while holding the pistol ? (the rest of the weapons are matched)
Hi, I replied to you on the store page, in any case, there is a UE5 tutorial that has alternative vehicles for it, in that picture spawn that class instead of the old one. In any case, once sellers are allowed to list assets as UE5 compatible a version for it will be published.
Hi, in its behavior tree the “wait” node can be changed. I recommend you check out the playlist that’s linked on this page How to use the AI – FPS Game Starter Kit
It uses the built-in rotate to face BB entry, you can increase the wait time to 5 seconds or more and add an event tick to the enemy blueprint that rotates it much slower
But I would like to point out that the included AI is meant to be used for prototyping while your actual AI is still in development so that you have something to shoot at. I recommend this playlist from epic if you require more advanced artificial intelligence instead of forcing the prototyping one to do what you want it to do Making Game Ready AI | 01 | Live Training | Unreal Engine - YouTube
You can create child classes based on the enemy projectile, and use a variable for damage inside them, then set the enemy to spawn whichever projectile child class you wish.
Hi. When i migrate fps game kit ue5 to my project, than get warning. See screen. What problem could it be? ini file i migrate to. Clean fps project work fine.
Hi, you are correct, when migrating in unreal, it does not take the config ini files with it, so it doesn’t have input, collision types and surface profiles. Add your assets into it instead, or delete what you migrated, copy the config files, then migrate again, so that it has them in there in advance.
Hi. I have a question. In BPC_WeaponShotgun I have 0.5 damage and the opponent has 1 health, but when I shoot once, the opponent loses all health. How to change it ?
Yep in UE5 release Nanite is DX12 only, but given how many people reported the setting not working properly, I would imagine Epic is aware of it and will look into it.