Add support for using ThirdPartyModule in game/project scripting
This commit is contained in:
@@ -14,5 +14,8 @@ public class recastnavigation : ThirdPartyModule
|
||||
|
||||
LicenseType = LicenseTypes.zLib;
|
||||
LicenseFilePath = "License.txt";
|
||||
|
||||
// Merge third-party modules into engine binary
|
||||
BinaryModuleName = "FlaxEngine";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user