Add files using upload-large-folder tool
Browse files- benchmark/NYU_CTF_Bench/test/2022/CSAW-Quals/rev/AnyaGacha/src/client/Library/PackageCache/com.unity.2d.animation@5.0.4/Editor/Assets/SkinningModule/BoneInspectorPanel.uxml +15 -0
- benchmark/NYU_CTF_Bench/test/2022/CSAW-Quals/rev/AnyaGacha/src/client/Library/PackageCache/com.unity.2d.animation@5.0.4/Editor/Assets/SkinningModule/BoneInspectorPanel.uxml.meta +11 -0
- benchmark/NYU_CTF_Bench/test/2022/CSAW-Quals/rev/AnyaGacha/src/client/Library/PackageCache/com.unity.2d.animation@5.0.4/Editor/Assets/SkinningModule/BoneInspectorPanelStyle.uss +7 -0
- benchmark/NYU_CTF_Bench/test/2022/CSAW-Quals/rev/AnyaGacha/src/client/Library/PackageCache/com.unity.2d.animation@5.0.4/Editor/Assets/SkinningModule/BoneInspectorPanelStyle.uss.meta +10 -0
- benchmark/NYU_CTF_Bench/test/2022/CSAW-Quals/rev/AnyaGacha/src/client/Library/PackageCache/com.unity.2d.animation@5.0.4/Editor/Assets/SkinningModule/BoneReparentStyle.uss +7 -0
- benchmark/NYU_CTF_Bench/test/2022/CSAW-Quals/rev/AnyaGacha/src/client/Library/PackageCache/com.unity.2d.animation@5.0.4/Editor/Assets/SkinningModule/BoneReparentStyle.uss.meta +10 -0
- benchmark/NYU_CTF_Bench/test/2022/CSAW-Quals/rev/AnyaGacha/src/client/Library/PackageCache/com.unity.2d.animation@5.0.4/Editor/Assets/SkinningModule/BoneReparentWindow.uxml +8 -0
- benchmark/NYU_CTF_Bench/test/2022/CSAW-Quals/rev/AnyaGacha/src/client/Library/PackageCache/com.unity.2d.animation@5.0.4/Editor/Assets/SkinningModule/BoneReparentWindow.uxml.meta +11 -0
- benchmark/NYU_CTF_Bench/test/2022/CSAW-Quals/rev/AnyaGacha/src/client/Library/PackageCache/com.unity.2d.animation@5.0.4/Editor/Assets/SkinningModule/BoneToolbar.uxml +23 -0
- benchmark/NYU_CTF_Bench/test/2022/CSAW-Quals/rev/AnyaGacha/src/client/Library/PackageCache/com.unity.2d.animation@5.0.4/Editor/Assets/SkinningModule/Icons/Dark.meta +8 -0
- benchmark/NYU_CTF_Bench/test/2022/CSAW-Quals/rev/AnyaGacha/src/client/Library/PackageCache/com.unity.2d.animation@5.0.4/Editor/Assets/SkinningModule/Icons/Dark/d_Bone.png.meta +128 -0
- benchmark/NYU_CTF_Bench/test/2022/CSAW-Quals/rev/AnyaGacha/src/client/Library/PackageCache/com.unity.2d.animation@5.0.4/Editor/Assets/SkinningModule/Icons/Dark/d_Bone@4x.png.meta +128 -0
- benchmark/NYU_CTF_Bench/test/2022/CSAW-Quals/rev/AnyaGacha/src/client/Library/PackageCache/com.unity.2d.animation@5.0.4/Editor/Assets/SkinningModule/Icons/Light.meta +8 -0
- benchmark/NYU_CTF_Bench/test/2022/CSAW-Quals/rev/AnyaGacha/src/client/Library/PackageCache/com.unity.2d.animation@5.0.4/Editor/Assets/SkinningModule/Icons/Selected.meta +8 -0
- benchmark/NYU_CTF_Bench/test/2022/CSAW-Quals/rev/AnyaGacha/src/client/Library/PackageCache/com.unity.2d.animation@5.0.4/Editor/SkinningModule/UI/WeightToolbar.cs.meta +11 -0
- benchmark/NYU_CTF_Bench/test/2022/CSAW-Quals/rev/AnyaGacha/src/client/Library/PackageCache/com.unity.2d.animation@5.0.4/Editor/SkinningModule/Undo/DisableUndoScope.cs +39 -0
- benchmark/NYU_CTF_Bench/test/2022/CSAW-Quals/rev/AnyaGacha/src/client/Library/PackageCache/com.unity.2d.animation@5.0.4/Editor/SkinningModule/Undo/DisableUndoScope.cs.meta +11 -0
- benchmark/NYU_CTF_Bench/test/2022/CSAW-Quals/rev/AnyaGacha/src/client/Library/PackageCache/com.unity.2d.animation@5.0.4/Editor/SkinningModule/Undo/DisabledUndo.cs +19 -0
- benchmark/NYU_CTF_Bench/test/2022/CSAW-Quals/rev/AnyaGacha/src/client/Library/PackageCache/com.unity.2d.animation@5.0.4/Editor/SkinningModule/Undo/DisabledUndo.cs.meta +11 -0
- benchmark/NYU_CTF_Bench/test/2022/CSAW-Quals/rev/AnyaGacha/src/client/Library/PackageCache/com.unity.2d.animation@5.0.4/Editor/SkinningModule/Undo/ICacheUndo.cs +11 -0
benchmark/NYU_CTF_Bench/test/2022/CSAW-Quals/rev/AnyaGacha/src/client/Library/PackageCache/com.unity.2d.animation@5.0.4/Editor/Assets/SkinningModule/BoneInspectorPanel.uxml
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0" encoding="utf-8"?>
|
| 2 |
+
<UXML xmlns:ui="UnityEngine.UIElements" xmlns:eui="UnityEditor.UIElements" xmlns:aui="UnityEditor.U2D.Animation">
|
| 3 |
+
<aui:BoneInspectorPanel name="BoneInspectorPanel" text="Bone Inspector" picking-mode="Ignore">
|
| 4 |
+
<ui:PopupWindow name="BoneInspectorPopupWindow" text="Bone">
|
| 5 |
+
<ui:VisualElement name="BoneName" class="form-row">
|
| 6 |
+
<ui:Label name="BoneNameLabel" text="Name" tooltip ="Name of the bone"/>
|
| 7 |
+
<ui:TextField name="BoneNameField" class="form-editor" />
|
| 8 |
+
</ui:VisualElement>
|
| 9 |
+
<ui:VisualElement name="BoneDepth" class="form-row">
|
| 10 |
+
<ui:Label name="BoneDepthLabel" text="Depth" tooltip ="Depth value of the bone"/>
|
| 11 |
+
<eui:IntegerField name="BoneDepthField" class="form-editor" />
|
| 12 |
+
</ui:VisualElement>
|
| 13 |
+
</ui:PopupWindow>
|
| 14 |
+
</aui:BoneInspectorPanel>
|
| 15 |
+
</UXML>
|
benchmark/NYU_CTF_Bench/test/2022/CSAW-Quals/rev/AnyaGacha/src/client/Library/PackageCache/com.unity.2d.animation@5.0.4/Editor/Assets/SkinningModule/BoneInspectorPanel.uxml.meta
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fileFormatVersion: 2
|
| 2 |
+
guid: 1b45e34b5d565204db1307b88755e76d
|
| 3 |
+
ScriptedImporter:
|
| 4 |
+
fileIDToRecycleName:
|
| 5 |
+
11400000: tree
|
| 6 |
+
11400002: inlineStyle
|
| 7 |
+
externalObjects: {}
|
| 8 |
+
userData:
|
| 9 |
+
assetBundleName:
|
| 10 |
+
assetBundleVariant:
|
| 11 |
+
script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0}
|
benchmark/NYU_CTF_Bench/test/2022/CSAW-Quals/rev/AnyaGacha/src/client/Library/PackageCache/com.unity.2d.animation@5.0.4/Editor/Assets/SkinningModule/BoneInspectorPanelStyle.uss
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
/**********************************************************************************************************************/
|
| 2 |
+
/* BoneInspectorPanel */
|
| 3 |
+
/**********************************************************************************************************************/
|
| 4 |
+
|
| 5 |
+
#BoneInspectorPanel {
|
| 6 |
+
height : 80px;
|
| 7 |
+
}
|
benchmark/NYU_CTF_Bench/test/2022/CSAW-Quals/rev/AnyaGacha/src/client/Library/PackageCache/com.unity.2d.animation@5.0.4/Editor/Assets/SkinningModule/BoneInspectorPanelStyle.uss.meta
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fileFormatVersion: 2
|
| 2 |
+
guid: 630253c1b6a245746ac843e5cad0aac6
|
| 3 |
+
ScriptedImporter:
|
| 4 |
+
fileIDToRecycleName:
|
| 5 |
+
11400000: stylesheet
|
| 6 |
+
externalObjects: {}
|
| 7 |
+
userData:
|
| 8 |
+
assetBundleName:
|
| 9 |
+
assetBundleVariant:
|
| 10 |
+
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
benchmark/NYU_CTF_Bench/test/2022/CSAW-Quals/rev/AnyaGacha/src/client/Library/PackageCache/com.unity.2d.animation@5.0.4/Editor/Assets/SkinningModule/BoneReparentStyle.uss
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
BoneReparentToolWindow {
|
| 2 |
+
height: 300px;
|
| 3 |
+
}
|
| 4 |
+
|
| 5 |
+
BoneReparentToolView{
|
| 6 |
+
flex : 1;
|
| 7 |
+
}
|
benchmark/NYU_CTF_Bench/test/2022/CSAW-Quals/rev/AnyaGacha/src/client/Library/PackageCache/com.unity.2d.animation@5.0.4/Editor/Assets/SkinningModule/BoneReparentStyle.uss.meta
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fileFormatVersion: 2
|
| 2 |
+
guid: bba2f5e225fa49144a222787bfb6bcdf
|
| 3 |
+
ScriptedImporter:
|
| 4 |
+
fileIDToRecycleName:
|
| 5 |
+
11400000: stylesheet
|
| 6 |
+
externalObjects: {}
|
| 7 |
+
userData:
|
| 8 |
+
assetBundleName:
|
| 9 |
+
assetBundleVariant:
|
| 10 |
+
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
benchmark/NYU_CTF_Bench/test/2022/CSAW-Quals/rev/AnyaGacha/src/client/Library/PackageCache/com.unity.2d.animation@5.0.4/Editor/Assets/SkinningModule/BoneReparentWindow.uxml
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0" encoding="utf-8"?>
|
| 2 |
+
<UXML xmlns:ui="UnityEngine.UIElements" xmlns:eui="UnityEditor.UIElements" xmlns:aui="UnityEditor.U2D.Animation">
|
| 3 |
+
<aui:BoneReparentToolWindow name="BoneReparentToolWindow" picking-mode="Ignore">
|
| 4 |
+
<ui:PopupWindow name="PopupWindow" text="Reparent Bones">
|
| 5 |
+
<aui:BoneReparentToolView name ="BoneReparentToolView" />
|
| 6 |
+
</ui:PopupWindow>
|
| 7 |
+
</aui:BoneReparentToolWindow>
|
| 8 |
+
</UXML>
|
benchmark/NYU_CTF_Bench/test/2022/CSAW-Quals/rev/AnyaGacha/src/client/Library/PackageCache/com.unity.2d.animation@5.0.4/Editor/Assets/SkinningModule/BoneReparentWindow.uxml.meta
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fileFormatVersion: 2
|
| 2 |
+
guid: d195aed64b2027a4197eb33df30324a3
|
| 3 |
+
ScriptedImporter:
|
| 4 |
+
fileIDToRecycleName:
|
| 5 |
+
11400000: tree
|
| 6 |
+
11400002: inlineStyle
|
| 7 |
+
externalObjects: {}
|
| 8 |
+
userData:
|
| 9 |
+
assetBundleName:
|
| 10 |
+
assetBundleVariant:
|
| 11 |
+
script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0}
|
benchmark/NYU_CTF_Bench/test/2022/CSAW-Quals/rev/AnyaGacha/src/client/Library/PackageCache/com.unity.2d.animation@5.0.4/Editor/Assets/SkinningModule/BoneToolbar.uxml
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?xml version="1.0" encoding="utf-8"?>
|
| 2 |
+
<UXML xmlns:ui="UnityEngine.UIElements" xmlns:aui="UnityEditor.U2D.Animation">
|
| 3 |
+
<aui:BoneToolbar name="BoneToolbar">
|
| 4 |
+
<ui:PopupWindow name="PopupWindow" text="Bones">
|
| 5 |
+
<ui:Button name="EditPose" tooltip="Pose character to view setup">
|
| 6 |
+
<ui:Image name="EditPoseImage" />
|
| 7 |
+
<ui:Label text ="Preview Pose"/>
|
| 8 |
+
</ui:Button>
|
| 9 |
+
<ui:Button name="EditJoints" tooltip="Edit bones position and rotation">
|
| 10 |
+
<ui:Image name="EditJointsImage" />
|
| 11 |
+
<ui:Label text ="Edit Bone"/>
|
| 12 |
+
</ui:Button>
|
| 13 |
+
<ui:Button name="CreateBone" tooltip="Create new bones">
|
| 14 |
+
<ui:Image name="CreateBoneImage" />
|
| 15 |
+
<ui:Label text ="Create Bone"/>
|
| 16 |
+
</ui:Button>
|
| 17 |
+
<ui:Button name="SplitBone" tooltip="Split an existing bone">
|
| 18 |
+
<ui:Image name="SplitBoneImage" />
|
| 19 |
+
<ui:Label text ="Split Bone"/>
|
| 20 |
+
</ui:Button>
|
| 21 |
+
</ui:PopupWindow>
|
| 22 |
+
</aui:BoneToolbar>
|
| 23 |
+
</UXML>
|
benchmark/NYU_CTF_Bench/test/2022/CSAW-Quals/rev/AnyaGacha/src/client/Library/PackageCache/com.unity.2d.animation@5.0.4/Editor/Assets/SkinningModule/Icons/Dark.meta
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fileFormatVersion: 2
|
| 2 |
+
guid: 6e0f9a25810b95049a033815ff10688c
|
| 3 |
+
folderAsset: yes
|
| 4 |
+
DefaultImporter:
|
| 5 |
+
externalObjects: {}
|
| 6 |
+
userData:
|
| 7 |
+
assetBundleName:
|
| 8 |
+
assetBundleVariant:
|
benchmark/NYU_CTF_Bench/test/2022/CSAW-Quals/rev/AnyaGacha/src/client/Library/PackageCache/com.unity.2d.animation@5.0.4/Editor/Assets/SkinningModule/Icons/Dark/d_Bone.png.meta
ADDED
|
@@ -0,0 +1,128 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fileFormatVersion: 2
|
| 2 |
+
guid: fc2eaf4b0441b7645960252182c27446
|
| 3 |
+
TextureImporter:
|
| 4 |
+
internalIDToNameTable: []
|
| 5 |
+
externalObjects: {}
|
| 6 |
+
serializedVersion: 10
|
| 7 |
+
mipmaps:
|
| 8 |
+
mipMapMode: 0
|
| 9 |
+
enableMipMap: 0
|
| 10 |
+
sRGBTexture: 1
|
| 11 |
+
linearTexture: 0
|
| 12 |
+
fadeOut: 0
|
| 13 |
+
borderMipMap: 0
|
| 14 |
+
mipMapsPreserveCoverage: 0
|
| 15 |
+
alphaTestReferenceValue: 0.5
|
| 16 |
+
mipMapFadeDistanceStart: 1
|
| 17 |
+
mipMapFadeDistanceEnd: 3
|
| 18 |
+
bumpmap:
|
| 19 |
+
convertToNormalMap: 0
|
| 20 |
+
externalNormalMap: 0
|
| 21 |
+
heightScale: 0.25
|
| 22 |
+
normalMapFilter: 0
|
| 23 |
+
isReadable: 0
|
| 24 |
+
streamingMipmaps: 0
|
| 25 |
+
streamingMipmapsPriority: 0
|
| 26 |
+
grayScaleToAlpha: 0
|
| 27 |
+
generateCubemap: 6
|
| 28 |
+
cubemapConvolution: 0
|
| 29 |
+
seamlessCubemap: 0
|
| 30 |
+
textureFormat: 1
|
| 31 |
+
maxTextureSize: 2048
|
| 32 |
+
textureSettings:
|
| 33 |
+
serializedVersion: 2
|
| 34 |
+
filterMode: -1
|
| 35 |
+
aniso: -1
|
| 36 |
+
mipBias: -100
|
| 37 |
+
wrapU: 1
|
| 38 |
+
wrapV: 1
|
| 39 |
+
wrapW: 1
|
| 40 |
+
nPOTScale: 0
|
| 41 |
+
lightmap: 0
|
| 42 |
+
compressionQuality: 50
|
| 43 |
+
spriteMode: 1
|
| 44 |
+
spriteExtrude: 1
|
| 45 |
+
spriteMeshType: 0
|
| 46 |
+
alignment: 0
|
| 47 |
+
spritePivot: {x: 0.5, y: 0.5}
|
| 48 |
+
spritePixelsToUnits: 100
|
| 49 |
+
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
| 50 |
+
spriteGenerateFallbackPhysicsShape: 0
|
| 51 |
+
alphaUsage: 1
|
| 52 |
+
alphaIsTransparency: 1
|
| 53 |
+
spriteTessellationDetail: -1
|
| 54 |
+
textureType: 8
|
| 55 |
+
textureShape: 1
|
| 56 |
+
singleChannelComponent: 0
|
| 57 |
+
maxTextureSizeSet: 0
|
| 58 |
+
compressionQualitySet: 0
|
| 59 |
+
textureFormatSet: 0
|
| 60 |
+
ignorePngGamma: 0
|
| 61 |
+
platformSettings:
|
| 62 |
+
- serializedVersion: 3
|
| 63 |
+
buildTarget: DefaultTexturePlatform
|
| 64 |
+
maxTextureSize: 2048
|
| 65 |
+
resizeAlgorithm: 0
|
| 66 |
+
textureFormat: -1
|
| 67 |
+
textureCompression: 1
|
| 68 |
+
compressionQuality: 50
|
| 69 |
+
crunchedCompression: 0
|
| 70 |
+
allowsAlphaSplitting: 0
|
| 71 |
+
overridden: 0
|
| 72 |
+
androidETC2FallbackOverride: 0
|
| 73 |
+
forceMaximumCompressionQuality_BC6H_BC7: 1
|
| 74 |
+
- serializedVersion: 3
|
| 75 |
+
buildTarget: Standalone
|
| 76 |
+
maxTextureSize: 2048
|
| 77 |
+
resizeAlgorithm: 0
|
| 78 |
+
textureFormat: -1
|
| 79 |
+
textureCompression: 1
|
| 80 |
+
compressionQuality: 50
|
| 81 |
+
crunchedCompression: 0
|
| 82 |
+
allowsAlphaSplitting: 0
|
| 83 |
+
overridden: 0
|
| 84 |
+
androidETC2FallbackOverride: 0
|
| 85 |
+
forceMaximumCompressionQuality_BC6H_BC7: 1
|
| 86 |
+
- serializedVersion: 3
|
| 87 |
+
buildTarget: iPhone
|
| 88 |
+
maxTextureSize: 2048
|
| 89 |
+
resizeAlgorithm: 0
|
| 90 |
+
textureFormat: -1
|
| 91 |
+
textureCompression: 1
|
| 92 |
+
compressionQuality: 50
|
| 93 |
+
crunchedCompression: 0
|
| 94 |
+
allowsAlphaSplitting: 0
|
| 95 |
+
overridden: 0
|
| 96 |
+
androidETC2FallbackOverride: 0
|
| 97 |
+
forceMaximumCompressionQuality_BC6H_BC7: 1
|
| 98 |
+
- serializedVersion: 3
|
| 99 |
+
buildTarget: Windows Store Apps
|
| 100 |
+
maxTextureSize: 2048
|
| 101 |
+
resizeAlgorithm: 0
|
| 102 |
+
textureFormat: -1
|
| 103 |
+
textureCompression: 1
|
| 104 |
+
compressionQuality: 50
|
| 105 |
+
crunchedCompression: 0
|
| 106 |
+
allowsAlphaSplitting: 0
|
| 107 |
+
overridden: 0
|
| 108 |
+
androidETC2FallbackOverride: 0
|
| 109 |
+
forceMaximumCompressionQuality_BC6H_BC7: 1
|
| 110 |
+
spriteSheet:
|
| 111 |
+
serializedVersion: 2
|
| 112 |
+
sprites: []
|
| 113 |
+
outline: []
|
| 114 |
+
physicsShape: []
|
| 115 |
+
bones: []
|
| 116 |
+
spriteID: d2385406f402ab345a713175150879e1
|
| 117 |
+
internalID: 0
|
| 118 |
+
vertices: []
|
| 119 |
+
indices:
|
| 120 |
+
edges: []
|
| 121 |
+
weights: []
|
| 122 |
+
secondaryTextures: []
|
| 123 |
+
spritePackingTag:
|
| 124 |
+
pSDRemoveMatte: 0
|
| 125 |
+
pSDShowRemoveMatteOption: 0
|
| 126 |
+
userData:
|
| 127 |
+
assetBundleName:
|
| 128 |
+
assetBundleVariant:
|
benchmark/NYU_CTF_Bench/test/2022/CSAW-Quals/rev/AnyaGacha/src/client/Library/PackageCache/com.unity.2d.animation@5.0.4/Editor/Assets/SkinningModule/Icons/Dark/d_Bone@4x.png.meta
ADDED
|
@@ -0,0 +1,128 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fileFormatVersion: 2
|
| 2 |
+
guid: 246d7c7c8e9e6cf43893ae13c5a81bdf
|
| 3 |
+
TextureImporter:
|
| 4 |
+
internalIDToNameTable: []
|
| 5 |
+
externalObjects: {}
|
| 6 |
+
serializedVersion: 10
|
| 7 |
+
mipmaps:
|
| 8 |
+
mipMapMode: 0
|
| 9 |
+
enableMipMap: 0
|
| 10 |
+
sRGBTexture: 1
|
| 11 |
+
linearTexture: 0
|
| 12 |
+
fadeOut: 0
|
| 13 |
+
borderMipMap: 0
|
| 14 |
+
mipMapsPreserveCoverage: 0
|
| 15 |
+
alphaTestReferenceValue: 0.5
|
| 16 |
+
mipMapFadeDistanceStart: 1
|
| 17 |
+
mipMapFadeDistanceEnd: 3
|
| 18 |
+
bumpmap:
|
| 19 |
+
convertToNormalMap: 0
|
| 20 |
+
externalNormalMap: 0
|
| 21 |
+
heightScale: 0.25
|
| 22 |
+
normalMapFilter: 0
|
| 23 |
+
isReadable: 0
|
| 24 |
+
streamingMipmaps: 0
|
| 25 |
+
streamingMipmapsPriority: 0
|
| 26 |
+
grayScaleToAlpha: 0
|
| 27 |
+
generateCubemap: 6
|
| 28 |
+
cubemapConvolution: 0
|
| 29 |
+
seamlessCubemap: 0
|
| 30 |
+
textureFormat: 1
|
| 31 |
+
maxTextureSize: 2048
|
| 32 |
+
textureSettings:
|
| 33 |
+
serializedVersion: 2
|
| 34 |
+
filterMode: -1
|
| 35 |
+
aniso: -1
|
| 36 |
+
mipBias: -100
|
| 37 |
+
wrapU: 1
|
| 38 |
+
wrapV: 1
|
| 39 |
+
wrapW: 1
|
| 40 |
+
nPOTScale: 0
|
| 41 |
+
lightmap: 0
|
| 42 |
+
compressionQuality: 50
|
| 43 |
+
spriteMode: 1
|
| 44 |
+
spriteExtrude: 1
|
| 45 |
+
spriteMeshType: 0
|
| 46 |
+
alignment: 0
|
| 47 |
+
spritePivot: {x: 0.5, y: 0.5}
|
| 48 |
+
spritePixelsToUnits: 100
|
| 49 |
+
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
| 50 |
+
spriteGenerateFallbackPhysicsShape: 0
|
| 51 |
+
alphaUsage: 1
|
| 52 |
+
alphaIsTransparency: 1
|
| 53 |
+
spriteTessellationDetail: -1
|
| 54 |
+
textureType: 8
|
| 55 |
+
textureShape: 1
|
| 56 |
+
singleChannelComponent: 0
|
| 57 |
+
maxTextureSizeSet: 0
|
| 58 |
+
compressionQualitySet: 0
|
| 59 |
+
textureFormatSet: 0
|
| 60 |
+
ignorePngGamma: 0
|
| 61 |
+
platformSettings:
|
| 62 |
+
- serializedVersion: 3
|
| 63 |
+
buildTarget: DefaultTexturePlatform
|
| 64 |
+
maxTextureSize: 2048
|
| 65 |
+
resizeAlgorithm: 0
|
| 66 |
+
textureFormat: -1
|
| 67 |
+
textureCompression: 1
|
| 68 |
+
compressionQuality: 50
|
| 69 |
+
crunchedCompression: 0
|
| 70 |
+
allowsAlphaSplitting: 0
|
| 71 |
+
overridden: 0
|
| 72 |
+
androidETC2FallbackOverride: 0
|
| 73 |
+
forceMaximumCompressionQuality_BC6H_BC7: 1
|
| 74 |
+
- serializedVersion: 3
|
| 75 |
+
buildTarget: Standalone
|
| 76 |
+
maxTextureSize: 2048
|
| 77 |
+
resizeAlgorithm: 0
|
| 78 |
+
textureFormat: -1
|
| 79 |
+
textureCompression: 1
|
| 80 |
+
compressionQuality: 50
|
| 81 |
+
crunchedCompression: 0
|
| 82 |
+
allowsAlphaSplitting: 0
|
| 83 |
+
overridden: 0
|
| 84 |
+
androidETC2FallbackOverride: 0
|
| 85 |
+
forceMaximumCompressionQuality_BC6H_BC7: 1
|
| 86 |
+
- serializedVersion: 3
|
| 87 |
+
buildTarget: iPhone
|
| 88 |
+
maxTextureSize: 2048
|
| 89 |
+
resizeAlgorithm: 0
|
| 90 |
+
textureFormat: -1
|
| 91 |
+
textureCompression: 1
|
| 92 |
+
compressionQuality: 50
|
| 93 |
+
crunchedCompression: 0
|
| 94 |
+
allowsAlphaSplitting: 0
|
| 95 |
+
overridden: 0
|
| 96 |
+
androidETC2FallbackOverride: 0
|
| 97 |
+
forceMaximumCompressionQuality_BC6H_BC7: 1
|
| 98 |
+
- serializedVersion: 3
|
| 99 |
+
buildTarget: Windows Store Apps
|
| 100 |
+
maxTextureSize: 2048
|
| 101 |
+
resizeAlgorithm: 0
|
| 102 |
+
textureFormat: -1
|
| 103 |
+
textureCompression: 1
|
| 104 |
+
compressionQuality: 50
|
| 105 |
+
crunchedCompression: 0
|
| 106 |
+
allowsAlphaSplitting: 0
|
| 107 |
+
overridden: 0
|
| 108 |
+
androidETC2FallbackOverride: 0
|
| 109 |
+
forceMaximumCompressionQuality_BC6H_BC7: 1
|
| 110 |
+
spriteSheet:
|
| 111 |
+
serializedVersion: 2
|
| 112 |
+
sprites: []
|
| 113 |
+
outline: []
|
| 114 |
+
physicsShape: []
|
| 115 |
+
bones: []
|
| 116 |
+
spriteID: 8af1e0814bba33743a399514c4cca73a
|
| 117 |
+
internalID: 0
|
| 118 |
+
vertices: []
|
| 119 |
+
indices:
|
| 120 |
+
edges: []
|
| 121 |
+
weights: []
|
| 122 |
+
secondaryTextures: []
|
| 123 |
+
spritePackingTag:
|
| 124 |
+
pSDRemoveMatte: 0
|
| 125 |
+
pSDShowRemoveMatteOption: 0
|
| 126 |
+
userData:
|
| 127 |
+
assetBundleName:
|
| 128 |
+
assetBundleVariant:
|
benchmark/NYU_CTF_Bench/test/2022/CSAW-Quals/rev/AnyaGacha/src/client/Library/PackageCache/com.unity.2d.animation@5.0.4/Editor/Assets/SkinningModule/Icons/Light.meta
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fileFormatVersion: 2
|
| 2 |
+
guid: 1c661268b2d52ed4b8d5fd345bb014a0
|
| 3 |
+
folderAsset: yes
|
| 4 |
+
DefaultImporter:
|
| 5 |
+
externalObjects: {}
|
| 6 |
+
userData:
|
| 7 |
+
assetBundleName:
|
| 8 |
+
assetBundleVariant:
|
benchmark/NYU_CTF_Bench/test/2022/CSAW-Quals/rev/AnyaGacha/src/client/Library/PackageCache/com.unity.2d.animation@5.0.4/Editor/Assets/SkinningModule/Icons/Selected.meta
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fileFormatVersion: 2
|
| 2 |
+
guid: d8c8210d3679b804d9f03049171735f2
|
| 3 |
+
folderAsset: yes
|
| 4 |
+
DefaultImporter:
|
| 5 |
+
externalObjects: {}
|
| 6 |
+
userData:
|
| 7 |
+
assetBundleName:
|
| 8 |
+
assetBundleVariant:
|
benchmark/NYU_CTF_Bench/test/2022/CSAW-Quals/rev/AnyaGacha/src/client/Library/PackageCache/com.unity.2d.animation@5.0.4/Editor/SkinningModule/UI/WeightToolbar.cs.meta
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fileFormatVersion: 2
|
| 2 |
+
guid: d5b43421660b55349b6bb57288b4baf0
|
| 3 |
+
MonoImporter:
|
| 4 |
+
externalObjects: {}
|
| 5 |
+
serializedVersion: 2
|
| 6 |
+
defaultReferences: []
|
| 7 |
+
executionOrder: 0
|
| 8 |
+
icon: {instanceID: 0}
|
| 9 |
+
userData:
|
| 10 |
+
assetBundleName:
|
| 11 |
+
assetBundleVariant:
|
benchmark/NYU_CTF_Bench/test/2022/CSAW-Quals/rev/AnyaGacha/src/client/Library/PackageCache/com.unity.2d.animation@5.0.4/Editor/SkinningModule/Undo/DisableUndoScope.cs
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
using System;
|
| 2 |
+
using UnityEngine;
|
| 3 |
+
|
| 4 |
+
namespace UnityEditor.U2D.Animation
|
| 5 |
+
{
|
| 6 |
+
internal class DisableUndoScope : IDisposable
|
| 7 |
+
{
|
| 8 |
+
private bool m_Disposed;
|
| 9 |
+
private ICacheUndo m_CacheUndo;
|
| 10 |
+
private IUndo m_UndoOverride;
|
| 11 |
+
|
| 12 |
+
public DisableUndoScope(ICacheUndo cacheUndo)
|
| 13 |
+
{
|
| 14 |
+
Debug.Assert(cacheUndo != null);
|
| 15 |
+
|
| 16 |
+
m_CacheUndo = cacheUndo;
|
| 17 |
+
m_UndoOverride = m_CacheUndo.undoOverride;
|
| 18 |
+
m_CacheUndo.undoOverride = new DisabledUndo();
|
| 19 |
+
}
|
| 20 |
+
|
| 21 |
+
~DisableUndoScope()
|
| 22 |
+
{
|
| 23 |
+
if (!m_Disposed)
|
| 24 |
+
Debug.LogError("Scope was not disposed! You should use the 'using' keyword or manually call Dispose.");
|
| 25 |
+
}
|
| 26 |
+
|
| 27 |
+
public void Dispose()
|
| 28 |
+
{
|
| 29 |
+
if (m_Disposed)
|
| 30 |
+
return;
|
| 31 |
+
|
| 32 |
+
m_Disposed = true;
|
| 33 |
+
|
| 34 |
+
if (m_CacheUndo != null)
|
| 35 |
+
m_CacheUndo.undoOverride = m_UndoOverride;
|
| 36 |
+
|
| 37 |
+
}
|
| 38 |
+
}
|
| 39 |
+
}
|
benchmark/NYU_CTF_Bench/test/2022/CSAW-Quals/rev/AnyaGacha/src/client/Library/PackageCache/com.unity.2d.animation@5.0.4/Editor/SkinningModule/Undo/DisableUndoScope.cs.meta
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fileFormatVersion: 2
|
| 2 |
+
guid: bf06445e471002b42ad1039aee488229
|
| 3 |
+
MonoImporter:
|
| 4 |
+
externalObjects: {}
|
| 5 |
+
serializedVersion: 2
|
| 6 |
+
defaultReferences: []
|
| 7 |
+
executionOrder: 0
|
| 8 |
+
icon: {instanceID: 0}
|
| 9 |
+
userData:
|
| 10 |
+
assetBundleName:
|
| 11 |
+
assetBundleVariant:
|
benchmark/NYU_CTF_Bench/test/2022/CSAW-Quals/rev/AnyaGacha/src/client/Library/PackageCache/com.unity.2d.animation@5.0.4/Editor/SkinningModule/Undo/DisabledUndo.cs
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
using UnityEngine;
|
| 2 |
+
|
| 3 |
+
namespace UnityEditor.U2D.Animation
|
| 4 |
+
{
|
| 5 |
+
internal class DisabledUndo : IUndo
|
| 6 |
+
{
|
| 7 |
+
public void RecordObject(object o, string name) {}
|
| 8 |
+
public void RegisterCompleteObjectUndo(object o, string name) {}
|
| 9 |
+
public void RegisterCompleteObjectUndo(object[] o, string name) {}
|
| 10 |
+
public void RegisterCreatedObjectUndo(object o, string name) {}
|
| 11 |
+
public void DestroyObjectImmediate(object o)
|
| 12 |
+
{
|
| 13 |
+
BaseObject.DestroyImmediate(o);
|
| 14 |
+
}
|
| 15 |
+
|
| 16 |
+
public void ClearUndo(object o) {}
|
| 17 |
+
public void IncrementCurrentGroup() {}
|
| 18 |
+
}
|
| 19 |
+
}
|
benchmark/NYU_CTF_Bench/test/2022/CSAW-Quals/rev/AnyaGacha/src/client/Library/PackageCache/com.unity.2d.animation@5.0.4/Editor/SkinningModule/Undo/DisabledUndo.cs.meta
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fileFormatVersion: 2
|
| 2 |
+
guid: ccdfa7b650f4fb642b56fe417d650188
|
| 3 |
+
MonoImporter:
|
| 4 |
+
externalObjects: {}
|
| 5 |
+
serializedVersion: 2
|
| 6 |
+
defaultReferences: []
|
| 7 |
+
executionOrder: 0
|
| 8 |
+
icon: {instanceID: 0}
|
| 9 |
+
userData:
|
| 10 |
+
assetBundleName:
|
| 11 |
+
assetBundleVariant:
|
benchmark/NYU_CTF_Bench/test/2022/CSAW-Quals/rev/AnyaGacha/src/client/Library/PackageCache/com.unity.2d.animation@5.0.4/Editor/SkinningModule/Undo/ICacheUndo.cs
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
namespace UnityEditor.U2D.Animation
|
| 2 |
+
{
|
| 3 |
+
internal interface ICacheUndo
|
| 4 |
+
{
|
| 5 |
+
IUndo undoOverride { get; set; }
|
| 6 |
+
bool isUndoOperationSet { get; }
|
| 7 |
+
void IncrementCurrentGroup();
|
| 8 |
+
void BeginUndoOperation(string name);
|
| 9 |
+
void EndUndoOperation();
|
| 10 |
+
}
|
| 11 |
+
}
|