Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
0

UE4 Modular Character Component Tutorial and Project Files

A topic by MajorSmashbox created Jul 14, 2020 Views: 232
Viewing posts 1 to 1
(1 edit)

A Unreal Engine 4 project that integrates with Epic's July 2020 permanently free Modular Character by ROCKETARTS.

A great starting point for learning modular character systems in UE4, or just for a turnkey asset that can be used for gamejams, it also comes with 3.5 hours worth of youtube tutorials that go through every step of creating the Modular Character Component from scratch.



The Modular Mesh Component:

- is 100% BP, so can be migrated to another project.

- Stores the current mesh data for each modular part of the character. 

- Provides Helper functions for randomization.

- Uses weighting to reduce/remove unwanted variations

-Stores all the variations (meshes, materials) in an ordered fashion

- Can be added to other actors, such as item pickups.

- Compartmentalized design means it should be easier to integrate into projects

The project files can be downloaded from the itch page:
https://majorsmashbox.itch.io/modular-character-component-ue4