Added Variable Instancer, Event Reference, Atom Collection and Atom List (old Atom List renamed to Atom Value List) (#110)
AtomVariableInstancer
- Added AtomVariableInstancer as an option to AtomReference.
- Added AtomVariableInstancer to generator.
- Added editor icon for AtomVariableInstancer.
AtomEventReference
- Added an AtomEventReference class (and AtomEventX2Reference). It’s similar to an AtomReference, but for Events. Let’s you pick between an Event, Variable (will select the Changed event) and a VariableInstancer (see above).
- Added AtomEventReference and AtomEventX2Reference to generator.
- Added a drawer for AtomEventReference.
- Listeners are now using AtomEventReference instead of AtomEvent.
- Refactoring of VoidHooks since Listeners are now using AtomEventReference.
AtomCollection
- Created an AtomCollection - a collection of Atoms associated with key strings (AtomReferences).
- Added new editor icon for collections.
- Created a SerializableDictionary class, which AtomCollection is using.
- Custom property drawer for SerializableDictionary.
- SerializableDictionary supports nested structures meaning that a AtomCollection can have a KVP that is pointing to another AtomCollection.
- AtomCollections have 3 events: Added, Removed, Cleared.
- Added an option to sync an InstanceVariable to collection - adding it to the collection when created (using gameObject’s instance id as key) and removing it from the collection when destroyed.
AtomList
- Renamed old AtomList to AtomValueList
- Added AtomList, like Collection, but a list
- Added new icon for AtomList
- Created a AtomBaseVariableList class, which AtomList is using.
- Custom property drawer for AtomBaseVariableList.
- AtomLists have 3 events: Added, Removed, Cleared.
- Added an option to sync an InstanceVariable to list - adding it to the list when created and removing it from the list when destroyed.
2020-02-22 20:39:43 -05:00
|
|
|
fileFormatVersion: 2
|
|
|
|
guid: f4c59e5c7eed94aefa9f60ed1e800dfb
|
|
|
|
TextureImporter:
|
|
|
|
internalIDToNameTable: []
|
|
|
|
externalObjects: {}
|
2021-01-22 02:22:16 -05:00
|
|
|
serializedVersion: 11
|
Added Variable Instancer, Event Reference, Atom Collection and Atom List (old Atom List renamed to Atom Value List) (#110)
AtomVariableInstancer
- Added AtomVariableInstancer as an option to AtomReference.
- Added AtomVariableInstancer to generator.
- Added editor icon for AtomVariableInstancer.
AtomEventReference
- Added an AtomEventReference class (and AtomEventX2Reference). It’s similar to an AtomReference, but for Events. Let’s you pick between an Event, Variable (will select the Changed event) and a VariableInstancer (see above).
- Added AtomEventReference and AtomEventX2Reference to generator.
- Added a drawer for AtomEventReference.
- Listeners are now using AtomEventReference instead of AtomEvent.
- Refactoring of VoidHooks since Listeners are now using AtomEventReference.
AtomCollection
- Created an AtomCollection - a collection of Atoms associated with key strings (AtomReferences).
- Added new editor icon for collections.
- Created a SerializableDictionary class, which AtomCollection is using.
- Custom property drawer for SerializableDictionary.
- SerializableDictionary supports nested structures meaning that a AtomCollection can have a KVP that is pointing to another AtomCollection.
- AtomCollections have 3 events: Added, Removed, Cleared.
- Added an option to sync an InstanceVariable to collection - adding it to the collection when created (using gameObject’s instance id as key) and removing it from the collection when destroyed.
AtomList
- Renamed old AtomList to AtomValueList
- Added AtomList, like Collection, but a list
- Added new icon for AtomList
- Created a AtomBaseVariableList class, which AtomList is using.
- Custom property drawer for AtomBaseVariableList.
- AtomLists have 3 events: Added, Removed, Cleared.
- Added an option to sync an InstanceVariable to list - adding it to the list when created and removing it from the list when destroyed.
2020-02-22 20:39:43 -05:00
|
|
|
mipmaps:
|
|
|
|
mipMapMode: 0
|
|
|
|
enableMipMap: 0
|
|
|
|
sRGBTexture: 1
|
|
|
|
linearTexture: 0
|
|
|
|
fadeOut: 0
|
|
|
|
borderMipMap: 0
|
|
|
|
mipMapsPreserveCoverage: 0
|
|
|
|
alphaTestReferenceValue: 0.5
|
|
|
|
mipMapFadeDistanceStart: 1
|
|
|
|
mipMapFadeDistanceEnd: 3
|
|
|
|
bumpmap:
|
|
|
|
convertToNormalMap: 0
|
|
|
|
externalNormalMap: 0
|
|
|
|
heightScale: 0.25
|
|
|
|
normalMapFilter: 0
|
|
|
|
isReadable: 0
|
|
|
|
streamingMipmaps: 0
|
|
|
|
streamingMipmapsPriority: 0
|
2021-01-22 02:22:16 -05:00
|
|
|
vTOnly: 0
|
Added Variable Instancer, Event Reference, Atom Collection and Atom List (old Atom List renamed to Atom Value List) (#110)
AtomVariableInstancer
- Added AtomVariableInstancer as an option to AtomReference.
- Added AtomVariableInstancer to generator.
- Added editor icon for AtomVariableInstancer.
AtomEventReference
- Added an AtomEventReference class (and AtomEventX2Reference). It’s similar to an AtomReference, but for Events. Let’s you pick between an Event, Variable (will select the Changed event) and a VariableInstancer (see above).
- Added AtomEventReference and AtomEventX2Reference to generator.
- Added a drawer for AtomEventReference.
- Listeners are now using AtomEventReference instead of AtomEvent.
- Refactoring of VoidHooks since Listeners are now using AtomEventReference.
AtomCollection
- Created an AtomCollection - a collection of Atoms associated with key strings (AtomReferences).
- Added new editor icon for collections.
- Created a SerializableDictionary class, which AtomCollection is using.
- Custom property drawer for SerializableDictionary.
- SerializableDictionary supports nested structures meaning that a AtomCollection can have a KVP that is pointing to another AtomCollection.
- AtomCollections have 3 events: Added, Removed, Cleared.
- Added an option to sync an InstanceVariable to collection - adding it to the collection when created (using gameObject’s instance id as key) and removing it from the collection when destroyed.
AtomList
- Renamed old AtomList to AtomValueList
- Added AtomList, like Collection, but a list
- Added new icon for AtomList
- Created a AtomBaseVariableList class, which AtomList is using.
- Custom property drawer for AtomBaseVariableList.
- AtomLists have 3 events: Added, Removed, Cleared.
- Added an option to sync an InstanceVariable to list - adding it to the list when created and removing it from the list when destroyed.
2020-02-22 20:39:43 -05:00
|
|
|
grayScaleToAlpha: 0
|
|
|
|
generateCubemap: 6
|
|
|
|
cubemapConvolution: 0
|
|
|
|
seamlessCubemap: 0
|
|
|
|
textureFormat: 1
|
|
|
|
maxTextureSize: 2048
|
|
|
|
textureSettings:
|
|
|
|
serializedVersion: 2
|
|
|
|
filterMode: -1
|
|
|
|
aniso: -1
|
|
|
|
mipBias: -100
|
|
|
|
wrapU: 1
|
|
|
|
wrapV: 1
|
|
|
|
wrapW: 1
|
|
|
|
nPOTScale: 0
|
|
|
|
lightmap: 0
|
|
|
|
compressionQuality: 50
|
|
|
|
spriteMode: 1
|
|
|
|
spriteExtrude: 1
|
|
|
|
spriteMeshType: 1
|
|
|
|
alignment: 0
|
|
|
|
spritePivot: {x: 0.5, y: 0.5}
|
|
|
|
spritePixelsToUnits: 100
|
|
|
|
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
|
|
|
spriteGenerateFallbackPhysicsShape: 1
|
|
|
|
alphaUsage: 1
|
|
|
|
alphaIsTransparency: 1
|
|
|
|
spriteTessellationDetail: -1
|
|
|
|
textureType: 8
|
|
|
|
textureShape: 1
|
|
|
|
singleChannelComponent: 0
|
|
|
|
maxTextureSizeSet: 0
|
|
|
|
compressionQualitySet: 0
|
|
|
|
textureFormatSet: 0
|
2021-01-22 02:22:16 -05:00
|
|
|
ignorePngGamma: 0
|
|
|
|
applyGammaDecoding: 1
|
Added Variable Instancer, Event Reference, Atom Collection and Atom List (old Atom List renamed to Atom Value List) (#110)
AtomVariableInstancer
- Added AtomVariableInstancer as an option to AtomReference.
- Added AtomVariableInstancer to generator.
- Added editor icon for AtomVariableInstancer.
AtomEventReference
- Added an AtomEventReference class (and AtomEventX2Reference). It’s similar to an AtomReference, but for Events. Let’s you pick between an Event, Variable (will select the Changed event) and a VariableInstancer (see above).
- Added AtomEventReference and AtomEventX2Reference to generator.
- Added a drawer for AtomEventReference.
- Listeners are now using AtomEventReference instead of AtomEvent.
- Refactoring of VoidHooks since Listeners are now using AtomEventReference.
AtomCollection
- Created an AtomCollection - a collection of Atoms associated with key strings (AtomReferences).
- Added new editor icon for collections.
- Created a SerializableDictionary class, which AtomCollection is using.
- Custom property drawer for SerializableDictionary.
- SerializableDictionary supports nested structures meaning that a AtomCollection can have a KVP that is pointing to another AtomCollection.
- AtomCollections have 3 events: Added, Removed, Cleared.
- Added an option to sync an InstanceVariable to collection - adding it to the collection when created (using gameObject’s instance id as key) and removing it from the collection when destroyed.
AtomList
- Renamed old AtomList to AtomValueList
- Added AtomList, like Collection, but a list
- Added new icon for AtomList
- Created a AtomBaseVariableList class, which AtomList is using.
- Custom property drawer for AtomBaseVariableList.
- AtomLists have 3 events: Added, Removed, Cleared.
- Added an option to sync an InstanceVariable to list - adding it to the list when created and removing it from the list when destroyed.
2020-02-22 20:39:43 -05:00
|
|
|
platformSettings:
|
|
|
|
- serializedVersion: 3
|
|
|
|
buildTarget: DefaultTexturePlatform
|
|
|
|
maxTextureSize: 2048
|
|
|
|
resizeAlgorithm: 0
|
|
|
|
textureFormat: -1
|
|
|
|
textureCompression: 1
|
|
|
|
compressionQuality: 50
|
|
|
|
crunchedCompression: 0
|
|
|
|
allowsAlphaSplitting: 0
|
|
|
|
overridden: 0
|
|
|
|
androidETC2FallbackOverride: 0
|
|
|
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
|
|
|
spriteSheet:
|
|
|
|
serializedVersion: 2
|
|
|
|
sprites: []
|
|
|
|
outline: []
|
|
|
|
physicsShape: []
|
|
|
|
bones: []
|
|
|
|
spriteID: 5e97eb03825dee720800000000000000
|
|
|
|
internalID: 0
|
|
|
|
vertices: []
|
|
|
|
indices:
|
|
|
|
edges: []
|
|
|
|
weights: []
|
|
|
|
secondaryTextures: []
|
|
|
|
spritePackingTag:
|
|
|
|
pSDRemoveMatte: 0
|
|
|
|
pSDShowRemoveMatteOption: 0
|
|
|
|
userData:
|
|
|
|
assetBundleName:
|
|
|
|
assetBundleVariant:
|