UE4 Wall Climber Spider
This is a spider character done in C++ for best performance to use in Unreal Engine 4.27 that can move anywhere, climb walls and ceilings, can follow player and pass any obstacles even dynamic ones. Of course can be some limitations depending on how complex is your game and what you want to do with the spider, but in 90% of cases you should be ok.
*Note: the spider mesh is just for demonstration, you can use wathever mesh you want.
Features: Done in C++ Code Modules: (Runtime) Rigged: (Yes) Animated: (Yes) Number of Animations: (8) Animation types (In-place): Number of characters: (1) Number of Materials and Material Instances: (1) Number of Textures: (3) Number of Blueprints: (5) Number of C++ Classes: (2) Supported Development Platforms: Windows: (Yes) Mac: (Not tested) Network Replicated: (Not tested) Documentation: Explained in blueprint examples. Important/Additional Notes: If you have any questions feel free to ask.