ProjectBorealis / IAUS

Infinite axis utility system in UE Behavior Trees
MIT License
63 stars 13 forks source link

IAUS Is Preventing Packaged Builds #1

Closed dyanikoglu closed 4 years ago

dyanikoglu commented 4 years ago
ERROR: Missing precompiled manifest for 'IAUS'. This module was most likely not flagged for being included in a precompiled build - set 'PrecompileForTargets = PrecompileTargetsType.Any;' in IAUS.build.cs to override.

When we try to get a packaged build, IAUS is throwing that error and preventing packaged build to be completed.