#MeshPack - Code Plugin

1 messages · Page 1 of 1 (latest)

sacred urchin
#

This wasn't easy, but I'm finally able to pack blueprint meshes into instances at build time!

I've been working on supporting packing blueprints, and blueprints within blueprints, etc.
The plugin packs static meshes into instances at build time.
Marketplace link: https://www.unrealengine.com/marketplace/product/meshpack

Unreal Engine

MeshPack automatically instances your Static Meshes when the game is packaged. No manual work. No destructive workflows. Instancing done right

left agate
#

Oh neat!

sacred urchin
#

The in game showcase is me toggling the instanced meshes on/off. And showing that the door mesh is still there and working 😊

left agate
#

I really need to pick this up next payday

gilded trellis
#

Just bought this, looks promising and seems to work well, thank you!

sacred urchin
sacred urchin
#

Not much of a visual update, but been working on proper blueprint packing support!

Notable features
Checks if a BP component is referenced in the BP, and if so skipped
Checks if a BP component is part of the BP or spawned in construction script
Checks if a BP contains logic
Added "BPs to ignore" list. Can add BPs or directories here

Also added proper Custom Primitive Data support. So those are packed into PerInstanceSMCustomData

sacred urchin
#

Just published version 1.1 with blueprint support! 🥳

  • Changed so the plugin no longer has a runtime part, meaning it now works on all target platforms
  • Added initial support for packing meshes in Blueprints
  • Added support for packing meshes in plain Actors
  • Added support for CustomPrimitiveData on meshes
  • Added option to ignore specific Blueprints
  • Added option to ignore specific Materials
  • Added option to print extra debug information in the output log while packaging
  • Added ability to ignore certain Actors/Components by using the tag MeshPack_Ignore
  • Made list of "maps to pack" optional
  • Fixed a bug where the plugin would crash if a PackedLevelActor had a ISM without a valid mesh
sacred urchin
left agate
#

Oh very cool