Class ReplicationServerBundler
public static class ReplicationServerBundler
- Inheritance
-
ReplicationServerBundler
Methods
BundleDefault(BuildTarget, string)
Copies the combined schema and the replication server binary for the platform to the default location in a build.
public static bool BundleDefault(BuildTarget platform, string buildOutputPath)
Parameters
platform
BuildTargetbuildOutputPath
stringThe path where the build is located, as given by
. Assumed to point to the executable on Windows and Linux, and to the .app directory on MacOS, which is the default Unity behaviour.
Returns
- bool
True if the bundling was successful.