Quantum 3
3.0.13
Assets ending with .quantum-id will be tried for a QuantumMachineId script. A local id is created for it that will not go into version control and is unique for every working copy. More...
Inherits ScriptedImporter.
Public Member Functions | |
| override void | OnImportAsset (AssetImportContext ctx) |
Public Attributes | |
| int | RandomDataLength = 64 |
| The number of bytes to store to randomly generate ids. More... | |
| string | ReadableCharacters = "ABCDEFGHIJKLMNPQRSTUVWXYZ123456789" |
| A list of valid characters to generate unique readable ids. More... | |
Assets ending with .quantum-id will be tried for a QuantumMachineId script. A local id is created for it that will not go into version control and is unique for every working copy.
| string Quantum.Editor.QuantumMachineIdImporter.ReadableCharacters = "ABCDEFGHIJKLMNPQRSTUVWXYZ123456789" |
A list of valid characters to generate unique readable ids.
| int Quantum.Editor.QuantumMachineIdImporter.RandomDataLength = 64 |
The number of bytes to store to randomly generate ids.