Class Paths
public static class Paths
- Inheritance
-
Paths
Fields
assetBackupPath
public const string assetBackupPath = "Library/coherence/AssetsBackup"
Field Value
codeGeneratorName
public const string codeGeneratorName = "protocol-code-generator.exe"
Field Value
coherenceSyncConfigPath
public const string coherenceSyncConfigPath = "Assets/coherence/CoherenceSyncConfigs"
Field Value
coherenceSyncConfigRegistryPath
public const string coherenceSyncConfigRegistryPath = "Assets/coherence/CoherenceSyncConfigRegistry.asset"
Field Value
combinedSchemaPath
public const string combinedSchemaPath = "Library/coherence/combined.schema"
Field Value
defaultCodeGeneratorPath
public const string defaultCodeGeneratorPath = "Packages/io.coherence.sdk/.Runtime/windows/protocol-code-generator.exe"
Field Value
defaultPersistentStorageFileName
public const string defaultPersistentStorageFileName = "world"
Field Value
defaultPersistentStorageFolderPath
public const string defaultPersistentStorageFolderPath = "Library/coherence/PersistentData"
Field Value
defaultPersistentStoragePath
public const string defaultPersistentStoragePath = "Library/coherence/PersistentData/world.json"
Field Value
defaultReplicationServerPath
public const string defaultReplicationServerPath = "Packages/io.coherence.sdk/.Runtime/windows/replication-server.exe"
Field Value
defaultSchemaBakePath
public const string defaultSchemaBakePath = "Assets/coherence/baked"
Field Value
docsFxConfigPath
public const string docsFxConfigPath = "Packages/io.coherence.sdk/docfx~/docfx.json"
Field Value
docsFxDllsPath
public const string docsFxDllsPath = "Packages/io.coherence.sdk/docfx~/dlls"
Field Value
docsFxPath
public const string docsFxPath = "Packages/io.coherence.sdk/docfx~"
Field Value
dummiesPath
public const string dummiesPath = "Packages/io.coherence.sdk/Coherence.Editor/Build/Dummies~"
Field Value
gameZipFile
public const string gameZipFile = "game.zip"
Field Value
gatherManifestPath
public const string gatherManifestPath = "Library/coherence/Gathered.json"
Field Value
gatherSchemaPath
public const string gatherSchemaPath = "Assets/coherence/Gathered.schema"
Field Value
iconsPath
public const string iconsPath = "Packages/io.coherence.sdk/Coherence.Editor/Icons"
Field Value
instantiatorTemplatePath
public const string instantiatorTemplatePath = "Packages/io.coherence.sdk/Coherence/CustomInstantiator.cs.template"
Field Value
libraryPath
public const string libraryPath = "Library/coherence"
Field Value
logSettingsPath
public const string logSettingsPath = "Library/coherence/logSettings.json"
Field Value
nativeToolExtension
public const string nativeToolExtension = ".exe"
Field Value
nativeToolsPath
public const string nativeToolsPath = "Packages/io.coherence.sdk/.Runtime/windows"
Field Value
packageId
public const string packageId = "io.coherence.sdk"
Field Value
packageManifestPath
public const string packageManifestPath = "Packages/io.coherence.sdk/package.json"
Field Value
packageRootPath
public const string packageRootPath = "Packages/io.coherence.sdk"
Field Value
pcgUsedPath
public const string pcgUsedPath = "Library/coherence/protocol-code-generator-used.txt"
Field Value
persistentStorageFileExtension
public const string persistentStorageFileExtension = "json"
Field Value
projectAssetsPath
public const string projectAssetsPath = "Assets/coherence"
Field Value
projectSettingsPath
public const string projectSettingsPath = "ProjectSettings/CoherenceSettings.asset"
Field Value
projectSettingsWindowPath
public const string projectSettingsWindowPath = "Project/coherence"
Field Value
providerTemplatePath
public const string providerTemplatePath = "Packages/io.coherence.sdk/Coherence/CustomProvider.cs.template"
Field Value
replicationServerName
public const string replicationServerName = "replication-server.exe"
Field Value
runtimeSettingsPath
public const string runtimeSettingsPath = "Assets/coherence/RuntimeSettings.asset"
Field Value
sampleDialogAssetPath
public const string sampleDialogAssetPath = "Packages/io.coherence.sdk/Coherence.Editor/UI/SampleDialogPicker/DialogAssets"
Field Value
sampleDialogPickerPath
public const string sampleDialogPickerPath = "Packages/io.coherence.sdk/Coherence.Editor/UI/SampleDialogPicker"
Field Value
scriptAssembliesPath
public const string scriptAssembliesPath = "Library/ScriptAssemblies"
Field Value
simulatorBuildOptionsPath
public const string simulatorBuildOptionsPath = "Assets/coherence/SimulatorBuildOptions.asset"
Field Value
simulatorZipFile
public const string simulatorZipFile = "simulator.zip"
Field Value
srcGenErrorsFilesPath
public const string srcGenErrorsFilesPath = "Library/coherence/SourceGeneratorBugReport"
Field Value
srcGenErrorsPath
public const string srcGenErrorsPath = "Library/coherence/SourceGeneratorBugReport/src-gen-compiler-errors.txt"
Field Value
srcGenErrorsZipPath
public const string srcGenErrorsZipPath = "Library/coherence/src-gen-compiler-errors-report.zip"
Field Value
srcGenExceptionLog
public const string srcGenExceptionLog = "Library/coherence/source-generator-exception.log"
Field Value
srcGenLog
public const string srcGenLog = "Library/coherence/source-generator.log"
Field Value
toolkitSchemaPath
public const string toolkitSchemaPath = "Packages/io.coherence.sdk/Coherence.Toolkit/Toolkit.schema"
Field Value
toolsPath
public const string toolsPath = "Packages/io.coherence.sdk/.Runtime"
Field Value
uiAssetsPath
public const string uiAssetsPath = "Packages/io.coherence.sdk/Coherence.Editor/UIAssets"
Field Value
uiPrefabsPath
public const string uiPrefabsPath = "Packages/io.coherence.sdk/Coherence.UI/Prefabs"
Field Value
uiRootPath
public const string uiRootPath = "Packages/io.coherence.sdk/Coherence.UI"
Field Value
versionInfoPath
public const string versionInfoPath = "Packages/io.coherence.sdk/Coherence/VersionInfo.asset"
Field Value
Properties
CodeGeneratorPath
public static string CodeGeneratorPath { get; }
Property Value
ReplicationServerPath
public static string ReplicationServerPath { get; }
Property Value
Methods
ReplicationServerNameForPlatform(BuildTarget)
Will return just the name of the executable (with platform specific suffix, if any.)
public static string ReplicationServerNameForPlatform(BuildTarget platform)
Parameters
platform
BuildTarget
Returns
ReplicationServerPathForPlatform(BuildTarget)
Will return the full path, including executable name.
public static string ReplicationServerPathForPlatform(BuildTarget platform)
Parameters
platform
BuildTarget