Struct EntitySceneImporterDeterminismChecker.Result
Contains the result of a determinism check.
Namespace: Unity.Scenes.Editor
Assembly: Unity.Scenes.Editor.dll
Syntax
public struct EntitySceneImporterDeterminismChecker.Result
Fields
| Name | Description |
|---|---|
| Diagnostics | Detailed byte-level comparison of artifact files when non-deterministic. |
| Error | Error message if Success is false. |
| FirstHash | The artifact hash from the first import. |
| IsDeterministic | True if both imports produced identical artifact hashes. |
| SecondHash | The artifact hash from the second import. |
| Success | True if the check completed without errors. |