mirror of
https://github.com/Cardidi/dotween-upm-fork.git
synced 2026-02-04 22:34:56 +08:00
- Added DOTween Utility Panel option to disable path gizmos
- Removed decimal implementation in Sequences
This commit is contained in:
parent
125c38f6b5
commit
2679dd4c25
@ -1465,6 +1465,10 @@
|
|||||||
<summary>Global DOTween timeScale.
|
<summary>Global DOTween timeScale.
|
||||||
<para>Default: 1</para></summary>
|
<para>Default: 1</para></summary>
|
||||||
</member>
|
</member>
|
||||||
|
<member name="F:DG.Tweening.DOTween.drawGizmos">
|
||||||
|
<summary>If TRUE draws path gizmos in Unity Editor (if the gizmos button is active).
|
||||||
|
Deactivate this if you want to avoid gizmos overhead while in Unity Editor</summary>
|
||||||
|
</member>
|
||||||
<member name="F:DG.Tweening.DOTween.defaultUpdateType">
|
<member name="F:DG.Tweening.DOTween.defaultUpdateType">
|
||||||
<summary>Default updateType for new tweens.
|
<summary>Default updateType for new tweens.
|
||||||
<para>Default: UpdateType.Normal</para></summary>
|
<para>Default: UpdateType.Normal</para></summary>
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1465,6 +1465,10 @@
|
|||||||
<summary>Global DOTween timeScale.
|
<summary>Global DOTween timeScale.
|
||||||
<para>Default: 1</para></summary>
|
<para>Default: 1</para></summary>
|
||||||
</member>
|
</member>
|
||||||
|
<member name="F:DG.Tweening.DOTween.drawGizmos">
|
||||||
|
<summary>If TRUE draws path gizmos in Unity Editor (if the gizmos button is active).
|
||||||
|
Deactivate this if you want to avoid gizmos overhead while in Unity Editor</summary>
|
||||||
|
</member>
|
||||||
<member name="F:DG.Tweening.DOTween.defaultUpdateType">
|
<member name="F:DG.Tweening.DOTween.defaultUpdateType">
|
||||||
<summary>Default updateType for new tweens.
|
<summary>Default updateType for new tweens.
|
||||||
<para>Default: UpdateType.Normal</para></summary>
|
<para>Default: UpdateType.Normal</para></summary>
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,5 +1,9 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: ad88d42122718d342a246e7d8d8c9983
|
guid: ad88d42122718d342a246e7d8d8c9983
|
||||||
folderAsset: yes
|
folderAsset: yes
|
||||||
|
timeCreated: 1431691486
|
||||||
|
licenseType: Free
|
||||||
DefaultImporter:
|
DefaultImporter:
|
||||||
userData:
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
|
|||||||
@ -1465,6 +1465,10 @@
|
|||||||
<summary>Global DOTween timeScale.
|
<summary>Global DOTween timeScale.
|
||||||
<para>Default: 1</para></summary>
|
<para>Default: 1</para></summary>
|
||||||
</member>
|
</member>
|
||||||
|
<member name="F:DG.Tweening.DOTween.drawGizmos">
|
||||||
|
<summary>If TRUE draws path gizmos in Unity Editor (if the gizmos button is active).
|
||||||
|
Deactivate this if you want to avoid gizmos overhead while in Unity Editor</summary>
|
||||||
|
</member>
|
||||||
<member name="F:DG.Tweening.DOTween.defaultUpdateType">
|
<member name="F:DG.Tweening.DOTween.defaultUpdateType">
|
||||||
<summary>Default updateType for new tweens.
|
<summary>Default updateType for new tweens.
|
||||||
<para>Default: UpdateType.Normal</para></summary>
|
<para>Default: UpdateType.Normal</para></summary>
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: 32d3af87ee00b2540b93b3d175025be1
|
guid: 32d3af87ee00b2540b93b3d175025be1
|
||||||
timeCreated: 1427447719
|
timeCreated: 1431691500
|
||||||
licenseType: Pro
|
licenseType: Free
|
||||||
TextScriptImporter:
|
TextScriptImporter:
|
||||||
userData:
|
userData:
|
||||||
assetBundleName:
|
assetBundleName:
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@ -1,7 +1,7 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: 75fba9607a513b64984db6d29f41986c
|
guid: 75fba9607a513b64984db6d29f41986c
|
||||||
timeCreated: 1427447735
|
timeCreated: 1431691486
|
||||||
licenseType: Pro
|
licenseType: Free
|
||||||
DefaultImporter:
|
DefaultImporter:
|
||||||
userData:
|
userData:
|
||||||
assetBundleName:
|
assetBundleName:
|
||||||
|
|||||||
@ -1,5 +1,7 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: 6cc6d4d0f1606b041be016a1b3105a6e
|
guid: 6cc6d4d0f1606b041be016a1b3105a6e
|
||||||
|
timeCreated: 1431691490
|
||||||
|
licenseType: Free
|
||||||
PluginImporter:
|
PluginImporter:
|
||||||
serializedVersion: 1
|
serializedVersion: 1
|
||||||
iconMap: {}
|
iconMap: {}
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@ -1,4 +1,8 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: 589b8271dd960624a8620bca5ed778db
|
guid: 589b8271dd960624a8620bca5ed778db
|
||||||
|
timeCreated: 1431691486
|
||||||
|
licenseType: Free
|
||||||
DefaultImporter:
|
DefaultImporter:
|
||||||
userData:
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
|
|||||||
@ -1,5 +1,7 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: cc98104edfc2736418636b4b8c0e3b0b
|
guid: cc98104edfc2736418636b4b8c0e3b0b
|
||||||
|
timeCreated: 1431691492
|
||||||
|
licenseType: Free
|
||||||
PluginImporter:
|
PluginImporter:
|
||||||
serializedVersion: 1
|
serializedVersion: 1
|
||||||
iconMap: {}
|
iconMap: {}
|
||||||
|
|||||||
@ -1,4 +1,8 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: 6e08c600d5d981242b5d3c1d825106d6
|
guid: 6e08c600d5d981242b5d3c1d825106d6
|
||||||
|
timeCreated: 1431691500
|
||||||
|
licenseType: Free
|
||||||
TextScriptImporter:
|
TextScriptImporter:
|
||||||
userData:
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@ -1,4 +1,8 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: 773153d471589be45acb355405a2bcf5
|
guid: 773153d471589be45acb355405a2bcf5
|
||||||
|
timeCreated: 1431691486
|
||||||
|
licenseType: Free
|
||||||
DefaultImporter:
|
DefaultImporter:
|
||||||
userData:
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
|
|||||||
@ -1,5 +1,7 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: da65c15675bf19f4c953026614098b09
|
guid: da65c15675bf19f4c953026614098b09
|
||||||
|
timeCreated: 1431691492
|
||||||
|
licenseType: Free
|
||||||
PluginImporter:
|
PluginImporter:
|
||||||
serializedVersion: 1
|
serializedVersion: 1
|
||||||
iconMap: {}
|
iconMap: {}
|
||||||
|
|||||||
@ -1,4 +1,8 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: d27835d6231b6aa48841c3f8b2214fa8
|
guid: d27835d6231b6aa48841c3f8b2214fa8
|
||||||
|
timeCreated: 1431691500
|
||||||
|
licenseType: Free
|
||||||
TextScriptImporter:
|
TextScriptImporter:
|
||||||
userData:
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@ -1,7 +1,7 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: 011d3116e0e87e3468e30ecd026d2dbc
|
guid: 011d3116e0e87e3468e30ecd026d2dbc
|
||||||
timeCreated: 1426960365
|
timeCreated: 1431691486
|
||||||
licenseType: Pro
|
licenseType: Free
|
||||||
DefaultImporter:
|
DefaultImporter:
|
||||||
userData:
|
userData:
|
||||||
assetBundleName:
|
assetBundleName:
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: a7c56c2a7b6aa7249960e3bdc39b6981
|
guid: a7c56c2a7b6aa7249960e3bdc39b6981
|
||||||
timeCreated: 1426960377
|
timeCreated: 1431691491
|
||||||
licenseType: Pro
|
licenseType: Free
|
||||||
PluginImporter:
|
PluginImporter:
|
||||||
serializedVersion: 1
|
serializedVersion: 1
|
||||||
iconMap: {}
|
iconMap: {}
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: 3a6814e095786e74faa2c054ea887651
|
guid: 3a6814e095786e74faa2c054ea887651
|
||||||
timeCreated: 1426960377
|
timeCreated: 1431691500
|
||||||
licenseType: Pro
|
licenseType: Free
|
||||||
TextScriptImporter:
|
TextScriptImporter:
|
||||||
userData:
|
userData:
|
||||||
assetBundleName:
|
assetBundleName:
|
||||||
|
|||||||
@ -1,5 +1,9 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: 3500705e15d89ff43a4ee7740f47688f
|
guid: 3500705e15d89ff43a4ee7740f47688f
|
||||||
folderAsset: yes
|
folderAsset: yes
|
||||||
|
timeCreated: 1431691486
|
||||||
|
licenseType: Free
|
||||||
DefaultImporter:
|
DefaultImporter:
|
||||||
userData:
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
|
|||||||
@ -1,4 +1,8 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: b1520efae3508be4a84aa316d04fc675
|
guid: b1520efae3508be4a84aa316d04fc675
|
||||||
|
timeCreated: 1431691500
|
||||||
|
licenseType: Free
|
||||||
TextScriptImporter:
|
TextScriptImporter:
|
||||||
userData:
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@ -1,4 +1,8 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: f485bbcdc045cfb46ad37827b2f24d67
|
guid: f485bbcdc045cfb46ad37827b2f24d67
|
||||||
|
timeCreated: 1431691486
|
||||||
|
licenseType: Free
|
||||||
DefaultImporter:
|
DefaultImporter:
|
||||||
userData:
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
|
|||||||
@ -1,5 +1,7 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: 15321a018ba7b9f49a6442a41ee5dc70
|
guid: 15321a018ba7b9f49a6442a41ee5dc70
|
||||||
|
timeCreated: 1431691487
|
||||||
|
licenseType: Free
|
||||||
PluginImporter:
|
PluginImporter:
|
||||||
serializedVersion: 1
|
serializedVersion: 1
|
||||||
iconMap: {}
|
iconMap: {}
|
||||||
|
|||||||
@ -1,5 +1,9 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: b7c3cf2b694a2ab4d8e1b5a45b028052
|
guid: b7c3cf2b694a2ab4d8e1b5a45b028052
|
||||||
folderAsset: yes
|
folderAsset: yes
|
||||||
|
timeCreated: 1431691486
|
||||||
|
licenseType: Free
|
||||||
DefaultImporter:
|
DefaultImporter:
|
||||||
userData:
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
|
|||||||
@ -1,5 +1,7 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: b51ee612bc8b58e45b114f4f88219aa4
|
guid: b51ee612bc8b58e45b114f4f88219aa4
|
||||||
|
timeCreated: 1431691506
|
||||||
|
licenseType: Free
|
||||||
TextureImporter:
|
TextureImporter:
|
||||||
fileIDToRecycleName: {}
|
fileIDToRecycleName: {}
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
@ -20,6 +22,9 @@ TextureImporter:
|
|||||||
isReadable: 0
|
isReadable: 0
|
||||||
grayScaleToAlpha: 0
|
grayScaleToAlpha: 0
|
||||||
generateCubemap: 0
|
generateCubemap: 0
|
||||||
|
cubemapConvolution: 0
|
||||||
|
cubemapConvolutionSteps: 8
|
||||||
|
cubemapConvolutionExponent: 1.5
|
||||||
seamlessCubemap: 0
|
seamlessCubemap: 0
|
||||||
textureFormat: -3
|
textureFormat: -3
|
||||||
maxTextureSize: 128
|
maxTextureSize: 128
|
||||||
@ -30,6 +35,7 @@ TextureImporter:
|
|||||||
wrapMode: 1
|
wrapMode: 1
|
||||||
nPOTScale: 0
|
nPOTScale: 0
|
||||||
lightmap: 0
|
lightmap: 0
|
||||||
|
rGBM: 0
|
||||||
compressionQuality: 50
|
compressionQuality: 50
|
||||||
spriteMode: 0
|
spriteMode: 0
|
||||||
spriteExtrude: 1
|
spriteExtrude: 1
|
||||||
@ -45,3 +51,5 @@ TextureImporter:
|
|||||||
sprites: []
|
sprites: []
|
||||||
spritePackingTag:
|
spritePackingTag:
|
||||||
userData:
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
|
|||||||
@ -1,12 +1,14 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: cbbac93ae244da644b3399f418baca2c
|
guid: cbbac93ae244da644b3399f418baca2c
|
||||||
|
timeCreated: 1431691500
|
||||||
|
licenseType: Free
|
||||||
TextureImporter:
|
TextureImporter:
|
||||||
fileIDToRecycleName: {}
|
fileIDToRecycleName: {}
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
mipmaps:
|
mipmaps:
|
||||||
mipMapMode: 0
|
mipMapMode: 0
|
||||||
enableMipMap: 0
|
enableMipMap: 1
|
||||||
linearTexture: 1
|
linearTexture: 0
|
||||||
correctGamma: 0
|
correctGamma: 0
|
||||||
fadeOut: 0
|
fadeOut: 0
|
||||||
borderMipMap: 0
|
borderMipMap: 0
|
||||||
@ -20,16 +22,20 @@ TextureImporter:
|
|||||||
isReadable: 0
|
isReadable: 0
|
||||||
grayScaleToAlpha: 0
|
grayScaleToAlpha: 0
|
||||||
generateCubemap: 0
|
generateCubemap: 0
|
||||||
|
cubemapConvolution: 0
|
||||||
|
cubemapConvolutionSteps: 8
|
||||||
|
cubemapConvolutionExponent: 1.5
|
||||||
seamlessCubemap: 0
|
seamlessCubemap: 0
|
||||||
textureFormat: -3
|
textureFormat: -1
|
||||||
maxTextureSize: 256
|
maxTextureSize: 2048
|
||||||
textureSettings:
|
textureSettings:
|
||||||
filterMode: 1
|
filterMode: -1
|
||||||
aniso: 1
|
aniso: -1
|
||||||
mipBias: -1
|
mipBias: -1
|
||||||
wrapMode: 1
|
wrapMode: -1
|
||||||
nPOTScale: 0
|
nPOTScale: 1
|
||||||
lightmap: 0
|
lightmap: 0
|
||||||
|
rGBM: 0
|
||||||
compressionQuality: 50
|
compressionQuality: 50
|
||||||
spriteMode: 0
|
spriteMode: 0
|
||||||
spriteExtrude: 1
|
spriteExtrude: 1
|
||||||
@ -38,10 +44,12 @@ TextureImporter:
|
|||||||
spritePivot: {x: .5, y: .5}
|
spritePivot: {x: .5, y: .5}
|
||||||
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
||||||
spritePixelsToUnits: 100
|
spritePixelsToUnits: 100
|
||||||
alphaIsTransparency: 1
|
alphaIsTransparency: 0
|
||||||
textureType: 2
|
textureType: -1
|
||||||
buildTargetSettings: []
|
buildTargetSettings: []
|
||||||
spriteSheet:
|
spriteSheet:
|
||||||
sprites: []
|
sprites: []
|
||||||
spritePackingTag:
|
spritePackingTag:
|
||||||
userData:
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: 47b1c758170446e478d8369151ad68c0
|
guid: 47b1c758170446e478d8369151ad68c0
|
||||||
timeCreated: 1427980379
|
timeCreated: 1431895110
|
||||||
licenseType: Free
|
licenseType: Free
|
||||||
TextureImporter:
|
TextureImporter:
|
||||||
fileIDToRecycleName: {}
|
fileIDToRecycleName: {}
|
||||||
|
|||||||
@ -1,5 +1,7 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: c75c360efddf317489499b0b8acad6be
|
guid: c75c360efddf317489499b0b8acad6be
|
||||||
|
timeCreated: 1431895110
|
||||||
|
licenseType: Free
|
||||||
TextureImporter:
|
TextureImporter:
|
||||||
fileIDToRecycleName: {}
|
fileIDToRecycleName: {}
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
@ -20,6 +22,9 @@ TextureImporter:
|
|||||||
isReadable: 0
|
isReadable: 0
|
||||||
grayScaleToAlpha: 0
|
grayScaleToAlpha: 0
|
||||||
generateCubemap: 0
|
generateCubemap: 0
|
||||||
|
cubemapConvolution: 0
|
||||||
|
cubemapConvolutionSteps: 8
|
||||||
|
cubemapConvolutionExponent: 1.5
|
||||||
seamlessCubemap: 0
|
seamlessCubemap: 0
|
||||||
textureFormat: -3
|
textureFormat: -3
|
||||||
maxTextureSize: 512
|
maxTextureSize: 512
|
||||||
@ -30,6 +35,7 @@ TextureImporter:
|
|||||||
wrapMode: 1
|
wrapMode: 1
|
||||||
nPOTScale: 0
|
nPOTScale: 0
|
||||||
lightmap: 0
|
lightmap: 0
|
||||||
|
rGBM: 0
|
||||||
compressionQuality: 50
|
compressionQuality: 50
|
||||||
spriteMode: 0
|
spriteMode: 0
|
||||||
spriteExtrude: 1
|
spriteExtrude: 1
|
||||||
@ -45,3 +51,5 @@ TextureImporter:
|
|||||||
sprites: []
|
sprites: []
|
||||||
spritePackingTag:
|
spritePackingTag:
|
||||||
userData:
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
|
|||||||
@ -1,4 +1,8 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: d528b87e51999eb4bb9bb1050815c97d
|
guid: d528b87e51999eb4bb9bb1050815c97d
|
||||||
|
timeCreated: 1431691500
|
||||||
|
licenseType: Free
|
||||||
TextScriptImporter:
|
TextScriptImporter:
|
||||||
userData:
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: 42c12149efdc035458bffa42058b9a04
|
guid: 42c12149efdc035458bffa42058b9a04
|
||||||
timeCreated: 1429055804
|
timeCreated: 1431691381
|
||||||
licenseType: Free
|
licenseType: Free
|
||||||
PluginImporter:
|
PluginImporter:
|
||||||
serializedVersion: 1
|
serializedVersion: 1
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
9
UnityTests.Unity5/Assets/_Tests PRO/_Prefabs.meta
Normal file
9
UnityTests.Unity5/Assets/_Tests PRO/_Prefabs.meta
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: db1681233c945d04391d1fa3f9db64b9
|
||||||
|
folderAsset: yes
|
||||||
|
timeCreated: 1431691826
|
||||||
|
licenseType: Free
|
||||||
|
DefaultImporter:
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
Binary file not shown.
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 119d9ce7e5ea0754da0fe27dc9cead2a
|
||||||
|
timeCreated: 1431691885
|
||||||
|
licenseType: Free
|
||||||
|
NativeFormatImporter:
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
UnityTests.Unity5/Assets/_Tests PRO/_Prefabs/DOPath Cube.prefab
Normal file
BIN
UnityTests.Unity5/Assets/_Tests PRO/_Prefabs/DOPath Cube.prefab
Normal file
Binary file not shown.
@ -0,0 +1,14 @@
|
|||||||
|
using UnityEngine;
|
||||||
|
using System.Collections;
|
||||||
|
using DG.Tweening;
|
||||||
|
|
||||||
|
public class SequenceGCAllocations : BrainBase
|
||||||
|
{
|
||||||
|
public Transform target;
|
||||||
|
|
||||||
|
void Start()
|
||||||
|
{
|
||||||
|
// DOTween.Sequence().Append(target.DOMoveX(2, 5));
|
||||||
|
target.DOMoveX(2, 5);
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -0,0 +1,12 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 5914e2d74d2d9d6418be5e5dc255ff43
|
||||||
|
timeCreated: 1431854487
|
||||||
|
licenseType: Free
|
||||||
|
MonoImporter:
|
||||||
|
serializedVersion: 2
|
||||||
|
defaultReferences: []
|
||||||
|
executionOrder: 0
|
||||||
|
icon: {instanceID: 0}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
BIN
UnityTests.Unity5/Assets/_Tests/Bugs/SequenceGCAllocations.unity
Normal file
BIN
UnityTests.Unity5/Assets/_Tests/Bugs/SequenceGCAllocations.unity
Normal file
Binary file not shown.
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 4696094c60fcd1d4fbb31ffc8577b66c
|
||||||
|
timeCreated: 1431854480
|
||||||
|
licenseType: Free
|
||||||
|
DefaultImporter:
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,2 +1,2 @@
|
|||||||
m_EditorVersion: 5.0.1f1
|
m_EditorVersion: 5.0.2f1
|
||||||
m_StandardAssetsVersion: 0
|
m_StandardAssetsVersion: 0
|
||||||
|
|||||||
@ -81,6 +81,8 @@ namespace DG.Tweening.Core
|
|||||||
|
|
||||||
void OnDrawGizmos()
|
void OnDrawGizmos()
|
||||||
{
|
{
|
||||||
|
if (!DOTween.drawGizmos || !DOTween.isUnityEditor) return;
|
||||||
|
|
||||||
int len = DOTween.GizmosDelegates.Count;
|
int len = DOTween.GizmosDelegates.Count;
|
||||||
if (len == 0) return;
|
if (len == 0) return;
|
||||||
|
|
||||||
|
|||||||
@ -13,6 +13,7 @@ namespace DG.Tweening.Core
|
|||||||
public bool useSafeMode = true;
|
public bool useSafeMode = true;
|
||||||
public bool showUnityEditorReport;
|
public bool showUnityEditorReport;
|
||||||
public LogBehaviour logBehaviour = LogBehaviour.ErrorsOnly;
|
public LogBehaviour logBehaviour = LogBehaviour.ErrorsOnly;
|
||||||
|
public bool drawGizmos = true;
|
||||||
public bool defaultRecyclable;
|
public bool defaultRecyclable;
|
||||||
public AutoPlay defaultAutoPlay = AutoPlay.All;
|
public AutoPlay defaultAutoPlay = AutoPlay.All;
|
||||||
public UpdateType defaultUpdateType;
|
public UpdateType defaultUpdateType;
|
||||||
|
|||||||
@ -32,7 +32,7 @@ namespace DG.Tweening
|
|||||||
public class DOTween
|
public class DOTween
|
||||||
{
|
{
|
||||||
/// <summary>DOTween's version</summary>
|
/// <summary>DOTween's version</summary>
|
||||||
public static readonly string Version = "1.0.720";
|
public static readonly string Version = "1.0.725";
|
||||||
|
|
||||||
///////////////////////////////////////////////
|
///////////////////////////////////////////////
|
||||||
// Options ////////////////////////////////////
|
// Options ////////////////////////////////////
|
||||||
@ -56,6 +56,9 @@ namespace DG.Tweening
|
|||||||
set { _logBehaviour = value; Debugger.SetLogPriority(_logBehaviour); }
|
set { _logBehaviour = value; Debugger.SetLogPriority(_logBehaviour); }
|
||||||
}
|
}
|
||||||
static LogBehaviour _logBehaviour = LogBehaviour.ErrorsOnly;
|
static LogBehaviour _logBehaviour = LogBehaviour.ErrorsOnly;
|
||||||
|
/// <summary>If TRUE draws path gizmos in Unity Editor (if the gizmos button is active).
|
||||||
|
/// Deactivate this if you want to avoid gizmos overhead while in Unity Editor</summary>
|
||||||
|
public static bool drawGizmos = true;
|
||||||
|
|
||||||
///////////////////////////////////////////////
|
///////////////////////////////////////////////
|
||||||
// Default options for Tweens /////////////////
|
// Default options for Tweens /////////////////
|
||||||
@ -166,6 +169,7 @@ namespace DG.Tweening
|
|||||||
if (recycleAllByDefault == null) DOTween.defaultRecyclable = settings.defaultRecyclable;
|
if (recycleAllByDefault == null) DOTween.defaultRecyclable = settings.defaultRecyclable;
|
||||||
DOTween.defaultRecyclable = recycleAllByDefault == null ? settings.defaultRecyclable : (bool)recycleAllByDefault;
|
DOTween.defaultRecyclable = recycleAllByDefault == null ? settings.defaultRecyclable : (bool)recycleAllByDefault;
|
||||||
DOTween.showUnityEditorReport = settings.showUnityEditorReport;
|
DOTween.showUnityEditorReport = settings.showUnityEditorReport;
|
||||||
|
DOTween.drawGizmos = settings.drawGizmos;
|
||||||
DOTween.defaultAutoPlay = settings.defaultAutoPlay;
|
DOTween.defaultAutoPlay = settings.defaultAutoPlay;
|
||||||
DOTween.defaultUpdateType = settings.defaultUpdateType;
|
DOTween.defaultUpdateType = settings.defaultUpdateType;
|
||||||
DOTween.defaultTimeScaleIndependent = settings.defaultTimeScaleIndependent;
|
DOTween.defaultTimeScaleIndependent = settings.defaultTimeScaleIndependent;
|
||||||
@ -213,6 +217,7 @@ namespace DG.Tweening
|
|||||||
initialized = false;
|
initialized = false;
|
||||||
useSafeMode = false;
|
useSafeMode = false;
|
||||||
showUnityEditorReport = false;
|
showUnityEditorReport = false;
|
||||||
|
drawGizmos = true;
|
||||||
timeScale = 1;
|
timeScale = 1;
|
||||||
logBehaviour = LogBehaviour.ErrorsOnly;
|
logBehaviour = LogBehaviour.ErrorsOnly;
|
||||||
defaultEaseType = Ease.OutQuad;
|
defaultEaseType = Ease.OutQuad;
|
||||||
|
|||||||
@ -249,8 +249,8 @@ namespace DG.Tweening
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// Nested Tweener/Sequence
|
// Nested Tweener/Sequence
|
||||||
// float gotoPos = toPos - sequentiable.sequencedPosition;
|
float gotoPos = toPos - sequentiable.sequencedPosition;
|
||||||
float gotoPos = (float)((decimal)toPos - (decimal)sequentiable.sequencedPosition);
|
// float gotoPos = (float)((decimal)toPos - (decimal)sequentiable.sequencedPosition);
|
||||||
if (gotoPos < 0) gotoPos = 0;
|
if (gotoPos < 0) gotoPos = 0;
|
||||||
Tween t = (Tween)sequentiable;
|
Tween t = (Tween)sequentiable;
|
||||||
if (!t.startupDone) continue; // since we're going backwards and this tween never started just ignore it
|
if (!t.startupDone) continue; // since we're going backwards and this tween never started just ignore it
|
||||||
@ -286,8 +286,8 @@ namespace DG.Tweening
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// Nested Tweener/Sequence
|
// Nested Tweener/Sequence
|
||||||
// float gotoPos = toPos - sequentiable.sequencedPosition;
|
float gotoPos = toPos - sequentiable.sequencedPosition;
|
||||||
float gotoPos = (float)((decimal)toPos - (decimal)sequentiable.sequencedPosition);
|
// float gotoPos = (float)((decimal)toPos - (decimal)sequentiable.sequencedPosition);
|
||||||
if (gotoPos < 0) gotoPos = 0;
|
if (gotoPos < 0) gotoPos = 0;
|
||||||
Tween t = (Tween)sequentiable;
|
Tween t = (Tween)sequentiable;
|
||||||
t.isBackwards = false;
|
t.isBackwards = false;
|
||||||
|
|||||||
@ -171,6 +171,7 @@ namespace DG.DOTweenEditor
|
|||||||
_src.useSafeMode = true;
|
_src.useSafeMode = true;
|
||||||
_src.showUnityEditorReport = false;
|
_src.showUnityEditorReport = false;
|
||||||
_src.logBehaviour = LogBehaviour.ErrorsOnly;
|
_src.logBehaviour = LogBehaviour.ErrorsOnly;
|
||||||
|
_src.drawGizmos = true;
|
||||||
_src.defaultRecyclable = false;
|
_src.defaultRecyclable = false;
|
||||||
_src.defaultAutoPlay = AutoPlay.All;
|
_src.defaultAutoPlay = AutoPlay.All;
|
||||||
_src.defaultUpdateType = UpdateType.Normal;
|
_src.defaultUpdateType = UpdateType.Normal;
|
||||||
@ -186,6 +187,7 @@ namespace DG.DOTweenEditor
|
|||||||
_src.useSafeMode = EditorGUILayout.Toggle("Safe Mode", _src.useSafeMode);
|
_src.useSafeMode = EditorGUILayout.Toggle("Safe Mode", _src.useSafeMode);
|
||||||
_src.showUnityEditorReport = EditorGUILayout.Toggle("Editor Report", _src.showUnityEditorReport);
|
_src.showUnityEditorReport = EditorGUILayout.Toggle("Editor Report", _src.showUnityEditorReport);
|
||||||
_src.logBehaviour = (LogBehaviour)EditorGUILayout.EnumPopup("Log Behaviour", _src.logBehaviour);
|
_src.logBehaviour = (LogBehaviour)EditorGUILayout.EnumPopup("Log Behaviour", _src.logBehaviour);
|
||||||
|
_src.drawGizmos = EditorGUILayout.Toggle("Draw Path Gizmos", _src.drawGizmos);
|
||||||
DOTweenSettings.SettingsLocation prevSettingsLocation = _src.storeSettingsLocation;
|
DOTweenSettings.SettingsLocation prevSettingsLocation = _src.storeSettingsLocation;
|
||||||
_src.storeSettingsLocation = (DOTweenSettings.SettingsLocation)EditorGUILayout.Popup("Settings Location", (int)_src.storeSettingsLocation, _settingsLocation);
|
_src.storeSettingsLocation = (DOTweenSettings.SettingsLocation)EditorGUILayout.Popup("Settings Location", (int)_src.storeSettingsLocation, _settingsLocation);
|
||||||
if (_src.storeSettingsLocation != prevSettingsLocation) {
|
if (_src.storeSettingsLocation != prevSettingsLocation) {
|
||||||
|
|||||||
@ -1465,6 +1465,10 @@
|
|||||||
<summary>Global DOTween timeScale.
|
<summary>Global DOTween timeScale.
|
||||||
<para>Default: 1</para></summary>
|
<para>Default: 1</para></summary>
|
||||||
</member>
|
</member>
|
||||||
|
<member name="F:DG.Tweening.DOTween.drawGizmos">
|
||||||
|
<summary>If TRUE draws path gizmos in Unity Editor (if the gizmos button is active).
|
||||||
|
Deactivate this if you want to avoid gizmos overhead while in Unity Editor</summary>
|
||||||
|
</member>
|
||||||
<member name="F:DG.Tweening.DOTween.defaultUpdateType">
|
<member name="F:DG.Tweening.DOTween.defaultUpdateType">
|
||||||
<summary>Default updateType for new tweens.
|
<summary>Default updateType for new tweens.
|
||||||
<para>Default: UpdateType.Normal</para></summary>
|
<para>Default: UpdateType.Normal</para></summary>
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user