diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index ebc8ba75..00000000 --- a/.gitattributes +++ /dev/null @@ -1,54 +0,0 @@ -*.cs diff=csharp text -*.cginc text -*.shader text - -*.mat merge=unityyamlmerge eol=lf -*.anim merge=unityyamlmerge eol=lf -*.unity merge=unityyamlmerge eol=lf -*.prefab merge=unityyamlmerge eol=lf -*.physicsMaterial2D merge=unityyamlmerge eol=lf -*.physicMaterial merge=unityyamlmerge eol=lf -*.asset merge=unityyamlmerge eol=lf -*.meta merge=unityyamlmerge eol=lf -*.controller merge=unityyamlmerge eol=lf - - -## git-lfs ## - -#Image -*.jpg filter=lfs diff=lfs merge=lfs -text -*.jpeg filter=lfs diff=lfs merge=lfs -text -*.png filter=lfs diff=lfs merge=lfs -text -*.gif filter=lfs diff=lfs merge=lfs -text -*.psd filter=lfs diff=lfs merge=lfs -text -*.ai filter=lfs diff=lfs merge=lfs -text -*.tif filter=lfs diff=lfs merge=lfs -text - -#Audio -*.mp3 filter=lfs diff=lfs merge=lfs -text -*.wav filter=lfs diff=lfs merge=lfs -text -*.ogg filter=lfs diff=lfs merge=lfs -text - -#Video -*.mp4 filter=lfs diff=lfs merge=lfs -text -*.mov filter=lfs diff=lfs merge=lfs -text - -#3D Object -*.FBX filter=lfs diff=lfs merge=lfs -text -*.fbx filter=lfs diff=lfs merge=lfs -text -*.blend filter=lfs diff=lfs merge=lfs -text -*.obj filter=lfs diff=lfs merge=lfs -text - -#ETC -*.a filter=lfs diff=lfs merge=lfs -text -*.exr filter=lfs diff=lfs merge=lfs -text -*.tga filter=lfs diff=lfs merge=lfs -text -*.pdf filter=lfs diff=lfs merge=lfs -text -*.zip filter=lfs diff=lfs merge=lfs -text -*.dll filter=lfs diff=lfs merge=lfs -text -*.unitypackage filter=lfs diff=lfs merge=lfs -text -*.aif filter=lfs diff=lfs merge=lfs -text -*.ttf filter=lfs diff=lfs merge=lfs -text -*.rns filter=lfs diff=lfs merge=lfs -text -*.reason filter=lfs diff=lfs merge=lfs -text -*.lxo filter=lfs diff=lfs merge=lfs -text \ No newline at end of file diff --git a/.github/workflows/github-repo-stats.yml b/.github/workflows/github-repo-stats.yml deleted file mode 100644 index 68259093..00000000 --- a/.github/workflows/github-repo-stats.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: github-repo-stats - -on: - schedule: - # Run this once per day, towards the end of the day for keeping the most - # recent data point most meaningful (hours are interpreted in UTC). - - cron: "0 23 * * *" - workflow_dispatch: # Allow for running this manually. - -jobs: - j1: - name: github-repo-stats - runs-on: ubuntu-latest - steps: - - name: run-ghrs - # Use latest release. - uses: jgehrcke/github-repo-stats@RELEASE - with: - ghtoken: ${{ secrets.ghrs_github_api_token }} \ No newline at end of file diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 5719b293..00000000 --- a/.gitignore +++ /dev/null @@ -1,57 +0,0 @@ -# This .gitignore file should be placed at the root of your Unity project directory -# -# Get latest from https://github.com/github/gitignore/blob/master/Unity.gitignore -# -/[Ll]ibrary/ -/[Tt]emp/ -/[Oo]bj/ -/[Bb]uild/ -/[Bb]uilds/ -/[Ll]ogs/ -/[Mm]emoryCaptures/ - -# Asset meta data should only be ignored when the corresponding asset is also ignored -!/[Aa]ssets/**/*.meta - -# Uncomment this line if you wish to ignore the asset store tools plugin -# /[Aa]ssets/AssetStoreTools* - -# Autogenerated Jetbrains Rider plugin -[Aa]ssets/Plugins/Editor/JetBrains* - -# Visual Studio cache directory -.vs/ - -# Gradle cache directory -.gradle/ -# Autogenerated VS/MD/Consulo solution and project files -ExportedObj/ -.consulo/ -*.csproj -*.unityproj -*.sln -*.suo -*.tmp -*.user -*.userprefs -*.pidb -*.booproj -*.svd -*.pdb -*.mdb -*.opendb -*.VC.db - -# Unity3D generated meta files -*.pidb.meta -*.pdb.meta -*.mdb.meta - -# Unity3D generated file on crash reports -sysinfo.txt - -# Builds -*.apk - -# Crashlytics generated file -crashlytics-build.properties diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 1060b044..00000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "files.exclude": - { - "**/.DS_Store":true, - "**/.git":true, - "**/.gitignore":true, - "**/.gitmodules":true, - "**/*.booproj":true, - "**/*.pidb":true, - "**/*.suo":true, - "**/*.user":true, - "**/*.userprefs":true, - "**/*.unityproj":true, - "**/*.dll":true, - "**/*.exe":true, - "**/*.pdf":true, - "**/*.mid":true, - "**/*.midi":true, - "**/*.wav":true, - "**/*.gif":true, - "**/*.ico":true, - "**/*.jpg":true, - "**/*.jpeg":true, - "**/*.png":true, - "**/*.psd":true, - "**/*.tga":true, - "**/*.tif":true, - "**/*.tiff":true, - "**/*.3ds":true, - "**/*.3DS":true, - "**/*.fbx":true, - "**/*.FBX":true, - "**/*.lxo":true, - "**/*.LXO":true, - "**/*.ma":true, - "**/*.MA":true, - "**/*.obj":true, - "**/*.OBJ":true, - "**/*.asset":true, - "**/*.cubemap":true, - "**/*.flare":true, - "**/*.mat":true, - "**/*.meta":true, - "**/*.prefab":true, - "**/*.unity":true, - "build/":true, - "Build/":true, - "Library/":true, - "library/":true, - "obj/":true, - "Obj/":true, - "ProjectSettings/":true, - "temp/":true, - "Temp/":true - } -} \ No newline at end of file diff --git a/Assets/ProBuilder Data.meta b/Assets/ProBuilder Data.meta deleted file mode 100644 index 6eb854f2..00000000 --- a/Assets/ProBuilder Data.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: a6b6c0079d6333f4ba6dda537683bb7e -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/ProBuilder Data/Default Color Palette.asset b/Assets/ProBuilder Data/Default Color Palette.asset deleted file mode 100644 index add10940..00000000 --- a/Assets/ProBuilder Data/Default Color Palette.asset +++ /dev/null @@ -1,31 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!114 &11400000 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: dda436a9c8bbd4d109478acf25cd48d8, type: 3} - m_Name: Default Color Palette - m_EditorClassIdentifier: - m_Colors: - - {r: 0, g: 0.122, b: 0.247, a: 1} - - {r: 0, g: 0.455, b: 0.851, a: 1} - - {r: 0.498, g: 0.859, b: 1, a: 1} - - {r: 0.224, g: 0.8, b: 0.8, a: 1} - - {r: 0.239, g: 0.6, b: 0.439, a: 1} - - {r: 0.18, g: 0.8, b: 0.251, a: 1} - - {r: 0.004, g: 1, b: 0.439, a: 1} - - {r: 1, g: 0.863, b: 0, a: 1} - - {r: 1, g: 0.522, b: 0.106, a: 1} - - {r: 1, g: 0.255, b: 0.212, a: 1} - - {r: 0.522, g: 0.078, b: 0.294, a: 1} - - {r: 0.941, g: 0.071, b: 0.745, a: 1} - - {r: 0.694, g: 0.051, b: 0.788, a: 1} - - {r: 0.067, g: 0.067, b: 0.067, a: 1} - - {r: 0.667, g: 0.667, b: 0.667, a: 1} - - {r: 0.867, g: 0.867, b: 0.867, a: 1} diff --git a/Assets/ProBuilder Data/Default Color Palette.asset.meta b/Assets/ProBuilder Data/Default Color Palette.asset.meta deleted file mode 100644 index b82a2a8f..00000000 --- a/Assets/ProBuilder Data/Default Color Palette.asset.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: cf184e944bedb3540831cec7421c1017 -NativeFormatImporter: - externalObjects: {} - mainObjectFileID: 11400000 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources.meta b/Assets/Resources.meta deleted file mode 100644 index aaecaf03..00000000 --- a/Assets/Resources.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 784652bd2c91a8140920d001c4435a21 -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Character.meta b/Assets/Resources/Character.meta deleted file mode 100644 index 9cfb40a4..00000000 --- a/Assets/Resources/Character.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 765bc8948e834ac4b9d0282d6c251630 -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Character/Animations.meta b/Assets/Resources/Character/Animations.meta deleted file mode 100644 index 05b59310..00000000 --- a/Assets/Resources/Character/Animations.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 29e3e4fc62f5a414d89c070385871e4c -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Character/Animations/Base.meta b/Assets/Resources/Character/Animations/Base.meta deleted file mode 100644 index cda7f716..00000000 --- a/Assets/Resources/Character/Animations/Base.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: c172c280540466c46bf7cd733bae3ff1 -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Character/Animations/Base/Back Walk.fbx b/Assets/Resources/Character/Animations/Base/Back Walk.fbx deleted file mode 100644 index 1b3cb990..00000000 --- a/Assets/Resources/Character/Animations/Base/Back Walk.fbx +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:17c1601a19e9c6019583819ef7477ee5abe8d0b8f889d782dd75f3bd79973cb5 -size 391824 diff --git a/Assets/Resources/Character/Animations/Base/Back Walk.fbx.meta b/Assets/Resources/Character/Animations/Base/Back Walk.fbx.meta deleted file mode 100644 index 16fcc6e4..00000000 --- a/Assets/Resources/Character/Animations/Base/Back Walk.fbx.meta +++ /dev/null @@ -1,903 +0,0 @@ -fileFormatVersion: 2 -guid: d634335202ee1eb49b8e6bf70cd7497d -ModelImporter: - serializedVersion: 20200 - internalIDToNameTable: - - first: - 74: -203655887218126122 - second: mixamo.com - - first: - 74: -6163124668224111132 - second: Back Walk - externalObjects: {} - materials: - materialImportMode: 2 - materialName: 0 - materialSearch: 1 - materialLocation: 1 - animations: - legacyGenerateAnimations: 4 - bakeSimulation: 0 - resampleCurves: 1 - optimizeGameObjects: 0 - motionNodeName: - rigImportErrors: - rigImportWarnings: - animationImportErrors: - animationImportWarnings: - animationRetargetingWarnings: - animationDoRetargetingWarnings: 0 - importAnimatedCustomProperties: 0 - importConstraints: 0 - animationCompression: 3 - animationRotationError: 0.5 - animationPositionError: 0.5 - animationScaleError: 0.5 - animationWrapMode: 0 - extraExposedTransformPaths: [] - extraUserProperties: [] - clipAnimations: - - serializedVersion: 16 - name: Back Walk - takeName: mixamo.com - internalID: 0 - firstFrame: 0 - lastFrame: 36 - wrapMode: 0 - orientationOffsetY: 0 - level: 0 - cycleOffset: 0 - loop: 0 - hasAdditiveReferencePose: 0 - loopTime: 1 - loopBlend: 0 - loopBlendOrientation: 1 - loopBlendPositionY: 1 - loopBlendPositionXZ: 1 - keepOriginalOrientation: 1 - keepOriginalPositionY: 1 - keepOriginalPositionXZ: 1 - heightFromFeet: 0 - mirror: 0 - bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 - curves: [] - events: [] - transformMask: [] - maskType: 3 - maskSource: {instanceID: 0} - additiveReferencePoseFrame: 0 - isReadable: 0 - meshes: - lODScreenPercentages: [] - globalScale: 1 - meshCompression: 0 - addColliders: 0 - useSRGBMaterialColor: 1 - sortHierarchyByName: 1 - importVisibility: 1 - importBlendShapes: 1 - importCameras: 1 - importLights: 1 - fileIdsGeneration: 2 - swapUVChannels: 0 - generateSecondaryUV: 0 - useFileUnits: 1 - keepQuads: 0 - weldVertices: 1 - bakeAxisConversion: 0 - preserveHierarchy: 0 - skinWeightsMode: 0 - maxBonesPerVertex: 4 - minBoneWeight: 0.001 - meshOptimizationFlags: -1 - indexFormat: 0 - secondaryUVAngleDistortion: 8 - secondaryUVAreaDistortion: 15.000001 - secondaryUVHardAngle: 88 - secondaryUVMarginMethod: 1 - secondaryUVMinLightmapResolution: 40 - secondaryUVMinObjectScale: 1 - secondaryUVPackMargin: 4 - useFileScale: 1 - tangentSpace: - normalSmoothAngle: 60 - normalImportMode: 0 - tangentImportMode: 3 - normalCalculationMode: 4 - legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 - blendShapeNormalImportMode: 1 - normalSmoothingSource: 0 - referencedClips: [] - importAnimation: 1 - humanDescription: - serializedVersion: 3 - human: - - boneName: mixamorig:Hips - humanName: Hips - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftUpLeg - humanName: LeftUpperLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightUpLeg - humanName: RightUpperLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftLeg - humanName: LeftLowerLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightLeg - humanName: RightLowerLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftFoot - humanName: LeftFoot - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightFoot - humanName: RightFoot - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Spine - humanName: Spine - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Spine1 - humanName: Chest - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Neck - humanName: Neck - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Head - humanName: Head - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftShoulder - humanName: LeftShoulder - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightShoulder - humanName: RightShoulder - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftArm - humanName: LeftUpperArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightArm - humanName: RightUpperArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftForeArm - humanName: LeftLowerArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightForeArm - humanName: RightLowerArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHand - humanName: LeftHand - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHand - humanName: RightHand - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftToeBase - humanName: LeftToes - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightToeBase - humanName: RightToes - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandThumb1 - humanName: Left Thumb Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandThumb2 - humanName: Left Thumb Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandThumb3 - humanName: Left Thumb Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandIndex1 - humanName: Left Index Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandIndex2 - humanName: Left Index Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandIndex3 - humanName: Left Index Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandMiddle1 - humanName: Left Middle Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandMiddle2 - humanName: Left Middle Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandMiddle3 - humanName: Left Middle Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandRing1 - humanName: Left Ring Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandRing2 - humanName: Left Ring Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandRing3 - humanName: Left Ring Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandPinky1 - humanName: Left Little Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandPinky2 - humanName: Left Little Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandPinky3 - humanName: Left Little Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandThumb1 - humanName: Right Thumb Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandThumb2 - humanName: Right Thumb Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandThumb3 - humanName: Right Thumb Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandIndex1 - humanName: Right Index Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandIndex2 - humanName: Right Index Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandIndex3 - humanName: Right Index Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandMiddle1 - humanName: Right Middle Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandMiddle2 - humanName: Right Middle Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandMiddle3 - humanName: Right Middle Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandRing1 - humanName: Right Ring Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandRing2 - humanName: Right Ring Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandRing3 - humanName: Right Ring Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandPinky1 - humanName: Right Little Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandPinky2 - humanName: Right Little Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandPinky3 - humanName: Right Little Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Spine2 - humanName: UpperChest - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - skeleton: - - name: ybot(Clone) - parentName: - position: {x: 0, y: 0, z: 0} - rotation: {x: 0, y: 0, z: 0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Alpha_Surface - parentName: ybot(Clone) - position: {x: -0, y: 0, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Alpha_Joints - parentName: ybot(Clone) - position: {x: -0, y: 0, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Hips - parentName: ybot(Clone) - position: {x: 0.00000006757011, y: 0.9979194, z: 0.000000484474} - rotation: {x: 1.3930912e-15, y: 0.00000001376344, z: -0.0000004417766, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Spine - parentName: mixamorig:Hips - position: {x: -0.0000000056483196, y: 0.09923459, z: -0.012273348} - rotation: {x: -1.3930783e-15, y: -0.00000001376344, z: 0.00000044177568, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Spine1 - parentName: mixamorig:Spine - position: {x: 0.0000013886521, y: 0.1164544, z: -0.014223412} - rotation: {x: 3.8774097e-26, y: -4.2632574e-14, z: 6.82121e-13, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Spine2 - parentName: mixamorig:Spine1 - position: {x: -0.00000091440717, y: 0.13360204, z: -0.016264597} - rotation: {x: 0, y: 0, z: 1.8056423e-35, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Neck - parentName: mixamorig:Spine2 - position: {x: -0.0000002520208, y: 0.15032491, z: 0.007929048} - rotation: {x: -5.2041704e-18, y: 4.2632927e-14, z: 2.273737e-13, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Head - parentName: mixamorig:Neck - position: {x: -0.000000023707482, y: 0.1032183, z: 0.031424288} - rotation: {x: 0, y: -0, z: -2.3158745e-36, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:HeadTop_End - parentName: mixamorig:Head - position: {x: -0.0000015417259, y: 0.18474671, z: 0.06636399} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftEye - parentName: mixamorig:Head - position: {x: -0.02947915, y: 0.07681745, z: 0.09120731} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightEye - parentName: mixamorig:Head - position: {x: 0.029444808, y: 0.07681745, z: 0.091204956} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftShoulder - parentName: mixamorig:Spine2 - position: {x: -0.061058242, y: 0.09110424, z: 0.0070555084} - rotation: {x: -0.000000044703484, y: 4.2632557e-14, z: -0.000000044703256, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftArm - parentName: mixamorig:LeftShoulder - position: {x: -0.12655036, y: -0.0026593448, z: -0.026009219} - rotation: {x: 0.000000044703484, y: 2.4507967e-22, z: 0.000000044703484, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftForeArm - parentName: mixamorig:LeftArm - position: {x: -0.27404684, y: 0.00000039126675, z: 0.000000065881096} - rotation: {x: -0.000000059604638, y: -0.000000003900862, z: -1.3205547e-24, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHand - parentName: mixamorig:LeftForeArm - position: {x: -0.27614462, y: 0.00000028951808, z: 0.00000019646586} - rotation: {x: 0.000025994656, y: 0.000000044703476, z: -1.1567093e-12, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle1 - parentName: mixamorig:LeftHand - position: {x: -0.12775522, y: 0.00000013342024, z: 0.00000020418457} - rotation: {x: -0.000000014901165, y: -0.000000044699625, z: 0.000000074508115, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle2 - parentName: mixamorig:LeftHandMiddle1 - position: {x: -0.036139715, y: 0.000000026601377, z: 0.000000024623631} - rotation: {x: -0.000000014901161, y: -2.310558e-12, z: -0.00000004470347, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle3 - parentName: mixamorig:LeftHandMiddle2 - position: {x: -0.0345976, y: 0.000000005432471, z: -0.00000026419679} - rotation: {x: 0.000000059604645, y: -7.7026065e-13, z: -0.000000014901168, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle4 - parentName: mixamorig:LeftHandMiddle3 - position: {x: -0.036801923, y: -8.559337e-10, z: 0.00000032769248} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb1 - parentName: mixamorig:LeftHand - position: {x: -0.037888095, y: -0.021669967, z: 0.03003088} - rotation: {x: -0.1186462, y: 0.08685124, z: -0.11865034, w: 0.98198885} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb2 - parentName: mixamorig:LeftHandThumb1 - position: {x: -0.03675443, y: -0.021220079, z: 0.021220123} - rotation: {x: 0.000005132493, y: -0.0000031770358, z: 0.0000056908543, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb3 - parentName: mixamorig:LeftHandThumb2 - position: {x: -0.033943586, y: -0.019597441, z: 0.019597929} - rotation: {x: -0.0000051025786, y: 0.000009561153, z: 0.00000075273744, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb4 - parentName: mixamorig:LeftHandThumb3 - position: {x: -0.026794039, y: -0.015469446, z: 0.0154692} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex1 - parentName: mixamorig:LeftHand - position: {x: -0.12266614, y: -0.0023166884, z: 0.028220579} - rotation: {x: 0.00000004470348, y: 1.5400767e-12, z: 0.000000029802326, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex2 - parentName: mixamorig:LeftHandIndex1 - position: {x: -0.038919672, y: 0.000000016868665, z: 0.00000038721547} - rotation: {x: -0.000000074505806, y: -0.000000029806174, z: -0.00000007450426, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex3 - parentName: mixamorig:LeftHandIndex2 - position: {x: -0.03415161, y: 0.000000005749108, z: -0.00000008770533} - rotation: {x: 7.719219e-16, y: 0.000000029801551, z: -0.000000014902698, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex4 - parentName: mixamorig:LeftHandIndex3 - position: {x: -0.030779855, y: 7.926917e-10, z: -0.00000008560385} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing1 - parentName: mixamorig:LeftHand - position: {x: -0.12147005, y: 0.00009894983, z: -0.022166291} - rotation: {x: 0.00000002980232, y: -0.000000014900391, z: 0.000000014901934, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing2 - parentName: mixamorig:LeftHandRing1 - position: {x: -0.036011904, y: 0.000000015129366, z: 0.0000003511219} - rotation: {x: -0.000000014901159, y: 0.00000005960389, z: -0.000000014904199, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing3 - parentName: mixamorig:LeftHandRing2 - position: {x: -0.03307317, y: 0.000000045317442, z: -0.00000020893265} - rotation: {x: 0.000000044703487, y: -0.0000000894085, z: -0.000000029797693, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing4 - parentName: mixamorig:LeftHandRing3 - position: {x: -0.036601152, y: 0.00000002906111, z: 4.5477133e-10} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky1 - parentName: mixamorig:LeftHand - position: {x: -0.10908195, y: -0.0022636496, z: -0.047258176} - rotation: {x: 0.000000044703487, y: -0.00000002980695, z: -0.00000008940545, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky2 - parentName: mixamorig:LeftHandPinky1 - position: {x: -0.041366525, y: 0.000000022999533, z: 0.00000026898434} - rotation: {x: 0.000000014901153, y: 0.000000044709655, z: 0.00000011920697, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky3 - parentName: mixamorig:LeftHandPinky2 - position: {x: -0.025948359, y: 5.93904e-10, z: -0.00000036009018} - rotation: {x: 3.0875333e-15, y: -0.00000005960773, z: -0.000000059601557, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky4 - parentName: mixamorig:LeftHandPinky3 - position: {x: -0.029238692, y: 0.000000014407377, z: 0.00000018732128} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightShoulder - parentName: mixamorig:Spine2 - position: {x: 0.06105696, y: 0.09110509, z: 0.007055634} - rotation: {x: -0.000000014901161, y: 4.2632564e-14, z: -0.000000044703256, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightArm - parentName: mixamorig:RightShoulder - position: {x: 0.1265504, y: -0.0026602063, z: -0.026008958} - rotation: {x: 0.000000014901161, y: 7.7756505e-24, z: 0.000000044703484, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightForeArm - parentName: mixamorig:RightArm - position: {x: 0.27404684, y: 0.0000003288411, z: 0.000000052756395} - rotation: {x: -0.000000059604638, y: 0.000000003900862, z: -3.0876939e-15, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHand - parentName: mixamorig:RightForeArm - position: {x: 0.27614462, y: 0.00000022661457, z: 0.0000001832407} - rotation: {x: 0.000025994656, y: -0.000000044703476, z: 1.1567093e-12, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle1 - parentName: mixamorig:RightHand - position: {x: 0.12775522, y: 0.000000089457735, z: 0.00000018011639} - rotation: {x: -0.000000014901165, y: 0.000000044699625, z: -0.000000074508115, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle2 - parentName: mixamorig:RightHandMiddle1 - position: {x: 0.036139715, y: 0.000000027565017, z: 0.000000030803374} - rotation: {x: -0.000000014901161, y: 2.311002e-12, z: 0.00000004470347, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle3 - parentName: mixamorig:RightHandMiddle2 - position: {x: 0.0345976, y: -0.0000000019721824, z: -0.0000002645789} - rotation: {x: 0.000000059604645, y: 7.7026065e-13, z: 0.000000014901168, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle4 - parentName: mixamorig:RightHandMiddle3 - position: {x: 0.036801923, y: -0.000000006576055, z: 0.00000032509809} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb1 - parentName: mixamorig:RightHand - position: {x: 0.03788809, y: -0.02166998, z: 0.030030873} - rotation: {x: -0.11864688, y: -0.08685217, z: 0.11865078, w: 0.9819886} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb2 - parentName: mixamorig:RightHandThumb1 - position: {x: 0.036754426, y: -0.021220084, z: 0.021220122} - rotation: {x: 0.000005132493, y: 0.0000031770358, z: -0.0000056908543, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb3 - parentName: mixamorig:RightHandThumb2 - position: {x: 0.03394358, y: -0.019597458, z: 0.019597925} - rotation: {x: -0.0000050727767, y: -0.000009590957, z: -0.00000076763814, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb4 - parentName: mixamorig:RightHandThumb3 - position: {x: 0.026794035, y: -0.015469455, z: 0.015469198} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex1 - parentName: mixamorig:RightHand - position: {x: 0.12266616, y: -0.002316732, z: 0.028220555} - rotation: {x: -0.000000014901163, y: -1.5418528e-12, z: -0.000000029802322, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex2 - parentName: mixamorig:RightHandIndex1 - position: {x: 0.038919672, y: -7.205551e-10, z: 0.00000037513024} - rotation: {x: -0.000000014901158, y: 0.00000002980617, z: 0.00000007450426, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex3 - parentName: mixamorig:RightHandIndex2 - position: {x: 0.03415161, y: 0.0000000025299138, z: -0.000000086058414} - rotation: {x: 7.7192193e-16, y: -0.000000029801553, z: 0.000000014902698, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex4 - parentName: mixamorig:RightHandIndex3 - position: {x: 0.030779855, y: -0.000000009372842, z: -0.00000008780579} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing1 - parentName: mixamorig:RightHand - position: {x: 0.12147004, y: 0.00009890902, z: -0.022166314} - rotation: {x: 0.00000002980232, y: 0.000000014900391, z: -0.000000014901934, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing2 - parentName: mixamorig:RightHandRing1 - position: {x: 0.036011904, y: 0.0000000023856512, z: 0.0000003486698} - rotation: {x: -0.000000014901159, y: -0.00000005960389, z: 0.0000000149042, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing3 - parentName: mixamorig:RightHandRing2 - position: {x: 0.03307317, y: 0.00000003760175, z: -0.00000021114596} - rotation: {x: 0.000000014901161, y: 0.000000059604645, z: -3.0845936e-12, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing4 - parentName: mixamorig:RightHandRing3 - position: {x: 0.036601152, y: 0.00000002046845, z: 0.000000006718011} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky1 - parentName: mixamorig:RightHand - position: {x: 0.10908193, y: -0.002263685, z: -0.0472582} - rotation: {x: 0.000000044703487, y: 0.00000002980695, z: 0.00000008940544, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky2 - parentName: mixamorig:RightHandPinky1 - position: {x: 0.041366525, y: 0.000000004310631, z: 0.00000025609583} - rotation: {x: 0.000000014901153, y: -0.000000044709655, z: -0.00000011920697, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky3 - parentName: mixamorig:RightHandPinky2 - position: {x: 0.025948359, y: -0.000000009571486, z: -0.00000036661154} - rotation: {x: -0.00000005960464, y: 0.00000002980386, z: 0.000000029800782, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky4 - parentName: mixamorig:RightHandPinky3 - position: {x: 0.029238692, y: 0.00000000641227, z: 0.00000018695744} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightUpLeg - parentName: mixamorig:Hips - position: {x: 0.09124453, y: -0.06656398, z: -0.00055377925} - rotation: {x: -0.000002931613, y: -0.000000013649597, z: 0.00000043784848, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightLeg - parentName: mixamorig:RightUpLeg - position: {x: 0.002446805, y: -0.40595436, z: -0.0051452797} - rotation: {x: 0.0000065525965, y: -0.000000021011672, z: -2.99793e-11, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightFoot - parentName: mixamorig:RightLeg - position: {x: -0.0024466943, y: -0.4204787, z: -0.02060231} - rotation: {x: -0.000003650786, y: 0.000000020896566, z: 0.0000000039579957, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightToeBase - parentName: mixamorig:RightFoot - position: {x: 0.0037335984, y: -0.10492194, z: 0.12640662} - rotation: {x: 0.000000029802322, y: 6.530776e-11, z: -2.3527402e-10, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightToe_End - parentName: mixamorig:RightToeBase - position: {x: -0.0000000011347395, y: 0.000000004587741, z: 0.09992521} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftUpLeg - parentName: mixamorig:Hips - position: {x: -0.091244526, y: -0.06656399, z: -0.00055377925} - rotation: {x: -0.000017517097, y: -0.000000013640878, z: 0.00000043808052, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftLeg - parentName: mixamorig:LeftUpLeg - position: {x: -0.0024468019, y: -0.40595403, z: -0.005170411} - rotation: {x: 0.000035527948, y: 0.000000089582485, z: 0.0000000041595536, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftFoot - parentName: mixamorig:LeftLeg - position: {x: 0.002446696, y: -0.42047998, z: -0.020576412} - rotation: {x: -0.000018015498, y: -0.00000010461389, z: -0.0000000013931898, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftToeBase - parentName: mixamorig:LeftFoot - position: {x: -0.0037335982, y: -0.10492193, z: 0.12640664} - rotation: {x: 0.000000004649337, y: 1.1698642e-10, z: 9.313231e-10, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftToe_End - parentName: mixamorig:LeftToeBase - position: {x: 0.000000002053664, y: 0.000000009634096, z: 0.09992521} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - armTwist: 0.5 - foreArmTwist: 0.5 - upperLegTwist: 0.5 - legTwist: 0.5 - armStretch: 0.05 - legStretch: 0.05 - feetSpacing: 0 - globalScale: 1 - rootMotionBoneName: - hasTranslationDoF: 0 - hasExtraRoot: 1 - skeletonHasParents: 1 - lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: 96b816f238895a3489671ef99184aefe, type: 3} - autoGenerateAvatarMappingIfUnspecified: 1 - animationType: 3 - humanoidOversampling: 1 - avatarSetup: 2 - addHumanoidExtraRootOnlyWhenUsingAvatar: 1 - additionalBone: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Character/Animations/Base/Idle.fbx b/Assets/Resources/Character/Animations/Base/Idle.fbx deleted file mode 100644 index c9bf633c..00000000 --- a/Assets/Resources/Character/Animations/Base/Idle.fbx +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bcd8b762c5000ad306c598b3bbfb9008eeb24f96518d20720a93af3f0a9f5639 -size 1101216 diff --git a/Assets/Resources/Character/Animations/Base/Idle.fbx.meta b/Assets/Resources/Character/Animations/Base/Idle.fbx.meta deleted file mode 100644 index 9fb43efa..00000000 --- a/Assets/Resources/Character/Animations/Base/Idle.fbx.meta +++ /dev/null @@ -1,903 +0,0 @@ -fileFormatVersion: 2 -guid: 42bd088fed8ba7446b9d6773e8452102 -ModelImporter: - serializedVersion: 20200 - internalIDToNameTable: - - first: - 74: -203655887218126122 - second: mixamo.com - - first: - 74: -3100369314251171874 - second: Idle - externalObjects: {} - materials: - materialImportMode: 2 - materialName: 0 - materialSearch: 1 - materialLocation: 1 - animations: - legacyGenerateAnimations: 4 - bakeSimulation: 0 - resampleCurves: 1 - optimizeGameObjects: 0 - motionNodeName: - rigImportErrors: - rigImportWarnings: - animationImportErrors: - animationImportWarnings: - animationRetargetingWarnings: - animationDoRetargetingWarnings: 0 - importAnimatedCustomProperties: 0 - importConstraints: 0 - animationCompression: 3 - animationRotationError: 0.5 - animationPositionError: 0.5 - animationScaleError: 0.5 - animationWrapMode: 0 - extraExposedTransformPaths: [] - extraUserProperties: [] - clipAnimations: - - serializedVersion: 16 - name: Idle - takeName: mixamo.com - internalID: 0 - firstFrame: 0 - lastFrame: 298 - wrapMode: 0 - orientationOffsetY: 0 - level: 0 - cycleOffset: 0 - loop: 0 - hasAdditiveReferencePose: 0 - loopTime: 1 - loopBlend: 0 - loopBlendOrientation: 1 - loopBlendPositionY: 1 - loopBlendPositionXZ: 1 - keepOriginalOrientation: 1 - keepOriginalPositionY: 1 - keepOriginalPositionXZ: 1 - heightFromFeet: 0 - mirror: 0 - bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 - curves: [] - events: [] - transformMask: [] - maskType: 3 - maskSource: {instanceID: 0} - additiveReferencePoseFrame: 0 - isReadable: 0 - meshes: - lODScreenPercentages: [] - globalScale: 1 - meshCompression: 0 - addColliders: 0 - useSRGBMaterialColor: 1 - sortHierarchyByName: 1 - importVisibility: 1 - importBlendShapes: 1 - importCameras: 1 - importLights: 1 - fileIdsGeneration: 2 - swapUVChannels: 0 - generateSecondaryUV: 0 - useFileUnits: 1 - keepQuads: 0 - weldVertices: 1 - bakeAxisConversion: 0 - preserveHierarchy: 0 - skinWeightsMode: 0 - maxBonesPerVertex: 4 - minBoneWeight: 0.001 - meshOptimizationFlags: -1 - indexFormat: 0 - secondaryUVAngleDistortion: 8 - secondaryUVAreaDistortion: 15.000001 - secondaryUVHardAngle: 88 - secondaryUVMarginMethod: 1 - secondaryUVMinLightmapResolution: 40 - secondaryUVMinObjectScale: 1 - secondaryUVPackMargin: 4 - useFileScale: 1 - tangentSpace: - normalSmoothAngle: 60 - normalImportMode: 0 - tangentImportMode: 3 - normalCalculationMode: 4 - legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 - blendShapeNormalImportMode: 1 - normalSmoothingSource: 0 - referencedClips: [] - importAnimation: 1 - humanDescription: - serializedVersion: 3 - human: - - boneName: mixamorig:Hips - humanName: Hips - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftUpLeg - humanName: LeftUpperLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightUpLeg - humanName: RightUpperLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftLeg - humanName: LeftLowerLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightLeg - humanName: RightLowerLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftFoot - humanName: LeftFoot - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightFoot - humanName: RightFoot - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Spine - humanName: Spine - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Spine1 - humanName: Chest - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Neck - humanName: Neck - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Head - humanName: Head - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftShoulder - humanName: LeftShoulder - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightShoulder - humanName: RightShoulder - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftArm - humanName: LeftUpperArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightArm - humanName: RightUpperArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftForeArm - humanName: LeftLowerArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightForeArm - humanName: RightLowerArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHand - humanName: LeftHand - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHand - humanName: RightHand - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftToeBase - humanName: LeftToes - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightToeBase - humanName: RightToes - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandThumb1 - humanName: Left Thumb Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandThumb2 - humanName: Left Thumb Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandThumb3 - humanName: Left Thumb Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandIndex1 - humanName: Left Index Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandIndex2 - humanName: Left Index Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandIndex3 - humanName: Left Index Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandMiddle1 - humanName: Left Middle Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandMiddle2 - humanName: Left Middle Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandMiddle3 - humanName: Left Middle Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandRing1 - humanName: Left Ring Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandRing2 - humanName: Left Ring Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandRing3 - humanName: Left Ring Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandPinky1 - humanName: Left Little Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandPinky2 - humanName: Left Little Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandPinky3 - humanName: Left Little Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandThumb1 - humanName: Right Thumb Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandThumb2 - humanName: Right Thumb Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandThumb3 - humanName: Right Thumb Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandIndex1 - humanName: Right Index Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandIndex2 - humanName: Right Index Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandIndex3 - humanName: Right Index Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandMiddle1 - humanName: Right Middle Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandMiddle2 - humanName: Right Middle Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandMiddle3 - humanName: Right Middle Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandRing1 - humanName: Right Ring Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandRing2 - humanName: Right Ring Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandRing3 - humanName: Right Ring Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandPinky1 - humanName: Right Little Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandPinky2 - humanName: Right Little Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandPinky3 - humanName: Right Little Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Spine2 - humanName: UpperChest - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - skeleton: - - name: ybot(Clone) - parentName: - position: {x: 0, y: 0, z: 0} - rotation: {x: 0, y: 0, z: 0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Alpha_Surface - parentName: ybot(Clone) - position: {x: -0, y: 0, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Alpha_Joints - parentName: ybot(Clone) - position: {x: -0, y: 0, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Hips - parentName: ybot(Clone) - position: {x: 0.00000006757011, y: 0.9979194, z: 0.000000484474} - rotation: {x: 1.3930912e-15, y: 0.00000001376344, z: -0.0000004417766, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Spine - parentName: mixamorig:Hips - position: {x: -0.0000000056483196, y: 0.09923459, z: -0.012273348} - rotation: {x: -1.3930783e-15, y: -0.00000001376344, z: 0.00000044177568, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Spine1 - parentName: mixamorig:Spine - position: {x: 0.0000013886521, y: 0.1164544, z: -0.014223412} - rotation: {x: 3.8774097e-26, y: -4.2632574e-14, z: 6.82121e-13, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Spine2 - parentName: mixamorig:Spine1 - position: {x: -0.00000091440717, y: 0.13360204, z: -0.016264597} - rotation: {x: 0, y: 0, z: 1.8056423e-35, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Neck - parentName: mixamorig:Spine2 - position: {x: -0.0000002520208, y: 0.15032491, z: 0.007929048} - rotation: {x: -5.2041704e-18, y: 4.2632927e-14, z: 2.273737e-13, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Head - parentName: mixamorig:Neck - position: {x: -0.000000023707482, y: 0.1032183, z: 0.031424288} - rotation: {x: 0, y: -0, z: -2.3158745e-36, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:HeadTop_End - parentName: mixamorig:Head - position: {x: -0.0000015417259, y: 0.18474671, z: 0.06636399} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftEye - parentName: mixamorig:Head - position: {x: -0.02947915, y: 0.07681745, z: 0.09120731} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightEye - parentName: mixamorig:Head - position: {x: 0.029444808, y: 0.07681745, z: 0.091204956} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftShoulder - parentName: mixamorig:Spine2 - position: {x: -0.061058242, y: 0.09110424, z: 0.0070555084} - rotation: {x: -0.000000044703484, y: 4.2632557e-14, z: -0.000000044703256, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftArm - parentName: mixamorig:LeftShoulder - position: {x: -0.12655036, y: -0.0026593448, z: -0.026009219} - rotation: {x: 0.000000044703484, y: 2.4507967e-22, z: 0.000000044703484, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftForeArm - parentName: mixamorig:LeftArm - position: {x: -0.27404684, y: 0.00000039126675, z: 0.000000065881096} - rotation: {x: -0.000000059604638, y: -0.000000003900862, z: -1.3205547e-24, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHand - parentName: mixamorig:LeftForeArm - position: {x: -0.27614462, y: 0.00000028951808, z: 0.00000019646586} - rotation: {x: 0.000025994656, y: 0.000000044703476, z: -1.1567093e-12, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle1 - parentName: mixamorig:LeftHand - position: {x: -0.12775522, y: 0.00000013342024, z: 0.00000020418457} - rotation: {x: -0.000000014901165, y: -0.000000044699625, z: 0.000000074508115, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle2 - parentName: mixamorig:LeftHandMiddle1 - position: {x: -0.036139715, y: 0.000000026601377, z: 0.000000024623631} - rotation: {x: -0.000000014901161, y: -2.310558e-12, z: -0.00000004470347, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle3 - parentName: mixamorig:LeftHandMiddle2 - position: {x: -0.0345976, y: 0.000000005432471, z: -0.00000026419679} - rotation: {x: 0.000000059604645, y: -7.7026065e-13, z: -0.000000014901168, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle4 - parentName: mixamorig:LeftHandMiddle3 - position: {x: -0.036801923, y: -8.559337e-10, z: 0.00000032769248} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb1 - parentName: mixamorig:LeftHand - position: {x: -0.037888095, y: -0.021669967, z: 0.03003088} - rotation: {x: -0.1186462, y: 0.08685124, z: -0.11865034, w: 0.98198885} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb2 - parentName: mixamorig:LeftHandThumb1 - position: {x: -0.03675443, y: -0.021220079, z: 0.021220123} - rotation: {x: 0.000005132493, y: -0.0000031770358, z: 0.0000056908543, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb3 - parentName: mixamorig:LeftHandThumb2 - position: {x: -0.033943586, y: -0.019597441, z: 0.019597929} - rotation: {x: -0.0000051025786, y: 0.000009561153, z: 0.00000075273744, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb4 - parentName: mixamorig:LeftHandThumb3 - position: {x: -0.026794039, y: -0.015469446, z: 0.0154692} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex1 - parentName: mixamorig:LeftHand - position: {x: -0.12266614, y: -0.0023166884, z: 0.028220579} - rotation: {x: 0.00000004470348, y: 1.5400767e-12, z: 0.000000029802326, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex2 - parentName: mixamorig:LeftHandIndex1 - position: {x: -0.038919672, y: 0.000000016868665, z: 0.00000038721547} - rotation: {x: -0.000000074505806, y: -0.000000029806174, z: -0.00000007450426, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex3 - parentName: mixamorig:LeftHandIndex2 - position: {x: -0.03415161, y: 0.000000005749108, z: -0.00000008770533} - rotation: {x: 7.719219e-16, y: 0.000000029801551, z: -0.000000014902698, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex4 - parentName: mixamorig:LeftHandIndex3 - position: {x: -0.030779855, y: 7.926917e-10, z: -0.00000008560385} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing1 - parentName: mixamorig:LeftHand - position: {x: -0.12147005, y: 0.00009894983, z: -0.022166291} - rotation: {x: 0.00000002980232, y: -0.000000014900391, z: 0.000000014901934, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing2 - parentName: mixamorig:LeftHandRing1 - position: {x: -0.036011904, y: 0.000000015129366, z: 0.0000003511219} - rotation: {x: -0.000000014901159, y: 0.00000005960389, z: -0.000000014904199, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing3 - parentName: mixamorig:LeftHandRing2 - position: {x: -0.03307317, y: 0.000000045317442, z: -0.00000020893265} - rotation: {x: 0.000000044703487, y: -0.0000000894085, z: -0.000000029797693, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing4 - parentName: mixamorig:LeftHandRing3 - position: {x: -0.036601152, y: 0.00000002906111, z: 4.5477133e-10} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky1 - parentName: mixamorig:LeftHand - position: {x: -0.10908195, y: -0.0022636496, z: -0.047258176} - rotation: {x: 0.000000044703487, y: -0.00000002980695, z: -0.00000008940545, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky2 - parentName: mixamorig:LeftHandPinky1 - position: {x: -0.041366525, y: 0.000000022999533, z: 0.00000026898434} - rotation: {x: 0.000000014901153, y: 0.000000044709655, z: 0.00000011920697, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky3 - parentName: mixamorig:LeftHandPinky2 - position: {x: -0.025948359, y: 5.93904e-10, z: -0.00000036009018} - rotation: {x: 3.0875333e-15, y: -0.00000005960773, z: -0.000000059601557, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky4 - parentName: mixamorig:LeftHandPinky3 - position: {x: -0.029238692, y: 0.000000014407377, z: 0.00000018732128} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightShoulder - parentName: mixamorig:Spine2 - position: {x: 0.06105696, y: 0.09110509, z: 0.007055634} - rotation: {x: -0.000000014901161, y: 4.2632564e-14, z: -0.000000044703256, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightArm - parentName: mixamorig:RightShoulder - position: {x: 0.1265504, y: -0.0026602063, z: -0.026008958} - rotation: {x: 0.000000014901161, y: 7.7756505e-24, z: 0.000000044703484, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightForeArm - parentName: mixamorig:RightArm - position: {x: 0.27404684, y: 0.0000003288411, z: 0.000000052756395} - rotation: {x: -0.000000059604638, y: 0.000000003900862, z: -3.0876939e-15, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHand - parentName: mixamorig:RightForeArm - position: {x: 0.27614462, y: 0.00000022661457, z: 0.0000001832407} - rotation: {x: 0.000025994656, y: -0.000000044703476, z: 1.1567093e-12, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle1 - parentName: mixamorig:RightHand - position: {x: 0.12775522, y: 0.000000089457735, z: 0.00000018011639} - rotation: {x: -0.000000014901165, y: 0.000000044699625, z: -0.000000074508115, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle2 - parentName: mixamorig:RightHandMiddle1 - position: {x: 0.036139715, y: 0.000000027565017, z: 0.000000030803374} - rotation: {x: -0.000000014901161, y: 2.311002e-12, z: 0.00000004470347, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle3 - parentName: mixamorig:RightHandMiddle2 - position: {x: 0.0345976, y: -0.0000000019721824, z: -0.0000002645789} - rotation: {x: 0.000000059604645, y: 7.7026065e-13, z: 0.000000014901168, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle4 - parentName: mixamorig:RightHandMiddle3 - position: {x: 0.036801923, y: -0.000000006576055, z: 0.00000032509809} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb1 - parentName: mixamorig:RightHand - position: {x: 0.03788809, y: -0.02166998, z: 0.030030873} - rotation: {x: -0.11864688, y: -0.08685217, z: 0.11865078, w: 0.9819886} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb2 - parentName: mixamorig:RightHandThumb1 - position: {x: 0.036754426, y: -0.021220084, z: 0.021220122} - rotation: {x: 0.000005132493, y: 0.0000031770358, z: -0.0000056908543, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb3 - parentName: mixamorig:RightHandThumb2 - position: {x: 0.03394358, y: -0.019597458, z: 0.019597925} - rotation: {x: -0.0000050727767, y: -0.000009590957, z: -0.00000076763814, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb4 - parentName: mixamorig:RightHandThumb3 - position: {x: 0.026794035, y: -0.015469455, z: 0.015469198} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex1 - parentName: mixamorig:RightHand - position: {x: 0.12266616, y: -0.002316732, z: 0.028220555} - rotation: {x: -0.000000014901163, y: -1.5418528e-12, z: -0.000000029802322, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex2 - parentName: mixamorig:RightHandIndex1 - position: {x: 0.038919672, y: -7.205551e-10, z: 0.00000037513024} - rotation: {x: -0.000000014901158, y: 0.00000002980617, z: 0.00000007450426, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex3 - parentName: mixamorig:RightHandIndex2 - position: {x: 0.03415161, y: 0.0000000025299138, z: -0.000000086058414} - rotation: {x: 7.7192193e-16, y: -0.000000029801553, z: 0.000000014902698, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex4 - parentName: mixamorig:RightHandIndex3 - position: {x: 0.030779855, y: -0.000000009372842, z: -0.00000008780579} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing1 - parentName: mixamorig:RightHand - position: {x: 0.12147004, y: 0.00009890902, z: -0.022166314} - rotation: {x: 0.00000002980232, y: 0.000000014900391, z: -0.000000014901934, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing2 - parentName: mixamorig:RightHandRing1 - position: {x: 0.036011904, y: 0.0000000023856512, z: 0.0000003486698} - rotation: {x: -0.000000014901159, y: -0.00000005960389, z: 0.0000000149042, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing3 - parentName: mixamorig:RightHandRing2 - position: {x: 0.03307317, y: 0.00000003760175, z: -0.00000021114596} - rotation: {x: 0.000000014901161, y: 0.000000059604645, z: -3.0845936e-12, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing4 - parentName: mixamorig:RightHandRing3 - position: {x: 0.036601152, y: 0.00000002046845, z: 0.000000006718011} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky1 - parentName: mixamorig:RightHand - position: {x: 0.10908193, y: -0.002263685, z: -0.0472582} - rotation: {x: 0.000000044703487, y: 0.00000002980695, z: 0.00000008940544, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky2 - parentName: mixamorig:RightHandPinky1 - position: {x: 0.041366525, y: 0.000000004310631, z: 0.00000025609583} - rotation: {x: 0.000000014901153, y: -0.000000044709655, z: -0.00000011920697, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky3 - parentName: mixamorig:RightHandPinky2 - position: {x: 0.025948359, y: -0.000000009571486, z: -0.00000036661154} - rotation: {x: -0.00000005960464, y: 0.00000002980386, z: 0.000000029800782, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky4 - parentName: mixamorig:RightHandPinky3 - position: {x: 0.029238692, y: 0.00000000641227, z: 0.00000018695744} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightUpLeg - parentName: mixamorig:Hips - position: {x: 0.09124453, y: -0.06656398, z: -0.00055377925} - rotation: {x: -0.000002931613, y: -0.000000013649597, z: 0.00000043784848, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightLeg - parentName: mixamorig:RightUpLeg - position: {x: 0.002446805, y: -0.40595436, z: -0.0051452797} - rotation: {x: 0.0000065525965, y: -0.000000021011672, z: -2.99793e-11, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightFoot - parentName: mixamorig:RightLeg - position: {x: -0.0024466943, y: -0.4204787, z: -0.02060231} - rotation: {x: -0.000003650786, y: 0.000000020896566, z: 0.0000000039579957, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightToeBase - parentName: mixamorig:RightFoot - position: {x: 0.0037335984, y: -0.10492194, z: 0.12640662} - rotation: {x: 0.000000029802322, y: 6.530776e-11, z: -2.3527402e-10, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightToe_End - parentName: mixamorig:RightToeBase - position: {x: -0.0000000011347395, y: 0.000000004587741, z: 0.09992521} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftUpLeg - parentName: mixamorig:Hips - position: {x: -0.091244526, y: -0.06656399, z: -0.00055377925} - rotation: {x: -0.000017517097, y: -0.000000013640878, z: 0.00000043808052, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftLeg - parentName: mixamorig:LeftUpLeg - position: {x: -0.0024468019, y: -0.40595403, z: -0.005170411} - rotation: {x: 0.000035527948, y: 0.000000089582485, z: 0.0000000041595536, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftFoot - parentName: mixamorig:LeftLeg - position: {x: 0.002446696, y: -0.42047998, z: -0.020576412} - rotation: {x: -0.000018015498, y: -0.00000010461389, z: -0.0000000013931898, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftToeBase - parentName: mixamorig:LeftFoot - position: {x: -0.0037335982, y: -0.10492193, z: 0.12640664} - rotation: {x: 0.000000004649337, y: 1.1698642e-10, z: 9.313231e-10, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftToe_End - parentName: mixamorig:LeftToeBase - position: {x: 0.000000002053664, y: 0.000000009634096, z: 0.09992521} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - armTwist: 0.5 - foreArmTwist: 0.5 - upperLegTwist: 0.5 - legTwist: 0.5 - armStretch: 0.05 - legStretch: 0.05 - feetSpacing: 0 - globalScale: 1 - rootMotionBoneName: - hasTranslationDoF: 0 - hasExtraRoot: 1 - skeletonHasParents: 1 - lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: 96b816f238895a3489671ef99184aefe, type: 3} - autoGenerateAvatarMappingIfUnspecified: 1 - animationType: 3 - humanoidOversampling: 1 - avatarSetup: 2 - addHumanoidExtraRootOnlyWhenUsingAvatar: 1 - additionalBone: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Character/Animations/Base/Left Strafe.fbx b/Assets/Resources/Character/Animations/Base/Left Strafe.fbx deleted file mode 100644 index d2b89c87..00000000 --- a/Assets/Resources/Character/Animations/Base/Left Strafe.fbx +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:34f4890af847521e65b035065d239bda6c9b90affecf7049722e18a035653b52 -size 331632 diff --git a/Assets/Resources/Character/Animations/Base/Left Strafe.fbx.meta b/Assets/Resources/Character/Animations/Base/Left Strafe.fbx.meta deleted file mode 100644 index 0c3c7b2c..00000000 --- a/Assets/Resources/Character/Animations/Base/Left Strafe.fbx.meta +++ /dev/null @@ -1,900 +0,0 @@ -fileFormatVersion: 2 -guid: 9c2ccfb7913133144b9ff6ce17b6dd9b -ModelImporter: - serializedVersion: 20200 - internalIDToNameTable: - - first: - 74: -203655887218126122 - second: Left Strafe - externalObjects: {} - materials: - materialImportMode: 2 - materialName: 0 - materialSearch: 1 - materialLocation: 1 - animations: - legacyGenerateAnimations: 4 - bakeSimulation: 0 - resampleCurves: 1 - optimizeGameObjects: 0 - motionNodeName: - rigImportErrors: - rigImportWarnings: - animationImportErrors: - animationImportWarnings: - animationRetargetingWarnings: - animationDoRetargetingWarnings: 0 - importAnimatedCustomProperties: 0 - importConstraints: 0 - animationCompression: 3 - animationRotationError: 0.5 - animationPositionError: 0.5 - animationScaleError: 0.5 - animationWrapMode: 0 - extraExposedTransformPaths: [] - extraUserProperties: [] - clipAnimations: - - serializedVersion: 16 - name: Left Strafe - takeName: mixamo.com - internalID: 0 - firstFrame: 0 - lastFrame: 20 - wrapMode: 0 - orientationOffsetY: 0 - level: 0 - cycleOffset: 0 - loop: 0 - hasAdditiveReferencePose: 0 - loopTime: 1 - loopBlend: 0 - loopBlendOrientation: 1 - loopBlendPositionY: 1 - loopBlendPositionXZ: 1 - keepOriginalOrientation: 1 - keepOriginalPositionY: 1 - keepOriginalPositionXZ: 1 - heightFromFeet: 0 - mirror: 0 - bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 - curves: [] - events: [] - transformMask: [] - maskType: 3 - maskSource: {instanceID: 0} - additiveReferencePoseFrame: 0 - isReadable: 0 - meshes: - lODScreenPercentages: [] - globalScale: 1 - meshCompression: 0 - addColliders: 0 - useSRGBMaterialColor: 1 - sortHierarchyByName: 1 - importVisibility: 1 - importBlendShapes: 1 - importCameras: 1 - importLights: 1 - fileIdsGeneration: 2 - swapUVChannels: 0 - generateSecondaryUV: 0 - useFileUnits: 1 - keepQuads: 0 - weldVertices: 1 - bakeAxisConversion: 0 - preserveHierarchy: 0 - skinWeightsMode: 0 - maxBonesPerVertex: 4 - minBoneWeight: 0.001 - meshOptimizationFlags: -1 - indexFormat: 0 - secondaryUVAngleDistortion: 8 - secondaryUVAreaDistortion: 15.000001 - secondaryUVHardAngle: 88 - secondaryUVMarginMethod: 1 - secondaryUVMinLightmapResolution: 40 - secondaryUVMinObjectScale: 1 - secondaryUVPackMargin: 4 - useFileScale: 1 - tangentSpace: - normalSmoothAngle: 60 - normalImportMode: 0 - tangentImportMode: 3 - normalCalculationMode: 4 - legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 - blendShapeNormalImportMode: 1 - normalSmoothingSource: 0 - referencedClips: [] - importAnimation: 1 - humanDescription: - serializedVersion: 3 - human: - - boneName: mixamorig:Hips - humanName: Hips - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftUpLeg - humanName: LeftUpperLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightUpLeg - humanName: RightUpperLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftLeg - humanName: LeftLowerLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightLeg - humanName: RightLowerLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftFoot - humanName: LeftFoot - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightFoot - humanName: RightFoot - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Spine - humanName: Spine - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Spine1 - humanName: Chest - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Neck - humanName: Neck - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Head - humanName: Head - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftShoulder - humanName: LeftShoulder - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightShoulder - humanName: RightShoulder - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftArm - humanName: LeftUpperArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightArm - humanName: RightUpperArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftForeArm - humanName: LeftLowerArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightForeArm - humanName: RightLowerArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHand - humanName: LeftHand - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHand - humanName: RightHand - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftToeBase - humanName: LeftToes - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightToeBase - humanName: RightToes - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandThumb1 - humanName: Left Thumb Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandThumb2 - humanName: Left Thumb Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandThumb3 - humanName: Left Thumb Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandIndex1 - humanName: Left Index Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandIndex2 - humanName: Left Index Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandIndex3 - humanName: Left Index Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandMiddle1 - humanName: Left Middle Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandMiddle2 - humanName: Left Middle Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandMiddle3 - humanName: Left Middle Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandRing1 - humanName: Left Ring Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandRing2 - humanName: Left Ring Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandRing3 - humanName: Left Ring Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandPinky1 - humanName: Left Little Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandPinky2 - humanName: Left Little Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandPinky3 - humanName: Left Little Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandThumb1 - humanName: Right Thumb Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandThumb2 - humanName: Right Thumb Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandThumb3 - humanName: Right Thumb Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandIndex1 - humanName: Right Index Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandIndex2 - humanName: Right Index Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandIndex3 - humanName: Right Index Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandMiddle1 - humanName: Right Middle Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandMiddle2 - humanName: Right Middle Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandMiddle3 - humanName: Right Middle Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandRing1 - humanName: Right Ring Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandRing2 - humanName: Right Ring Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandRing3 - humanName: Right Ring Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandPinky1 - humanName: Right Little Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandPinky2 - humanName: Right Little Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandPinky3 - humanName: Right Little Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Spine2 - humanName: UpperChest - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - skeleton: - - name: ybot(Clone) - parentName: - position: {x: 0, y: 0, z: 0} - rotation: {x: 0, y: 0, z: 0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Alpha_Surface - parentName: ybot(Clone) - position: {x: -0, y: 0, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Alpha_Joints - parentName: ybot(Clone) - position: {x: -0, y: 0, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Hips - parentName: ybot(Clone) - position: {x: 0.00000006757011, y: 0.9979194, z: 0.000000484474} - rotation: {x: 1.3930912e-15, y: 0.00000001376344, z: -0.0000004417766, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Spine - parentName: mixamorig:Hips - position: {x: -0.0000000056483196, y: 0.09923459, z: -0.012273348} - rotation: {x: -1.3930783e-15, y: -0.00000001376344, z: 0.00000044177568, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Spine1 - parentName: mixamorig:Spine - position: {x: 0.0000013886521, y: 0.1164544, z: -0.014223412} - rotation: {x: 3.8774097e-26, y: -4.2632574e-14, z: 6.82121e-13, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Spine2 - parentName: mixamorig:Spine1 - position: {x: -0.00000091440717, y: 0.13360204, z: -0.016264597} - rotation: {x: 0, y: 0, z: 1.8056423e-35, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Neck - parentName: mixamorig:Spine2 - position: {x: -0.0000002520208, y: 0.15032491, z: 0.007929048} - rotation: {x: -5.2041704e-18, y: 4.2632927e-14, z: 2.273737e-13, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Head - parentName: mixamorig:Neck - position: {x: -0.000000023707482, y: 0.1032183, z: 0.031424288} - rotation: {x: 0, y: -0, z: -2.3158745e-36, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:HeadTop_End - parentName: mixamorig:Head - position: {x: -0.0000015417259, y: 0.18474671, z: 0.06636399} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftEye - parentName: mixamorig:Head - position: {x: -0.02947915, y: 0.07681745, z: 0.09120731} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightEye - parentName: mixamorig:Head - position: {x: 0.029444808, y: 0.07681745, z: 0.091204956} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftShoulder - parentName: mixamorig:Spine2 - position: {x: -0.061058242, y: 0.09110424, z: 0.0070555084} - rotation: {x: -0.000000044703484, y: 4.2632557e-14, z: -0.000000044703256, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftArm - parentName: mixamorig:LeftShoulder - position: {x: -0.12655036, y: -0.0026593448, z: -0.026009219} - rotation: {x: 0.000000044703484, y: 2.4507967e-22, z: 0.000000044703484, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftForeArm - parentName: mixamorig:LeftArm - position: {x: -0.27404684, y: 0.00000039126675, z: 0.000000065881096} - rotation: {x: -0.000000059604638, y: -0.000000003900862, z: -1.3205547e-24, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHand - parentName: mixamorig:LeftForeArm - position: {x: -0.27614462, y: 0.00000028951808, z: 0.00000019646586} - rotation: {x: 0.000025994656, y: 0.000000044703476, z: -1.1567093e-12, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle1 - parentName: mixamorig:LeftHand - position: {x: -0.12775522, y: 0.00000013342024, z: 0.00000020418457} - rotation: {x: -0.000000014901165, y: -0.000000044699625, z: 0.000000074508115, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle2 - parentName: mixamorig:LeftHandMiddle1 - position: {x: -0.036139715, y: 0.000000026601377, z: 0.000000024623631} - rotation: {x: -0.000000014901161, y: -2.310558e-12, z: -0.00000004470347, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle3 - parentName: mixamorig:LeftHandMiddle2 - position: {x: -0.0345976, y: 0.000000005432471, z: -0.00000026419679} - rotation: {x: 0.000000059604645, y: -7.7026065e-13, z: -0.000000014901168, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle4 - parentName: mixamorig:LeftHandMiddle3 - position: {x: -0.036801923, y: -8.559337e-10, z: 0.00000032769248} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb1 - parentName: mixamorig:LeftHand - position: {x: -0.037888095, y: -0.021669967, z: 0.03003088} - rotation: {x: -0.1186462, y: 0.08685124, z: -0.11865034, w: 0.98198885} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb2 - parentName: mixamorig:LeftHandThumb1 - position: {x: -0.03675443, y: -0.021220079, z: 0.021220123} - rotation: {x: 0.000005132493, y: -0.0000031770358, z: 0.0000056908543, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb3 - parentName: mixamorig:LeftHandThumb2 - position: {x: -0.033943586, y: -0.019597441, z: 0.019597929} - rotation: {x: -0.0000051025786, y: 0.000009561153, z: 0.00000075273744, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb4 - parentName: mixamorig:LeftHandThumb3 - position: {x: -0.026794039, y: -0.015469446, z: 0.0154692} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex1 - parentName: mixamorig:LeftHand - position: {x: -0.12266614, y: -0.0023166884, z: 0.028220579} - rotation: {x: 0.00000004470348, y: 1.5400767e-12, z: 0.000000029802326, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex2 - parentName: mixamorig:LeftHandIndex1 - position: {x: -0.038919672, y: 0.000000016868665, z: 0.00000038721547} - rotation: {x: -0.000000074505806, y: -0.000000029806174, z: -0.00000007450426, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex3 - parentName: mixamorig:LeftHandIndex2 - position: {x: -0.03415161, y: 0.000000005749108, z: -0.00000008770533} - rotation: {x: 7.719219e-16, y: 0.000000029801551, z: -0.000000014902698, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex4 - parentName: mixamorig:LeftHandIndex3 - position: {x: -0.030779855, y: 7.926917e-10, z: -0.00000008560385} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing1 - parentName: mixamorig:LeftHand - position: {x: -0.12147005, y: 0.00009894983, z: -0.022166291} - rotation: {x: 0.00000002980232, y: -0.000000014900391, z: 0.000000014901934, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing2 - parentName: mixamorig:LeftHandRing1 - position: {x: -0.036011904, y: 0.000000015129366, z: 0.0000003511219} - rotation: {x: -0.000000014901159, y: 0.00000005960389, z: -0.000000014904199, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing3 - parentName: mixamorig:LeftHandRing2 - position: {x: -0.03307317, y: 0.000000045317442, z: -0.00000020893265} - rotation: {x: 0.000000044703487, y: -0.0000000894085, z: -0.000000029797693, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing4 - parentName: mixamorig:LeftHandRing3 - position: {x: -0.036601152, y: 0.00000002906111, z: 4.5477133e-10} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky1 - parentName: mixamorig:LeftHand - position: {x: -0.10908195, y: -0.0022636496, z: -0.047258176} - rotation: {x: 0.000000044703487, y: -0.00000002980695, z: -0.00000008940545, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky2 - parentName: mixamorig:LeftHandPinky1 - position: {x: -0.041366525, y: 0.000000022999533, z: 0.00000026898434} - rotation: {x: 0.000000014901153, y: 0.000000044709655, z: 0.00000011920697, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky3 - parentName: mixamorig:LeftHandPinky2 - position: {x: -0.025948359, y: 5.93904e-10, z: -0.00000036009018} - rotation: {x: 3.0875333e-15, y: -0.00000005960773, z: -0.000000059601557, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky4 - parentName: mixamorig:LeftHandPinky3 - position: {x: -0.029238692, y: 0.000000014407377, z: 0.00000018732128} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightShoulder - parentName: mixamorig:Spine2 - position: {x: 0.06105696, y: 0.09110509, z: 0.007055634} - rotation: {x: -0.000000014901161, y: 4.2632564e-14, z: -0.000000044703256, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightArm - parentName: mixamorig:RightShoulder - position: {x: 0.1265504, y: -0.0026602063, z: -0.026008958} - rotation: {x: 0.000000014901161, y: 7.7756505e-24, z: 0.000000044703484, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightForeArm - parentName: mixamorig:RightArm - position: {x: 0.27404684, y: 0.0000003288411, z: 0.000000052756395} - rotation: {x: -0.000000059604638, y: 0.000000003900862, z: -3.0876939e-15, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHand - parentName: mixamorig:RightForeArm - position: {x: 0.27614462, y: 0.00000022661457, z: 0.0000001832407} - rotation: {x: 0.000025994656, y: -0.000000044703476, z: 1.1567093e-12, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle1 - parentName: mixamorig:RightHand - position: {x: 0.12775522, y: 0.000000089457735, z: 0.00000018011639} - rotation: {x: -0.000000014901165, y: 0.000000044699625, z: -0.000000074508115, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle2 - parentName: mixamorig:RightHandMiddle1 - position: {x: 0.036139715, y: 0.000000027565017, z: 0.000000030803374} - rotation: {x: -0.000000014901161, y: 2.311002e-12, z: 0.00000004470347, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle3 - parentName: mixamorig:RightHandMiddle2 - position: {x: 0.0345976, y: -0.0000000019721824, z: -0.0000002645789} - rotation: {x: 0.000000059604645, y: 7.7026065e-13, z: 0.000000014901168, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle4 - parentName: mixamorig:RightHandMiddle3 - position: {x: 0.036801923, y: -0.000000006576055, z: 0.00000032509809} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb1 - parentName: mixamorig:RightHand - position: {x: 0.03788809, y: -0.02166998, z: 0.030030873} - rotation: {x: -0.11864688, y: -0.08685217, z: 0.11865078, w: 0.9819886} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb2 - parentName: mixamorig:RightHandThumb1 - position: {x: 0.036754426, y: -0.021220084, z: 0.021220122} - rotation: {x: 0.000005132493, y: 0.0000031770358, z: -0.0000056908543, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb3 - parentName: mixamorig:RightHandThumb2 - position: {x: 0.03394358, y: -0.019597458, z: 0.019597925} - rotation: {x: -0.0000050727767, y: -0.000009590957, z: -0.00000076763814, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb4 - parentName: mixamorig:RightHandThumb3 - position: {x: 0.026794035, y: -0.015469455, z: 0.015469198} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex1 - parentName: mixamorig:RightHand - position: {x: 0.12266616, y: -0.002316732, z: 0.028220555} - rotation: {x: -0.000000014901163, y: -1.5418528e-12, z: -0.000000029802322, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex2 - parentName: mixamorig:RightHandIndex1 - position: {x: 0.038919672, y: -7.205551e-10, z: 0.00000037513024} - rotation: {x: -0.000000014901158, y: 0.00000002980617, z: 0.00000007450426, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex3 - parentName: mixamorig:RightHandIndex2 - position: {x: 0.03415161, y: 0.0000000025299138, z: -0.000000086058414} - rotation: {x: 7.7192193e-16, y: -0.000000029801553, z: 0.000000014902698, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex4 - parentName: mixamorig:RightHandIndex3 - position: {x: 0.030779855, y: -0.000000009372842, z: -0.00000008780579} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing1 - parentName: mixamorig:RightHand - position: {x: 0.12147004, y: 0.00009890902, z: -0.022166314} - rotation: {x: 0.00000002980232, y: 0.000000014900391, z: -0.000000014901934, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing2 - parentName: mixamorig:RightHandRing1 - position: {x: 0.036011904, y: 0.0000000023856512, z: 0.0000003486698} - rotation: {x: -0.000000014901159, y: -0.00000005960389, z: 0.0000000149042, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing3 - parentName: mixamorig:RightHandRing2 - position: {x: 0.03307317, y: 0.00000003760175, z: -0.00000021114596} - rotation: {x: 0.000000014901161, y: 0.000000059604645, z: -3.0845936e-12, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing4 - parentName: mixamorig:RightHandRing3 - position: {x: 0.036601152, y: 0.00000002046845, z: 0.000000006718011} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky1 - parentName: mixamorig:RightHand - position: {x: 0.10908193, y: -0.002263685, z: -0.0472582} - rotation: {x: 0.000000044703487, y: 0.00000002980695, z: 0.00000008940544, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky2 - parentName: mixamorig:RightHandPinky1 - position: {x: 0.041366525, y: 0.000000004310631, z: 0.00000025609583} - rotation: {x: 0.000000014901153, y: -0.000000044709655, z: -0.00000011920697, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky3 - parentName: mixamorig:RightHandPinky2 - position: {x: 0.025948359, y: -0.000000009571486, z: -0.00000036661154} - rotation: {x: -0.00000005960464, y: 0.00000002980386, z: 0.000000029800782, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky4 - parentName: mixamorig:RightHandPinky3 - position: {x: 0.029238692, y: 0.00000000641227, z: 0.00000018695744} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightUpLeg - parentName: mixamorig:Hips - position: {x: 0.09124453, y: -0.06656398, z: -0.00055377925} - rotation: {x: -0.000002931613, y: -0.000000013649597, z: 0.00000043784848, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightLeg - parentName: mixamorig:RightUpLeg - position: {x: 0.002446805, y: -0.40595436, z: -0.0051452797} - rotation: {x: 0.0000065525965, y: -0.000000021011672, z: -2.99793e-11, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightFoot - parentName: mixamorig:RightLeg - position: {x: -0.0024466943, y: -0.4204787, z: -0.02060231} - rotation: {x: -0.000003650786, y: 0.000000020896566, z: 0.0000000039579957, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightToeBase - parentName: mixamorig:RightFoot - position: {x: 0.0037335984, y: -0.10492194, z: 0.12640662} - rotation: {x: 0.000000029802322, y: 6.530776e-11, z: -2.3527402e-10, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightToe_End - parentName: mixamorig:RightToeBase - position: {x: -0.0000000011347395, y: 0.000000004587741, z: 0.09992521} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftUpLeg - parentName: mixamorig:Hips - position: {x: -0.091244526, y: -0.06656399, z: -0.00055377925} - rotation: {x: -0.000017517097, y: -0.000000013640878, z: 0.00000043808052, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftLeg - parentName: mixamorig:LeftUpLeg - position: {x: -0.0024468019, y: -0.40595403, z: -0.005170411} - rotation: {x: 0.000035527948, y: 0.000000089582485, z: 0.0000000041595536, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftFoot - parentName: mixamorig:LeftLeg - position: {x: 0.002446696, y: -0.42047998, z: -0.020576412} - rotation: {x: -0.000018015498, y: -0.00000010461389, z: -0.0000000013931898, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftToeBase - parentName: mixamorig:LeftFoot - position: {x: -0.0037335982, y: -0.10492193, z: 0.12640664} - rotation: {x: 0.000000004649337, y: 1.1698642e-10, z: 9.313231e-10, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftToe_End - parentName: mixamorig:LeftToeBase - position: {x: 0.000000002053664, y: 0.000000009634096, z: 0.09992521} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - armTwist: 0.5 - foreArmTwist: 0.5 - upperLegTwist: 0.5 - legTwist: 0.5 - armStretch: 0.05 - legStretch: 0.05 - feetSpacing: 0 - globalScale: 1 - rootMotionBoneName: - hasTranslationDoF: 0 - hasExtraRoot: 1 - skeletonHasParents: 1 - lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: 96b816f238895a3489671ef99184aefe, type: 3} - autoGenerateAvatarMappingIfUnspecified: 1 - animationType: 3 - humanoidOversampling: 1 - avatarSetup: 2 - addHumanoidExtraRootOnlyWhenUsingAvatar: 1 - additionalBone: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Character/Animations/Base/Left Walk.fbx b/Assets/Resources/Character/Animations/Base/Left Walk.fbx deleted file mode 100644 index 29cdd8dd..00000000 --- a/Assets/Resources/Character/Animations/Base/Left Walk.fbx +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c53f6821c901f85e9a71545b90a64c442a6466843d3d3409e4e93967d74d383d -size 370688 diff --git a/Assets/Resources/Character/Animations/Base/Left Walk.fbx.meta b/Assets/Resources/Character/Animations/Base/Left Walk.fbx.meta deleted file mode 100644 index 5f673cfc..00000000 --- a/Assets/Resources/Character/Animations/Base/Left Walk.fbx.meta +++ /dev/null @@ -1,900 +0,0 @@ -fileFormatVersion: 2 -guid: 8cbbc25ad70f65a4d97cad5f8443b0ab -ModelImporter: - serializedVersion: 20200 - internalIDToNameTable: - - first: - 74: -203655887218126122 - second: Left Walking - externalObjects: {} - materials: - materialImportMode: 2 - materialName: 0 - materialSearch: 1 - materialLocation: 1 - animations: - legacyGenerateAnimations: 4 - bakeSimulation: 0 - resampleCurves: 1 - optimizeGameObjects: 0 - motionNodeName: - rigImportErrors: - rigImportWarnings: - animationImportErrors: - animationImportWarnings: - animationRetargetingWarnings: - animationDoRetargetingWarnings: 0 - importAnimatedCustomProperties: 0 - importConstraints: 0 - animationCompression: 3 - animationRotationError: 0.5 - animationPositionError: 0.5 - animationScaleError: 0.5 - animationWrapMode: 0 - extraExposedTransformPaths: [] - extraUserProperties: [] - clipAnimations: - - serializedVersion: 16 - name: Left Walking - takeName: mixamo.com - internalID: 0 - firstFrame: 0 - lastFrame: 31 - wrapMode: 0 - orientationOffsetY: 0 - level: 0 - cycleOffset: 0 - loop: 0 - hasAdditiveReferencePose: 0 - loopTime: 1 - loopBlend: 0 - loopBlendOrientation: 1 - loopBlendPositionY: 1 - loopBlendPositionXZ: 1 - keepOriginalOrientation: 1 - keepOriginalPositionY: 1 - keepOriginalPositionXZ: 1 - heightFromFeet: 0 - mirror: 0 - bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 - curves: [] - events: [] - transformMask: [] - maskType: 3 - maskSource: {instanceID: 0} - additiveReferencePoseFrame: 0 - isReadable: 0 - meshes: - lODScreenPercentages: [] - globalScale: 1 - meshCompression: 0 - addColliders: 0 - useSRGBMaterialColor: 1 - sortHierarchyByName: 1 - importVisibility: 1 - importBlendShapes: 1 - importCameras: 1 - importLights: 1 - fileIdsGeneration: 2 - swapUVChannels: 0 - generateSecondaryUV: 0 - useFileUnits: 1 - keepQuads: 0 - weldVertices: 1 - bakeAxisConversion: 0 - preserveHierarchy: 0 - skinWeightsMode: 0 - maxBonesPerVertex: 4 - minBoneWeight: 0.001 - meshOptimizationFlags: -1 - indexFormat: 0 - secondaryUVAngleDistortion: 8 - secondaryUVAreaDistortion: 15.000001 - secondaryUVHardAngle: 88 - secondaryUVMarginMethod: 1 - secondaryUVMinLightmapResolution: 40 - secondaryUVMinObjectScale: 1 - secondaryUVPackMargin: 4 - useFileScale: 1 - tangentSpace: - normalSmoothAngle: 60 - normalImportMode: 0 - tangentImportMode: 3 - normalCalculationMode: 4 - legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 - blendShapeNormalImportMode: 1 - normalSmoothingSource: 0 - referencedClips: [] - importAnimation: 1 - humanDescription: - serializedVersion: 3 - human: - - boneName: mixamorig:Hips - humanName: Hips - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftUpLeg - humanName: LeftUpperLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightUpLeg - humanName: RightUpperLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftLeg - humanName: LeftLowerLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightLeg - humanName: RightLowerLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftFoot - humanName: LeftFoot - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightFoot - humanName: RightFoot - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Spine - humanName: Spine - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Spine1 - humanName: Chest - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Neck - humanName: Neck - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Head - humanName: Head - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftShoulder - humanName: LeftShoulder - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightShoulder - humanName: RightShoulder - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftArm - humanName: LeftUpperArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightArm - humanName: RightUpperArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftForeArm - humanName: LeftLowerArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightForeArm - humanName: RightLowerArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHand - humanName: LeftHand - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHand - humanName: RightHand - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftToeBase - humanName: LeftToes - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightToeBase - humanName: RightToes - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandThumb1 - humanName: Left Thumb Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandThumb2 - humanName: Left Thumb Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandThumb3 - humanName: Left Thumb Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandIndex1 - humanName: Left Index Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandIndex2 - humanName: Left Index Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandIndex3 - humanName: Left Index Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandMiddle1 - humanName: Left Middle Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandMiddle2 - humanName: Left Middle Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandMiddle3 - humanName: Left Middle Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandRing1 - humanName: Left Ring Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandRing2 - humanName: Left Ring Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandRing3 - humanName: Left Ring Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandPinky1 - humanName: Left Little Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandPinky2 - humanName: Left Little Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandPinky3 - humanName: Left Little Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandThumb1 - humanName: Right Thumb Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandThumb2 - humanName: Right Thumb Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandThumb3 - humanName: Right Thumb Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandIndex1 - humanName: Right Index Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandIndex2 - humanName: Right Index Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandIndex3 - humanName: Right Index Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandMiddle1 - humanName: Right Middle Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandMiddle2 - humanName: Right Middle Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandMiddle3 - humanName: Right Middle Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandRing1 - humanName: Right Ring Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandRing2 - humanName: Right Ring Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandRing3 - humanName: Right Ring Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandPinky1 - humanName: Right Little Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandPinky2 - humanName: Right Little Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandPinky3 - humanName: Right Little Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Spine2 - humanName: UpperChest - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - skeleton: - - name: ybot(Clone) - parentName: - position: {x: 0, y: 0, z: 0} - rotation: {x: 0, y: 0, z: 0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Alpha_Surface - parentName: ybot(Clone) - position: {x: -0, y: 0, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Alpha_Joints - parentName: ybot(Clone) - position: {x: -0, y: 0, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Hips - parentName: ybot(Clone) - position: {x: 0.00000006757011, y: 0.9979194, z: 0.000000484474} - rotation: {x: 1.3930912e-15, y: 0.00000001376344, z: -0.0000004417766, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Spine - parentName: mixamorig:Hips - position: {x: -0.0000000056483196, y: 0.09923459, z: -0.012273348} - rotation: {x: -1.3930783e-15, y: -0.00000001376344, z: 0.00000044177568, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Spine1 - parentName: mixamorig:Spine - position: {x: 0.0000013886521, y: 0.1164544, z: -0.014223412} - rotation: {x: 3.8774097e-26, y: -4.2632574e-14, z: 6.82121e-13, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Spine2 - parentName: mixamorig:Spine1 - position: {x: -0.00000091440717, y: 0.13360204, z: -0.016264597} - rotation: {x: 0, y: 0, z: 1.8056423e-35, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Neck - parentName: mixamorig:Spine2 - position: {x: -0.0000002520208, y: 0.15032491, z: 0.007929048} - rotation: {x: -5.2041704e-18, y: 4.2632927e-14, z: 2.273737e-13, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Head - parentName: mixamorig:Neck - position: {x: -0.000000023707482, y: 0.1032183, z: 0.031424288} - rotation: {x: 0, y: -0, z: -2.3158745e-36, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:HeadTop_End - parentName: mixamorig:Head - position: {x: -0.0000015417259, y: 0.18474671, z: 0.06636399} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftEye - parentName: mixamorig:Head - position: {x: -0.02947915, y: 0.07681745, z: 0.09120731} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightEye - parentName: mixamorig:Head - position: {x: 0.029444808, y: 0.07681745, z: 0.091204956} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftShoulder - parentName: mixamorig:Spine2 - position: {x: -0.061058242, y: 0.09110424, z: 0.0070555084} - rotation: {x: -0.000000044703484, y: 4.2632557e-14, z: -0.000000044703256, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftArm - parentName: mixamorig:LeftShoulder - position: {x: -0.12655036, y: -0.0026593448, z: -0.026009219} - rotation: {x: 0.000000044703484, y: 2.4507967e-22, z: 0.000000044703484, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftForeArm - parentName: mixamorig:LeftArm - position: {x: -0.27404684, y: 0.00000039126675, z: 0.000000065881096} - rotation: {x: -0.000000059604638, y: -0.000000003900862, z: -1.3205547e-24, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHand - parentName: mixamorig:LeftForeArm - position: {x: -0.27614462, y: 0.00000028951808, z: 0.00000019646586} - rotation: {x: 0.000025994656, y: 0.000000044703476, z: -1.1567093e-12, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle1 - parentName: mixamorig:LeftHand - position: {x: -0.12775522, y: 0.00000013342024, z: 0.00000020418457} - rotation: {x: -0.000000014901165, y: -0.000000044699625, z: 0.000000074508115, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle2 - parentName: mixamorig:LeftHandMiddle1 - position: {x: -0.036139715, y: 0.000000026601377, z: 0.000000024623631} - rotation: {x: -0.000000014901161, y: -2.310558e-12, z: -0.00000004470347, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle3 - parentName: mixamorig:LeftHandMiddle2 - position: {x: -0.0345976, y: 0.000000005432471, z: -0.00000026419679} - rotation: {x: 0.000000059604645, y: -7.7026065e-13, z: -0.000000014901168, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle4 - parentName: mixamorig:LeftHandMiddle3 - position: {x: -0.036801923, y: -8.559337e-10, z: 0.00000032769248} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb1 - parentName: mixamorig:LeftHand - position: {x: -0.037888095, y: -0.021669967, z: 0.03003088} - rotation: {x: -0.1186462, y: 0.08685124, z: -0.11865034, w: 0.98198885} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb2 - parentName: mixamorig:LeftHandThumb1 - position: {x: -0.03675443, y: -0.021220079, z: 0.021220123} - rotation: {x: 0.000005132493, y: -0.0000031770358, z: 0.0000056908543, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb3 - parentName: mixamorig:LeftHandThumb2 - position: {x: -0.033943586, y: -0.019597441, z: 0.019597929} - rotation: {x: -0.0000051025786, y: 0.000009561153, z: 0.00000075273744, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb4 - parentName: mixamorig:LeftHandThumb3 - position: {x: -0.026794039, y: -0.015469446, z: 0.0154692} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex1 - parentName: mixamorig:LeftHand - position: {x: -0.12266614, y: -0.0023166884, z: 0.028220579} - rotation: {x: 0.00000004470348, y: 1.5400767e-12, z: 0.000000029802326, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex2 - parentName: mixamorig:LeftHandIndex1 - position: {x: -0.038919672, y: 0.000000016868665, z: 0.00000038721547} - rotation: {x: -0.000000074505806, y: -0.000000029806174, z: -0.00000007450426, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex3 - parentName: mixamorig:LeftHandIndex2 - position: {x: -0.03415161, y: 0.000000005749108, z: -0.00000008770533} - rotation: {x: 7.719219e-16, y: 0.000000029801551, z: -0.000000014902698, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex4 - parentName: mixamorig:LeftHandIndex3 - position: {x: -0.030779855, y: 7.926917e-10, z: -0.00000008560385} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing1 - parentName: mixamorig:LeftHand - position: {x: -0.12147005, y: 0.00009894983, z: -0.022166291} - rotation: {x: 0.00000002980232, y: -0.000000014900391, z: 0.000000014901934, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing2 - parentName: mixamorig:LeftHandRing1 - position: {x: -0.036011904, y: 0.000000015129366, z: 0.0000003511219} - rotation: {x: -0.000000014901159, y: 0.00000005960389, z: -0.000000014904199, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing3 - parentName: mixamorig:LeftHandRing2 - position: {x: -0.03307317, y: 0.000000045317442, z: -0.00000020893265} - rotation: {x: 0.000000044703487, y: -0.0000000894085, z: -0.000000029797693, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing4 - parentName: mixamorig:LeftHandRing3 - position: {x: -0.036601152, y: 0.00000002906111, z: 4.5477133e-10} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky1 - parentName: mixamorig:LeftHand - position: {x: -0.10908195, y: -0.0022636496, z: -0.047258176} - rotation: {x: 0.000000044703487, y: -0.00000002980695, z: -0.00000008940545, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky2 - parentName: mixamorig:LeftHandPinky1 - position: {x: -0.041366525, y: 0.000000022999533, z: 0.00000026898434} - rotation: {x: 0.000000014901153, y: 0.000000044709655, z: 0.00000011920697, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky3 - parentName: mixamorig:LeftHandPinky2 - position: {x: -0.025948359, y: 5.93904e-10, z: -0.00000036009018} - rotation: {x: 3.0875333e-15, y: -0.00000005960773, z: -0.000000059601557, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky4 - parentName: mixamorig:LeftHandPinky3 - position: {x: -0.029238692, y: 0.000000014407377, z: 0.00000018732128} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightShoulder - parentName: mixamorig:Spine2 - position: {x: 0.06105696, y: 0.09110509, z: 0.007055634} - rotation: {x: -0.000000014901161, y: 4.2632564e-14, z: -0.000000044703256, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightArm - parentName: mixamorig:RightShoulder - position: {x: 0.1265504, y: -0.0026602063, z: -0.026008958} - rotation: {x: 0.000000014901161, y: 7.7756505e-24, z: 0.000000044703484, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightForeArm - parentName: mixamorig:RightArm - position: {x: 0.27404684, y: 0.0000003288411, z: 0.000000052756395} - rotation: {x: -0.000000059604638, y: 0.000000003900862, z: -3.0876939e-15, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHand - parentName: mixamorig:RightForeArm - position: {x: 0.27614462, y: 0.00000022661457, z: 0.0000001832407} - rotation: {x: 0.000025994656, y: -0.000000044703476, z: 1.1567093e-12, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle1 - parentName: mixamorig:RightHand - position: {x: 0.12775522, y: 0.000000089457735, z: 0.00000018011639} - rotation: {x: -0.000000014901165, y: 0.000000044699625, z: -0.000000074508115, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle2 - parentName: mixamorig:RightHandMiddle1 - position: {x: 0.036139715, y: 0.000000027565017, z: 0.000000030803374} - rotation: {x: -0.000000014901161, y: 2.311002e-12, z: 0.00000004470347, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle3 - parentName: mixamorig:RightHandMiddle2 - position: {x: 0.0345976, y: -0.0000000019721824, z: -0.0000002645789} - rotation: {x: 0.000000059604645, y: 7.7026065e-13, z: 0.000000014901168, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle4 - parentName: mixamorig:RightHandMiddle3 - position: {x: 0.036801923, y: -0.000000006576055, z: 0.00000032509809} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb1 - parentName: mixamorig:RightHand - position: {x: 0.03788809, y: -0.02166998, z: 0.030030873} - rotation: {x: -0.11864688, y: -0.08685217, z: 0.11865078, w: 0.9819886} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb2 - parentName: mixamorig:RightHandThumb1 - position: {x: 0.036754426, y: -0.021220084, z: 0.021220122} - rotation: {x: 0.000005132493, y: 0.0000031770358, z: -0.0000056908543, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb3 - parentName: mixamorig:RightHandThumb2 - position: {x: 0.03394358, y: -0.019597458, z: 0.019597925} - rotation: {x: -0.0000050727767, y: -0.000009590957, z: -0.00000076763814, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb4 - parentName: mixamorig:RightHandThumb3 - position: {x: 0.026794035, y: -0.015469455, z: 0.015469198} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex1 - parentName: mixamorig:RightHand - position: {x: 0.12266616, y: -0.002316732, z: 0.028220555} - rotation: {x: -0.000000014901163, y: -1.5418528e-12, z: -0.000000029802322, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex2 - parentName: mixamorig:RightHandIndex1 - position: {x: 0.038919672, y: -7.205551e-10, z: 0.00000037513024} - rotation: {x: -0.000000014901158, y: 0.00000002980617, z: 0.00000007450426, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex3 - parentName: mixamorig:RightHandIndex2 - position: {x: 0.03415161, y: 0.0000000025299138, z: -0.000000086058414} - rotation: {x: 7.7192193e-16, y: -0.000000029801553, z: 0.000000014902698, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex4 - parentName: mixamorig:RightHandIndex3 - position: {x: 0.030779855, y: -0.000000009372842, z: -0.00000008780579} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing1 - parentName: mixamorig:RightHand - position: {x: 0.12147004, y: 0.00009890902, z: -0.022166314} - rotation: {x: 0.00000002980232, y: 0.000000014900391, z: -0.000000014901934, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing2 - parentName: mixamorig:RightHandRing1 - position: {x: 0.036011904, y: 0.0000000023856512, z: 0.0000003486698} - rotation: {x: -0.000000014901159, y: -0.00000005960389, z: 0.0000000149042, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing3 - parentName: mixamorig:RightHandRing2 - position: {x: 0.03307317, y: 0.00000003760175, z: -0.00000021114596} - rotation: {x: 0.000000014901161, y: 0.000000059604645, z: -3.0845936e-12, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing4 - parentName: mixamorig:RightHandRing3 - position: {x: 0.036601152, y: 0.00000002046845, z: 0.000000006718011} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky1 - parentName: mixamorig:RightHand - position: {x: 0.10908193, y: -0.002263685, z: -0.0472582} - rotation: {x: 0.000000044703487, y: 0.00000002980695, z: 0.00000008940544, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky2 - parentName: mixamorig:RightHandPinky1 - position: {x: 0.041366525, y: 0.000000004310631, z: 0.00000025609583} - rotation: {x: 0.000000014901153, y: -0.000000044709655, z: -0.00000011920697, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky3 - parentName: mixamorig:RightHandPinky2 - position: {x: 0.025948359, y: -0.000000009571486, z: -0.00000036661154} - rotation: {x: -0.00000005960464, y: 0.00000002980386, z: 0.000000029800782, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky4 - parentName: mixamorig:RightHandPinky3 - position: {x: 0.029238692, y: 0.00000000641227, z: 0.00000018695744} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightUpLeg - parentName: mixamorig:Hips - position: {x: 0.09124453, y: -0.06656398, z: -0.00055377925} - rotation: {x: -0.000002931613, y: -0.000000013649597, z: 0.00000043784848, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightLeg - parentName: mixamorig:RightUpLeg - position: {x: 0.002446805, y: -0.40595436, z: -0.0051452797} - rotation: {x: 0.0000065525965, y: -0.000000021011672, z: -2.99793e-11, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightFoot - parentName: mixamorig:RightLeg - position: {x: -0.0024466943, y: -0.4204787, z: -0.02060231} - rotation: {x: -0.000003650786, y: 0.000000020896566, z: 0.0000000039579957, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightToeBase - parentName: mixamorig:RightFoot - position: {x: 0.0037335984, y: -0.10492194, z: 0.12640662} - rotation: {x: 0.000000029802322, y: 6.530776e-11, z: -2.3527402e-10, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightToe_End - parentName: mixamorig:RightToeBase - position: {x: -0.0000000011347395, y: 0.000000004587741, z: 0.09992521} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftUpLeg - parentName: mixamorig:Hips - position: {x: -0.091244526, y: -0.06656399, z: -0.00055377925} - rotation: {x: -0.000017517097, y: -0.000000013640878, z: 0.00000043808052, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftLeg - parentName: mixamorig:LeftUpLeg - position: {x: -0.0024468019, y: -0.40595403, z: -0.005170411} - rotation: {x: 0.000035527948, y: 0.000000089582485, z: 0.0000000041595536, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftFoot - parentName: mixamorig:LeftLeg - position: {x: 0.002446696, y: -0.42047998, z: -0.020576412} - rotation: {x: -0.000018015498, y: -0.00000010461389, z: -0.0000000013931898, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftToeBase - parentName: mixamorig:LeftFoot - position: {x: -0.0037335982, y: -0.10492193, z: 0.12640664} - rotation: {x: 0.000000004649337, y: 1.1698642e-10, z: 9.313231e-10, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftToe_End - parentName: mixamorig:LeftToeBase - position: {x: 0.000000002053664, y: 0.000000009634096, z: 0.09992521} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - armTwist: 0.5 - foreArmTwist: 0.5 - upperLegTwist: 0.5 - legTwist: 0.5 - armStretch: 0.05 - legStretch: 0.05 - feetSpacing: 0 - globalScale: 1 - rootMotionBoneName: - hasTranslationDoF: 0 - hasExtraRoot: 1 - skeletonHasParents: 1 - lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: 96b816f238895a3489671ef99184aefe, type: 3} - autoGenerateAvatarMappingIfUnspecified: 1 - animationType: 3 - humanoidOversampling: 1 - avatarSetup: 2 - addHumanoidExtraRootOnlyWhenUsingAvatar: 1 - additionalBone: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Character/Animations/Base/Right Strafe.fbx b/Assets/Resources/Character/Animations/Base/Right Strafe.fbx deleted file mode 100644 index 45bf6812..00000000 --- a/Assets/Resources/Character/Animations/Base/Right Strafe.fbx +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c93b16835ecd64446e4efd509ba0b4f4c3c8e16c46de870f1e351d2f61e50573 -size 331344 diff --git a/Assets/Resources/Character/Animations/Base/Right Strafe.fbx.meta b/Assets/Resources/Character/Animations/Base/Right Strafe.fbx.meta deleted file mode 100644 index 206dd9be..00000000 --- a/Assets/Resources/Character/Animations/Base/Right Strafe.fbx.meta +++ /dev/null @@ -1,903 +0,0 @@ -fileFormatVersion: 2 -guid: f0c820e95495e0a49a88fea17ef5994f -ModelImporter: - serializedVersion: 20200 - internalIDToNameTable: - - first: - 74: -203655887218126122 - second: mixamo.com - - first: - 74: 8391329288044812273 - second: Right Strafe - externalObjects: {} - materials: - materialImportMode: 2 - materialName: 0 - materialSearch: 1 - materialLocation: 1 - animations: - legacyGenerateAnimations: 4 - bakeSimulation: 0 - resampleCurves: 1 - optimizeGameObjects: 0 - motionNodeName: - rigImportErrors: - rigImportWarnings: - animationImportErrors: - animationImportWarnings: - animationRetargetingWarnings: - animationDoRetargetingWarnings: 0 - importAnimatedCustomProperties: 0 - importConstraints: 0 - animationCompression: 3 - animationRotationError: 0.5 - animationPositionError: 0.5 - animationScaleError: 0.5 - animationWrapMode: 0 - extraExposedTransformPaths: [] - extraUserProperties: [] - clipAnimations: - - serializedVersion: 16 - name: Right Strafe - takeName: mixamo.com - internalID: 0 - firstFrame: 0 - lastFrame: 20 - wrapMode: 0 - orientationOffsetY: 0 - level: 0 - cycleOffset: 0 - loop: 0 - hasAdditiveReferencePose: 0 - loopTime: 1 - loopBlend: 0 - loopBlendOrientation: 1 - loopBlendPositionY: 1 - loopBlendPositionXZ: 1 - keepOriginalOrientation: 1 - keepOriginalPositionY: 1 - keepOriginalPositionXZ: 1 - heightFromFeet: 0 - mirror: 0 - bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 - curves: [] - events: [] - transformMask: [] - maskType: 3 - maskSource: {instanceID: 0} - additiveReferencePoseFrame: 0 - isReadable: 0 - meshes: - lODScreenPercentages: [] - globalScale: 1 - meshCompression: 0 - addColliders: 0 - useSRGBMaterialColor: 1 - sortHierarchyByName: 1 - importVisibility: 1 - importBlendShapes: 1 - importCameras: 1 - importLights: 1 - fileIdsGeneration: 2 - swapUVChannels: 0 - generateSecondaryUV: 0 - useFileUnits: 1 - keepQuads: 0 - weldVertices: 1 - bakeAxisConversion: 0 - preserveHierarchy: 0 - skinWeightsMode: 0 - maxBonesPerVertex: 4 - minBoneWeight: 0.001 - meshOptimizationFlags: -1 - indexFormat: 0 - secondaryUVAngleDistortion: 8 - secondaryUVAreaDistortion: 15.000001 - secondaryUVHardAngle: 88 - secondaryUVMarginMethod: 1 - secondaryUVMinLightmapResolution: 40 - secondaryUVMinObjectScale: 1 - secondaryUVPackMargin: 4 - useFileScale: 1 - tangentSpace: - normalSmoothAngle: 60 - normalImportMode: 0 - tangentImportMode: 3 - normalCalculationMode: 4 - legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 - blendShapeNormalImportMode: 1 - normalSmoothingSource: 0 - referencedClips: [] - importAnimation: 1 - humanDescription: - serializedVersion: 3 - human: - - boneName: mixamorig:Hips - humanName: Hips - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftUpLeg - humanName: LeftUpperLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightUpLeg - humanName: RightUpperLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftLeg - humanName: LeftLowerLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightLeg - humanName: RightLowerLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftFoot - humanName: LeftFoot - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightFoot - humanName: RightFoot - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Spine - humanName: Spine - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Spine1 - humanName: Chest - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Neck - humanName: Neck - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Head - humanName: Head - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftShoulder - humanName: LeftShoulder - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightShoulder - humanName: RightShoulder - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftArm - humanName: LeftUpperArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightArm - humanName: RightUpperArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftForeArm - humanName: LeftLowerArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightForeArm - humanName: RightLowerArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHand - humanName: LeftHand - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHand - humanName: RightHand - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftToeBase - humanName: LeftToes - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightToeBase - humanName: RightToes - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandThumb1 - humanName: Left Thumb Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandThumb2 - humanName: Left Thumb Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandThumb3 - humanName: Left Thumb Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandIndex1 - humanName: Left Index Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandIndex2 - humanName: Left Index Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandIndex3 - humanName: Left Index Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandMiddle1 - humanName: Left Middle Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandMiddle2 - humanName: Left Middle Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandMiddle3 - humanName: Left Middle Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandRing1 - humanName: Left Ring Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandRing2 - humanName: Left Ring Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandRing3 - humanName: Left Ring Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandPinky1 - humanName: Left Little Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandPinky2 - humanName: Left Little Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandPinky3 - humanName: Left Little Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandThumb1 - humanName: Right Thumb Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandThumb2 - humanName: Right Thumb Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandThumb3 - humanName: Right Thumb Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandIndex1 - humanName: Right Index Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandIndex2 - humanName: Right Index Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandIndex3 - humanName: Right Index Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandMiddle1 - humanName: Right Middle Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandMiddle2 - humanName: Right Middle Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandMiddle3 - humanName: Right Middle Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandRing1 - humanName: Right Ring Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandRing2 - humanName: Right Ring Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandRing3 - humanName: Right Ring Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandPinky1 - humanName: Right Little Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandPinky2 - humanName: Right Little Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandPinky3 - humanName: Right Little Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Spine2 - humanName: UpperChest - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - skeleton: - - name: ybot(Clone) - parentName: - position: {x: 0, y: 0, z: 0} - rotation: {x: 0, y: 0, z: 0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Alpha_Surface - parentName: ybot(Clone) - position: {x: -0, y: 0, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Alpha_Joints - parentName: ybot(Clone) - position: {x: -0, y: 0, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Hips - parentName: ybot(Clone) - position: {x: 0.00000006757011, y: 0.9979194, z: 0.000000484474} - rotation: {x: 1.3930912e-15, y: 0.00000001376344, z: -0.0000004417766, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Spine - parentName: mixamorig:Hips - position: {x: -0.0000000056483196, y: 0.09923459, z: -0.012273348} - rotation: {x: -1.3930783e-15, y: -0.00000001376344, z: 0.00000044177568, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Spine1 - parentName: mixamorig:Spine - position: {x: 0.0000013886521, y: 0.1164544, z: -0.014223412} - rotation: {x: 3.8774097e-26, y: -4.2632574e-14, z: 6.82121e-13, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Spine2 - parentName: mixamorig:Spine1 - position: {x: -0.00000091440717, y: 0.13360204, z: -0.016264597} - rotation: {x: 0, y: 0, z: 1.8056423e-35, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Neck - parentName: mixamorig:Spine2 - position: {x: -0.0000002520208, y: 0.15032491, z: 0.007929048} - rotation: {x: -5.2041704e-18, y: 4.2632927e-14, z: 2.273737e-13, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Head - parentName: mixamorig:Neck - position: {x: -0.000000023707482, y: 0.1032183, z: 0.031424288} - rotation: {x: 0, y: -0, z: -2.3158745e-36, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:HeadTop_End - parentName: mixamorig:Head - position: {x: -0.0000015417259, y: 0.18474671, z: 0.06636399} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftEye - parentName: mixamorig:Head - position: {x: -0.02947915, y: 0.07681745, z: 0.09120731} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightEye - parentName: mixamorig:Head - position: {x: 0.029444808, y: 0.07681745, z: 0.091204956} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftShoulder - parentName: mixamorig:Spine2 - position: {x: -0.061058242, y: 0.09110424, z: 0.0070555084} - rotation: {x: -0.000000044703484, y: 4.2632557e-14, z: -0.000000044703256, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftArm - parentName: mixamorig:LeftShoulder - position: {x: -0.12655036, y: -0.0026593448, z: -0.026009219} - rotation: {x: 0.000000044703484, y: 2.4507967e-22, z: 0.000000044703484, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftForeArm - parentName: mixamorig:LeftArm - position: {x: -0.27404684, y: 0.00000039126675, z: 0.000000065881096} - rotation: {x: -0.000000059604638, y: -0.000000003900862, z: -1.3205547e-24, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHand - parentName: mixamorig:LeftForeArm - position: {x: -0.27614462, y: 0.00000028951808, z: 0.00000019646586} - rotation: {x: 0.000025994656, y: 0.000000044703476, z: -1.1567093e-12, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle1 - parentName: mixamorig:LeftHand - position: {x: -0.12775522, y: 0.00000013342024, z: 0.00000020418457} - rotation: {x: -0.000000014901165, y: -0.000000044699625, z: 0.000000074508115, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle2 - parentName: mixamorig:LeftHandMiddle1 - position: {x: -0.036139715, y: 0.000000026601377, z: 0.000000024623631} - rotation: {x: -0.000000014901161, y: -2.310558e-12, z: -0.00000004470347, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle3 - parentName: mixamorig:LeftHandMiddle2 - position: {x: -0.0345976, y: 0.000000005432471, z: -0.00000026419679} - rotation: {x: 0.000000059604645, y: -7.7026065e-13, z: -0.000000014901168, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle4 - parentName: mixamorig:LeftHandMiddle3 - position: {x: -0.036801923, y: -8.559337e-10, z: 0.00000032769248} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb1 - parentName: mixamorig:LeftHand - position: {x: -0.037888095, y: -0.021669967, z: 0.03003088} - rotation: {x: -0.1186462, y: 0.08685124, z: -0.11865034, w: 0.98198885} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb2 - parentName: mixamorig:LeftHandThumb1 - position: {x: -0.03675443, y: -0.021220079, z: 0.021220123} - rotation: {x: 0.000005132493, y: -0.0000031770358, z: 0.0000056908543, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb3 - parentName: mixamorig:LeftHandThumb2 - position: {x: -0.033943586, y: -0.019597441, z: 0.019597929} - rotation: {x: -0.0000051025786, y: 0.000009561153, z: 0.00000075273744, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb4 - parentName: mixamorig:LeftHandThumb3 - position: {x: -0.026794039, y: -0.015469446, z: 0.0154692} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex1 - parentName: mixamorig:LeftHand - position: {x: -0.12266614, y: -0.0023166884, z: 0.028220579} - rotation: {x: 0.00000004470348, y: 1.5400767e-12, z: 0.000000029802326, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex2 - parentName: mixamorig:LeftHandIndex1 - position: {x: -0.038919672, y: 0.000000016868665, z: 0.00000038721547} - rotation: {x: -0.000000074505806, y: -0.000000029806174, z: -0.00000007450426, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex3 - parentName: mixamorig:LeftHandIndex2 - position: {x: -0.03415161, y: 0.000000005749108, z: -0.00000008770533} - rotation: {x: 7.719219e-16, y: 0.000000029801551, z: -0.000000014902698, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex4 - parentName: mixamorig:LeftHandIndex3 - position: {x: -0.030779855, y: 7.926917e-10, z: -0.00000008560385} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing1 - parentName: mixamorig:LeftHand - position: {x: -0.12147005, y: 0.00009894983, z: -0.022166291} - rotation: {x: 0.00000002980232, y: -0.000000014900391, z: 0.000000014901934, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing2 - parentName: mixamorig:LeftHandRing1 - position: {x: -0.036011904, y: 0.000000015129366, z: 0.0000003511219} - rotation: {x: -0.000000014901159, y: 0.00000005960389, z: -0.000000014904199, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing3 - parentName: mixamorig:LeftHandRing2 - position: {x: -0.03307317, y: 0.000000045317442, z: -0.00000020893265} - rotation: {x: 0.000000044703487, y: -0.0000000894085, z: -0.000000029797693, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing4 - parentName: mixamorig:LeftHandRing3 - position: {x: -0.036601152, y: 0.00000002906111, z: 4.5477133e-10} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky1 - parentName: mixamorig:LeftHand - position: {x: -0.10908195, y: -0.0022636496, z: -0.047258176} - rotation: {x: 0.000000044703487, y: -0.00000002980695, z: -0.00000008940545, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky2 - parentName: mixamorig:LeftHandPinky1 - position: {x: -0.041366525, y: 0.000000022999533, z: 0.00000026898434} - rotation: {x: 0.000000014901153, y: 0.000000044709655, z: 0.00000011920697, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky3 - parentName: mixamorig:LeftHandPinky2 - position: {x: -0.025948359, y: 5.93904e-10, z: -0.00000036009018} - rotation: {x: 3.0875333e-15, y: -0.00000005960773, z: -0.000000059601557, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky4 - parentName: mixamorig:LeftHandPinky3 - position: {x: -0.029238692, y: 0.000000014407377, z: 0.00000018732128} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightShoulder - parentName: mixamorig:Spine2 - position: {x: 0.06105696, y: 0.09110509, z: 0.007055634} - rotation: {x: -0.000000014901161, y: 4.2632564e-14, z: -0.000000044703256, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightArm - parentName: mixamorig:RightShoulder - position: {x: 0.1265504, y: -0.0026602063, z: -0.026008958} - rotation: {x: 0.000000014901161, y: 7.7756505e-24, z: 0.000000044703484, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightForeArm - parentName: mixamorig:RightArm - position: {x: 0.27404684, y: 0.0000003288411, z: 0.000000052756395} - rotation: {x: -0.000000059604638, y: 0.000000003900862, z: -3.0876939e-15, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHand - parentName: mixamorig:RightForeArm - position: {x: 0.27614462, y: 0.00000022661457, z: 0.0000001832407} - rotation: {x: 0.000025994656, y: -0.000000044703476, z: 1.1567093e-12, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle1 - parentName: mixamorig:RightHand - position: {x: 0.12775522, y: 0.000000089457735, z: 0.00000018011639} - rotation: {x: -0.000000014901165, y: 0.000000044699625, z: -0.000000074508115, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle2 - parentName: mixamorig:RightHandMiddle1 - position: {x: 0.036139715, y: 0.000000027565017, z: 0.000000030803374} - rotation: {x: -0.000000014901161, y: 2.311002e-12, z: 0.00000004470347, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle3 - parentName: mixamorig:RightHandMiddle2 - position: {x: 0.0345976, y: -0.0000000019721824, z: -0.0000002645789} - rotation: {x: 0.000000059604645, y: 7.7026065e-13, z: 0.000000014901168, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle4 - parentName: mixamorig:RightHandMiddle3 - position: {x: 0.036801923, y: -0.000000006576055, z: 0.00000032509809} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb1 - parentName: mixamorig:RightHand - position: {x: 0.03788809, y: -0.02166998, z: 0.030030873} - rotation: {x: -0.11864688, y: -0.08685217, z: 0.11865078, w: 0.9819886} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb2 - parentName: mixamorig:RightHandThumb1 - position: {x: 0.036754426, y: -0.021220084, z: 0.021220122} - rotation: {x: 0.000005132493, y: 0.0000031770358, z: -0.0000056908543, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb3 - parentName: mixamorig:RightHandThumb2 - position: {x: 0.03394358, y: -0.019597458, z: 0.019597925} - rotation: {x: -0.0000050727767, y: -0.000009590957, z: -0.00000076763814, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb4 - parentName: mixamorig:RightHandThumb3 - position: {x: 0.026794035, y: -0.015469455, z: 0.015469198} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex1 - parentName: mixamorig:RightHand - position: {x: 0.12266616, y: -0.002316732, z: 0.028220555} - rotation: {x: -0.000000014901163, y: -1.5418528e-12, z: -0.000000029802322, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex2 - parentName: mixamorig:RightHandIndex1 - position: {x: 0.038919672, y: -7.205551e-10, z: 0.00000037513024} - rotation: {x: -0.000000014901158, y: 0.00000002980617, z: 0.00000007450426, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex3 - parentName: mixamorig:RightHandIndex2 - position: {x: 0.03415161, y: 0.0000000025299138, z: -0.000000086058414} - rotation: {x: 7.7192193e-16, y: -0.000000029801553, z: 0.000000014902698, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex4 - parentName: mixamorig:RightHandIndex3 - position: {x: 0.030779855, y: -0.000000009372842, z: -0.00000008780579} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing1 - parentName: mixamorig:RightHand - position: {x: 0.12147004, y: 0.00009890902, z: -0.022166314} - rotation: {x: 0.00000002980232, y: 0.000000014900391, z: -0.000000014901934, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing2 - parentName: mixamorig:RightHandRing1 - position: {x: 0.036011904, y: 0.0000000023856512, z: 0.0000003486698} - rotation: {x: -0.000000014901159, y: -0.00000005960389, z: 0.0000000149042, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing3 - parentName: mixamorig:RightHandRing2 - position: {x: 0.03307317, y: 0.00000003760175, z: -0.00000021114596} - rotation: {x: 0.000000014901161, y: 0.000000059604645, z: -3.0845936e-12, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing4 - parentName: mixamorig:RightHandRing3 - position: {x: 0.036601152, y: 0.00000002046845, z: 0.000000006718011} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky1 - parentName: mixamorig:RightHand - position: {x: 0.10908193, y: -0.002263685, z: -0.0472582} - rotation: {x: 0.000000044703487, y: 0.00000002980695, z: 0.00000008940544, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky2 - parentName: mixamorig:RightHandPinky1 - position: {x: 0.041366525, y: 0.000000004310631, z: 0.00000025609583} - rotation: {x: 0.000000014901153, y: -0.000000044709655, z: -0.00000011920697, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky3 - parentName: mixamorig:RightHandPinky2 - position: {x: 0.025948359, y: -0.000000009571486, z: -0.00000036661154} - rotation: {x: -0.00000005960464, y: 0.00000002980386, z: 0.000000029800782, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky4 - parentName: mixamorig:RightHandPinky3 - position: {x: 0.029238692, y: 0.00000000641227, z: 0.00000018695744} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightUpLeg - parentName: mixamorig:Hips - position: {x: 0.09124453, y: -0.06656398, z: -0.00055377925} - rotation: {x: -0.000002931613, y: -0.000000013649597, z: 0.00000043784848, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightLeg - parentName: mixamorig:RightUpLeg - position: {x: 0.002446805, y: -0.40595436, z: -0.0051452797} - rotation: {x: 0.0000065525965, y: -0.000000021011672, z: -2.99793e-11, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightFoot - parentName: mixamorig:RightLeg - position: {x: -0.0024466943, y: -0.4204787, z: -0.02060231} - rotation: {x: -0.000003650786, y: 0.000000020896566, z: 0.0000000039579957, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightToeBase - parentName: mixamorig:RightFoot - position: {x: 0.0037335984, y: -0.10492194, z: 0.12640662} - rotation: {x: 0.000000029802322, y: 6.530776e-11, z: -2.3527402e-10, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightToe_End - parentName: mixamorig:RightToeBase - position: {x: -0.0000000011347395, y: 0.000000004587741, z: 0.09992521} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftUpLeg - parentName: mixamorig:Hips - position: {x: -0.091244526, y: -0.06656399, z: -0.00055377925} - rotation: {x: -0.000017517097, y: -0.000000013640878, z: 0.00000043808052, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftLeg - parentName: mixamorig:LeftUpLeg - position: {x: -0.0024468019, y: -0.40595403, z: -0.005170411} - rotation: {x: 0.000035527948, y: 0.000000089582485, z: 0.0000000041595536, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftFoot - parentName: mixamorig:LeftLeg - position: {x: 0.002446696, y: -0.42047998, z: -0.020576412} - rotation: {x: -0.000018015498, y: -0.00000010461389, z: -0.0000000013931898, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftToeBase - parentName: mixamorig:LeftFoot - position: {x: -0.0037335982, y: -0.10492193, z: 0.12640664} - rotation: {x: 0.000000004649337, y: 1.1698642e-10, z: 9.313231e-10, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftToe_End - parentName: mixamorig:LeftToeBase - position: {x: 0.000000002053664, y: 0.000000009634096, z: 0.09992521} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - armTwist: 0.5 - foreArmTwist: 0.5 - upperLegTwist: 0.5 - legTwist: 0.5 - armStretch: 0.05 - legStretch: 0.05 - feetSpacing: 0 - globalScale: 1 - rootMotionBoneName: - hasTranslationDoF: 0 - hasExtraRoot: 1 - skeletonHasParents: 1 - lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: 96b816f238895a3489671ef99184aefe, type: 3} - autoGenerateAvatarMappingIfUnspecified: 1 - animationType: 3 - humanoidOversampling: 1 - avatarSetup: 2 - addHumanoidExtraRootOnlyWhenUsingAvatar: 1 - additionalBone: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Character/Animations/Base/Right Walk.fbx b/Assets/Resources/Character/Animations/Base/Right Walk.fbx deleted file mode 100644 index ec59c533..00000000 --- a/Assets/Resources/Character/Animations/Base/Right Walk.fbx +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6b9a0f68d0838ddf1a55bf95ce1191413d85c9a11ed8786b033e19641635bd1f -size 370688 diff --git a/Assets/Resources/Character/Animations/Base/Right Walk.fbx.meta b/Assets/Resources/Character/Animations/Base/Right Walk.fbx.meta deleted file mode 100644 index 220f43dc..00000000 --- a/Assets/Resources/Character/Animations/Base/Right Walk.fbx.meta +++ /dev/null @@ -1,903 +0,0 @@ -fileFormatVersion: 2 -guid: 2cefb891c6102ca4cb92b3a795109d5b -ModelImporter: - serializedVersion: 20200 - internalIDToNameTable: - - first: - 74: -203655887218126122 - second: mixamo.com - - first: - 74: 5900589930520692416 - second: Right Walking - externalObjects: {} - materials: - materialImportMode: 2 - materialName: 0 - materialSearch: 1 - materialLocation: 1 - animations: - legacyGenerateAnimations: 4 - bakeSimulation: 0 - resampleCurves: 1 - optimizeGameObjects: 0 - motionNodeName: - rigImportErrors: - rigImportWarnings: - animationImportErrors: - animationImportWarnings: - animationRetargetingWarnings: - animationDoRetargetingWarnings: 0 - importAnimatedCustomProperties: 0 - importConstraints: 0 - animationCompression: 3 - animationRotationError: 0.5 - animationPositionError: 0.5 - animationScaleError: 0.5 - animationWrapMode: 0 - extraExposedTransformPaths: [] - extraUserProperties: [] - clipAnimations: - - serializedVersion: 16 - name: Right Walking - takeName: mixamo.com - internalID: 0 - firstFrame: 0 - lastFrame: 31 - wrapMode: 0 - orientationOffsetY: 0 - level: 0 - cycleOffset: 0 - loop: 0 - hasAdditiveReferencePose: 0 - loopTime: 1 - loopBlend: 0 - loopBlendOrientation: 1 - loopBlendPositionY: 1 - loopBlendPositionXZ: 1 - keepOriginalOrientation: 1 - keepOriginalPositionY: 1 - keepOriginalPositionXZ: 1 - heightFromFeet: 0 - mirror: 0 - bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 - curves: [] - events: [] - transformMask: [] - maskType: 3 - maskSource: {instanceID: 0} - additiveReferencePoseFrame: 0 - isReadable: 0 - meshes: - lODScreenPercentages: [] - globalScale: 1 - meshCompression: 0 - addColliders: 0 - useSRGBMaterialColor: 1 - sortHierarchyByName: 1 - importVisibility: 1 - importBlendShapes: 1 - importCameras: 1 - importLights: 1 - fileIdsGeneration: 2 - swapUVChannels: 0 - generateSecondaryUV: 0 - useFileUnits: 1 - keepQuads: 0 - weldVertices: 1 - bakeAxisConversion: 0 - preserveHierarchy: 0 - skinWeightsMode: 0 - maxBonesPerVertex: 4 - minBoneWeight: 0.001 - meshOptimizationFlags: -1 - indexFormat: 0 - secondaryUVAngleDistortion: 8 - secondaryUVAreaDistortion: 15.000001 - secondaryUVHardAngle: 88 - secondaryUVMarginMethod: 1 - secondaryUVMinLightmapResolution: 40 - secondaryUVMinObjectScale: 1 - secondaryUVPackMargin: 4 - useFileScale: 1 - tangentSpace: - normalSmoothAngle: 60 - normalImportMode: 0 - tangentImportMode: 3 - normalCalculationMode: 4 - legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 - blendShapeNormalImportMode: 1 - normalSmoothingSource: 0 - referencedClips: [] - importAnimation: 1 - humanDescription: - serializedVersion: 3 - human: - - boneName: mixamorig:Hips - humanName: Hips - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftUpLeg - humanName: LeftUpperLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightUpLeg - humanName: RightUpperLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftLeg - humanName: LeftLowerLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightLeg - humanName: RightLowerLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftFoot - humanName: LeftFoot - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightFoot - humanName: RightFoot - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Spine - humanName: Spine - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Spine1 - humanName: Chest - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Neck - humanName: Neck - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Head - humanName: Head - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftShoulder - humanName: LeftShoulder - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightShoulder - humanName: RightShoulder - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftArm - humanName: LeftUpperArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightArm - humanName: RightUpperArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftForeArm - humanName: LeftLowerArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightForeArm - humanName: RightLowerArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHand - humanName: LeftHand - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHand - humanName: RightHand - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftToeBase - humanName: LeftToes - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightToeBase - humanName: RightToes - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandThumb1 - humanName: Left Thumb Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandThumb2 - humanName: Left Thumb Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandThumb3 - humanName: Left Thumb Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandIndex1 - humanName: Left Index Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandIndex2 - humanName: Left Index Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandIndex3 - humanName: Left Index Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandMiddle1 - humanName: Left Middle Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandMiddle2 - humanName: Left Middle Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandMiddle3 - humanName: Left Middle Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandRing1 - humanName: Left Ring Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandRing2 - humanName: Left Ring Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandRing3 - humanName: Left Ring Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandPinky1 - humanName: Left Little Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandPinky2 - humanName: Left Little Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandPinky3 - humanName: Left Little Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandThumb1 - humanName: Right Thumb Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandThumb2 - humanName: Right Thumb Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandThumb3 - humanName: Right Thumb Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandIndex1 - humanName: Right Index Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandIndex2 - humanName: Right Index Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandIndex3 - humanName: Right Index Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandMiddle1 - humanName: Right Middle Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandMiddle2 - humanName: Right Middle Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandMiddle3 - humanName: Right Middle Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandRing1 - humanName: Right Ring Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandRing2 - humanName: Right Ring Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandRing3 - humanName: Right Ring Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandPinky1 - humanName: Right Little Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandPinky2 - humanName: Right Little Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandPinky3 - humanName: Right Little Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Spine2 - humanName: UpperChest - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - skeleton: - - name: ybot(Clone) - parentName: - position: {x: 0, y: 0, z: 0} - rotation: {x: 0, y: 0, z: 0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Alpha_Surface - parentName: ybot(Clone) - position: {x: -0, y: 0, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Alpha_Joints - parentName: ybot(Clone) - position: {x: -0, y: 0, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Hips - parentName: ybot(Clone) - position: {x: 0.00000006757011, y: 0.9979194, z: 0.000000484474} - rotation: {x: 1.3930912e-15, y: 0.00000001376344, z: -0.0000004417766, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Spine - parentName: mixamorig:Hips - position: {x: -0.0000000056483196, y: 0.09923459, z: -0.012273348} - rotation: {x: -1.3930783e-15, y: -0.00000001376344, z: 0.00000044177568, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Spine1 - parentName: mixamorig:Spine - position: {x: 0.0000013886521, y: 0.1164544, z: -0.014223412} - rotation: {x: 3.8774097e-26, y: -4.2632574e-14, z: 6.82121e-13, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Spine2 - parentName: mixamorig:Spine1 - position: {x: -0.00000091440717, y: 0.13360204, z: -0.016264597} - rotation: {x: 0, y: 0, z: 1.8056423e-35, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Neck - parentName: mixamorig:Spine2 - position: {x: -0.0000002520208, y: 0.15032491, z: 0.007929048} - rotation: {x: -5.2041704e-18, y: 4.2632927e-14, z: 2.273737e-13, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Head - parentName: mixamorig:Neck - position: {x: -0.000000023707482, y: 0.1032183, z: 0.031424288} - rotation: {x: 0, y: -0, z: -2.3158745e-36, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:HeadTop_End - parentName: mixamorig:Head - position: {x: -0.0000015417259, y: 0.18474671, z: 0.06636399} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftEye - parentName: mixamorig:Head - position: {x: -0.02947915, y: 0.07681745, z: 0.09120731} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightEye - parentName: mixamorig:Head - position: {x: 0.029444808, y: 0.07681745, z: 0.091204956} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftShoulder - parentName: mixamorig:Spine2 - position: {x: -0.061058242, y: 0.09110424, z: 0.0070555084} - rotation: {x: -0.000000044703484, y: 4.2632557e-14, z: -0.000000044703256, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftArm - parentName: mixamorig:LeftShoulder - position: {x: -0.12655036, y: -0.0026593448, z: -0.026009219} - rotation: {x: 0.000000044703484, y: 2.4507967e-22, z: 0.000000044703484, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftForeArm - parentName: mixamorig:LeftArm - position: {x: -0.27404684, y: 0.00000039126675, z: 0.000000065881096} - rotation: {x: -0.000000059604638, y: -0.000000003900862, z: -1.3205547e-24, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHand - parentName: mixamorig:LeftForeArm - position: {x: -0.27614462, y: 0.00000028951808, z: 0.00000019646586} - rotation: {x: 0.000025994656, y: 0.000000044703476, z: -1.1567093e-12, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle1 - parentName: mixamorig:LeftHand - position: {x: -0.12775522, y: 0.00000013342024, z: 0.00000020418457} - rotation: {x: -0.000000014901165, y: -0.000000044699625, z: 0.000000074508115, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle2 - parentName: mixamorig:LeftHandMiddle1 - position: {x: -0.036139715, y: 0.000000026601377, z: 0.000000024623631} - rotation: {x: -0.000000014901161, y: -2.310558e-12, z: -0.00000004470347, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle3 - parentName: mixamorig:LeftHandMiddle2 - position: {x: -0.0345976, y: 0.000000005432471, z: -0.00000026419679} - rotation: {x: 0.000000059604645, y: -7.7026065e-13, z: -0.000000014901168, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle4 - parentName: mixamorig:LeftHandMiddle3 - position: {x: -0.036801923, y: -8.559337e-10, z: 0.00000032769248} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb1 - parentName: mixamorig:LeftHand - position: {x: -0.037888095, y: -0.021669967, z: 0.03003088} - rotation: {x: -0.1186462, y: 0.08685124, z: -0.11865034, w: 0.98198885} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb2 - parentName: mixamorig:LeftHandThumb1 - position: {x: -0.03675443, y: -0.021220079, z: 0.021220123} - rotation: {x: 0.000005132493, y: -0.0000031770358, z: 0.0000056908543, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb3 - parentName: mixamorig:LeftHandThumb2 - position: {x: -0.033943586, y: -0.019597441, z: 0.019597929} - rotation: {x: -0.0000051025786, y: 0.000009561153, z: 0.00000075273744, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb4 - parentName: mixamorig:LeftHandThumb3 - position: {x: -0.026794039, y: -0.015469446, z: 0.0154692} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex1 - parentName: mixamorig:LeftHand - position: {x: -0.12266614, y: -0.0023166884, z: 0.028220579} - rotation: {x: 0.00000004470348, y: 1.5400767e-12, z: 0.000000029802326, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex2 - parentName: mixamorig:LeftHandIndex1 - position: {x: -0.038919672, y: 0.000000016868665, z: 0.00000038721547} - rotation: {x: -0.000000074505806, y: -0.000000029806174, z: -0.00000007450426, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex3 - parentName: mixamorig:LeftHandIndex2 - position: {x: -0.03415161, y: 0.000000005749108, z: -0.00000008770533} - rotation: {x: 7.719219e-16, y: 0.000000029801551, z: -0.000000014902698, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex4 - parentName: mixamorig:LeftHandIndex3 - position: {x: -0.030779855, y: 7.926917e-10, z: -0.00000008560385} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing1 - parentName: mixamorig:LeftHand - position: {x: -0.12147005, y: 0.00009894983, z: -0.022166291} - rotation: {x: 0.00000002980232, y: -0.000000014900391, z: 0.000000014901934, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing2 - parentName: mixamorig:LeftHandRing1 - position: {x: -0.036011904, y: 0.000000015129366, z: 0.0000003511219} - rotation: {x: -0.000000014901159, y: 0.00000005960389, z: -0.000000014904199, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing3 - parentName: mixamorig:LeftHandRing2 - position: {x: -0.03307317, y: 0.000000045317442, z: -0.00000020893265} - rotation: {x: 0.000000044703487, y: -0.0000000894085, z: -0.000000029797693, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing4 - parentName: mixamorig:LeftHandRing3 - position: {x: -0.036601152, y: 0.00000002906111, z: 4.5477133e-10} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky1 - parentName: mixamorig:LeftHand - position: {x: -0.10908195, y: -0.0022636496, z: -0.047258176} - rotation: {x: 0.000000044703487, y: -0.00000002980695, z: -0.00000008940545, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky2 - parentName: mixamorig:LeftHandPinky1 - position: {x: -0.041366525, y: 0.000000022999533, z: 0.00000026898434} - rotation: {x: 0.000000014901153, y: 0.000000044709655, z: 0.00000011920697, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky3 - parentName: mixamorig:LeftHandPinky2 - position: {x: -0.025948359, y: 5.93904e-10, z: -0.00000036009018} - rotation: {x: 3.0875333e-15, y: -0.00000005960773, z: -0.000000059601557, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky4 - parentName: mixamorig:LeftHandPinky3 - position: {x: -0.029238692, y: 0.000000014407377, z: 0.00000018732128} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightShoulder - parentName: mixamorig:Spine2 - position: {x: 0.06105696, y: 0.09110509, z: 0.007055634} - rotation: {x: -0.000000014901161, y: 4.2632564e-14, z: -0.000000044703256, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightArm - parentName: mixamorig:RightShoulder - position: {x: 0.1265504, y: -0.0026602063, z: -0.026008958} - rotation: {x: 0.000000014901161, y: 7.7756505e-24, z: 0.000000044703484, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightForeArm - parentName: mixamorig:RightArm - position: {x: 0.27404684, y: 0.0000003288411, z: 0.000000052756395} - rotation: {x: -0.000000059604638, y: 0.000000003900862, z: -3.0876939e-15, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHand - parentName: mixamorig:RightForeArm - position: {x: 0.27614462, y: 0.00000022661457, z: 0.0000001832407} - rotation: {x: 0.000025994656, y: -0.000000044703476, z: 1.1567093e-12, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle1 - parentName: mixamorig:RightHand - position: {x: 0.12775522, y: 0.000000089457735, z: 0.00000018011639} - rotation: {x: -0.000000014901165, y: 0.000000044699625, z: -0.000000074508115, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle2 - parentName: mixamorig:RightHandMiddle1 - position: {x: 0.036139715, y: 0.000000027565017, z: 0.000000030803374} - rotation: {x: -0.000000014901161, y: 2.311002e-12, z: 0.00000004470347, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle3 - parentName: mixamorig:RightHandMiddle2 - position: {x: 0.0345976, y: -0.0000000019721824, z: -0.0000002645789} - rotation: {x: 0.000000059604645, y: 7.7026065e-13, z: 0.000000014901168, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle4 - parentName: mixamorig:RightHandMiddle3 - position: {x: 0.036801923, y: -0.000000006576055, z: 0.00000032509809} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb1 - parentName: mixamorig:RightHand - position: {x: 0.03788809, y: -0.02166998, z: 0.030030873} - rotation: {x: -0.11864688, y: -0.08685217, z: 0.11865078, w: 0.9819886} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb2 - parentName: mixamorig:RightHandThumb1 - position: {x: 0.036754426, y: -0.021220084, z: 0.021220122} - rotation: {x: 0.000005132493, y: 0.0000031770358, z: -0.0000056908543, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb3 - parentName: mixamorig:RightHandThumb2 - position: {x: 0.03394358, y: -0.019597458, z: 0.019597925} - rotation: {x: -0.0000050727767, y: -0.000009590957, z: -0.00000076763814, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb4 - parentName: mixamorig:RightHandThumb3 - position: {x: 0.026794035, y: -0.015469455, z: 0.015469198} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex1 - parentName: mixamorig:RightHand - position: {x: 0.12266616, y: -0.002316732, z: 0.028220555} - rotation: {x: -0.000000014901163, y: -1.5418528e-12, z: -0.000000029802322, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex2 - parentName: mixamorig:RightHandIndex1 - position: {x: 0.038919672, y: -7.205551e-10, z: 0.00000037513024} - rotation: {x: -0.000000014901158, y: 0.00000002980617, z: 0.00000007450426, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex3 - parentName: mixamorig:RightHandIndex2 - position: {x: 0.03415161, y: 0.0000000025299138, z: -0.000000086058414} - rotation: {x: 7.7192193e-16, y: -0.000000029801553, z: 0.000000014902698, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex4 - parentName: mixamorig:RightHandIndex3 - position: {x: 0.030779855, y: -0.000000009372842, z: -0.00000008780579} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing1 - parentName: mixamorig:RightHand - position: {x: 0.12147004, y: 0.00009890902, z: -0.022166314} - rotation: {x: 0.00000002980232, y: 0.000000014900391, z: -0.000000014901934, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing2 - parentName: mixamorig:RightHandRing1 - position: {x: 0.036011904, y: 0.0000000023856512, z: 0.0000003486698} - rotation: {x: -0.000000014901159, y: -0.00000005960389, z: 0.0000000149042, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing3 - parentName: mixamorig:RightHandRing2 - position: {x: 0.03307317, y: 0.00000003760175, z: -0.00000021114596} - rotation: {x: 0.000000014901161, y: 0.000000059604645, z: -3.0845936e-12, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing4 - parentName: mixamorig:RightHandRing3 - position: {x: 0.036601152, y: 0.00000002046845, z: 0.000000006718011} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky1 - parentName: mixamorig:RightHand - position: {x: 0.10908193, y: -0.002263685, z: -0.0472582} - rotation: {x: 0.000000044703487, y: 0.00000002980695, z: 0.00000008940544, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky2 - parentName: mixamorig:RightHandPinky1 - position: {x: 0.041366525, y: 0.000000004310631, z: 0.00000025609583} - rotation: {x: 0.000000014901153, y: -0.000000044709655, z: -0.00000011920697, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky3 - parentName: mixamorig:RightHandPinky2 - position: {x: 0.025948359, y: -0.000000009571486, z: -0.00000036661154} - rotation: {x: -0.00000005960464, y: 0.00000002980386, z: 0.000000029800782, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky4 - parentName: mixamorig:RightHandPinky3 - position: {x: 0.029238692, y: 0.00000000641227, z: 0.00000018695744} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightUpLeg - parentName: mixamorig:Hips - position: {x: 0.09124453, y: -0.06656398, z: -0.00055377925} - rotation: {x: -0.000002931613, y: -0.000000013649597, z: 0.00000043784848, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightLeg - parentName: mixamorig:RightUpLeg - position: {x: 0.002446805, y: -0.40595436, z: -0.0051452797} - rotation: {x: 0.0000065525965, y: -0.000000021011672, z: -2.99793e-11, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightFoot - parentName: mixamorig:RightLeg - position: {x: -0.0024466943, y: -0.4204787, z: -0.02060231} - rotation: {x: -0.000003650786, y: 0.000000020896566, z: 0.0000000039579957, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightToeBase - parentName: mixamorig:RightFoot - position: {x: 0.0037335984, y: -0.10492194, z: 0.12640662} - rotation: {x: 0.000000029802322, y: 6.530776e-11, z: -2.3527402e-10, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightToe_End - parentName: mixamorig:RightToeBase - position: {x: -0.0000000011347395, y: 0.000000004587741, z: 0.09992521} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftUpLeg - parentName: mixamorig:Hips - position: {x: -0.091244526, y: -0.06656399, z: -0.00055377925} - rotation: {x: -0.000017517097, y: -0.000000013640878, z: 0.00000043808052, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftLeg - parentName: mixamorig:LeftUpLeg - position: {x: -0.0024468019, y: -0.40595403, z: -0.005170411} - rotation: {x: 0.000035527948, y: 0.000000089582485, z: 0.0000000041595536, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftFoot - parentName: mixamorig:LeftLeg - position: {x: 0.002446696, y: -0.42047998, z: -0.020576412} - rotation: {x: -0.000018015498, y: -0.00000010461389, z: -0.0000000013931898, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftToeBase - parentName: mixamorig:LeftFoot - position: {x: -0.0037335982, y: -0.10492193, z: 0.12640664} - rotation: {x: 0.000000004649337, y: 1.1698642e-10, z: 9.313231e-10, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftToe_End - parentName: mixamorig:LeftToeBase - position: {x: 0.000000002053664, y: 0.000000009634096, z: 0.09992521} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - armTwist: 0.5 - foreArmTwist: 0.5 - upperLegTwist: 0.5 - legTwist: 0.5 - armStretch: 0.05 - legStretch: 0.05 - feetSpacing: 0 - globalScale: 1 - rootMotionBoneName: - hasTranslationDoF: 0 - hasExtraRoot: 1 - skeletonHasParents: 1 - lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: 96b816f238895a3489671ef99184aefe, type: 3} - autoGenerateAvatarMappingIfUnspecified: 1 - animationType: 3 - humanoidOversampling: 1 - avatarSetup: 2 - addHumanoidExtraRootOnlyWhenUsingAvatar: 1 - additionalBone: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Character/Animations/Base/Run Back.fbx b/Assets/Resources/Character/Animations/Base/Run Back.fbx deleted file mode 100644 index 765924ed..00000000 --- a/Assets/Resources/Character/Animations/Base/Run Back.fbx +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:98207681a2b1bca842829db0c30b748a2cbdfe94425d72ba79d5bbe888b6905a -size 327168 diff --git a/Assets/Resources/Character/Animations/Base/Run Back.fbx.meta b/Assets/Resources/Character/Animations/Base/Run Back.fbx.meta deleted file mode 100644 index 38a73097..00000000 --- a/Assets/Resources/Character/Animations/Base/Run Back.fbx.meta +++ /dev/null @@ -1,903 +0,0 @@ -fileFormatVersion: 2 -guid: 881d97594fa316249be55f61884b062c -ModelImporter: - serializedVersion: 20200 - internalIDToNameTable: - - first: - 74: -203655887218126122 - second: mixamo.com - - first: - 74: -5766700266571574012 - second: Run Back - externalObjects: {} - materials: - materialImportMode: 2 - materialName: 0 - materialSearch: 1 - materialLocation: 1 - animations: - legacyGenerateAnimations: 4 - bakeSimulation: 0 - resampleCurves: 1 - optimizeGameObjects: 0 - motionNodeName: - rigImportErrors: - rigImportWarnings: - animationImportErrors: - animationImportWarnings: - animationRetargetingWarnings: - animationDoRetargetingWarnings: 0 - importAnimatedCustomProperties: 0 - importConstraints: 0 - animationCompression: 3 - animationRotationError: 0.5 - animationPositionError: 0.5 - animationScaleError: 0.5 - animationWrapMode: 0 - extraExposedTransformPaths: [] - extraUserProperties: [] - clipAnimations: - - serializedVersion: 16 - name: Run Back - takeName: mixamo.com - internalID: 0 - firstFrame: 0 - lastFrame: 19 - wrapMode: 0 - orientationOffsetY: 0 - level: 0 - cycleOffset: 0 - loop: 0 - hasAdditiveReferencePose: 0 - loopTime: 1 - loopBlend: 0 - loopBlendOrientation: 1 - loopBlendPositionY: 1 - loopBlendPositionXZ: 1 - keepOriginalOrientation: 1 - keepOriginalPositionY: 1 - keepOriginalPositionXZ: 1 - heightFromFeet: 0 - mirror: 0 - bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 - curves: [] - events: [] - transformMask: [] - maskType: 3 - maskSource: {instanceID: 0} - additiveReferencePoseFrame: 0 - isReadable: 0 - meshes: - lODScreenPercentages: [] - globalScale: 1 - meshCompression: 0 - addColliders: 0 - useSRGBMaterialColor: 1 - sortHierarchyByName: 1 - importVisibility: 1 - importBlendShapes: 1 - importCameras: 1 - importLights: 1 - fileIdsGeneration: 2 - swapUVChannels: 0 - generateSecondaryUV: 0 - useFileUnits: 1 - keepQuads: 0 - weldVertices: 1 - bakeAxisConversion: 0 - preserveHierarchy: 0 - skinWeightsMode: 0 - maxBonesPerVertex: 4 - minBoneWeight: 0.001 - meshOptimizationFlags: -1 - indexFormat: 0 - secondaryUVAngleDistortion: 8 - secondaryUVAreaDistortion: 15.000001 - secondaryUVHardAngle: 88 - secondaryUVMarginMethod: 1 - secondaryUVMinLightmapResolution: 40 - secondaryUVMinObjectScale: 1 - secondaryUVPackMargin: 4 - useFileScale: 1 - tangentSpace: - normalSmoothAngle: 60 - normalImportMode: 0 - tangentImportMode: 3 - normalCalculationMode: 4 - legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 - blendShapeNormalImportMode: 1 - normalSmoothingSource: 0 - referencedClips: [] - importAnimation: 1 - humanDescription: - serializedVersion: 3 - human: - - boneName: mixamorig:Hips - humanName: Hips - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftUpLeg - humanName: LeftUpperLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightUpLeg - humanName: RightUpperLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftLeg - humanName: LeftLowerLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightLeg - humanName: RightLowerLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftFoot - humanName: LeftFoot - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightFoot - humanName: RightFoot - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Spine - humanName: Spine - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Spine1 - humanName: Chest - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Neck - humanName: Neck - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Head - humanName: Head - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftShoulder - humanName: LeftShoulder - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightShoulder - humanName: RightShoulder - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftArm - humanName: LeftUpperArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightArm - humanName: RightUpperArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftForeArm - humanName: LeftLowerArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightForeArm - humanName: RightLowerArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHand - humanName: LeftHand - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHand - humanName: RightHand - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftToeBase - humanName: LeftToes - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightToeBase - humanName: RightToes - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandThumb1 - humanName: Left Thumb Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandThumb2 - humanName: Left Thumb Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandThumb3 - humanName: Left Thumb Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandIndex1 - humanName: Left Index Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandIndex2 - humanName: Left Index Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandIndex3 - humanName: Left Index Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandMiddle1 - humanName: Left Middle Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandMiddle2 - humanName: Left Middle Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandMiddle3 - humanName: Left Middle Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandRing1 - humanName: Left Ring Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandRing2 - humanName: Left Ring Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandRing3 - humanName: Left Ring Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandPinky1 - humanName: Left Little Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandPinky2 - humanName: Left Little Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandPinky3 - humanName: Left Little Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandThumb1 - humanName: Right Thumb Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandThumb2 - humanName: Right Thumb Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandThumb3 - humanName: Right Thumb Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandIndex1 - humanName: Right Index Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandIndex2 - humanName: Right Index Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandIndex3 - humanName: Right Index Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandMiddle1 - humanName: Right Middle Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandMiddle2 - humanName: Right Middle Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandMiddle3 - humanName: Right Middle Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandRing1 - humanName: Right Ring Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandRing2 - humanName: Right Ring Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandRing3 - humanName: Right Ring Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandPinky1 - humanName: Right Little Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandPinky2 - humanName: Right Little Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandPinky3 - humanName: Right Little Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Spine2 - humanName: UpperChest - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - skeleton: - - name: ybot(Clone) - parentName: - position: {x: 0, y: 0, z: 0} - rotation: {x: 0, y: 0, z: 0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Alpha_Surface - parentName: ybot(Clone) - position: {x: -0, y: 0, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Alpha_Joints - parentName: ybot(Clone) - position: {x: -0, y: 0, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Hips - parentName: ybot(Clone) - position: {x: 0.00000006757011, y: 0.9979194, z: 0.000000484474} - rotation: {x: 1.3930912e-15, y: 0.00000001376344, z: -0.0000004417766, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Spine - parentName: mixamorig:Hips - position: {x: -0.0000000056483196, y: 0.09923459, z: -0.012273348} - rotation: {x: -1.3930783e-15, y: -0.00000001376344, z: 0.00000044177568, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Spine1 - parentName: mixamorig:Spine - position: {x: 0.0000013886521, y: 0.1164544, z: -0.014223412} - rotation: {x: 3.8774097e-26, y: -4.2632574e-14, z: 6.82121e-13, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Spine2 - parentName: mixamorig:Spine1 - position: {x: -0.00000091440717, y: 0.13360204, z: -0.016264597} - rotation: {x: 0, y: 0, z: 1.8056423e-35, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Neck - parentName: mixamorig:Spine2 - position: {x: -0.0000002520208, y: 0.15032491, z: 0.007929048} - rotation: {x: -5.2041704e-18, y: 4.2632927e-14, z: 2.273737e-13, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Head - parentName: mixamorig:Neck - position: {x: -0.000000023707482, y: 0.1032183, z: 0.031424288} - rotation: {x: 0, y: -0, z: -2.3158745e-36, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:HeadTop_End - parentName: mixamorig:Head - position: {x: -0.0000015417259, y: 0.18474671, z: 0.06636399} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftEye - parentName: mixamorig:Head - position: {x: -0.02947915, y: 0.07681745, z: 0.09120731} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightEye - parentName: mixamorig:Head - position: {x: 0.029444808, y: 0.07681745, z: 0.091204956} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftShoulder - parentName: mixamorig:Spine2 - position: {x: -0.061058242, y: 0.09110424, z: 0.0070555084} - rotation: {x: -0.000000044703484, y: 4.2632557e-14, z: -0.000000044703256, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftArm - parentName: mixamorig:LeftShoulder - position: {x: -0.12655036, y: -0.0026593448, z: -0.026009219} - rotation: {x: 0.000000044703484, y: 2.4507967e-22, z: 0.000000044703484, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftForeArm - parentName: mixamorig:LeftArm - position: {x: -0.27404684, y: 0.00000039126675, z: 0.000000065881096} - rotation: {x: -0.000000059604638, y: -0.000000003900862, z: -1.3205547e-24, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHand - parentName: mixamorig:LeftForeArm - position: {x: -0.27614462, y: 0.00000028951808, z: 0.00000019646586} - rotation: {x: 0.000025994656, y: 0.000000044703476, z: -1.1567093e-12, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle1 - parentName: mixamorig:LeftHand - position: {x: -0.12775522, y: 0.00000013342024, z: 0.00000020418457} - rotation: {x: -0.000000014901165, y: -0.000000044699625, z: 0.000000074508115, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle2 - parentName: mixamorig:LeftHandMiddle1 - position: {x: -0.036139715, y: 0.000000026601377, z: 0.000000024623631} - rotation: {x: -0.000000014901161, y: -2.310558e-12, z: -0.00000004470347, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle3 - parentName: mixamorig:LeftHandMiddle2 - position: {x: -0.0345976, y: 0.000000005432471, z: -0.00000026419679} - rotation: {x: 0.000000059604645, y: -7.7026065e-13, z: -0.000000014901168, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle4 - parentName: mixamorig:LeftHandMiddle3 - position: {x: -0.036801923, y: -8.559337e-10, z: 0.00000032769248} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb1 - parentName: mixamorig:LeftHand - position: {x: -0.037888095, y: -0.021669967, z: 0.03003088} - rotation: {x: -0.1186462, y: 0.08685124, z: -0.11865034, w: 0.98198885} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb2 - parentName: mixamorig:LeftHandThumb1 - position: {x: -0.03675443, y: -0.021220079, z: 0.021220123} - rotation: {x: 0.000005132493, y: -0.0000031770358, z: 0.0000056908543, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb3 - parentName: mixamorig:LeftHandThumb2 - position: {x: -0.033943586, y: -0.019597441, z: 0.019597929} - rotation: {x: -0.0000051025786, y: 0.000009561153, z: 0.00000075273744, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb4 - parentName: mixamorig:LeftHandThumb3 - position: {x: -0.026794039, y: -0.015469446, z: 0.0154692} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex1 - parentName: mixamorig:LeftHand - position: {x: -0.12266614, y: -0.0023166884, z: 0.028220579} - rotation: {x: 0.00000004470348, y: 1.5400767e-12, z: 0.000000029802326, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex2 - parentName: mixamorig:LeftHandIndex1 - position: {x: -0.038919672, y: 0.000000016868665, z: 0.00000038721547} - rotation: {x: -0.000000074505806, y: -0.000000029806174, z: -0.00000007450426, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex3 - parentName: mixamorig:LeftHandIndex2 - position: {x: -0.03415161, y: 0.000000005749108, z: -0.00000008770533} - rotation: {x: 7.719219e-16, y: 0.000000029801551, z: -0.000000014902698, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex4 - parentName: mixamorig:LeftHandIndex3 - position: {x: -0.030779855, y: 7.926917e-10, z: -0.00000008560385} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing1 - parentName: mixamorig:LeftHand - position: {x: -0.12147005, y: 0.00009894983, z: -0.022166291} - rotation: {x: 0.00000002980232, y: -0.000000014900391, z: 0.000000014901934, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing2 - parentName: mixamorig:LeftHandRing1 - position: {x: -0.036011904, y: 0.000000015129366, z: 0.0000003511219} - rotation: {x: -0.000000014901159, y: 0.00000005960389, z: -0.000000014904199, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing3 - parentName: mixamorig:LeftHandRing2 - position: {x: -0.03307317, y: 0.000000045317442, z: -0.00000020893265} - rotation: {x: 0.000000044703487, y: -0.0000000894085, z: -0.000000029797693, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing4 - parentName: mixamorig:LeftHandRing3 - position: {x: -0.036601152, y: 0.00000002906111, z: 4.5477133e-10} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky1 - parentName: mixamorig:LeftHand - position: {x: -0.10908195, y: -0.0022636496, z: -0.047258176} - rotation: {x: 0.000000044703487, y: -0.00000002980695, z: -0.00000008940545, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky2 - parentName: mixamorig:LeftHandPinky1 - position: {x: -0.041366525, y: 0.000000022999533, z: 0.00000026898434} - rotation: {x: 0.000000014901153, y: 0.000000044709655, z: 0.00000011920697, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky3 - parentName: mixamorig:LeftHandPinky2 - position: {x: -0.025948359, y: 5.93904e-10, z: -0.00000036009018} - rotation: {x: 3.0875333e-15, y: -0.00000005960773, z: -0.000000059601557, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky4 - parentName: mixamorig:LeftHandPinky3 - position: {x: -0.029238692, y: 0.000000014407377, z: 0.00000018732128} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightShoulder - parentName: mixamorig:Spine2 - position: {x: 0.06105696, y: 0.09110509, z: 0.007055634} - rotation: {x: -0.000000014901161, y: 4.2632564e-14, z: -0.000000044703256, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightArm - parentName: mixamorig:RightShoulder - position: {x: 0.1265504, y: -0.0026602063, z: -0.026008958} - rotation: {x: 0.000000014901161, y: 7.7756505e-24, z: 0.000000044703484, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightForeArm - parentName: mixamorig:RightArm - position: {x: 0.27404684, y: 0.0000003288411, z: 0.000000052756395} - rotation: {x: -0.000000059604638, y: 0.000000003900862, z: -3.0876939e-15, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHand - parentName: mixamorig:RightForeArm - position: {x: 0.27614462, y: 0.00000022661457, z: 0.0000001832407} - rotation: {x: 0.000025994656, y: -0.000000044703476, z: 1.1567093e-12, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle1 - parentName: mixamorig:RightHand - position: {x: 0.12775522, y: 0.000000089457735, z: 0.00000018011639} - rotation: {x: -0.000000014901165, y: 0.000000044699625, z: -0.000000074508115, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle2 - parentName: mixamorig:RightHandMiddle1 - position: {x: 0.036139715, y: 0.000000027565017, z: 0.000000030803374} - rotation: {x: -0.000000014901161, y: 2.311002e-12, z: 0.00000004470347, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle3 - parentName: mixamorig:RightHandMiddle2 - position: {x: 0.0345976, y: -0.0000000019721824, z: -0.0000002645789} - rotation: {x: 0.000000059604645, y: 7.7026065e-13, z: 0.000000014901168, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle4 - parentName: mixamorig:RightHandMiddle3 - position: {x: 0.036801923, y: -0.000000006576055, z: 0.00000032509809} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb1 - parentName: mixamorig:RightHand - position: {x: 0.03788809, y: -0.02166998, z: 0.030030873} - rotation: {x: -0.11864688, y: -0.08685217, z: 0.11865078, w: 0.9819886} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb2 - parentName: mixamorig:RightHandThumb1 - position: {x: 0.036754426, y: -0.021220084, z: 0.021220122} - rotation: {x: 0.000005132493, y: 0.0000031770358, z: -0.0000056908543, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb3 - parentName: mixamorig:RightHandThumb2 - position: {x: 0.03394358, y: -0.019597458, z: 0.019597925} - rotation: {x: -0.0000050727767, y: -0.000009590957, z: -0.00000076763814, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb4 - parentName: mixamorig:RightHandThumb3 - position: {x: 0.026794035, y: -0.015469455, z: 0.015469198} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex1 - parentName: mixamorig:RightHand - position: {x: 0.12266616, y: -0.002316732, z: 0.028220555} - rotation: {x: -0.000000014901163, y: -1.5418528e-12, z: -0.000000029802322, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex2 - parentName: mixamorig:RightHandIndex1 - position: {x: 0.038919672, y: -7.205551e-10, z: 0.00000037513024} - rotation: {x: -0.000000014901158, y: 0.00000002980617, z: 0.00000007450426, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex3 - parentName: mixamorig:RightHandIndex2 - position: {x: 0.03415161, y: 0.0000000025299138, z: -0.000000086058414} - rotation: {x: 7.7192193e-16, y: -0.000000029801553, z: 0.000000014902698, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex4 - parentName: mixamorig:RightHandIndex3 - position: {x: 0.030779855, y: -0.000000009372842, z: -0.00000008780579} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing1 - parentName: mixamorig:RightHand - position: {x: 0.12147004, y: 0.00009890902, z: -0.022166314} - rotation: {x: 0.00000002980232, y: 0.000000014900391, z: -0.000000014901934, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing2 - parentName: mixamorig:RightHandRing1 - position: {x: 0.036011904, y: 0.0000000023856512, z: 0.0000003486698} - rotation: {x: -0.000000014901159, y: -0.00000005960389, z: 0.0000000149042, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing3 - parentName: mixamorig:RightHandRing2 - position: {x: 0.03307317, y: 0.00000003760175, z: -0.00000021114596} - rotation: {x: 0.000000014901161, y: 0.000000059604645, z: -3.0845936e-12, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing4 - parentName: mixamorig:RightHandRing3 - position: {x: 0.036601152, y: 0.00000002046845, z: 0.000000006718011} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky1 - parentName: mixamorig:RightHand - position: {x: 0.10908193, y: -0.002263685, z: -0.0472582} - rotation: {x: 0.000000044703487, y: 0.00000002980695, z: 0.00000008940544, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky2 - parentName: mixamorig:RightHandPinky1 - position: {x: 0.041366525, y: 0.000000004310631, z: 0.00000025609583} - rotation: {x: 0.000000014901153, y: -0.000000044709655, z: -0.00000011920697, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky3 - parentName: mixamorig:RightHandPinky2 - position: {x: 0.025948359, y: -0.000000009571486, z: -0.00000036661154} - rotation: {x: -0.00000005960464, y: 0.00000002980386, z: 0.000000029800782, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky4 - parentName: mixamorig:RightHandPinky3 - position: {x: 0.029238692, y: 0.00000000641227, z: 0.00000018695744} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightUpLeg - parentName: mixamorig:Hips - position: {x: 0.09124453, y: -0.06656398, z: -0.00055377925} - rotation: {x: -0.000002931613, y: -0.000000013649597, z: 0.00000043784848, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightLeg - parentName: mixamorig:RightUpLeg - position: {x: 0.002446805, y: -0.40595436, z: -0.0051452797} - rotation: {x: 0.0000065525965, y: -0.000000021011672, z: -2.99793e-11, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightFoot - parentName: mixamorig:RightLeg - position: {x: -0.0024466943, y: -0.4204787, z: -0.02060231} - rotation: {x: -0.000003650786, y: 0.000000020896566, z: 0.0000000039579957, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightToeBase - parentName: mixamorig:RightFoot - position: {x: 0.0037335984, y: -0.10492194, z: 0.12640662} - rotation: {x: 0.000000029802322, y: 6.530776e-11, z: -2.3527402e-10, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightToe_End - parentName: mixamorig:RightToeBase - position: {x: -0.0000000011347395, y: 0.000000004587741, z: 0.09992521} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftUpLeg - parentName: mixamorig:Hips - position: {x: -0.091244526, y: -0.06656399, z: -0.00055377925} - rotation: {x: -0.000017517097, y: -0.000000013640878, z: 0.00000043808052, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftLeg - parentName: mixamorig:LeftUpLeg - position: {x: -0.0024468019, y: -0.40595403, z: -0.005170411} - rotation: {x: 0.000035527948, y: 0.000000089582485, z: 0.0000000041595536, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftFoot - parentName: mixamorig:LeftLeg - position: {x: 0.002446696, y: -0.42047998, z: -0.020576412} - rotation: {x: -0.000018015498, y: -0.00000010461389, z: -0.0000000013931898, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftToeBase - parentName: mixamorig:LeftFoot - position: {x: -0.0037335982, y: -0.10492193, z: 0.12640664} - rotation: {x: 0.000000004649337, y: 1.1698642e-10, z: 9.313231e-10, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftToe_End - parentName: mixamorig:LeftToeBase - position: {x: 0.000000002053664, y: 0.000000009634096, z: 0.09992521} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - armTwist: 0.5 - foreArmTwist: 0.5 - upperLegTwist: 0.5 - legTwist: 0.5 - armStretch: 0.05 - legStretch: 0.05 - feetSpacing: 0 - globalScale: 1 - rootMotionBoneName: - hasTranslationDoF: 0 - hasExtraRoot: 1 - skeletonHasParents: 1 - lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: 96b816f238895a3489671ef99184aefe, type: 3} - autoGenerateAvatarMappingIfUnspecified: 1 - animationType: 3 - humanoidOversampling: 1 - avatarSetup: 2 - addHumanoidExtraRootOnlyWhenUsingAvatar: 1 - additionalBone: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Character/Animations/Base/Run.fbx b/Assets/Resources/Character/Animations/Base/Run.fbx deleted file mode 100644 index d7c4da78..00000000 --- a/Assets/Resources/Character/Animations/Base/Run.fbx +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f66f7f5bec0dc8273a2ad7bdfba346dd70e37e0a279959780343ad2dfbed4a50 -size 334400 diff --git a/Assets/Resources/Character/Animations/Base/Run.fbx.meta b/Assets/Resources/Character/Animations/Base/Run.fbx.meta deleted file mode 100644 index 597257d8..00000000 --- a/Assets/Resources/Character/Animations/Base/Run.fbx.meta +++ /dev/null @@ -1,903 +0,0 @@ -fileFormatVersion: 2 -guid: 7a392a3d9e47d6449b326ce790bfd6f4 -ModelImporter: - serializedVersion: 20200 - internalIDToNameTable: - - first: - 74: -203655887218126122 - second: mixamo.com - - first: - 74: -9121621101649706817 - second: Run - externalObjects: {} - materials: - materialImportMode: 2 - materialName: 0 - materialSearch: 1 - materialLocation: 1 - animations: - legacyGenerateAnimations: 4 - bakeSimulation: 0 - resampleCurves: 1 - optimizeGameObjects: 0 - motionNodeName: - rigImportErrors: - rigImportWarnings: - animationImportErrors: - animationImportWarnings: - animationRetargetingWarnings: - animationDoRetargetingWarnings: 0 - importAnimatedCustomProperties: 0 - importConstraints: 0 - animationCompression: 3 - animationRotationError: 0.5 - animationPositionError: 0.5 - animationScaleError: 0.5 - animationWrapMode: 0 - extraExposedTransformPaths: [] - extraUserProperties: [] - clipAnimations: - - serializedVersion: 16 - name: Run - takeName: mixamo.com - internalID: 0 - firstFrame: 0 - lastFrame: 21 - wrapMode: 0 - orientationOffsetY: 0 - level: 0 - cycleOffset: 0 - loop: 0 - hasAdditiveReferencePose: 0 - loopTime: 1 - loopBlend: 0 - loopBlendOrientation: 1 - loopBlendPositionY: 1 - loopBlendPositionXZ: 1 - keepOriginalOrientation: 1 - keepOriginalPositionY: 1 - keepOriginalPositionXZ: 1 - heightFromFeet: 0 - mirror: 0 - bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 - curves: [] - events: [] - transformMask: [] - maskType: 3 - maskSource: {instanceID: 0} - additiveReferencePoseFrame: 0 - isReadable: 0 - meshes: - lODScreenPercentages: [] - globalScale: 1 - meshCompression: 0 - addColliders: 0 - useSRGBMaterialColor: 1 - sortHierarchyByName: 1 - importVisibility: 1 - importBlendShapes: 1 - importCameras: 1 - importLights: 1 - fileIdsGeneration: 2 - swapUVChannels: 0 - generateSecondaryUV: 0 - useFileUnits: 1 - keepQuads: 0 - weldVertices: 1 - bakeAxisConversion: 0 - preserveHierarchy: 0 - skinWeightsMode: 0 - maxBonesPerVertex: 4 - minBoneWeight: 0.001 - meshOptimizationFlags: -1 - indexFormat: 0 - secondaryUVAngleDistortion: 8 - secondaryUVAreaDistortion: 15.000001 - secondaryUVHardAngle: 88 - secondaryUVMarginMethod: 1 - secondaryUVMinLightmapResolution: 40 - secondaryUVMinObjectScale: 1 - secondaryUVPackMargin: 4 - useFileScale: 1 - tangentSpace: - normalSmoothAngle: 60 - normalImportMode: 0 - tangentImportMode: 3 - normalCalculationMode: 4 - legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 - blendShapeNormalImportMode: 1 - normalSmoothingSource: 0 - referencedClips: [] - importAnimation: 1 - humanDescription: - serializedVersion: 3 - human: - - boneName: mixamorig:Hips - humanName: Hips - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftUpLeg - humanName: LeftUpperLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightUpLeg - humanName: RightUpperLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftLeg - humanName: LeftLowerLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightLeg - humanName: RightLowerLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftFoot - humanName: LeftFoot - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightFoot - humanName: RightFoot - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Spine - humanName: Spine - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Spine1 - humanName: Chest - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Neck - humanName: Neck - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Head - humanName: Head - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftShoulder - humanName: LeftShoulder - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightShoulder - humanName: RightShoulder - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftArm - humanName: LeftUpperArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightArm - humanName: RightUpperArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftForeArm - humanName: LeftLowerArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightForeArm - humanName: RightLowerArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHand - humanName: LeftHand - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHand - humanName: RightHand - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftToeBase - humanName: LeftToes - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightToeBase - humanName: RightToes - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandThumb1 - humanName: Left Thumb Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandThumb2 - humanName: Left Thumb Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandThumb3 - humanName: Left Thumb Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandIndex1 - humanName: Left Index Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandIndex2 - humanName: Left Index Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandIndex3 - humanName: Left Index Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandMiddle1 - humanName: Left Middle Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandMiddle2 - humanName: Left Middle Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandMiddle3 - humanName: Left Middle Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandRing1 - humanName: Left Ring Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandRing2 - humanName: Left Ring Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandRing3 - humanName: Left Ring Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandPinky1 - humanName: Left Little Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandPinky2 - humanName: Left Little Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandPinky3 - humanName: Left Little Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandThumb1 - humanName: Right Thumb Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandThumb2 - humanName: Right Thumb Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandThumb3 - humanName: Right Thumb Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandIndex1 - humanName: Right Index Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandIndex2 - humanName: Right Index Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandIndex3 - humanName: Right Index Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandMiddle1 - humanName: Right Middle Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandMiddle2 - humanName: Right Middle Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandMiddle3 - humanName: Right Middle Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandRing1 - humanName: Right Ring Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandRing2 - humanName: Right Ring Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandRing3 - humanName: Right Ring Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandPinky1 - humanName: Right Little Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandPinky2 - humanName: Right Little Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandPinky3 - humanName: Right Little Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Spine2 - humanName: UpperChest - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - skeleton: - - name: ybot(Clone) - parentName: - position: {x: 0, y: 0, z: 0} - rotation: {x: 0, y: 0, z: 0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Alpha_Surface - parentName: ybot(Clone) - position: {x: -0, y: 0, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Alpha_Joints - parentName: ybot(Clone) - position: {x: -0, y: 0, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Hips - parentName: ybot(Clone) - position: {x: 0.00000006757011, y: 0.9979194, z: 0.000000484474} - rotation: {x: 1.3930912e-15, y: 0.00000001376344, z: -0.0000004417766, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Spine - parentName: mixamorig:Hips - position: {x: -0.0000000056483196, y: 0.09923459, z: -0.012273348} - rotation: {x: -1.3930783e-15, y: -0.00000001376344, z: 0.00000044177568, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Spine1 - parentName: mixamorig:Spine - position: {x: 0.0000013886521, y: 0.1164544, z: -0.014223412} - rotation: {x: 3.8774097e-26, y: -4.2632574e-14, z: 6.82121e-13, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Spine2 - parentName: mixamorig:Spine1 - position: {x: -0.00000091440717, y: 0.13360204, z: -0.016264597} - rotation: {x: 0, y: 0, z: 1.8056423e-35, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Neck - parentName: mixamorig:Spine2 - position: {x: -0.0000002520208, y: 0.15032491, z: 0.007929048} - rotation: {x: -5.2041704e-18, y: 4.2632927e-14, z: 2.273737e-13, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Head - parentName: mixamorig:Neck - position: {x: -0.000000023707482, y: 0.1032183, z: 0.031424288} - rotation: {x: 0, y: -0, z: -2.3158745e-36, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:HeadTop_End - parentName: mixamorig:Head - position: {x: -0.0000015417259, y: 0.18474671, z: 0.06636399} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftEye - parentName: mixamorig:Head - position: {x: -0.02947915, y: 0.07681745, z: 0.09120731} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightEye - parentName: mixamorig:Head - position: {x: 0.029444808, y: 0.07681745, z: 0.091204956} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftShoulder - parentName: mixamorig:Spine2 - position: {x: -0.061058242, y: 0.09110424, z: 0.0070555084} - rotation: {x: -0.000000044703484, y: 4.2632557e-14, z: -0.000000044703256, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftArm - parentName: mixamorig:LeftShoulder - position: {x: -0.12655036, y: -0.0026593448, z: -0.026009219} - rotation: {x: 0.000000044703484, y: 2.4507967e-22, z: 0.000000044703484, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftForeArm - parentName: mixamorig:LeftArm - position: {x: -0.27404684, y: 0.00000039126675, z: 0.000000065881096} - rotation: {x: -0.000000059604638, y: -0.000000003900862, z: -1.3205547e-24, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHand - parentName: mixamorig:LeftForeArm - position: {x: -0.27614462, y: 0.00000028951808, z: 0.00000019646586} - rotation: {x: 0.000025994656, y: 0.000000044703476, z: -1.1567093e-12, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle1 - parentName: mixamorig:LeftHand - position: {x: -0.12775522, y: 0.00000013342024, z: 0.00000020418457} - rotation: {x: -0.000000014901165, y: -0.000000044699625, z: 0.000000074508115, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle2 - parentName: mixamorig:LeftHandMiddle1 - position: {x: -0.036139715, y: 0.000000026601377, z: 0.000000024623631} - rotation: {x: -0.000000014901161, y: -2.310558e-12, z: -0.00000004470347, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle3 - parentName: mixamorig:LeftHandMiddle2 - position: {x: -0.0345976, y: 0.000000005432471, z: -0.00000026419679} - rotation: {x: 0.000000059604645, y: -7.7026065e-13, z: -0.000000014901168, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle4 - parentName: mixamorig:LeftHandMiddle3 - position: {x: -0.036801923, y: -8.559337e-10, z: 0.00000032769248} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb1 - parentName: mixamorig:LeftHand - position: {x: -0.037888095, y: -0.021669967, z: 0.03003088} - rotation: {x: -0.1186462, y: 0.08685124, z: -0.11865034, w: 0.98198885} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb2 - parentName: mixamorig:LeftHandThumb1 - position: {x: -0.03675443, y: -0.021220079, z: 0.021220123} - rotation: {x: 0.000005132493, y: -0.0000031770358, z: 0.0000056908543, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb3 - parentName: mixamorig:LeftHandThumb2 - position: {x: -0.033943586, y: -0.019597441, z: 0.019597929} - rotation: {x: -0.0000051025786, y: 0.000009561153, z: 0.00000075273744, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb4 - parentName: mixamorig:LeftHandThumb3 - position: {x: -0.026794039, y: -0.015469446, z: 0.0154692} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex1 - parentName: mixamorig:LeftHand - position: {x: -0.12266614, y: -0.0023166884, z: 0.028220579} - rotation: {x: 0.00000004470348, y: 1.5400767e-12, z: 0.000000029802326, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex2 - parentName: mixamorig:LeftHandIndex1 - position: {x: -0.038919672, y: 0.000000016868665, z: 0.00000038721547} - rotation: {x: -0.000000074505806, y: -0.000000029806174, z: -0.00000007450426, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex3 - parentName: mixamorig:LeftHandIndex2 - position: {x: -0.03415161, y: 0.000000005749108, z: -0.00000008770533} - rotation: {x: 7.719219e-16, y: 0.000000029801551, z: -0.000000014902698, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex4 - parentName: mixamorig:LeftHandIndex3 - position: {x: -0.030779855, y: 7.926917e-10, z: -0.00000008560385} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing1 - parentName: mixamorig:LeftHand - position: {x: -0.12147005, y: 0.00009894983, z: -0.022166291} - rotation: {x: 0.00000002980232, y: -0.000000014900391, z: 0.000000014901934, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing2 - parentName: mixamorig:LeftHandRing1 - position: {x: -0.036011904, y: 0.000000015129366, z: 0.0000003511219} - rotation: {x: -0.000000014901159, y: 0.00000005960389, z: -0.000000014904199, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing3 - parentName: mixamorig:LeftHandRing2 - position: {x: -0.03307317, y: 0.000000045317442, z: -0.00000020893265} - rotation: {x: 0.000000044703487, y: -0.0000000894085, z: -0.000000029797693, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing4 - parentName: mixamorig:LeftHandRing3 - position: {x: -0.036601152, y: 0.00000002906111, z: 4.5477133e-10} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky1 - parentName: mixamorig:LeftHand - position: {x: -0.10908195, y: -0.0022636496, z: -0.047258176} - rotation: {x: 0.000000044703487, y: -0.00000002980695, z: -0.00000008940545, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky2 - parentName: mixamorig:LeftHandPinky1 - position: {x: -0.041366525, y: 0.000000022999533, z: 0.00000026898434} - rotation: {x: 0.000000014901153, y: 0.000000044709655, z: 0.00000011920697, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky3 - parentName: mixamorig:LeftHandPinky2 - position: {x: -0.025948359, y: 5.93904e-10, z: -0.00000036009018} - rotation: {x: 3.0875333e-15, y: -0.00000005960773, z: -0.000000059601557, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky4 - parentName: mixamorig:LeftHandPinky3 - position: {x: -0.029238692, y: 0.000000014407377, z: 0.00000018732128} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightShoulder - parentName: mixamorig:Spine2 - position: {x: 0.06105696, y: 0.09110509, z: 0.007055634} - rotation: {x: -0.000000014901161, y: 4.2632564e-14, z: -0.000000044703256, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightArm - parentName: mixamorig:RightShoulder - position: {x: 0.1265504, y: -0.0026602063, z: -0.026008958} - rotation: {x: 0.000000014901161, y: 7.7756505e-24, z: 0.000000044703484, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightForeArm - parentName: mixamorig:RightArm - position: {x: 0.27404684, y: 0.0000003288411, z: 0.000000052756395} - rotation: {x: -0.000000059604638, y: 0.000000003900862, z: -3.0876939e-15, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHand - parentName: mixamorig:RightForeArm - position: {x: 0.27614462, y: 0.00000022661457, z: 0.0000001832407} - rotation: {x: 0.000025994656, y: -0.000000044703476, z: 1.1567093e-12, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle1 - parentName: mixamorig:RightHand - position: {x: 0.12775522, y: 0.000000089457735, z: 0.00000018011639} - rotation: {x: -0.000000014901165, y: 0.000000044699625, z: -0.000000074508115, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle2 - parentName: mixamorig:RightHandMiddle1 - position: {x: 0.036139715, y: 0.000000027565017, z: 0.000000030803374} - rotation: {x: -0.000000014901161, y: 2.311002e-12, z: 0.00000004470347, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle3 - parentName: mixamorig:RightHandMiddle2 - position: {x: 0.0345976, y: -0.0000000019721824, z: -0.0000002645789} - rotation: {x: 0.000000059604645, y: 7.7026065e-13, z: 0.000000014901168, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle4 - parentName: mixamorig:RightHandMiddle3 - position: {x: 0.036801923, y: -0.000000006576055, z: 0.00000032509809} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb1 - parentName: mixamorig:RightHand - position: {x: 0.03788809, y: -0.02166998, z: 0.030030873} - rotation: {x: -0.11864688, y: -0.08685217, z: 0.11865078, w: 0.9819886} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb2 - parentName: mixamorig:RightHandThumb1 - position: {x: 0.036754426, y: -0.021220084, z: 0.021220122} - rotation: {x: 0.000005132493, y: 0.0000031770358, z: -0.0000056908543, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb3 - parentName: mixamorig:RightHandThumb2 - position: {x: 0.03394358, y: -0.019597458, z: 0.019597925} - rotation: {x: -0.0000050727767, y: -0.000009590957, z: -0.00000076763814, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb4 - parentName: mixamorig:RightHandThumb3 - position: {x: 0.026794035, y: -0.015469455, z: 0.015469198} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex1 - parentName: mixamorig:RightHand - position: {x: 0.12266616, y: -0.002316732, z: 0.028220555} - rotation: {x: -0.000000014901163, y: -1.5418528e-12, z: -0.000000029802322, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex2 - parentName: mixamorig:RightHandIndex1 - position: {x: 0.038919672, y: -7.205551e-10, z: 0.00000037513024} - rotation: {x: -0.000000014901158, y: 0.00000002980617, z: 0.00000007450426, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex3 - parentName: mixamorig:RightHandIndex2 - position: {x: 0.03415161, y: 0.0000000025299138, z: -0.000000086058414} - rotation: {x: 7.7192193e-16, y: -0.000000029801553, z: 0.000000014902698, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex4 - parentName: mixamorig:RightHandIndex3 - position: {x: 0.030779855, y: -0.000000009372842, z: -0.00000008780579} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing1 - parentName: mixamorig:RightHand - position: {x: 0.12147004, y: 0.00009890902, z: -0.022166314} - rotation: {x: 0.00000002980232, y: 0.000000014900391, z: -0.000000014901934, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing2 - parentName: mixamorig:RightHandRing1 - position: {x: 0.036011904, y: 0.0000000023856512, z: 0.0000003486698} - rotation: {x: -0.000000014901159, y: -0.00000005960389, z: 0.0000000149042, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing3 - parentName: mixamorig:RightHandRing2 - position: {x: 0.03307317, y: 0.00000003760175, z: -0.00000021114596} - rotation: {x: 0.000000014901161, y: 0.000000059604645, z: -3.0845936e-12, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing4 - parentName: mixamorig:RightHandRing3 - position: {x: 0.036601152, y: 0.00000002046845, z: 0.000000006718011} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky1 - parentName: mixamorig:RightHand - position: {x: 0.10908193, y: -0.002263685, z: -0.0472582} - rotation: {x: 0.000000044703487, y: 0.00000002980695, z: 0.00000008940544, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky2 - parentName: mixamorig:RightHandPinky1 - position: {x: 0.041366525, y: 0.000000004310631, z: 0.00000025609583} - rotation: {x: 0.000000014901153, y: -0.000000044709655, z: -0.00000011920697, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky3 - parentName: mixamorig:RightHandPinky2 - position: {x: 0.025948359, y: -0.000000009571486, z: -0.00000036661154} - rotation: {x: -0.00000005960464, y: 0.00000002980386, z: 0.000000029800782, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky4 - parentName: mixamorig:RightHandPinky3 - position: {x: 0.029238692, y: 0.00000000641227, z: 0.00000018695744} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightUpLeg - parentName: mixamorig:Hips - position: {x: 0.09124453, y: -0.06656398, z: -0.00055377925} - rotation: {x: -0.000002931613, y: -0.000000013649597, z: 0.00000043784848, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightLeg - parentName: mixamorig:RightUpLeg - position: {x: 0.002446805, y: -0.40595436, z: -0.0051452797} - rotation: {x: 0.0000065525965, y: -0.000000021011672, z: -2.99793e-11, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightFoot - parentName: mixamorig:RightLeg - position: {x: -0.0024466943, y: -0.4204787, z: -0.02060231} - rotation: {x: -0.000003650786, y: 0.000000020896566, z: 0.0000000039579957, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightToeBase - parentName: mixamorig:RightFoot - position: {x: 0.0037335984, y: -0.10492194, z: 0.12640662} - rotation: {x: 0.000000029802322, y: 6.530776e-11, z: -2.3527402e-10, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightToe_End - parentName: mixamorig:RightToeBase - position: {x: -0.0000000011347395, y: 0.000000004587741, z: 0.09992521} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftUpLeg - parentName: mixamorig:Hips - position: {x: -0.091244526, y: -0.06656399, z: -0.00055377925} - rotation: {x: -0.000017517097, y: -0.000000013640878, z: 0.00000043808052, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftLeg - parentName: mixamorig:LeftUpLeg - position: {x: -0.0024468019, y: -0.40595403, z: -0.005170411} - rotation: {x: 0.000035527948, y: 0.000000089582485, z: 0.0000000041595536, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftFoot - parentName: mixamorig:LeftLeg - position: {x: 0.002446696, y: -0.42047998, z: -0.020576412} - rotation: {x: -0.000018015498, y: -0.00000010461389, z: -0.0000000013931898, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftToeBase - parentName: mixamorig:LeftFoot - position: {x: -0.0037335982, y: -0.10492193, z: 0.12640664} - rotation: {x: 0.000000004649337, y: 1.1698642e-10, z: 9.313231e-10, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftToe_End - parentName: mixamorig:LeftToeBase - position: {x: 0.000000002053664, y: 0.000000009634096, z: 0.09992521} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - armTwist: 0.5 - foreArmTwist: 0.5 - upperLegTwist: 0.5 - legTwist: 0.5 - armStretch: 0.05 - legStretch: 0.05 - feetSpacing: 0 - globalScale: 1 - rootMotionBoneName: - hasTranslationDoF: 0 - hasExtraRoot: 1 - skeletonHasParents: 1 - lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: 96b816f238895a3489671ef99184aefe, type: 3} - autoGenerateAvatarMappingIfUnspecified: 1 - animationType: 3 - humanoidOversampling: 1 - avatarSetup: 2 - addHumanoidExtraRootOnlyWhenUsingAvatar: 1 - additionalBone: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Character/Animations/Base/Walk.fbx b/Assets/Resources/Character/Animations/Base/Walk.fbx deleted file mode 100644 index 82a89dc1..00000000 --- a/Assets/Resources/Character/Animations/Base/Walk.fbx +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:61fa1c02ed0d6e7350e1e3ada82c2f706ac542b1f14ef223470d11e87364754b -size 359536 diff --git a/Assets/Resources/Character/Animations/Base/Walk.fbx.meta b/Assets/Resources/Character/Animations/Base/Walk.fbx.meta deleted file mode 100644 index 758ef906..00000000 --- a/Assets/Resources/Character/Animations/Base/Walk.fbx.meta +++ /dev/null @@ -1,903 +0,0 @@ -fileFormatVersion: 2 -guid: c704f8e0c6be7934fbce9c9d38e95a6e -ModelImporter: - serializedVersion: 20200 - internalIDToNameTable: - - first: - 74: -203655887218126122 - second: mixamo.com - - first: - 74: -1610863427237328480 - second: Walk - externalObjects: {} - materials: - materialImportMode: 2 - materialName: 0 - materialSearch: 1 - materialLocation: 1 - animations: - legacyGenerateAnimations: 4 - bakeSimulation: 0 - resampleCurves: 1 - optimizeGameObjects: 0 - motionNodeName: - rigImportErrors: - rigImportWarnings: - animationImportErrors: - animationImportWarnings: - animationRetargetingWarnings: - animationDoRetargetingWarnings: 0 - importAnimatedCustomProperties: 0 - importConstraints: 0 - animationCompression: 3 - animationRotationError: 0.5 - animationPositionError: 0.5 - animationScaleError: 0.5 - animationWrapMode: 0 - extraExposedTransformPaths: [] - extraUserProperties: [] - clipAnimations: - - serializedVersion: 16 - name: Walk - takeName: mixamo.com - internalID: 0 - firstFrame: 0 - lastFrame: 31 - wrapMode: 0 - orientationOffsetY: 0 - level: 0 - cycleOffset: 0 - loop: 0 - hasAdditiveReferencePose: 0 - loopTime: 1 - loopBlend: 0 - loopBlendOrientation: 1 - loopBlendPositionY: 1 - loopBlendPositionXZ: 1 - keepOriginalOrientation: 1 - keepOriginalPositionY: 1 - keepOriginalPositionXZ: 1 - heightFromFeet: 0 - mirror: 0 - bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 - curves: [] - events: [] - transformMask: [] - maskType: 3 - maskSource: {instanceID: 0} - additiveReferencePoseFrame: 0 - isReadable: 0 - meshes: - lODScreenPercentages: [] - globalScale: 1 - meshCompression: 0 - addColliders: 0 - useSRGBMaterialColor: 1 - sortHierarchyByName: 1 - importVisibility: 1 - importBlendShapes: 1 - importCameras: 1 - importLights: 1 - fileIdsGeneration: 2 - swapUVChannels: 0 - generateSecondaryUV: 0 - useFileUnits: 1 - keepQuads: 0 - weldVertices: 1 - bakeAxisConversion: 0 - preserveHierarchy: 0 - skinWeightsMode: 0 - maxBonesPerVertex: 4 - minBoneWeight: 0.001 - meshOptimizationFlags: -1 - indexFormat: 0 - secondaryUVAngleDistortion: 8 - secondaryUVAreaDistortion: 15.000001 - secondaryUVHardAngle: 88 - secondaryUVMarginMethod: 1 - secondaryUVMinLightmapResolution: 40 - secondaryUVMinObjectScale: 1 - secondaryUVPackMargin: 4 - useFileScale: 1 - tangentSpace: - normalSmoothAngle: 60 - normalImportMode: 0 - tangentImportMode: 3 - normalCalculationMode: 4 - legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 - blendShapeNormalImportMode: 1 - normalSmoothingSource: 0 - referencedClips: [] - importAnimation: 1 - humanDescription: - serializedVersion: 3 - human: - - boneName: mixamorig:Hips - humanName: Hips - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftUpLeg - humanName: LeftUpperLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightUpLeg - humanName: RightUpperLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftLeg - humanName: LeftLowerLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightLeg - humanName: RightLowerLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftFoot - humanName: LeftFoot - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightFoot - humanName: RightFoot - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Spine - humanName: Spine - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Spine1 - humanName: Chest - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Neck - humanName: Neck - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Head - humanName: Head - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftShoulder - humanName: LeftShoulder - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightShoulder - humanName: RightShoulder - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftArm - humanName: LeftUpperArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightArm - humanName: RightUpperArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftForeArm - humanName: LeftLowerArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightForeArm - humanName: RightLowerArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHand - humanName: LeftHand - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHand - humanName: RightHand - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftToeBase - humanName: LeftToes - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightToeBase - humanName: RightToes - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandThumb1 - humanName: Left Thumb Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandThumb2 - humanName: Left Thumb Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandThumb3 - humanName: Left Thumb Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandIndex1 - humanName: Left Index Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandIndex2 - humanName: Left Index Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandIndex3 - humanName: Left Index Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandMiddle1 - humanName: Left Middle Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandMiddle2 - humanName: Left Middle Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandMiddle3 - humanName: Left Middle Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandRing1 - humanName: Left Ring Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandRing2 - humanName: Left Ring Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandRing3 - humanName: Left Ring Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandPinky1 - humanName: Left Little Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandPinky2 - humanName: Left Little Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandPinky3 - humanName: Left Little Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandThumb1 - humanName: Right Thumb Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandThumb2 - humanName: Right Thumb Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandThumb3 - humanName: Right Thumb Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandIndex1 - humanName: Right Index Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandIndex2 - humanName: Right Index Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandIndex3 - humanName: Right Index Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandMiddle1 - humanName: Right Middle Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandMiddle2 - humanName: Right Middle Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandMiddle3 - humanName: Right Middle Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandRing1 - humanName: Right Ring Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandRing2 - humanName: Right Ring Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandRing3 - humanName: Right Ring Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandPinky1 - humanName: Right Little Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandPinky2 - humanName: Right Little Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandPinky3 - humanName: Right Little Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Spine2 - humanName: UpperChest - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - skeleton: - - name: ybot(Clone) - parentName: - position: {x: 0, y: 0, z: 0} - rotation: {x: 0, y: 0, z: 0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Alpha_Surface - parentName: ybot(Clone) - position: {x: -0, y: 0, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Alpha_Joints - parentName: ybot(Clone) - position: {x: -0, y: 0, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Hips - parentName: ybot(Clone) - position: {x: 0.00000006757011, y: 0.9979194, z: 0.000000484474} - rotation: {x: 1.3930912e-15, y: 0.00000001376344, z: -0.0000004417766, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Spine - parentName: mixamorig:Hips - position: {x: -0.0000000056483196, y: 0.09923459, z: -0.012273348} - rotation: {x: -1.3930783e-15, y: -0.00000001376344, z: 0.00000044177568, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Spine1 - parentName: mixamorig:Spine - position: {x: 0.0000013886521, y: 0.1164544, z: -0.014223412} - rotation: {x: 3.8774097e-26, y: -4.2632574e-14, z: 6.82121e-13, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Spine2 - parentName: mixamorig:Spine1 - position: {x: -0.00000091440717, y: 0.13360204, z: -0.016264597} - rotation: {x: 0, y: 0, z: 1.8056423e-35, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Neck - parentName: mixamorig:Spine2 - position: {x: -0.0000002520208, y: 0.15032491, z: 0.007929048} - rotation: {x: -5.2041704e-18, y: 4.2632927e-14, z: 2.273737e-13, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Head - parentName: mixamorig:Neck - position: {x: -0.000000023707482, y: 0.1032183, z: 0.031424288} - rotation: {x: 0, y: -0, z: -2.3158745e-36, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:HeadTop_End - parentName: mixamorig:Head - position: {x: -0.0000015417259, y: 0.18474671, z: 0.06636399} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftEye - parentName: mixamorig:Head - position: {x: -0.02947915, y: 0.07681745, z: 0.09120731} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightEye - parentName: mixamorig:Head - position: {x: 0.029444808, y: 0.07681745, z: 0.091204956} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftShoulder - parentName: mixamorig:Spine2 - position: {x: -0.061058242, y: 0.09110424, z: 0.0070555084} - rotation: {x: -0.000000044703484, y: 4.2632557e-14, z: -0.000000044703256, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftArm - parentName: mixamorig:LeftShoulder - position: {x: -0.12655036, y: -0.0026593448, z: -0.026009219} - rotation: {x: 0.000000044703484, y: 2.4507967e-22, z: 0.000000044703484, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftForeArm - parentName: mixamorig:LeftArm - position: {x: -0.27404684, y: 0.00000039126675, z: 0.000000065881096} - rotation: {x: -0.000000059604638, y: -0.000000003900862, z: -1.3205547e-24, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHand - parentName: mixamorig:LeftForeArm - position: {x: -0.27614462, y: 0.00000028951808, z: 0.00000019646586} - rotation: {x: 0.000025994656, y: 0.000000044703476, z: -1.1567093e-12, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle1 - parentName: mixamorig:LeftHand - position: {x: -0.12775522, y: 0.00000013342024, z: 0.00000020418457} - rotation: {x: -0.000000014901165, y: -0.000000044699625, z: 0.000000074508115, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle2 - parentName: mixamorig:LeftHandMiddle1 - position: {x: -0.036139715, y: 0.000000026601377, z: 0.000000024623631} - rotation: {x: -0.000000014901161, y: -2.310558e-12, z: -0.00000004470347, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle3 - parentName: mixamorig:LeftHandMiddle2 - position: {x: -0.0345976, y: 0.000000005432471, z: -0.00000026419679} - rotation: {x: 0.000000059604645, y: -7.7026065e-13, z: -0.000000014901168, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle4 - parentName: mixamorig:LeftHandMiddle3 - position: {x: -0.036801923, y: -8.559337e-10, z: 0.00000032769248} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb1 - parentName: mixamorig:LeftHand - position: {x: -0.037888095, y: -0.021669967, z: 0.03003088} - rotation: {x: -0.1186462, y: 0.08685124, z: -0.11865034, w: 0.98198885} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb2 - parentName: mixamorig:LeftHandThumb1 - position: {x: -0.03675443, y: -0.021220079, z: 0.021220123} - rotation: {x: 0.000005132493, y: -0.0000031770358, z: 0.0000056908543, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb3 - parentName: mixamorig:LeftHandThumb2 - position: {x: -0.033943586, y: -0.019597441, z: 0.019597929} - rotation: {x: -0.0000051025786, y: 0.000009561153, z: 0.00000075273744, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb4 - parentName: mixamorig:LeftHandThumb3 - position: {x: -0.026794039, y: -0.015469446, z: 0.0154692} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex1 - parentName: mixamorig:LeftHand - position: {x: -0.12266614, y: -0.0023166884, z: 0.028220579} - rotation: {x: 0.00000004470348, y: 1.5400767e-12, z: 0.000000029802326, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex2 - parentName: mixamorig:LeftHandIndex1 - position: {x: -0.038919672, y: 0.000000016868665, z: 0.00000038721547} - rotation: {x: -0.000000074505806, y: -0.000000029806174, z: -0.00000007450426, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex3 - parentName: mixamorig:LeftHandIndex2 - position: {x: -0.03415161, y: 0.000000005749108, z: -0.00000008770533} - rotation: {x: 7.719219e-16, y: 0.000000029801551, z: -0.000000014902698, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex4 - parentName: mixamorig:LeftHandIndex3 - position: {x: -0.030779855, y: 7.926917e-10, z: -0.00000008560385} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing1 - parentName: mixamorig:LeftHand - position: {x: -0.12147005, y: 0.00009894983, z: -0.022166291} - rotation: {x: 0.00000002980232, y: -0.000000014900391, z: 0.000000014901934, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing2 - parentName: mixamorig:LeftHandRing1 - position: {x: -0.036011904, y: 0.000000015129366, z: 0.0000003511219} - rotation: {x: -0.000000014901159, y: 0.00000005960389, z: -0.000000014904199, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing3 - parentName: mixamorig:LeftHandRing2 - position: {x: -0.03307317, y: 0.000000045317442, z: -0.00000020893265} - rotation: {x: 0.000000044703487, y: -0.0000000894085, z: -0.000000029797693, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing4 - parentName: mixamorig:LeftHandRing3 - position: {x: -0.036601152, y: 0.00000002906111, z: 4.5477133e-10} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky1 - parentName: mixamorig:LeftHand - position: {x: -0.10908195, y: -0.0022636496, z: -0.047258176} - rotation: {x: 0.000000044703487, y: -0.00000002980695, z: -0.00000008940545, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky2 - parentName: mixamorig:LeftHandPinky1 - position: {x: -0.041366525, y: 0.000000022999533, z: 0.00000026898434} - rotation: {x: 0.000000014901153, y: 0.000000044709655, z: 0.00000011920697, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky3 - parentName: mixamorig:LeftHandPinky2 - position: {x: -0.025948359, y: 5.93904e-10, z: -0.00000036009018} - rotation: {x: 3.0875333e-15, y: -0.00000005960773, z: -0.000000059601557, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky4 - parentName: mixamorig:LeftHandPinky3 - position: {x: -0.029238692, y: 0.000000014407377, z: 0.00000018732128} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightShoulder - parentName: mixamorig:Spine2 - position: {x: 0.06105696, y: 0.09110509, z: 0.007055634} - rotation: {x: -0.000000014901161, y: 4.2632564e-14, z: -0.000000044703256, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightArm - parentName: mixamorig:RightShoulder - position: {x: 0.1265504, y: -0.0026602063, z: -0.026008958} - rotation: {x: 0.000000014901161, y: 7.7756505e-24, z: 0.000000044703484, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightForeArm - parentName: mixamorig:RightArm - position: {x: 0.27404684, y: 0.0000003288411, z: 0.000000052756395} - rotation: {x: -0.000000059604638, y: 0.000000003900862, z: -3.0876939e-15, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHand - parentName: mixamorig:RightForeArm - position: {x: 0.27614462, y: 0.00000022661457, z: 0.0000001832407} - rotation: {x: 0.000025994656, y: -0.000000044703476, z: 1.1567093e-12, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle1 - parentName: mixamorig:RightHand - position: {x: 0.12775522, y: 0.000000089457735, z: 0.00000018011639} - rotation: {x: -0.000000014901165, y: 0.000000044699625, z: -0.000000074508115, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle2 - parentName: mixamorig:RightHandMiddle1 - position: {x: 0.036139715, y: 0.000000027565017, z: 0.000000030803374} - rotation: {x: -0.000000014901161, y: 2.311002e-12, z: 0.00000004470347, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle3 - parentName: mixamorig:RightHandMiddle2 - position: {x: 0.0345976, y: -0.0000000019721824, z: -0.0000002645789} - rotation: {x: 0.000000059604645, y: 7.7026065e-13, z: 0.000000014901168, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle4 - parentName: mixamorig:RightHandMiddle3 - position: {x: 0.036801923, y: -0.000000006576055, z: 0.00000032509809} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb1 - parentName: mixamorig:RightHand - position: {x: 0.03788809, y: -0.02166998, z: 0.030030873} - rotation: {x: -0.11864688, y: -0.08685217, z: 0.11865078, w: 0.9819886} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb2 - parentName: mixamorig:RightHandThumb1 - position: {x: 0.036754426, y: -0.021220084, z: 0.021220122} - rotation: {x: 0.000005132493, y: 0.0000031770358, z: -0.0000056908543, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb3 - parentName: mixamorig:RightHandThumb2 - position: {x: 0.03394358, y: -0.019597458, z: 0.019597925} - rotation: {x: -0.0000050727767, y: -0.000009590957, z: -0.00000076763814, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb4 - parentName: mixamorig:RightHandThumb3 - position: {x: 0.026794035, y: -0.015469455, z: 0.015469198} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex1 - parentName: mixamorig:RightHand - position: {x: 0.12266616, y: -0.002316732, z: 0.028220555} - rotation: {x: -0.000000014901163, y: -1.5418528e-12, z: -0.000000029802322, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex2 - parentName: mixamorig:RightHandIndex1 - position: {x: 0.038919672, y: -7.205551e-10, z: 0.00000037513024} - rotation: {x: -0.000000014901158, y: 0.00000002980617, z: 0.00000007450426, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex3 - parentName: mixamorig:RightHandIndex2 - position: {x: 0.03415161, y: 0.0000000025299138, z: -0.000000086058414} - rotation: {x: 7.7192193e-16, y: -0.000000029801553, z: 0.000000014902698, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex4 - parentName: mixamorig:RightHandIndex3 - position: {x: 0.030779855, y: -0.000000009372842, z: -0.00000008780579} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing1 - parentName: mixamorig:RightHand - position: {x: 0.12147004, y: 0.00009890902, z: -0.022166314} - rotation: {x: 0.00000002980232, y: 0.000000014900391, z: -0.000000014901934, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing2 - parentName: mixamorig:RightHandRing1 - position: {x: 0.036011904, y: 0.0000000023856512, z: 0.0000003486698} - rotation: {x: -0.000000014901159, y: -0.00000005960389, z: 0.0000000149042, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing3 - parentName: mixamorig:RightHandRing2 - position: {x: 0.03307317, y: 0.00000003760175, z: -0.00000021114596} - rotation: {x: 0.000000014901161, y: 0.000000059604645, z: -3.0845936e-12, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing4 - parentName: mixamorig:RightHandRing3 - position: {x: 0.036601152, y: 0.00000002046845, z: 0.000000006718011} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky1 - parentName: mixamorig:RightHand - position: {x: 0.10908193, y: -0.002263685, z: -0.0472582} - rotation: {x: 0.000000044703487, y: 0.00000002980695, z: 0.00000008940544, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky2 - parentName: mixamorig:RightHandPinky1 - position: {x: 0.041366525, y: 0.000000004310631, z: 0.00000025609583} - rotation: {x: 0.000000014901153, y: -0.000000044709655, z: -0.00000011920697, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky3 - parentName: mixamorig:RightHandPinky2 - position: {x: 0.025948359, y: -0.000000009571486, z: -0.00000036661154} - rotation: {x: -0.00000005960464, y: 0.00000002980386, z: 0.000000029800782, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky4 - parentName: mixamorig:RightHandPinky3 - position: {x: 0.029238692, y: 0.00000000641227, z: 0.00000018695744} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightUpLeg - parentName: mixamorig:Hips - position: {x: 0.09124453, y: -0.06656398, z: -0.00055377925} - rotation: {x: -0.000002931613, y: -0.000000013649597, z: 0.00000043784848, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightLeg - parentName: mixamorig:RightUpLeg - position: {x: 0.002446805, y: -0.40595436, z: -0.0051452797} - rotation: {x: 0.0000065525965, y: -0.000000021011672, z: -2.99793e-11, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightFoot - parentName: mixamorig:RightLeg - position: {x: -0.0024466943, y: -0.4204787, z: -0.02060231} - rotation: {x: -0.000003650786, y: 0.000000020896566, z: 0.0000000039579957, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightToeBase - parentName: mixamorig:RightFoot - position: {x: 0.0037335984, y: -0.10492194, z: 0.12640662} - rotation: {x: 0.000000029802322, y: 6.530776e-11, z: -2.3527402e-10, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightToe_End - parentName: mixamorig:RightToeBase - position: {x: -0.0000000011347395, y: 0.000000004587741, z: 0.09992521} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftUpLeg - parentName: mixamorig:Hips - position: {x: -0.091244526, y: -0.06656399, z: -0.00055377925} - rotation: {x: -0.000017517097, y: -0.000000013640878, z: 0.00000043808052, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftLeg - parentName: mixamorig:LeftUpLeg - position: {x: -0.0024468019, y: -0.40595403, z: -0.005170411} - rotation: {x: 0.000035527948, y: 0.000000089582485, z: 0.0000000041595536, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftFoot - parentName: mixamorig:LeftLeg - position: {x: 0.002446696, y: -0.42047998, z: -0.020576412} - rotation: {x: -0.000018015498, y: -0.00000010461389, z: -0.0000000013931898, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftToeBase - parentName: mixamorig:LeftFoot - position: {x: -0.0037335982, y: -0.10492193, z: 0.12640664} - rotation: {x: 0.000000004649337, y: 1.1698642e-10, z: 9.313231e-10, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftToe_End - parentName: mixamorig:LeftToeBase - position: {x: 0.000000002053664, y: 0.000000009634096, z: 0.09992521} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - armTwist: 0.5 - foreArmTwist: 0.5 - upperLegTwist: 0.5 - legTwist: 0.5 - armStretch: 0.05 - legStretch: 0.05 - feetSpacing: 0 - globalScale: 1 - rootMotionBoneName: - hasTranslationDoF: 0 - hasExtraRoot: 1 - skeletonHasParents: 1 - lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: 96b816f238895a3489671ef99184aefe, type: 3} - autoGenerateAvatarMappingIfUnspecified: 1 - animationType: 3 - humanoidOversampling: 1 - avatarSetup: 2 - addHumanoidExtraRootOnlyWhenUsingAvatar: 1 - additionalBone: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Character/Animations/Controller.meta b/Assets/Resources/Character/Animations/Controller.meta deleted file mode 100644 index 39637d6c..00000000 --- a/Assets/Resources/Character/Animations/Controller.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: d7c3675b23d269840a2cdcc7eef81c49 -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Character/Animations/Controller/Player Controller.controller b/Assets/Resources/Character/Animations/Controller/Player Controller.controller deleted file mode 100644 index 6eaff97e..00000000 --- a/Assets/Resources/Character/Animations/Controller/Player Controller.controller +++ /dev/null @@ -1,635 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!1102 &-8460158570006466308 -AnimatorState: - serializedVersion: 6 - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: Falling - m_Speed: 1 - m_CycleOffset: 0 - m_Transitions: - - {fileID: -4668386092054339394} - m_StateMachineBehaviours: [] - m_Position: {x: 50, y: 50, z: 0} - m_IKOnFeet: 0 - m_WriteDefaultValues: 1 - m_Mirror: 0 - m_SpeedParameterActive: 0 - m_MirrorParameterActive: 0 - m_CycleOffsetParameterActive: 0 - m_TimeParameterActive: 0 - m_Motion: {fileID: -203655887218126122, guid: 137fc6945f8690c4fabb1b2981045df7, type: 3} - m_Tag: - m_SpeedParameter: - m_MirrorParameter: - m_CycleOffsetParameter: - m_TimeParameter: ---- !u!206 &-7437755572255769904 -BlendTree: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: Blend Tree - m_Childs: - - serializedVersion: 2 - m_Motion: {fileID: -3100369314251171874, guid: 42bd088fed8ba7446b9d6773e8452102, type: 3} - m_Threshold: 0 - m_Position: {x: 0, y: 0} - m_TimeScale: 1 - m_CycleOffset: 0 - m_DirectBlendParameter: Blend - m_Mirror: 0 - - serializedVersion: 2 - m_Motion: {fileID: -1610863427237328480, guid: c704f8e0c6be7934fbce9c9d38e95a6e, type: 3} - m_Threshold: 0.125 - m_Position: {x: 0, y: 2} - m_TimeScale: 1 - m_CycleOffset: 0 - m_DirectBlendParameter: Blend - m_Mirror: 0 - - serializedVersion: 2 - m_Motion: {fileID: 5900589930520692416, guid: 2cefb891c6102ca4cb92b3a795109d5b, type: 3} - m_Threshold: 0.25 - m_Position: {x: 2, y: 0} - m_TimeScale: 1 - m_CycleOffset: 0 - m_DirectBlendParameter: Blend - m_Mirror: 0 - - serializedVersion: 2 - m_Motion: {fileID: -203655887218126122, guid: 8cbbc25ad70f65a4d97cad5f8443b0ab, type: 3} - m_Threshold: 0.375 - m_Position: {x: -2, y: 0} - m_TimeScale: 1 - m_CycleOffset: 0 - m_DirectBlendParameter: Blend - m_Mirror: 0 - - serializedVersion: 2 - m_Motion: {fileID: -6163124668224111132, guid: d634335202ee1eb49b8e6bf70cd7497d, type: 3} - m_Threshold: 0.5 - m_Position: {x: 0, y: -2} - m_TimeScale: 1 - m_CycleOffset: 0 - m_DirectBlendParameter: Blend - m_Mirror: 0 - - serializedVersion: 2 - m_Motion: {fileID: -9121621101649706817, guid: 7a392a3d9e47d6449b326ce790bfd6f4, type: 3} - m_Threshold: 0.625 - m_Position: {x: 0, y: 6} - m_TimeScale: 1 - m_CycleOffset: 0 - m_DirectBlendParameter: Blend - m_Mirror: 0 - - serializedVersion: 2 - m_Motion: {fileID: 8391329288044812273, guid: f0c820e95495e0a49a88fea17ef5994f, type: 3} - m_Threshold: 0.75 - m_Position: {x: 6, y: 0} - m_TimeScale: 1 - m_CycleOffset: 0 - m_DirectBlendParameter: Blend - m_Mirror: 0 - - serializedVersion: 2 - m_Motion: {fileID: -203655887218126122, guid: 9c2ccfb7913133144b9ff6ce17b6dd9b, type: 3} - m_Threshold: 0.875 - m_Position: {x: -6, y: 0} - m_TimeScale: 1 - m_CycleOffset: 0 - m_DirectBlendParameter: Blend - m_Mirror: 0 - - serializedVersion: 2 - m_Motion: {fileID: -5766700266571574012, guid: 881d97594fa316249be55f61884b062c, type: 3} - m_Threshold: 1 - m_Position: {x: 0, y: -6} - m_TimeScale: 1 - m_CycleOffset: 0 - m_DirectBlendParameter: Blend - m_Mirror: 0 - m_BlendParameter: X_Velocity - m_BlendParameterY: Y_Velocity - m_MinThreshold: 0 - m_MaxThreshold: 1 - m_UseAutomaticThresholds: 1 - m_NormalizedBlendValues: 0 - m_BlendType: 2 ---- !u!1101 &-5209323532857742371 -AnimatorStateTransition: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: - m_Conditions: - - m_ConditionMode: 1 - m_ConditionEvent: Jump - m_EventTreshold: 0 - m_DstStateMachine: {fileID: 0} - m_DstState: {fileID: -3821704562651836943} - m_Solo: 0 - m_Mute: 0 - m_IsExit: 0 - serializedVersion: 3 - m_TransitionDuration: 0.25 - m_TransitionOffset: 0 - m_ExitTime: 0.8668639 - m_HasExitTime: 0 - m_HasFixedDuration: 1 - m_InterruptionSource: 0 - m_OrderedInterruption: 1 - m_CanTransitionToSelf: 1 ---- !u!1102 &-4680191752641346756 -AnimatorState: - serializedVersion: 6 - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: Landing Blend - m_Speed: 1 - m_CycleOffset: 0 - m_Transitions: - - {fileID: -462301389989546952} - m_StateMachineBehaviours: [] - m_Position: {x: 50, y: 50, z: 0} - m_IKOnFeet: 0 - m_WriteDefaultValues: 1 - m_Mirror: 0 - m_SpeedParameterActive: 0 - m_MirrorParameterActive: 0 - m_CycleOffsetParameterActive: 0 - m_TimeParameterActive: 0 - m_Motion: {fileID: 1900382402264873811} - m_Tag: - m_SpeedParameter: - m_MirrorParameter: - m_CycleOffsetParameter: - m_TimeParameter: ---- !u!1101 &-4668386092054339394 -AnimatorStateTransition: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: - m_Conditions: - - m_ConditionMode: 1 - m_ConditionEvent: Grounded - m_EventTreshold: 0 - m_DstStateMachine: {fileID: 0} - m_DstState: {fileID: -4680191752641346756} - m_Solo: 0 - m_Mute: 0 - m_IsExit: 0 - serializedVersion: 3 - m_TransitionDuration: 0.30060148 - m_TransitionOffset: 0 - m_ExitTime: 0.0689797 - m_HasExitTime: 0 - m_HasFixedDuration: 1 - m_InterruptionSource: 0 - m_OrderedInterruption: 1 - m_CanTransitionToSelf: 1 ---- !u!1102 &-4078551462333326077 -AnimatorState: - serializedVersion: 6 - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: New State - m_Speed: 1 - m_CycleOffset: 0 - m_Transitions: [] - m_StateMachineBehaviours: [] - m_Position: {x: 50, y: 50, z: 0} - m_IKOnFeet: 0 - m_WriteDefaultValues: 1 - m_Mirror: 0 - m_SpeedParameterActive: 0 - m_MirrorParameterActive: 0 - m_CycleOffsetParameterActive: 0 - m_TimeParameterActive: 0 - m_Motion: {fileID: 0} - m_Tag: - m_SpeedParameter: - m_MirrorParameter: - m_CycleOffsetParameter: - m_TimeParameter: ---- !u!1102 &-3821704562651836943 -AnimatorState: - serializedVersion: 6 - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: Jump - m_Speed: 1 - m_CycleOffset: 0 - m_Transitions: - - {fileID: 8986362583258723942} - m_StateMachineBehaviours: [] - m_Position: {x: 50, y: 50, z: 0} - m_IKOnFeet: 0 - m_WriteDefaultValues: 1 - m_Mirror: 0 - m_SpeedParameterActive: 0 - m_MirrorParameterActive: 0 - m_CycleOffsetParameterActive: 0 - m_TimeParameterActive: 0 - m_Motion: {fileID: -203655887218126122, guid: 8698fc27196e5854ab62da73bd5bad6a, type: 3} - m_Tag: - m_SpeedParameter: - m_MirrorParameter: - m_CycleOffsetParameter: - m_TimeParameter: ---- !u!1101 &-462301389989546952 -AnimatorStateTransition: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: - m_Conditions: [] - m_DstStateMachine: {fileID: 0} - m_DstState: {fileID: 7484965013803844378} - m_Solo: 0 - m_Mute: 0 - m_IsExit: 0 - serializedVersion: 3 - m_TransitionDuration: 0.25 - m_TransitionOffset: 0 - m_ExitTime: 0.75 - m_HasExitTime: 1 - m_HasFixedDuration: 1 - m_InterruptionSource: 2 - m_OrderedInterruption: 1 - m_CanTransitionToSelf: 1 ---- !u!91 &9100000 -AnimatorController: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: Player Controller - serializedVersion: 5 - m_AnimatorParameters: - - m_Name: Blend - m_Type: 1 - m_DefaultFloat: 0 - m_DefaultInt: 0 - m_DefaultBool: 0 - m_Controller: {fileID: 9100000} - - m_Name: X_Velocity - m_Type: 1 - m_DefaultFloat: 0 - m_DefaultInt: 0 - m_DefaultBool: 0 - m_Controller: {fileID: 9100000} - - m_Name: Z_Velocity - m_Type: 1 - m_DefaultFloat: 0 - m_DefaultInt: 0 - m_DefaultBool: 0 - m_Controller: {fileID: 9100000} - - m_Name: Y_Velocity - m_Type: 1 - m_DefaultFloat: 0 - m_DefaultInt: 0 - m_DefaultBool: 0 - m_Controller: {fileID: 9100000} - - m_Name: Falling - m_Type: 4 - m_DefaultFloat: 0 - m_DefaultInt: 0 - m_DefaultBool: 0 - m_Controller: {fileID: 9100000} - - m_Name: Grounded - m_Type: 4 - m_DefaultFloat: 0 - m_DefaultInt: 0 - m_DefaultBool: 0 - m_Controller: {fileID: 9100000} - - m_Name: Jump - m_Type: 9 - m_DefaultFloat: 0 - m_DefaultInt: 0 - m_DefaultBool: 0 - m_Controller: {fileID: 9100000} - - m_Name: Crouch - m_Type: 4 - m_DefaultFloat: 0 - m_DefaultInt: 0 - m_DefaultBool: 0 - m_Controller: {fileID: 9100000} - m_AnimatorLayers: - - serializedVersion: 5 - m_Name: Base Layer - m_StateMachine: {fileID: 2000933526271643062} - m_Mask: {fileID: 0} - m_Motions: [] - m_Behaviours: [] - m_BlendingMode: 0 - m_SyncedLayerIndex: -1 - m_DefaultWeight: 0 - m_IKPass: 0 - m_SyncedLayerAffectsTiming: 0 - m_Controller: {fileID: 9100000} ---- !u!1101 &752882128951855868 -AnimatorStateTransition: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: - m_Conditions: - - m_ConditionMode: 1 - m_ConditionEvent: Crouch - m_EventTreshold: 0 - m_DstStateMachine: {fileID: 0} - m_DstState: {fileID: 832389613213561992} - m_Solo: 0 - m_Mute: 0 - m_IsExit: 0 - serializedVersion: 3 - m_TransitionDuration: 0.10313283 - m_TransitionOffset: 0 - m_ExitTime: 0.012402461 - m_HasExitTime: 0 - m_HasFixedDuration: 1 - m_InterruptionSource: 0 - m_OrderedInterruption: 1 - m_CanTransitionToSelf: 1 ---- !u!1102 &832389613213561992 -AnimatorState: - serializedVersion: 6 - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: Crouch - m_Speed: 1 - m_CycleOffset: 0 - m_Transitions: - - {fileID: 6567658927629524577} - m_StateMachineBehaviours: [] - m_Position: {x: 50, y: 50, z: 0} - m_IKOnFeet: 0 - m_WriteDefaultValues: 1 - m_Mirror: 0 - m_SpeedParameterActive: 0 - m_MirrorParameterActive: 0 - m_CycleOffsetParameterActive: 0 - m_TimeParameterActive: 0 - m_Motion: {fileID: 7190946877393811424} - m_Tag: - m_SpeedParameter: - m_MirrorParameter: - m_CycleOffsetParameter: - m_TimeParameter: ---- !u!206 &1900382402264873811 -BlendTree: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: Blend Tree - m_Childs: - - serializedVersion: 2 - m_Motion: {fileID: -9098803823909532060, guid: 98f277b0c8055e143b2fcf058d3c27dc, type: 3} - m_Threshold: 0 - m_Position: {x: 0, y: 0} - m_TimeScale: 1.2 - m_CycleOffset: 0 - m_DirectBlendParameter: Blend - m_Mirror: 0 - - serializedVersion: 2 - m_Motion: {fileID: -203655887218126122, guid: 889fb09692f9ca248b3b8c70d0f87a7b, type: 3} - m_Threshold: 0.25 - m_Position: {x: -6.5, y: 0} - m_TimeScale: 1.2 - m_CycleOffset: 0 - m_DirectBlendParameter: Blend - m_Mirror: 0 - - serializedVersion: 2 - m_Motion: {fileID: -203655887218126122, guid: 7c2b5093b90e41b43897d5f3cc7328d6, type: 3} - m_Threshold: 0.5 - m_Position: {x: -10, y: 0} - m_TimeScale: 1.2 - m_CycleOffset: 0 - m_DirectBlendParameter: Blend - m_Mirror: 0 - - serializedVersion: 2 - m_Motion: {fileID: 3062299877480904481, guid: 325a26d62b61fa94cb3c97c435efebc5, type: 3} - m_Threshold: 0.75 - m_Position: {x: -3.5, y: 3} - m_TimeScale: 1.2 - m_CycleOffset: 0 - m_DirectBlendParameter: Blend - m_Mirror: 0 - - serializedVersion: 2 - m_Motion: {fileID: -2817517482862745934, guid: 3c033631149b9c541bcf155cd94cccba, type: 3} - m_Threshold: 1 - m_Position: {x: -6, y: 7} - m_TimeScale: 0.9 - m_CycleOffset: 0 - m_DirectBlendParameter: Blend - m_Mirror: 0 - m_BlendParameter: Z_Velocity - m_BlendParameterY: Y_Velocity - m_MinThreshold: 0 - m_MaxThreshold: 1 - m_UseAutomaticThresholds: 1 - m_NormalizedBlendValues: 0 - m_BlendType: 3 ---- !u!1107 &2000933526271643062 -AnimatorStateMachine: - serializedVersion: 6 - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: Base Layer - m_ChildStates: - - serializedVersion: 1 - m_State: {fileID: 7484965013803844378} - m_Position: {x: 330, y: 120, z: 0} - - serializedVersion: 1 - m_State: {fileID: -3821704562651836943} - m_Position: {x: 100, y: 220, z: 0} - - serializedVersion: 1 - m_State: {fileID: -8460158570006466308} - m_Position: {x: 330, y: 330, z: 0} - - serializedVersion: 1 - m_State: {fileID: -4680191752641346756} - m_Position: {x: 550, y: 220, z: 0} - - serializedVersion: 1 - m_State: {fileID: 832389613213561992} - m_Position: {x: 80, y: 120, z: 0} - m_ChildStateMachines: [] - m_AnyStateTransitions: [] - m_EntryTransitions: [] - m_StateMachineTransitions: {} - m_StateMachineBehaviours: [] - m_AnyStatePosition: {x: 50, y: 20, z: 0} - m_EntryPosition: {x: 350, y: 20, z: 0} - m_ExitPosition: {x: 660, y: 20, z: 0} - m_ParentStateMachinePosition: {x: 800, y: 20, z: 0} - m_DefaultState: {fileID: 7484965013803844378} ---- !u!1101 &6567658927629524577 -AnimatorStateTransition: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: - m_Conditions: - - m_ConditionMode: 2 - m_ConditionEvent: Crouch - m_EventTreshold: 0 - m_DstStateMachine: {fileID: 0} - m_DstState: {fileID: 7484965013803844378} - m_Solo: 0 - m_Mute: 0 - m_IsExit: 0 - serializedVersion: 3 - m_TransitionDuration: 0.33728018 - m_TransitionOffset: 0 - m_ExitTime: 0.000000004510617 - m_HasExitTime: 0 - m_HasFixedDuration: 1 - m_InterruptionSource: 2 - m_OrderedInterruption: 1 - m_CanTransitionToSelf: 1 ---- !u!1101 &7036310189443216028 -AnimatorStateTransition: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: - m_Conditions: - - m_ConditionMode: 1 - m_ConditionEvent: Falling - m_EventTreshold: 0 - m_DstStateMachine: {fileID: 0} - m_DstState: {fileID: -8460158570006466308} - m_Solo: 0 - m_Mute: 0 - m_IsExit: 0 - serializedVersion: 3 - m_TransitionDuration: 0.46952543 - m_TransitionOffset: 0 - m_ExitTime: 1.6217434e-10 - m_HasExitTime: 0 - m_HasFixedDuration: 1 - m_InterruptionSource: 0 - m_OrderedInterruption: 1 - m_CanTransitionToSelf: 1 ---- !u!206 &7190946877393811424 -BlendTree: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: Blend Tree - m_Childs: - - serializedVersion: 2 - m_Motion: {fileID: -203655887218126122, guid: 5aa04e5520bed684dbae21bdf9e0acef, type: 3} - m_Threshold: 0 - m_Position: {x: 0, y: 0} - m_TimeScale: 1 - m_CycleOffset: 0 - m_DirectBlendParameter: Blend - m_Mirror: 0 - - serializedVersion: 2 - m_Motion: {fileID: -203655887218126122, guid: 4335f077bbbf46b4dafb7a99b0ffb530, type: 3} - m_Threshold: 0.25 - m_Position: {x: 0, y: 1.5} - m_TimeScale: 1 - m_CycleOffset: 0 - m_DirectBlendParameter: Blend - m_Mirror: 0 - - serializedVersion: 2 - m_Motion: {fileID: -203655887218126122, guid: 5fa7fc53a5365f54abecfce8de946c7f, type: 3} - m_Threshold: 0.5 - m_Position: {x: 0, y: -1.5} - m_TimeScale: 1 - m_CycleOffset: 0 - m_DirectBlendParameter: Blend - m_Mirror: 0 - - serializedVersion: 2 - m_Motion: {fileID: -203655887218126122, guid: a31bca29c2b95784386f51360ec8bc58, type: 3} - m_Threshold: 0.75 - m_Position: {x: -1.5, y: 0} - m_TimeScale: 1 - m_CycleOffset: 0 - m_DirectBlendParameter: Blend - m_Mirror: 0 - - serializedVersion: 2 - m_Motion: {fileID: -203655887218126122, guid: f5e1160cf9c8ddc43b5a6716c7553d7b, type: 3} - m_Threshold: 1 - m_Position: {x: 1.5, y: 0} - m_TimeScale: 1 - m_CycleOffset: 0 - m_DirectBlendParameter: Blend - m_Mirror: 0 - m_BlendParameter: X_Velocity - m_BlendParameterY: Y_Velocity - m_MinThreshold: 0 - m_MaxThreshold: 1 - m_UseAutomaticThresholds: 1 - m_NormalizedBlendValues: 0 - m_BlendType: 1 ---- !u!1102 &7484965013803844378 -AnimatorState: - serializedVersion: 6 - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: Base State - m_Speed: 1 - m_CycleOffset: 0 - m_Transitions: - - {fileID: -5209323532857742371} - - {fileID: 7036310189443216028} - - {fileID: 752882128951855868} - m_StateMachineBehaviours: [] - m_Position: {x: 50, y: 50, z: 0} - m_IKOnFeet: 0 - m_WriteDefaultValues: 1 - m_Mirror: 0 - m_SpeedParameterActive: 0 - m_MirrorParameterActive: 0 - m_CycleOffsetParameterActive: 0 - m_TimeParameterActive: 0 - m_Motion: {fileID: -7437755572255769904} - m_Tag: - m_SpeedParameter: - m_MirrorParameter: - m_CycleOffsetParameter: - m_TimeParameter: ---- !u!1101 &8986362583258723942 -AnimatorStateTransition: - m_ObjectHideFlags: 1 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: - m_Conditions: [] - m_DstStateMachine: {fileID: 0} - m_DstState: {fileID: -8460158570006466308} - m_Solo: 0 - m_Mute: 0 - m_IsExit: 0 - serializedVersion: 3 - m_TransitionDuration: 0.5936796 - m_TransitionOffset: 0.063487135 - m_ExitTime: 0.05332977 - m_HasExitTime: 1 - m_HasFixedDuration: 1 - m_InterruptionSource: 2 - m_OrderedInterruption: 1 - m_CanTransitionToSelf: 1 diff --git a/Assets/Resources/Character/Animations/Controller/Player Controller.controller.meta b/Assets/Resources/Character/Animations/Controller/Player Controller.controller.meta deleted file mode 100644 index 70cf6180..00000000 --- a/Assets/Resources/Character/Animations/Controller/Player Controller.controller.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 8fc53f75f2322414482947e857bafd00 -NativeFormatImporter: - externalObjects: {} - mainObjectFileID: 9100000 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Character/Animations/Crouch.meta b/Assets/Resources/Character/Animations/Crouch.meta deleted file mode 100644 index 1216a583..00000000 --- a/Assets/Resources/Character/Animations/Crouch.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 0f52b1ac64a162e48af3094cce3b4dd5 -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Character/Animations/Crouch/Crouch Back.fbx b/Assets/Resources/Character/Animations/Crouch/Crouch Back.fbx deleted file mode 100644 index 9bafcacb..00000000 --- a/Assets/Resources/Character/Animations/Crouch/Crouch Back.fbx +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2426fc825a1e8fa5e68499fb694ba74db34f813719ed09c0f96fe976e52fca3b -size 336928 diff --git a/Assets/Resources/Character/Animations/Crouch/Crouch Back.fbx.meta b/Assets/Resources/Character/Animations/Crouch/Crouch Back.fbx.meta deleted file mode 100644 index 31fc9ab8..00000000 --- a/Assets/Resources/Character/Animations/Crouch/Crouch Back.fbx.meta +++ /dev/null @@ -1,900 +0,0 @@ -fileFormatVersion: 2 -guid: 5fa7fc53a5365f54abecfce8de946c7f -ModelImporter: - serializedVersion: 20200 - internalIDToNameTable: - - first: - 74: -203655887218126122 - second: Crouch Back - externalObjects: {} - materials: - materialImportMode: 2 - materialName: 0 - materialSearch: 1 - materialLocation: 1 - animations: - legacyGenerateAnimations: 4 - bakeSimulation: 0 - resampleCurves: 1 - optimizeGameObjects: 0 - motionNodeName: - rigImportErrors: - rigImportWarnings: - animationImportErrors: - animationImportWarnings: - animationRetargetingWarnings: - animationDoRetargetingWarnings: 0 - importAnimatedCustomProperties: 0 - importConstraints: 0 - animationCompression: 3 - animationRotationError: 0.5 - animationPositionError: 0.5 - animationScaleError: 0.5 - animationWrapMode: 0 - extraExposedTransformPaths: [] - extraUserProperties: [] - clipAnimations: - - serializedVersion: 16 - name: Crouch Back - takeName: mixamo.com - internalID: 0 - firstFrame: 0 - lastFrame: 30 - wrapMode: 0 - orientationOffsetY: 0 - level: 0 - cycleOffset: 0 - loop: 0 - hasAdditiveReferencePose: 0 - loopTime: 1 - loopBlend: 0 - loopBlendOrientation: 1 - loopBlendPositionY: 1 - loopBlendPositionXZ: 1 - keepOriginalOrientation: 1 - keepOriginalPositionY: 1 - keepOriginalPositionXZ: 1 - heightFromFeet: 0 - mirror: 0 - bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 - curves: [] - events: [] - transformMask: [] - maskType: 3 - maskSource: {instanceID: 0} - additiveReferencePoseFrame: 0 - isReadable: 0 - meshes: - lODScreenPercentages: [] - globalScale: 1 - meshCompression: 0 - addColliders: 0 - useSRGBMaterialColor: 1 - sortHierarchyByName: 1 - importVisibility: 1 - importBlendShapes: 1 - importCameras: 1 - importLights: 1 - fileIdsGeneration: 2 - swapUVChannels: 0 - generateSecondaryUV: 0 - useFileUnits: 1 - keepQuads: 0 - weldVertices: 1 - bakeAxisConversion: 0 - preserveHierarchy: 0 - skinWeightsMode: 0 - maxBonesPerVertex: 4 - minBoneWeight: 0.001 - meshOptimizationFlags: -1 - indexFormat: 0 - secondaryUVAngleDistortion: 8 - secondaryUVAreaDistortion: 15.000001 - secondaryUVHardAngle: 88 - secondaryUVMarginMethod: 1 - secondaryUVMinLightmapResolution: 40 - secondaryUVMinObjectScale: 1 - secondaryUVPackMargin: 4 - useFileScale: 1 - tangentSpace: - normalSmoothAngle: 60 - normalImportMode: 0 - tangentImportMode: 3 - normalCalculationMode: 4 - legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 - blendShapeNormalImportMode: 1 - normalSmoothingSource: 0 - referencedClips: [] - importAnimation: 1 - humanDescription: - serializedVersion: 3 - human: - - boneName: mixamorig:Hips - humanName: Hips - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftUpLeg - humanName: LeftUpperLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightUpLeg - humanName: RightUpperLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftLeg - humanName: LeftLowerLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightLeg - humanName: RightLowerLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftFoot - humanName: LeftFoot - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightFoot - humanName: RightFoot - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Spine - humanName: Spine - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Spine1 - humanName: Chest - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Neck - humanName: Neck - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Head - humanName: Head - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftShoulder - humanName: LeftShoulder - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightShoulder - humanName: RightShoulder - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftArm - humanName: LeftUpperArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightArm - humanName: RightUpperArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftForeArm - humanName: LeftLowerArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightForeArm - humanName: RightLowerArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHand - humanName: LeftHand - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHand - humanName: RightHand - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftToeBase - humanName: LeftToes - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightToeBase - humanName: RightToes - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandThumb1 - humanName: Left Thumb Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandThumb2 - humanName: Left Thumb Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandThumb3 - humanName: Left Thumb Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandIndex1 - humanName: Left Index Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandIndex2 - humanName: Left Index Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandIndex3 - humanName: Left Index Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandMiddle1 - humanName: Left Middle Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandMiddle2 - humanName: Left Middle Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandMiddle3 - humanName: Left Middle Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandRing1 - humanName: Left Ring Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandRing2 - humanName: Left Ring Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandRing3 - humanName: Left Ring Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandPinky1 - humanName: Left Little Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandPinky2 - humanName: Left Little Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandPinky3 - humanName: Left Little Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandThumb1 - humanName: Right Thumb Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandThumb2 - humanName: Right Thumb Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandThumb3 - humanName: Right Thumb Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandIndex1 - humanName: Right Index Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandIndex2 - humanName: Right Index Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandIndex3 - humanName: Right Index Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandMiddle1 - humanName: Right Middle Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandMiddle2 - humanName: Right Middle Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandMiddle3 - humanName: Right Middle Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandRing1 - humanName: Right Ring Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandRing2 - humanName: Right Ring Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandRing3 - humanName: Right Ring Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandPinky1 - humanName: Right Little Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandPinky2 - humanName: Right Little Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandPinky3 - humanName: Right Little Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Spine2 - humanName: UpperChest - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - skeleton: - - name: ybot(Clone) - parentName: - position: {x: 0, y: 0, z: 0} - rotation: {x: 0, y: 0, z: 0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Alpha_Surface - parentName: ybot(Clone) - position: {x: -0, y: 0, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Alpha_Joints - parentName: ybot(Clone) - position: {x: -0, y: 0, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Hips - parentName: ybot(Clone) - position: {x: 0.00000006757011, y: 0.9979194, z: 0.000000484474} - rotation: {x: 1.3930912e-15, y: 0.00000001376344, z: -0.0000004417766, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Spine - parentName: mixamorig:Hips - position: {x: -0.0000000056483196, y: 0.09923459, z: -0.012273348} - rotation: {x: -1.3930783e-15, y: -0.00000001376344, z: 0.00000044177568, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Spine1 - parentName: mixamorig:Spine - position: {x: 0.0000013886521, y: 0.1164544, z: -0.014223412} - rotation: {x: 3.8774097e-26, y: -4.2632574e-14, z: 6.82121e-13, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Spine2 - parentName: mixamorig:Spine1 - position: {x: -0.00000091440717, y: 0.13360204, z: -0.016264597} - rotation: {x: 0, y: 0, z: 1.8056423e-35, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Neck - parentName: mixamorig:Spine2 - position: {x: -0.0000002520208, y: 0.15032491, z: 0.007929048} - rotation: {x: -5.2041704e-18, y: 4.2632927e-14, z: 2.273737e-13, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Head - parentName: mixamorig:Neck - position: {x: -0.000000023707482, y: 0.1032183, z: 0.031424288} - rotation: {x: 0, y: -0, z: -2.3158745e-36, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:HeadTop_End - parentName: mixamorig:Head - position: {x: -0.0000015417259, y: 0.18474671, z: 0.06636399} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftEye - parentName: mixamorig:Head - position: {x: -0.02947915, y: 0.07681745, z: 0.09120731} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightEye - parentName: mixamorig:Head - position: {x: 0.029444808, y: 0.07681745, z: 0.091204956} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftShoulder - parentName: mixamorig:Spine2 - position: {x: -0.061058242, y: 0.09110424, z: 0.0070555084} - rotation: {x: -0.000000044703484, y: 4.2632557e-14, z: -0.000000044703256, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftArm - parentName: mixamorig:LeftShoulder - position: {x: -0.12655036, y: -0.0026593448, z: -0.026009219} - rotation: {x: 0.000000044703484, y: 2.4507967e-22, z: 0.000000044703484, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftForeArm - parentName: mixamorig:LeftArm - position: {x: -0.27404684, y: 0.00000039126675, z: 0.000000065881096} - rotation: {x: -0.000000059604638, y: -0.000000003900862, z: -1.3205547e-24, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHand - parentName: mixamorig:LeftForeArm - position: {x: -0.27614462, y: 0.00000028951808, z: 0.00000019646586} - rotation: {x: 0.000025994656, y: 0.000000044703476, z: -1.1567093e-12, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle1 - parentName: mixamorig:LeftHand - position: {x: -0.12775522, y: 0.00000013342024, z: 0.00000020418457} - rotation: {x: -0.000000014901165, y: -0.000000044699625, z: 0.000000074508115, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle2 - parentName: mixamorig:LeftHandMiddle1 - position: {x: -0.036139715, y: 0.000000026601377, z: 0.000000024623631} - rotation: {x: -0.000000014901161, y: -2.310558e-12, z: -0.00000004470347, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle3 - parentName: mixamorig:LeftHandMiddle2 - position: {x: -0.0345976, y: 0.000000005432471, z: -0.00000026419679} - rotation: {x: 0.000000059604645, y: -7.7026065e-13, z: -0.000000014901168, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle4 - parentName: mixamorig:LeftHandMiddle3 - position: {x: -0.036801923, y: -8.559337e-10, z: 0.00000032769248} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb1 - parentName: mixamorig:LeftHand - position: {x: -0.037888095, y: -0.021669967, z: 0.03003088} - rotation: {x: -0.1186462, y: 0.08685124, z: -0.11865034, w: 0.98198885} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb2 - parentName: mixamorig:LeftHandThumb1 - position: {x: -0.03675443, y: -0.021220079, z: 0.021220123} - rotation: {x: 0.000005132493, y: -0.0000031770358, z: 0.0000056908543, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb3 - parentName: mixamorig:LeftHandThumb2 - position: {x: -0.033943586, y: -0.019597441, z: 0.019597929} - rotation: {x: -0.0000051025786, y: 0.000009561153, z: 0.00000075273744, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb4 - parentName: mixamorig:LeftHandThumb3 - position: {x: -0.026794039, y: -0.015469446, z: 0.0154692} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex1 - parentName: mixamorig:LeftHand - position: {x: -0.12266614, y: -0.0023166884, z: 0.028220579} - rotation: {x: 0.00000004470348, y: 1.5400767e-12, z: 0.000000029802326, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex2 - parentName: mixamorig:LeftHandIndex1 - position: {x: -0.038919672, y: 0.000000016868665, z: 0.00000038721547} - rotation: {x: -0.000000074505806, y: -0.000000029806174, z: -0.00000007450426, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex3 - parentName: mixamorig:LeftHandIndex2 - position: {x: -0.03415161, y: 0.000000005749108, z: -0.00000008770533} - rotation: {x: 7.719219e-16, y: 0.000000029801551, z: -0.000000014902698, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex4 - parentName: mixamorig:LeftHandIndex3 - position: {x: -0.030779855, y: 7.926917e-10, z: -0.00000008560385} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing1 - parentName: mixamorig:LeftHand - position: {x: -0.12147005, y: 0.00009894983, z: -0.022166291} - rotation: {x: 0.00000002980232, y: -0.000000014900391, z: 0.000000014901934, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing2 - parentName: mixamorig:LeftHandRing1 - position: {x: -0.036011904, y: 0.000000015129366, z: 0.0000003511219} - rotation: {x: -0.000000014901159, y: 0.00000005960389, z: -0.000000014904199, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing3 - parentName: mixamorig:LeftHandRing2 - position: {x: -0.03307317, y: 0.000000045317442, z: -0.00000020893265} - rotation: {x: 0.000000044703487, y: -0.0000000894085, z: -0.000000029797693, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing4 - parentName: mixamorig:LeftHandRing3 - position: {x: -0.036601152, y: 0.00000002906111, z: 4.5477133e-10} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky1 - parentName: mixamorig:LeftHand - position: {x: -0.10908195, y: -0.0022636496, z: -0.047258176} - rotation: {x: 0.000000044703487, y: -0.00000002980695, z: -0.00000008940545, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky2 - parentName: mixamorig:LeftHandPinky1 - position: {x: -0.041366525, y: 0.000000022999533, z: 0.00000026898434} - rotation: {x: 0.000000014901153, y: 0.000000044709655, z: 0.00000011920697, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky3 - parentName: mixamorig:LeftHandPinky2 - position: {x: -0.025948359, y: 5.93904e-10, z: -0.00000036009018} - rotation: {x: 3.0875333e-15, y: -0.00000005960773, z: -0.000000059601557, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky4 - parentName: mixamorig:LeftHandPinky3 - position: {x: -0.029238692, y: 0.000000014407377, z: 0.00000018732128} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightShoulder - parentName: mixamorig:Spine2 - position: {x: 0.06105696, y: 0.09110509, z: 0.007055634} - rotation: {x: -0.000000014901161, y: 4.2632564e-14, z: -0.000000044703256, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightArm - parentName: mixamorig:RightShoulder - position: {x: 0.1265504, y: -0.0026602063, z: -0.026008958} - rotation: {x: 0.000000014901161, y: 7.7756505e-24, z: 0.000000044703484, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightForeArm - parentName: mixamorig:RightArm - position: {x: 0.27404684, y: 0.0000003288411, z: 0.000000052756395} - rotation: {x: -0.000000059604638, y: 0.000000003900862, z: -3.0876939e-15, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHand - parentName: mixamorig:RightForeArm - position: {x: 0.27614462, y: 0.00000022661457, z: 0.0000001832407} - rotation: {x: 0.000025994656, y: -0.000000044703476, z: 1.1567093e-12, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle1 - parentName: mixamorig:RightHand - position: {x: 0.12775522, y: 0.000000089457735, z: 0.00000018011639} - rotation: {x: -0.000000014901165, y: 0.000000044699625, z: -0.000000074508115, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle2 - parentName: mixamorig:RightHandMiddle1 - position: {x: 0.036139715, y: 0.000000027565017, z: 0.000000030803374} - rotation: {x: -0.000000014901161, y: 2.311002e-12, z: 0.00000004470347, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle3 - parentName: mixamorig:RightHandMiddle2 - position: {x: 0.0345976, y: -0.0000000019721824, z: -0.0000002645789} - rotation: {x: 0.000000059604645, y: 7.7026065e-13, z: 0.000000014901168, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle4 - parentName: mixamorig:RightHandMiddle3 - position: {x: 0.036801923, y: -0.000000006576055, z: 0.00000032509809} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb1 - parentName: mixamorig:RightHand - position: {x: 0.03788809, y: -0.02166998, z: 0.030030873} - rotation: {x: -0.11864688, y: -0.08685217, z: 0.11865078, w: 0.9819886} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb2 - parentName: mixamorig:RightHandThumb1 - position: {x: 0.036754426, y: -0.021220084, z: 0.021220122} - rotation: {x: 0.000005132493, y: 0.0000031770358, z: -0.0000056908543, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb3 - parentName: mixamorig:RightHandThumb2 - position: {x: 0.03394358, y: -0.019597458, z: 0.019597925} - rotation: {x: -0.0000050727767, y: -0.000009590957, z: -0.00000076763814, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb4 - parentName: mixamorig:RightHandThumb3 - position: {x: 0.026794035, y: -0.015469455, z: 0.015469198} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex1 - parentName: mixamorig:RightHand - position: {x: 0.12266616, y: -0.002316732, z: 0.028220555} - rotation: {x: -0.000000014901163, y: -1.5418528e-12, z: -0.000000029802322, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex2 - parentName: mixamorig:RightHandIndex1 - position: {x: 0.038919672, y: -7.205551e-10, z: 0.00000037513024} - rotation: {x: -0.000000014901158, y: 0.00000002980617, z: 0.00000007450426, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex3 - parentName: mixamorig:RightHandIndex2 - position: {x: 0.03415161, y: 0.0000000025299138, z: -0.000000086058414} - rotation: {x: 7.7192193e-16, y: -0.000000029801553, z: 0.000000014902698, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex4 - parentName: mixamorig:RightHandIndex3 - position: {x: 0.030779855, y: -0.000000009372842, z: -0.00000008780579} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing1 - parentName: mixamorig:RightHand - position: {x: 0.12147004, y: 0.00009890902, z: -0.022166314} - rotation: {x: 0.00000002980232, y: 0.000000014900391, z: -0.000000014901934, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing2 - parentName: mixamorig:RightHandRing1 - position: {x: 0.036011904, y: 0.0000000023856512, z: 0.0000003486698} - rotation: {x: -0.000000014901159, y: -0.00000005960389, z: 0.0000000149042, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing3 - parentName: mixamorig:RightHandRing2 - position: {x: 0.03307317, y: 0.00000003760175, z: -0.00000021114596} - rotation: {x: 0.000000014901161, y: 0.000000059604645, z: -3.0845936e-12, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing4 - parentName: mixamorig:RightHandRing3 - position: {x: 0.036601152, y: 0.00000002046845, z: 0.000000006718011} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky1 - parentName: mixamorig:RightHand - position: {x: 0.10908193, y: -0.002263685, z: -0.0472582} - rotation: {x: 0.000000044703487, y: 0.00000002980695, z: 0.00000008940544, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky2 - parentName: mixamorig:RightHandPinky1 - position: {x: 0.041366525, y: 0.000000004310631, z: 0.00000025609583} - rotation: {x: 0.000000014901153, y: -0.000000044709655, z: -0.00000011920697, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky3 - parentName: mixamorig:RightHandPinky2 - position: {x: 0.025948359, y: -0.000000009571486, z: -0.00000036661154} - rotation: {x: -0.00000005960464, y: 0.00000002980386, z: 0.000000029800782, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky4 - parentName: mixamorig:RightHandPinky3 - position: {x: 0.029238692, y: 0.00000000641227, z: 0.00000018695744} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightUpLeg - parentName: mixamorig:Hips - position: {x: 0.09124453, y: -0.06656398, z: -0.00055377925} - rotation: {x: -0.000002931613, y: -0.000000013649597, z: 0.00000043784848, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightLeg - parentName: mixamorig:RightUpLeg - position: {x: 0.002446805, y: -0.40595436, z: -0.0051452797} - rotation: {x: 0.0000065525965, y: -0.000000021011672, z: -2.99793e-11, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightFoot - parentName: mixamorig:RightLeg - position: {x: -0.0024466943, y: -0.4204787, z: -0.02060231} - rotation: {x: -0.000003650786, y: 0.000000020896566, z: 0.0000000039579957, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightToeBase - parentName: mixamorig:RightFoot - position: {x: 0.0037335984, y: -0.10492194, z: 0.12640662} - rotation: {x: 0.000000029802322, y: 6.530776e-11, z: -2.3527402e-10, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightToe_End - parentName: mixamorig:RightToeBase - position: {x: -0.0000000011347395, y: 0.000000004587741, z: 0.09992521} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftUpLeg - parentName: mixamorig:Hips - position: {x: -0.091244526, y: -0.06656399, z: -0.00055377925} - rotation: {x: -0.000017517097, y: -0.000000013640878, z: 0.00000043808052, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftLeg - parentName: mixamorig:LeftUpLeg - position: {x: -0.0024468019, y: -0.40595403, z: -0.005170411} - rotation: {x: 0.000035527948, y: 0.000000089582485, z: 0.0000000041595536, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftFoot - parentName: mixamorig:LeftLeg - position: {x: 0.002446696, y: -0.42047998, z: -0.020576412} - rotation: {x: -0.000018015498, y: -0.00000010461389, z: -0.0000000013931898, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftToeBase - parentName: mixamorig:LeftFoot - position: {x: -0.0037335982, y: -0.10492193, z: 0.12640664} - rotation: {x: 0.000000004649337, y: 1.1698642e-10, z: 9.313231e-10, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftToe_End - parentName: mixamorig:LeftToeBase - position: {x: 0.000000002053664, y: 0.000000009634096, z: 0.09992521} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - armTwist: 0.5 - foreArmTwist: 0.5 - upperLegTwist: 0.5 - legTwist: 0.5 - armStretch: 0.05 - legStretch: 0.05 - feetSpacing: 0 - globalScale: 1 - rootMotionBoneName: - hasTranslationDoF: 0 - hasExtraRoot: 1 - skeletonHasParents: 1 - lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: 96b816f238895a3489671ef99184aefe, type: 3} - autoGenerateAvatarMappingIfUnspecified: 1 - animationType: 3 - humanoidOversampling: 1 - avatarSetup: 2 - addHumanoidExtraRootOnlyWhenUsingAvatar: 1 - additionalBone: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Character/Animations/Crouch/Crouch Forward.fbx b/Assets/Resources/Character/Animations/Crouch/Crouch Forward.fbx deleted file mode 100644 index 316a041b..00000000 --- a/Assets/Resources/Character/Animations/Crouch/Crouch Forward.fbx +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:03a934ce05f6ed7655f2dc6c1bca6a2e3d14f7eab788a3a71039cf4c8d019b6e -size 339440 diff --git a/Assets/Resources/Character/Animations/Crouch/Crouch Forward.fbx.meta b/Assets/Resources/Character/Animations/Crouch/Crouch Forward.fbx.meta deleted file mode 100644 index 252ec6c1..00000000 --- a/Assets/Resources/Character/Animations/Crouch/Crouch Forward.fbx.meta +++ /dev/null @@ -1,900 +0,0 @@ -fileFormatVersion: 2 -guid: 4335f077bbbf46b4dafb7a99b0ffb530 -ModelImporter: - serializedVersion: 20200 - internalIDToNameTable: - - first: - 74: -203655887218126122 - second: Crouch Forward - externalObjects: {} - materials: - materialImportMode: 2 - materialName: 0 - materialSearch: 1 - materialLocation: 1 - animations: - legacyGenerateAnimations: 4 - bakeSimulation: 0 - resampleCurves: 1 - optimizeGameObjects: 0 - motionNodeName: - rigImportErrors: - rigImportWarnings: - animationImportErrors: - animationImportWarnings: - animationRetargetingWarnings: - animationDoRetargetingWarnings: 0 - importAnimatedCustomProperties: 0 - importConstraints: 0 - animationCompression: 3 - animationRotationError: 0.5 - animationPositionError: 0.5 - animationScaleError: 0.5 - animationWrapMode: 0 - extraExposedTransformPaths: [] - extraUserProperties: [] - clipAnimations: - - serializedVersion: 16 - name: Crouch Forward - takeName: mixamo.com - internalID: 0 - firstFrame: 0 - lastFrame: 31 - wrapMode: 0 - orientationOffsetY: 0 - level: 0 - cycleOffset: 0 - loop: 0 - hasAdditiveReferencePose: 0 - loopTime: 1 - loopBlend: 0 - loopBlendOrientation: 1 - loopBlendPositionY: 1 - loopBlendPositionXZ: 1 - keepOriginalOrientation: 1 - keepOriginalPositionY: 1 - keepOriginalPositionXZ: 1 - heightFromFeet: 0 - mirror: 0 - bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 - curves: [] - events: [] - transformMask: [] - maskType: 3 - maskSource: {instanceID: 0} - additiveReferencePoseFrame: 0 - isReadable: 0 - meshes: - lODScreenPercentages: [] - globalScale: 1 - meshCompression: 0 - addColliders: 0 - useSRGBMaterialColor: 1 - sortHierarchyByName: 1 - importVisibility: 1 - importBlendShapes: 1 - importCameras: 1 - importLights: 1 - fileIdsGeneration: 2 - swapUVChannels: 0 - generateSecondaryUV: 0 - useFileUnits: 1 - keepQuads: 0 - weldVertices: 1 - bakeAxisConversion: 0 - preserveHierarchy: 0 - skinWeightsMode: 0 - maxBonesPerVertex: 4 - minBoneWeight: 0.001 - meshOptimizationFlags: -1 - indexFormat: 0 - secondaryUVAngleDistortion: 8 - secondaryUVAreaDistortion: 15.000001 - secondaryUVHardAngle: 88 - secondaryUVMarginMethod: 1 - secondaryUVMinLightmapResolution: 40 - secondaryUVMinObjectScale: 1 - secondaryUVPackMargin: 4 - useFileScale: 1 - tangentSpace: - normalSmoothAngle: 60 - normalImportMode: 0 - tangentImportMode: 3 - normalCalculationMode: 4 - legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 - blendShapeNormalImportMode: 1 - normalSmoothingSource: 0 - referencedClips: [] - importAnimation: 1 - humanDescription: - serializedVersion: 3 - human: - - boneName: mixamorig:Hips - humanName: Hips - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftUpLeg - humanName: LeftUpperLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightUpLeg - humanName: RightUpperLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftLeg - humanName: LeftLowerLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightLeg - humanName: RightLowerLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftFoot - humanName: LeftFoot - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightFoot - humanName: RightFoot - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Spine - humanName: Spine - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Spine1 - humanName: Chest - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Neck - humanName: Neck - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Head - humanName: Head - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftShoulder - humanName: LeftShoulder - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightShoulder - humanName: RightShoulder - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftArm - humanName: LeftUpperArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightArm - humanName: RightUpperArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftForeArm - humanName: LeftLowerArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightForeArm - humanName: RightLowerArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHand - humanName: LeftHand - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHand - humanName: RightHand - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftToeBase - humanName: LeftToes - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightToeBase - humanName: RightToes - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandThumb1 - humanName: Left Thumb Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandThumb2 - humanName: Left Thumb Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandThumb3 - humanName: Left Thumb Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandIndex1 - humanName: Left Index Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandIndex2 - humanName: Left Index Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandIndex3 - humanName: Left Index Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandMiddle1 - humanName: Left Middle Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandMiddle2 - humanName: Left Middle Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandMiddle3 - humanName: Left Middle Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandRing1 - humanName: Left Ring Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandRing2 - humanName: Left Ring Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandRing3 - humanName: Left Ring Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandPinky1 - humanName: Left Little Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandPinky2 - humanName: Left Little Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandPinky3 - humanName: Left Little Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandThumb1 - humanName: Right Thumb Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandThumb2 - humanName: Right Thumb Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandThumb3 - humanName: Right Thumb Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandIndex1 - humanName: Right Index Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandIndex2 - humanName: Right Index Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandIndex3 - humanName: Right Index Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandMiddle1 - humanName: Right Middle Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandMiddle2 - humanName: Right Middle Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandMiddle3 - humanName: Right Middle Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandRing1 - humanName: Right Ring Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandRing2 - humanName: Right Ring Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandRing3 - humanName: Right Ring Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandPinky1 - humanName: Right Little Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandPinky2 - humanName: Right Little Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandPinky3 - humanName: Right Little Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Spine2 - humanName: UpperChest - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - skeleton: - - name: ybot(Clone) - parentName: - position: {x: 0, y: 0, z: 0} - rotation: {x: 0, y: 0, z: 0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Alpha_Surface - parentName: ybot(Clone) - position: {x: -0, y: 0, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Alpha_Joints - parentName: ybot(Clone) - position: {x: -0, y: 0, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Hips - parentName: ybot(Clone) - position: {x: 0.00000006757011, y: 0.9979194, z: 0.000000484474} - rotation: {x: 1.3930912e-15, y: 0.00000001376344, z: -0.0000004417766, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Spine - parentName: mixamorig:Hips - position: {x: -0.0000000056483196, y: 0.09923459, z: -0.012273348} - rotation: {x: -1.3930783e-15, y: -0.00000001376344, z: 0.00000044177568, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Spine1 - parentName: mixamorig:Spine - position: {x: 0.0000013886521, y: 0.1164544, z: -0.014223412} - rotation: {x: 3.8774097e-26, y: -4.2632574e-14, z: 6.82121e-13, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Spine2 - parentName: mixamorig:Spine1 - position: {x: -0.00000091440717, y: 0.13360204, z: -0.016264597} - rotation: {x: 0, y: 0, z: 1.8056423e-35, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Neck - parentName: mixamorig:Spine2 - position: {x: -0.0000002520208, y: 0.15032491, z: 0.007929048} - rotation: {x: -5.2041704e-18, y: 4.2632927e-14, z: 2.273737e-13, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Head - parentName: mixamorig:Neck - position: {x: -0.000000023707482, y: 0.1032183, z: 0.031424288} - rotation: {x: 0, y: -0, z: -2.3158745e-36, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:HeadTop_End - parentName: mixamorig:Head - position: {x: -0.0000015417259, y: 0.18474671, z: 0.06636399} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftEye - parentName: mixamorig:Head - position: {x: -0.02947915, y: 0.07681745, z: 0.09120731} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightEye - parentName: mixamorig:Head - position: {x: 0.029444808, y: 0.07681745, z: 0.091204956} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftShoulder - parentName: mixamorig:Spine2 - position: {x: -0.061058242, y: 0.09110424, z: 0.0070555084} - rotation: {x: -0.000000044703484, y: 4.2632557e-14, z: -0.000000044703256, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftArm - parentName: mixamorig:LeftShoulder - position: {x: -0.12655036, y: -0.0026593448, z: -0.026009219} - rotation: {x: 0.000000044703484, y: 2.4507967e-22, z: 0.000000044703484, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftForeArm - parentName: mixamorig:LeftArm - position: {x: -0.27404684, y: 0.00000039126675, z: 0.000000065881096} - rotation: {x: -0.000000059604638, y: -0.000000003900862, z: -1.3205547e-24, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHand - parentName: mixamorig:LeftForeArm - position: {x: -0.27614462, y: 0.00000028951808, z: 0.00000019646586} - rotation: {x: 0.000025994656, y: 0.000000044703476, z: -1.1567093e-12, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle1 - parentName: mixamorig:LeftHand - position: {x: -0.12775522, y: 0.00000013342024, z: 0.00000020418457} - rotation: {x: -0.000000014901165, y: -0.000000044699625, z: 0.000000074508115, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle2 - parentName: mixamorig:LeftHandMiddle1 - position: {x: -0.036139715, y: 0.000000026601377, z: 0.000000024623631} - rotation: {x: -0.000000014901161, y: -2.310558e-12, z: -0.00000004470347, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle3 - parentName: mixamorig:LeftHandMiddle2 - position: {x: -0.0345976, y: 0.000000005432471, z: -0.00000026419679} - rotation: {x: 0.000000059604645, y: -7.7026065e-13, z: -0.000000014901168, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle4 - parentName: mixamorig:LeftHandMiddle3 - position: {x: -0.036801923, y: -8.559337e-10, z: 0.00000032769248} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb1 - parentName: mixamorig:LeftHand - position: {x: -0.037888095, y: -0.021669967, z: 0.03003088} - rotation: {x: -0.1186462, y: 0.08685124, z: -0.11865034, w: 0.98198885} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb2 - parentName: mixamorig:LeftHandThumb1 - position: {x: -0.03675443, y: -0.021220079, z: 0.021220123} - rotation: {x: 0.000005132493, y: -0.0000031770358, z: 0.0000056908543, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb3 - parentName: mixamorig:LeftHandThumb2 - position: {x: -0.033943586, y: -0.019597441, z: 0.019597929} - rotation: {x: -0.0000051025786, y: 0.000009561153, z: 0.00000075273744, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb4 - parentName: mixamorig:LeftHandThumb3 - position: {x: -0.026794039, y: -0.015469446, z: 0.0154692} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex1 - parentName: mixamorig:LeftHand - position: {x: -0.12266614, y: -0.0023166884, z: 0.028220579} - rotation: {x: 0.00000004470348, y: 1.5400767e-12, z: 0.000000029802326, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex2 - parentName: mixamorig:LeftHandIndex1 - position: {x: -0.038919672, y: 0.000000016868665, z: 0.00000038721547} - rotation: {x: -0.000000074505806, y: -0.000000029806174, z: -0.00000007450426, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex3 - parentName: mixamorig:LeftHandIndex2 - position: {x: -0.03415161, y: 0.000000005749108, z: -0.00000008770533} - rotation: {x: 7.719219e-16, y: 0.000000029801551, z: -0.000000014902698, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex4 - parentName: mixamorig:LeftHandIndex3 - position: {x: -0.030779855, y: 7.926917e-10, z: -0.00000008560385} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing1 - parentName: mixamorig:LeftHand - position: {x: -0.12147005, y: 0.00009894983, z: -0.022166291} - rotation: {x: 0.00000002980232, y: -0.000000014900391, z: 0.000000014901934, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing2 - parentName: mixamorig:LeftHandRing1 - position: {x: -0.036011904, y: 0.000000015129366, z: 0.0000003511219} - rotation: {x: -0.000000014901159, y: 0.00000005960389, z: -0.000000014904199, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing3 - parentName: mixamorig:LeftHandRing2 - position: {x: -0.03307317, y: 0.000000045317442, z: -0.00000020893265} - rotation: {x: 0.000000044703487, y: -0.0000000894085, z: -0.000000029797693, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing4 - parentName: mixamorig:LeftHandRing3 - position: {x: -0.036601152, y: 0.00000002906111, z: 4.5477133e-10} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky1 - parentName: mixamorig:LeftHand - position: {x: -0.10908195, y: -0.0022636496, z: -0.047258176} - rotation: {x: 0.000000044703487, y: -0.00000002980695, z: -0.00000008940545, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky2 - parentName: mixamorig:LeftHandPinky1 - position: {x: -0.041366525, y: 0.000000022999533, z: 0.00000026898434} - rotation: {x: 0.000000014901153, y: 0.000000044709655, z: 0.00000011920697, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky3 - parentName: mixamorig:LeftHandPinky2 - position: {x: -0.025948359, y: 5.93904e-10, z: -0.00000036009018} - rotation: {x: 3.0875333e-15, y: -0.00000005960773, z: -0.000000059601557, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky4 - parentName: mixamorig:LeftHandPinky3 - position: {x: -0.029238692, y: 0.000000014407377, z: 0.00000018732128} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightShoulder - parentName: mixamorig:Spine2 - position: {x: 0.06105696, y: 0.09110509, z: 0.007055634} - rotation: {x: -0.000000014901161, y: 4.2632564e-14, z: -0.000000044703256, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightArm - parentName: mixamorig:RightShoulder - position: {x: 0.1265504, y: -0.0026602063, z: -0.026008958} - rotation: {x: 0.000000014901161, y: 7.7756505e-24, z: 0.000000044703484, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightForeArm - parentName: mixamorig:RightArm - position: {x: 0.27404684, y: 0.0000003288411, z: 0.000000052756395} - rotation: {x: -0.000000059604638, y: 0.000000003900862, z: -3.0876939e-15, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHand - parentName: mixamorig:RightForeArm - position: {x: 0.27614462, y: 0.00000022661457, z: 0.0000001832407} - rotation: {x: 0.000025994656, y: -0.000000044703476, z: 1.1567093e-12, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle1 - parentName: mixamorig:RightHand - position: {x: 0.12775522, y: 0.000000089457735, z: 0.00000018011639} - rotation: {x: -0.000000014901165, y: 0.000000044699625, z: -0.000000074508115, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle2 - parentName: mixamorig:RightHandMiddle1 - position: {x: 0.036139715, y: 0.000000027565017, z: 0.000000030803374} - rotation: {x: -0.000000014901161, y: 2.311002e-12, z: 0.00000004470347, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle3 - parentName: mixamorig:RightHandMiddle2 - position: {x: 0.0345976, y: -0.0000000019721824, z: -0.0000002645789} - rotation: {x: 0.000000059604645, y: 7.7026065e-13, z: 0.000000014901168, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle4 - parentName: mixamorig:RightHandMiddle3 - position: {x: 0.036801923, y: -0.000000006576055, z: 0.00000032509809} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb1 - parentName: mixamorig:RightHand - position: {x: 0.03788809, y: -0.02166998, z: 0.030030873} - rotation: {x: -0.11864688, y: -0.08685217, z: 0.11865078, w: 0.9819886} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb2 - parentName: mixamorig:RightHandThumb1 - position: {x: 0.036754426, y: -0.021220084, z: 0.021220122} - rotation: {x: 0.000005132493, y: 0.0000031770358, z: -0.0000056908543, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb3 - parentName: mixamorig:RightHandThumb2 - position: {x: 0.03394358, y: -0.019597458, z: 0.019597925} - rotation: {x: -0.0000050727767, y: -0.000009590957, z: -0.00000076763814, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb4 - parentName: mixamorig:RightHandThumb3 - position: {x: 0.026794035, y: -0.015469455, z: 0.015469198} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex1 - parentName: mixamorig:RightHand - position: {x: 0.12266616, y: -0.002316732, z: 0.028220555} - rotation: {x: -0.000000014901163, y: -1.5418528e-12, z: -0.000000029802322, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex2 - parentName: mixamorig:RightHandIndex1 - position: {x: 0.038919672, y: -7.205551e-10, z: 0.00000037513024} - rotation: {x: -0.000000014901158, y: 0.00000002980617, z: 0.00000007450426, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex3 - parentName: mixamorig:RightHandIndex2 - position: {x: 0.03415161, y: 0.0000000025299138, z: -0.000000086058414} - rotation: {x: 7.7192193e-16, y: -0.000000029801553, z: 0.000000014902698, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex4 - parentName: mixamorig:RightHandIndex3 - position: {x: 0.030779855, y: -0.000000009372842, z: -0.00000008780579} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing1 - parentName: mixamorig:RightHand - position: {x: 0.12147004, y: 0.00009890902, z: -0.022166314} - rotation: {x: 0.00000002980232, y: 0.000000014900391, z: -0.000000014901934, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing2 - parentName: mixamorig:RightHandRing1 - position: {x: 0.036011904, y: 0.0000000023856512, z: 0.0000003486698} - rotation: {x: -0.000000014901159, y: -0.00000005960389, z: 0.0000000149042, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing3 - parentName: mixamorig:RightHandRing2 - position: {x: 0.03307317, y: 0.00000003760175, z: -0.00000021114596} - rotation: {x: 0.000000014901161, y: 0.000000059604645, z: -3.0845936e-12, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing4 - parentName: mixamorig:RightHandRing3 - position: {x: 0.036601152, y: 0.00000002046845, z: 0.000000006718011} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky1 - parentName: mixamorig:RightHand - position: {x: 0.10908193, y: -0.002263685, z: -0.0472582} - rotation: {x: 0.000000044703487, y: 0.00000002980695, z: 0.00000008940544, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky2 - parentName: mixamorig:RightHandPinky1 - position: {x: 0.041366525, y: 0.000000004310631, z: 0.00000025609583} - rotation: {x: 0.000000014901153, y: -0.000000044709655, z: -0.00000011920697, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky3 - parentName: mixamorig:RightHandPinky2 - position: {x: 0.025948359, y: -0.000000009571486, z: -0.00000036661154} - rotation: {x: -0.00000005960464, y: 0.00000002980386, z: 0.000000029800782, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky4 - parentName: mixamorig:RightHandPinky3 - position: {x: 0.029238692, y: 0.00000000641227, z: 0.00000018695744} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightUpLeg - parentName: mixamorig:Hips - position: {x: 0.09124453, y: -0.06656398, z: -0.00055377925} - rotation: {x: -0.000002931613, y: -0.000000013649597, z: 0.00000043784848, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightLeg - parentName: mixamorig:RightUpLeg - position: {x: 0.002446805, y: -0.40595436, z: -0.0051452797} - rotation: {x: 0.0000065525965, y: -0.000000021011672, z: -2.99793e-11, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightFoot - parentName: mixamorig:RightLeg - position: {x: -0.0024466943, y: -0.4204787, z: -0.02060231} - rotation: {x: -0.000003650786, y: 0.000000020896566, z: 0.0000000039579957, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightToeBase - parentName: mixamorig:RightFoot - position: {x: 0.0037335984, y: -0.10492194, z: 0.12640662} - rotation: {x: 0.000000029802322, y: 6.530776e-11, z: -2.3527402e-10, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightToe_End - parentName: mixamorig:RightToeBase - position: {x: -0.0000000011347395, y: 0.000000004587741, z: 0.09992521} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftUpLeg - parentName: mixamorig:Hips - position: {x: -0.091244526, y: -0.06656399, z: -0.00055377925} - rotation: {x: -0.000017517097, y: -0.000000013640878, z: 0.00000043808052, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftLeg - parentName: mixamorig:LeftUpLeg - position: {x: -0.0024468019, y: -0.40595403, z: -0.005170411} - rotation: {x: 0.000035527948, y: 0.000000089582485, z: 0.0000000041595536, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftFoot - parentName: mixamorig:LeftLeg - position: {x: 0.002446696, y: -0.42047998, z: -0.020576412} - rotation: {x: -0.000018015498, y: -0.00000010461389, z: -0.0000000013931898, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftToeBase - parentName: mixamorig:LeftFoot - position: {x: -0.0037335982, y: -0.10492193, z: 0.12640664} - rotation: {x: 0.000000004649337, y: 1.1698642e-10, z: 9.313231e-10, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftToe_End - parentName: mixamorig:LeftToeBase - position: {x: 0.000000002053664, y: 0.000000009634096, z: 0.09992521} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - armTwist: 0.5 - foreArmTwist: 0.5 - upperLegTwist: 0.5 - legTwist: 0.5 - armStretch: 0.05 - legStretch: 0.05 - feetSpacing: 0 - globalScale: 1 - rootMotionBoneName: - hasTranslationDoF: 0 - hasExtraRoot: 1 - skeletonHasParents: 1 - lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: 96b816f238895a3489671ef99184aefe, type: 3} - autoGenerateAvatarMappingIfUnspecified: 1 - animationType: 3 - humanoidOversampling: 1 - avatarSetup: 2 - addHumanoidExtraRootOnlyWhenUsingAvatar: 1 - additionalBone: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Character/Animations/Crouch/Crouch Idle.fbx b/Assets/Resources/Character/Animations/Crouch/Crouch Idle.fbx deleted file mode 100644 index 0b2b46de..00000000 --- a/Assets/Resources/Character/Animations/Crouch/Crouch Idle.fbx +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:000552ef7835f9996aabbc73d529d06fef05b6b9188a0c78508aa5c7017b9db4 -size 509536 diff --git a/Assets/Resources/Character/Animations/Crouch/Crouch Idle.fbx.meta b/Assets/Resources/Character/Animations/Crouch/Crouch Idle.fbx.meta deleted file mode 100644 index 2201853e..00000000 --- a/Assets/Resources/Character/Animations/Crouch/Crouch Idle.fbx.meta +++ /dev/null @@ -1,900 +0,0 @@ -fileFormatVersion: 2 -guid: 5aa04e5520bed684dbae21bdf9e0acef -ModelImporter: - serializedVersion: 20200 - internalIDToNameTable: - - first: - 74: -203655887218126122 - second: Crouch Idle - externalObjects: {} - materials: - materialImportMode: 2 - materialName: 0 - materialSearch: 1 - materialLocation: 1 - animations: - legacyGenerateAnimations: 4 - bakeSimulation: 0 - resampleCurves: 1 - optimizeGameObjects: 0 - motionNodeName: - rigImportErrors: - rigImportWarnings: - animationImportErrors: - animationImportWarnings: - animationRetargetingWarnings: - animationDoRetargetingWarnings: 0 - importAnimatedCustomProperties: 0 - importConstraints: 0 - animationCompression: 3 - animationRotationError: 0.5 - animationPositionError: 0.5 - animationScaleError: 0.5 - animationWrapMode: 0 - extraExposedTransformPaths: [] - extraUserProperties: [] - clipAnimations: - - serializedVersion: 16 - name: Crouch Idle - takeName: mixamo.com - internalID: 0 - firstFrame: 0 - lastFrame: 75 - wrapMode: 0 - orientationOffsetY: 0 - level: 0 - cycleOffset: 0 - loop: 0 - hasAdditiveReferencePose: 0 - loopTime: 1 - loopBlend: 0 - loopBlendOrientation: 1 - loopBlendPositionY: 1 - loopBlendPositionXZ: 1 - keepOriginalOrientation: 1 - keepOriginalPositionY: 1 - keepOriginalPositionXZ: 1 - heightFromFeet: 0 - mirror: 0 - bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 - curves: [] - events: [] - transformMask: [] - maskType: 3 - maskSource: {instanceID: 0} - additiveReferencePoseFrame: 0 - isReadable: 0 - meshes: - lODScreenPercentages: [] - globalScale: 1 - meshCompression: 0 - addColliders: 0 - useSRGBMaterialColor: 1 - sortHierarchyByName: 1 - importVisibility: 1 - importBlendShapes: 1 - importCameras: 1 - importLights: 1 - fileIdsGeneration: 2 - swapUVChannels: 0 - generateSecondaryUV: 0 - useFileUnits: 1 - keepQuads: 0 - weldVertices: 1 - bakeAxisConversion: 0 - preserveHierarchy: 0 - skinWeightsMode: 0 - maxBonesPerVertex: 4 - minBoneWeight: 0.001 - meshOptimizationFlags: -1 - indexFormat: 0 - secondaryUVAngleDistortion: 8 - secondaryUVAreaDistortion: 15.000001 - secondaryUVHardAngle: 88 - secondaryUVMarginMethod: 1 - secondaryUVMinLightmapResolution: 40 - secondaryUVMinObjectScale: 1 - secondaryUVPackMargin: 4 - useFileScale: 1 - tangentSpace: - normalSmoothAngle: 60 - normalImportMode: 0 - tangentImportMode: 3 - normalCalculationMode: 4 - legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 - blendShapeNormalImportMode: 1 - normalSmoothingSource: 0 - referencedClips: [] - importAnimation: 1 - humanDescription: - serializedVersion: 3 - human: - - boneName: mixamorig:Hips - humanName: Hips - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftUpLeg - humanName: LeftUpperLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightUpLeg - humanName: RightUpperLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftLeg - humanName: LeftLowerLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightLeg - humanName: RightLowerLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftFoot - humanName: LeftFoot - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightFoot - humanName: RightFoot - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Spine - humanName: Spine - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Spine1 - humanName: Chest - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Neck - humanName: Neck - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Head - humanName: Head - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftShoulder - humanName: LeftShoulder - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightShoulder - humanName: RightShoulder - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftArm - humanName: LeftUpperArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightArm - humanName: RightUpperArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftForeArm - humanName: LeftLowerArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightForeArm - humanName: RightLowerArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHand - humanName: LeftHand - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHand - humanName: RightHand - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftToeBase - humanName: LeftToes - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightToeBase - humanName: RightToes - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandThumb1 - humanName: Left Thumb Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandThumb2 - humanName: Left Thumb Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandThumb3 - humanName: Left Thumb Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandIndex1 - humanName: Left Index Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandIndex2 - humanName: Left Index Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandIndex3 - humanName: Left Index Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandMiddle1 - humanName: Left Middle Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandMiddle2 - humanName: Left Middle Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandMiddle3 - humanName: Left Middle Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandRing1 - humanName: Left Ring Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandRing2 - humanName: Left Ring Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandRing3 - humanName: Left Ring Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandPinky1 - humanName: Left Little Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandPinky2 - humanName: Left Little Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandPinky3 - humanName: Left Little Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandThumb1 - humanName: Right Thumb Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandThumb2 - humanName: Right Thumb Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandThumb3 - humanName: Right Thumb Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandIndex1 - humanName: Right Index Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandIndex2 - humanName: Right Index Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandIndex3 - humanName: Right Index Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandMiddle1 - humanName: Right Middle Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandMiddle2 - humanName: Right Middle Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandMiddle3 - humanName: Right Middle Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandRing1 - humanName: Right Ring Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandRing2 - humanName: Right Ring Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandRing3 - humanName: Right Ring Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandPinky1 - humanName: Right Little Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandPinky2 - humanName: Right Little Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandPinky3 - humanName: Right Little Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Spine2 - humanName: UpperChest - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - skeleton: - - name: ybot(Clone) - parentName: - position: {x: 0, y: 0, z: 0} - rotation: {x: 0, y: 0, z: 0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Alpha_Surface - parentName: ybot(Clone) - position: {x: -0, y: 0, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Alpha_Joints - parentName: ybot(Clone) - position: {x: -0, y: 0, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Hips - parentName: ybot(Clone) - position: {x: 0.00000006757011, y: 0.9979194, z: 0.000000484474} - rotation: {x: 1.3930912e-15, y: 0.00000001376344, z: -0.0000004417766, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Spine - parentName: mixamorig:Hips - position: {x: -0.0000000056483196, y: 0.09923459, z: -0.012273348} - rotation: {x: -1.3930783e-15, y: -0.00000001376344, z: 0.00000044177568, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Spine1 - parentName: mixamorig:Spine - position: {x: 0.0000013886521, y: 0.1164544, z: -0.014223412} - rotation: {x: 3.8774097e-26, y: -4.2632574e-14, z: 6.82121e-13, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Spine2 - parentName: mixamorig:Spine1 - position: {x: -0.00000091440717, y: 0.13360204, z: -0.016264597} - rotation: {x: 0, y: 0, z: 1.8056423e-35, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Neck - parentName: mixamorig:Spine2 - position: {x: -0.0000002520208, y: 0.15032491, z: 0.007929048} - rotation: {x: -5.2041704e-18, y: 4.2632927e-14, z: 2.273737e-13, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Head - parentName: mixamorig:Neck - position: {x: -0.000000023707482, y: 0.1032183, z: 0.031424288} - rotation: {x: 0, y: -0, z: -2.3158745e-36, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:HeadTop_End - parentName: mixamorig:Head - position: {x: -0.0000015417259, y: 0.18474671, z: 0.06636399} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftEye - parentName: mixamorig:Head - position: {x: -0.02947915, y: 0.07681745, z: 0.09120731} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightEye - parentName: mixamorig:Head - position: {x: 0.029444808, y: 0.07681745, z: 0.091204956} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftShoulder - parentName: mixamorig:Spine2 - position: {x: -0.061058242, y: 0.09110424, z: 0.0070555084} - rotation: {x: -0.000000044703484, y: 4.2632557e-14, z: -0.000000044703256, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftArm - parentName: mixamorig:LeftShoulder - position: {x: -0.12655036, y: -0.0026593448, z: -0.026009219} - rotation: {x: 0.000000044703484, y: 2.4507967e-22, z: 0.000000044703484, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftForeArm - parentName: mixamorig:LeftArm - position: {x: -0.27404684, y: 0.00000039126675, z: 0.000000065881096} - rotation: {x: -0.000000059604638, y: -0.000000003900862, z: -1.3205547e-24, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHand - parentName: mixamorig:LeftForeArm - position: {x: -0.27614462, y: 0.00000028951808, z: 0.00000019646586} - rotation: {x: 0.000025994656, y: 0.000000044703476, z: -1.1567093e-12, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle1 - parentName: mixamorig:LeftHand - position: {x: -0.12775522, y: 0.00000013342024, z: 0.00000020418457} - rotation: {x: -0.000000014901165, y: -0.000000044699625, z: 0.000000074508115, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle2 - parentName: mixamorig:LeftHandMiddle1 - position: {x: -0.036139715, y: 0.000000026601377, z: 0.000000024623631} - rotation: {x: -0.000000014901161, y: -2.310558e-12, z: -0.00000004470347, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle3 - parentName: mixamorig:LeftHandMiddle2 - position: {x: -0.0345976, y: 0.000000005432471, z: -0.00000026419679} - rotation: {x: 0.000000059604645, y: -7.7026065e-13, z: -0.000000014901168, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle4 - parentName: mixamorig:LeftHandMiddle3 - position: {x: -0.036801923, y: -8.559337e-10, z: 0.00000032769248} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb1 - parentName: mixamorig:LeftHand - position: {x: -0.037888095, y: -0.021669967, z: 0.03003088} - rotation: {x: -0.1186462, y: 0.08685124, z: -0.11865034, w: 0.98198885} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb2 - parentName: mixamorig:LeftHandThumb1 - position: {x: -0.03675443, y: -0.021220079, z: 0.021220123} - rotation: {x: 0.000005132493, y: -0.0000031770358, z: 0.0000056908543, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb3 - parentName: mixamorig:LeftHandThumb2 - position: {x: -0.033943586, y: -0.019597441, z: 0.019597929} - rotation: {x: -0.0000051025786, y: 0.000009561153, z: 0.00000075273744, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb4 - parentName: mixamorig:LeftHandThumb3 - position: {x: -0.026794039, y: -0.015469446, z: 0.0154692} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex1 - parentName: mixamorig:LeftHand - position: {x: -0.12266614, y: -0.0023166884, z: 0.028220579} - rotation: {x: 0.00000004470348, y: 1.5400767e-12, z: 0.000000029802326, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex2 - parentName: mixamorig:LeftHandIndex1 - position: {x: -0.038919672, y: 0.000000016868665, z: 0.00000038721547} - rotation: {x: -0.000000074505806, y: -0.000000029806174, z: -0.00000007450426, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex3 - parentName: mixamorig:LeftHandIndex2 - position: {x: -0.03415161, y: 0.000000005749108, z: -0.00000008770533} - rotation: {x: 7.719219e-16, y: 0.000000029801551, z: -0.000000014902698, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex4 - parentName: mixamorig:LeftHandIndex3 - position: {x: -0.030779855, y: 7.926917e-10, z: -0.00000008560385} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing1 - parentName: mixamorig:LeftHand - position: {x: -0.12147005, y: 0.00009894983, z: -0.022166291} - rotation: {x: 0.00000002980232, y: -0.000000014900391, z: 0.000000014901934, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing2 - parentName: mixamorig:LeftHandRing1 - position: {x: -0.036011904, y: 0.000000015129366, z: 0.0000003511219} - rotation: {x: -0.000000014901159, y: 0.00000005960389, z: -0.000000014904199, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing3 - parentName: mixamorig:LeftHandRing2 - position: {x: -0.03307317, y: 0.000000045317442, z: -0.00000020893265} - rotation: {x: 0.000000044703487, y: -0.0000000894085, z: -0.000000029797693, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing4 - parentName: mixamorig:LeftHandRing3 - position: {x: -0.036601152, y: 0.00000002906111, z: 4.5477133e-10} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky1 - parentName: mixamorig:LeftHand - position: {x: -0.10908195, y: -0.0022636496, z: -0.047258176} - rotation: {x: 0.000000044703487, y: -0.00000002980695, z: -0.00000008940545, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky2 - parentName: mixamorig:LeftHandPinky1 - position: {x: -0.041366525, y: 0.000000022999533, z: 0.00000026898434} - rotation: {x: 0.000000014901153, y: 0.000000044709655, z: 0.00000011920697, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky3 - parentName: mixamorig:LeftHandPinky2 - position: {x: -0.025948359, y: 5.93904e-10, z: -0.00000036009018} - rotation: {x: 3.0875333e-15, y: -0.00000005960773, z: -0.000000059601557, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky4 - parentName: mixamorig:LeftHandPinky3 - position: {x: -0.029238692, y: 0.000000014407377, z: 0.00000018732128} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightShoulder - parentName: mixamorig:Spine2 - position: {x: 0.06105696, y: 0.09110509, z: 0.007055634} - rotation: {x: -0.000000014901161, y: 4.2632564e-14, z: -0.000000044703256, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightArm - parentName: mixamorig:RightShoulder - position: {x: 0.1265504, y: -0.0026602063, z: -0.026008958} - rotation: {x: 0.000000014901161, y: 7.7756505e-24, z: 0.000000044703484, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightForeArm - parentName: mixamorig:RightArm - position: {x: 0.27404684, y: 0.0000003288411, z: 0.000000052756395} - rotation: {x: -0.000000059604638, y: 0.000000003900862, z: -3.0876939e-15, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHand - parentName: mixamorig:RightForeArm - position: {x: 0.27614462, y: 0.00000022661457, z: 0.0000001832407} - rotation: {x: 0.000025994656, y: -0.000000044703476, z: 1.1567093e-12, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle1 - parentName: mixamorig:RightHand - position: {x: 0.12775522, y: 0.000000089457735, z: 0.00000018011639} - rotation: {x: -0.000000014901165, y: 0.000000044699625, z: -0.000000074508115, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle2 - parentName: mixamorig:RightHandMiddle1 - position: {x: 0.036139715, y: 0.000000027565017, z: 0.000000030803374} - rotation: {x: -0.000000014901161, y: 2.311002e-12, z: 0.00000004470347, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle3 - parentName: mixamorig:RightHandMiddle2 - position: {x: 0.0345976, y: -0.0000000019721824, z: -0.0000002645789} - rotation: {x: 0.000000059604645, y: 7.7026065e-13, z: 0.000000014901168, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle4 - parentName: mixamorig:RightHandMiddle3 - position: {x: 0.036801923, y: -0.000000006576055, z: 0.00000032509809} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb1 - parentName: mixamorig:RightHand - position: {x: 0.03788809, y: -0.02166998, z: 0.030030873} - rotation: {x: -0.11864688, y: -0.08685217, z: 0.11865078, w: 0.9819886} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb2 - parentName: mixamorig:RightHandThumb1 - position: {x: 0.036754426, y: -0.021220084, z: 0.021220122} - rotation: {x: 0.000005132493, y: 0.0000031770358, z: -0.0000056908543, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb3 - parentName: mixamorig:RightHandThumb2 - position: {x: 0.03394358, y: -0.019597458, z: 0.019597925} - rotation: {x: -0.0000050727767, y: -0.000009590957, z: -0.00000076763814, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb4 - parentName: mixamorig:RightHandThumb3 - position: {x: 0.026794035, y: -0.015469455, z: 0.015469198} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex1 - parentName: mixamorig:RightHand - position: {x: 0.12266616, y: -0.002316732, z: 0.028220555} - rotation: {x: -0.000000014901163, y: -1.5418528e-12, z: -0.000000029802322, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex2 - parentName: mixamorig:RightHandIndex1 - position: {x: 0.038919672, y: -7.205551e-10, z: 0.00000037513024} - rotation: {x: -0.000000014901158, y: 0.00000002980617, z: 0.00000007450426, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex3 - parentName: mixamorig:RightHandIndex2 - position: {x: 0.03415161, y: 0.0000000025299138, z: -0.000000086058414} - rotation: {x: 7.7192193e-16, y: -0.000000029801553, z: 0.000000014902698, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex4 - parentName: mixamorig:RightHandIndex3 - position: {x: 0.030779855, y: -0.000000009372842, z: -0.00000008780579} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing1 - parentName: mixamorig:RightHand - position: {x: 0.12147004, y: 0.00009890902, z: -0.022166314} - rotation: {x: 0.00000002980232, y: 0.000000014900391, z: -0.000000014901934, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing2 - parentName: mixamorig:RightHandRing1 - position: {x: 0.036011904, y: 0.0000000023856512, z: 0.0000003486698} - rotation: {x: -0.000000014901159, y: -0.00000005960389, z: 0.0000000149042, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing3 - parentName: mixamorig:RightHandRing2 - position: {x: 0.03307317, y: 0.00000003760175, z: -0.00000021114596} - rotation: {x: 0.000000014901161, y: 0.000000059604645, z: -3.0845936e-12, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing4 - parentName: mixamorig:RightHandRing3 - position: {x: 0.036601152, y: 0.00000002046845, z: 0.000000006718011} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky1 - parentName: mixamorig:RightHand - position: {x: 0.10908193, y: -0.002263685, z: -0.0472582} - rotation: {x: 0.000000044703487, y: 0.00000002980695, z: 0.00000008940544, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky2 - parentName: mixamorig:RightHandPinky1 - position: {x: 0.041366525, y: 0.000000004310631, z: 0.00000025609583} - rotation: {x: 0.000000014901153, y: -0.000000044709655, z: -0.00000011920697, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky3 - parentName: mixamorig:RightHandPinky2 - position: {x: 0.025948359, y: -0.000000009571486, z: -0.00000036661154} - rotation: {x: -0.00000005960464, y: 0.00000002980386, z: 0.000000029800782, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky4 - parentName: mixamorig:RightHandPinky3 - position: {x: 0.029238692, y: 0.00000000641227, z: 0.00000018695744} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightUpLeg - parentName: mixamorig:Hips - position: {x: 0.09124453, y: -0.06656398, z: -0.00055377925} - rotation: {x: -0.000002931613, y: -0.000000013649597, z: 0.00000043784848, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightLeg - parentName: mixamorig:RightUpLeg - position: {x: 0.002446805, y: -0.40595436, z: -0.0051452797} - rotation: {x: 0.0000065525965, y: -0.000000021011672, z: -2.99793e-11, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightFoot - parentName: mixamorig:RightLeg - position: {x: -0.0024466943, y: -0.4204787, z: -0.02060231} - rotation: {x: -0.000003650786, y: 0.000000020896566, z: 0.0000000039579957, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightToeBase - parentName: mixamorig:RightFoot - position: {x: 0.0037335984, y: -0.10492194, z: 0.12640662} - rotation: {x: 0.000000029802322, y: 6.530776e-11, z: -2.3527402e-10, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightToe_End - parentName: mixamorig:RightToeBase - position: {x: -0.0000000011347395, y: 0.000000004587741, z: 0.09992521} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftUpLeg - parentName: mixamorig:Hips - position: {x: -0.091244526, y: -0.06656399, z: -0.00055377925} - rotation: {x: -0.000017517097, y: -0.000000013640878, z: 0.00000043808052, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftLeg - parentName: mixamorig:LeftUpLeg - position: {x: -0.0024468019, y: -0.40595403, z: -0.005170411} - rotation: {x: 0.000035527948, y: 0.000000089582485, z: 0.0000000041595536, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftFoot - parentName: mixamorig:LeftLeg - position: {x: 0.002446696, y: -0.42047998, z: -0.020576412} - rotation: {x: -0.000018015498, y: -0.00000010461389, z: -0.0000000013931898, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftToeBase - parentName: mixamorig:LeftFoot - position: {x: -0.0037335982, y: -0.10492193, z: 0.12640664} - rotation: {x: 0.000000004649337, y: 1.1698642e-10, z: 9.313231e-10, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftToe_End - parentName: mixamorig:LeftToeBase - position: {x: 0.000000002053664, y: 0.000000009634096, z: 0.09992521} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - armTwist: 0.5 - foreArmTwist: 0.5 - upperLegTwist: 0.5 - legTwist: 0.5 - armStretch: 0.05 - legStretch: 0.05 - feetSpacing: 0 - globalScale: 1 - rootMotionBoneName: - hasTranslationDoF: 0 - hasExtraRoot: 1 - skeletonHasParents: 1 - lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: 96b816f238895a3489671ef99184aefe, type: 3} - autoGenerateAvatarMappingIfUnspecified: 1 - animationType: 3 - humanoidOversampling: 1 - avatarSetup: 2 - addHumanoidExtraRootOnlyWhenUsingAvatar: 1 - additionalBone: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Character/Animations/Crouch/Crouch Left.fbx b/Assets/Resources/Character/Animations/Crouch/Crouch Left.fbx deleted file mode 100644 index aa4d9f27..00000000 --- a/Assets/Resources/Character/Animations/Crouch/Crouch Left.fbx +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:50f1c61ba943314e0d99b1850e6f66ad2cbff13396e31e57bd1efe59442f81d1 -size 336736 diff --git a/Assets/Resources/Character/Animations/Crouch/Crouch Left.fbx.meta b/Assets/Resources/Character/Animations/Crouch/Crouch Left.fbx.meta deleted file mode 100644 index 30a1389b..00000000 --- a/Assets/Resources/Character/Animations/Crouch/Crouch Left.fbx.meta +++ /dev/null @@ -1,900 +0,0 @@ -fileFormatVersion: 2 -guid: a31bca29c2b95784386f51360ec8bc58 -ModelImporter: - serializedVersion: 20200 - internalIDToNameTable: - - first: - 74: -203655887218126122 - second: Crouch Left - externalObjects: {} - materials: - materialImportMode: 2 - materialName: 0 - materialSearch: 1 - materialLocation: 1 - animations: - legacyGenerateAnimations: 4 - bakeSimulation: 0 - resampleCurves: 1 - optimizeGameObjects: 0 - motionNodeName: - rigImportErrors: - rigImportWarnings: - animationImportErrors: - animationImportWarnings: - animationRetargetingWarnings: - animationDoRetargetingWarnings: 0 - importAnimatedCustomProperties: 0 - importConstraints: 0 - animationCompression: 3 - animationRotationError: 0.5 - animationPositionError: 0.5 - animationScaleError: 0.5 - animationWrapMode: 0 - extraExposedTransformPaths: [] - extraUserProperties: [] - clipAnimations: - - serializedVersion: 16 - name: Crouch Left - takeName: mixamo.com - internalID: 0 - firstFrame: 0 - lastFrame: 30 - wrapMode: 0 - orientationOffsetY: 0 - level: 0 - cycleOffset: 0 - loop: 0 - hasAdditiveReferencePose: 0 - loopTime: 1 - loopBlend: 0 - loopBlendOrientation: 1 - loopBlendPositionY: 1 - loopBlendPositionXZ: 1 - keepOriginalOrientation: 1 - keepOriginalPositionY: 1 - keepOriginalPositionXZ: 1 - heightFromFeet: 0 - mirror: 0 - bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 - curves: [] - events: [] - transformMask: [] - maskType: 3 - maskSource: {instanceID: 0} - additiveReferencePoseFrame: 0 - isReadable: 0 - meshes: - lODScreenPercentages: [] - globalScale: 1 - meshCompression: 0 - addColliders: 0 - useSRGBMaterialColor: 1 - sortHierarchyByName: 1 - importVisibility: 1 - importBlendShapes: 1 - importCameras: 1 - importLights: 1 - fileIdsGeneration: 2 - swapUVChannels: 0 - generateSecondaryUV: 0 - useFileUnits: 1 - keepQuads: 0 - weldVertices: 1 - bakeAxisConversion: 0 - preserveHierarchy: 0 - skinWeightsMode: 0 - maxBonesPerVertex: 4 - minBoneWeight: 0.001 - meshOptimizationFlags: -1 - indexFormat: 0 - secondaryUVAngleDistortion: 8 - secondaryUVAreaDistortion: 15.000001 - secondaryUVHardAngle: 88 - secondaryUVMarginMethod: 1 - secondaryUVMinLightmapResolution: 40 - secondaryUVMinObjectScale: 1 - secondaryUVPackMargin: 4 - useFileScale: 1 - tangentSpace: - normalSmoothAngle: 60 - normalImportMode: 0 - tangentImportMode: 3 - normalCalculationMode: 4 - legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 - blendShapeNormalImportMode: 1 - normalSmoothingSource: 0 - referencedClips: [] - importAnimation: 1 - humanDescription: - serializedVersion: 3 - human: - - boneName: mixamorig:Hips - humanName: Hips - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftUpLeg - humanName: LeftUpperLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightUpLeg - humanName: RightUpperLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftLeg - humanName: LeftLowerLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightLeg - humanName: RightLowerLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftFoot - humanName: LeftFoot - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightFoot - humanName: RightFoot - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Spine - humanName: Spine - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Spine1 - humanName: Chest - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Neck - humanName: Neck - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Head - humanName: Head - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftShoulder - humanName: LeftShoulder - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightShoulder - humanName: RightShoulder - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftArm - humanName: LeftUpperArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightArm - humanName: RightUpperArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftForeArm - humanName: LeftLowerArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightForeArm - humanName: RightLowerArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHand - humanName: LeftHand - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHand - humanName: RightHand - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftToeBase - humanName: LeftToes - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightToeBase - humanName: RightToes - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandThumb1 - humanName: Left Thumb Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandThumb2 - humanName: Left Thumb Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandThumb3 - humanName: Left Thumb Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandIndex1 - humanName: Left Index Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandIndex2 - humanName: Left Index Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandIndex3 - humanName: Left Index Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandMiddle1 - humanName: Left Middle Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandMiddle2 - humanName: Left Middle Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandMiddle3 - humanName: Left Middle Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandRing1 - humanName: Left Ring Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandRing2 - humanName: Left Ring Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandRing3 - humanName: Left Ring Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandPinky1 - humanName: Left Little Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandPinky2 - humanName: Left Little Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandPinky3 - humanName: Left Little Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandThumb1 - humanName: Right Thumb Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandThumb2 - humanName: Right Thumb Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandThumb3 - humanName: Right Thumb Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandIndex1 - humanName: Right Index Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandIndex2 - humanName: Right Index Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandIndex3 - humanName: Right Index Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandMiddle1 - humanName: Right Middle Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandMiddle2 - humanName: Right Middle Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandMiddle3 - humanName: Right Middle Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandRing1 - humanName: Right Ring Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandRing2 - humanName: Right Ring Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandRing3 - humanName: Right Ring Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandPinky1 - humanName: Right Little Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandPinky2 - humanName: Right Little Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandPinky3 - humanName: Right Little Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Spine2 - humanName: UpperChest - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - skeleton: - - name: ybot(Clone) - parentName: - position: {x: 0, y: 0, z: 0} - rotation: {x: 0, y: 0, z: 0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Alpha_Surface - parentName: ybot(Clone) - position: {x: -0, y: 0, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Alpha_Joints - parentName: ybot(Clone) - position: {x: -0, y: 0, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Hips - parentName: ybot(Clone) - position: {x: 0.00000006757011, y: 0.9979194, z: 0.000000484474} - rotation: {x: 1.3930912e-15, y: 0.00000001376344, z: -0.0000004417766, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Spine - parentName: mixamorig:Hips - position: {x: -0.0000000056483196, y: 0.09923459, z: -0.012273348} - rotation: {x: -1.3930783e-15, y: -0.00000001376344, z: 0.00000044177568, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Spine1 - parentName: mixamorig:Spine - position: {x: 0.0000013886521, y: 0.1164544, z: -0.014223412} - rotation: {x: 3.8774097e-26, y: -4.2632574e-14, z: 6.82121e-13, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Spine2 - parentName: mixamorig:Spine1 - position: {x: -0.00000091440717, y: 0.13360204, z: -0.016264597} - rotation: {x: 0, y: 0, z: 1.8056423e-35, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Neck - parentName: mixamorig:Spine2 - position: {x: -0.0000002520208, y: 0.15032491, z: 0.007929048} - rotation: {x: -5.2041704e-18, y: 4.2632927e-14, z: 2.273737e-13, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Head - parentName: mixamorig:Neck - position: {x: -0.000000023707482, y: 0.1032183, z: 0.031424288} - rotation: {x: 0, y: -0, z: -2.3158745e-36, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:HeadTop_End - parentName: mixamorig:Head - position: {x: -0.0000015417259, y: 0.18474671, z: 0.06636399} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftEye - parentName: mixamorig:Head - position: {x: -0.02947915, y: 0.07681745, z: 0.09120731} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightEye - parentName: mixamorig:Head - position: {x: 0.029444808, y: 0.07681745, z: 0.091204956} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftShoulder - parentName: mixamorig:Spine2 - position: {x: -0.061058242, y: 0.09110424, z: 0.0070555084} - rotation: {x: -0.000000044703484, y: 4.2632557e-14, z: -0.000000044703256, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftArm - parentName: mixamorig:LeftShoulder - position: {x: -0.12655036, y: -0.0026593448, z: -0.026009219} - rotation: {x: 0.000000044703484, y: 2.4507967e-22, z: 0.000000044703484, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftForeArm - parentName: mixamorig:LeftArm - position: {x: -0.27404684, y: 0.00000039126675, z: 0.000000065881096} - rotation: {x: -0.000000059604638, y: -0.000000003900862, z: -1.3205547e-24, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHand - parentName: mixamorig:LeftForeArm - position: {x: -0.27614462, y: 0.00000028951808, z: 0.00000019646586} - rotation: {x: 0.000025994656, y: 0.000000044703476, z: -1.1567093e-12, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle1 - parentName: mixamorig:LeftHand - position: {x: -0.12775522, y: 0.00000013342024, z: 0.00000020418457} - rotation: {x: -0.000000014901165, y: -0.000000044699625, z: 0.000000074508115, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle2 - parentName: mixamorig:LeftHandMiddle1 - position: {x: -0.036139715, y: 0.000000026601377, z: 0.000000024623631} - rotation: {x: -0.000000014901161, y: -2.310558e-12, z: -0.00000004470347, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle3 - parentName: mixamorig:LeftHandMiddle2 - position: {x: -0.0345976, y: 0.000000005432471, z: -0.00000026419679} - rotation: {x: 0.000000059604645, y: -7.7026065e-13, z: -0.000000014901168, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle4 - parentName: mixamorig:LeftHandMiddle3 - position: {x: -0.036801923, y: -8.559337e-10, z: 0.00000032769248} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb1 - parentName: mixamorig:LeftHand - position: {x: -0.037888095, y: -0.021669967, z: 0.03003088} - rotation: {x: -0.1186462, y: 0.08685124, z: -0.11865034, w: 0.98198885} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb2 - parentName: mixamorig:LeftHandThumb1 - position: {x: -0.03675443, y: -0.021220079, z: 0.021220123} - rotation: {x: 0.000005132493, y: -0.0000031770358, z: 0.0000056908543, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb3 - parentName: mixamorig:LeftHandThumb2 - position: {x: -0.033943586, y: -0.019597441, z: 0.019597929} - rotation: {x: -0.0000051025786, y: 0.000009561153, z: 0.00000075273744, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb4 - parentName: mixamorig:LeftHandThumb3 - position: {x: -0.026794039, y: -0.015469446, z: 0.0154692} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex1 - parentName: mixamorig:LeftHand - position: {x: -0.12266614, y: -0.0023166884, z: 0.028220579} - rotation: {x: 0.00000004470348, y: 1.5400767e-12, z: 0.000000029802326, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex2 - parentName: mixamorig:LeftHandIndex1 - position: {x: -0.038919672, y: 0.000000016868665, z: 0.00000038721547} - rotation: {x: -0.000000074505806, y: -0.000000029806174, z: -0.00000007450426, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex3 - parentName: mixamorig:LeftHandIndex2 - position: {x: -0.03415161, y: 0.000000005749108, z: -0.00000008770533} - rotation: {x: 7.719219e-16, y: 0.000000029801551, z: -0.000000014902698, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex4 - parentName: mixamorig:LeftHandIndex3 - position: {x: -0.030779855, y: 7.926917e-10, z: -0.00000008560385} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing1 - parentName: mixamorig:LeftHand - position: {x: -0.12147005, y: 0.00009894983, z: -0.022166291} - rotation: {x: 0.00000002980232, y: -0.000000014900391, z: 0.000000014901934, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing2 - parentName: mixamorig:LeftHandRing1 - position: {x: -0.036011904, y: 0.000000015129366, z: 0.0000003511219} - rotation: {x: -0.000000014901159, y: 0.00000005960389, z: -0.000000014904199, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing3 - parentName: mixamorig:LeftHandRing2 - position: {x: -0.03307317, y: 0.000000045317442, z: -0.00000020893265} - rotation: {x: 0.000000044703487, y: -0.0000000894085, z: -0.000000029797693, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing4 - parentName: mixamorig:LeftHandRing3 - position: {x: -0.036601152, y: 0.00000002906111, z: 4.5477133e-10} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky1 - parentName: mixamorig:LeftHand - position: {x: -0.10908195, y: -0.0022636496, z: -0.047258176} - rotation: {x: 0.000000044703487, y: -0.00000002980695, z: -0.00000008940545, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky2 - parentName: mixamorig:LeftHandPinky1 - position: {x: -0.041366525, y: 0.000000022999533, z: 0.00000026898434} - rotation: {x: 0.000000014901153, y: 0.000000044709655, z: 0.00000011920697, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky3 - parentName: mixamorig:LeftHandPinky2 - position: {x: -0.025948359, y: 5.93904e-10, z: -0.00000036009018} - rotation: {x: 3.0875333e-15, y: -0.00000005960773, z: -0.000000059601557, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky4 - parentName: mixamorig:LeftHandPinky3 - position: {x: -0.029238692, y: 0.000000014407377, z: 0.00000018732128} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightShoulder - parentName: mixamorig:Spine2 - position: {x: 0.06105696, y: 0.09110509, z: 0.007055634} - rotation: {x: -0.000000014901161, y: 4.2632564e-14, z: -0.000000044703256, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightArm - parentName: mixamorig:RightShoulder - position: {x: 0.1265504, y: -0.0026602063, z: -0.026008958} - rotation: {x: 0.000000014901161, y: 7.7756505e-24, z: 0.000000044703484, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightForeArm - parentName: mixamorig:RightArm - position: {x: 0.27404684, y: 0.0000003288411, z: 0.000000052756395} - rotation: {x: -0.000000059604638, y: 0.000000003900862, z: -3.0876939e-15, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHand - parentName: mixamorig:RightForeArm - position: {x: 0.27614462, y: 0.00000022661457, z: 0.0000001832407} - rotation: {x: 0.000025994656, y: -0.000000044703476, z: 1.1567093e-12, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle1 - parentName: mixamorig:RightHand - position: {x: 0.12775522, y: 0.000000089457735, z: 0.00000018011639} - rotation: {x: -0.000000014901165, y: 0.000000044699625, z: -0.000000074508115, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle2 - parentName: mixamorig:RightHandMiddle1 - position: {x: 0.036139715, y: 0.000000027565017, z: 0.000000030803374} - rotation: {x: -0.000000014901161, y: 2.311002e-12, z: 0.00000004470347, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle3 - parentName: mixamorig:RightHandMiddle2 - position: {x: 0.0345976, y: -0.0000000019721824, z: -0.0000002645789} - rotation: {x: 0.000000059604645, y: 7.7026065e-13, z: 0.000000014901168, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle4 - parentName: mixamorig:RightHandMiddle3 - position: {x: 0.036801923, y: -0.000000006576055, z: 0.00000032509809} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb1 - parentName: mixamorig:RightHand - position: {x: 0.03788809, y: -0.02166998, z: 0.030030873} - rotation: {x: -0.11864688, y: -0.08685217, z: 0.11865078, w: 0.9819886} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb2 - parentName: mixamorig:RightHandThumb1 - position: {x: 0.036754426, y: -0.021220084, z: 0.021220122} - rotation: {x: 0.000005132493, y: 0.0000031770358, z: -0.0000056908543, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb3 - parentName: mixamorig:RightHandThumb2 - position: {x: 0.03394358, y: -0.019597458, z: 0.019597925} - rotation: {x: -0.0000050727767, y: -0.000009590957, z: -0.00000076763814, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb4 - parentName: mixamorig:RightHandThumb3 - position: {x: 0.026794035, y: -0.015469455, z: 0.015469198} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex1 - parentName: mixamorig:RightHand - position: {x: 0.12266616, y: -0.002316732, z: 0.028220555} - rotation: {x: -0.000000014901163, y: -1.5418528e-12, z: -0.000000029802322, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex2 - parentName: mixamorig:RightHandIndex1 - position: {x: 0.038919672, y: -7.205551e-10, z: 0.00000037513024} - rotation: {x: -0.000000014901158, y: 0.00000002980617, z: 0.00000007450426, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex3 - parentName: mixamorig:RightHandIndex2 - position: {x: 0.03415161, y: 0.0000000025299138, z: -0.000000086058414} - rotation: {x: 7.7192193e-16, y: -0.000000029801553, z: 0.000000014902698, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex4 - parentName: mixamorig:RightHandIndex3 - position: {x: 0.030779855, y: -0.000000009372842, z: -0.00000008780579} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing1 - parentName: mixamorig:RightHand - position: {x: 0.12147004, y: 0.00009890902, z: -0.022166314} - rotation: {x: 0.00000002980232, y: 0.000000014900391, z: -0.000000014901934, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing2 - parentName: mixamorig:RightHandRing1 - position: {x: 0.036011904, y: 0.0000000023856512, z: 0.0000003486698} - rotation: {x: -0.000000014901159, y: -0.00000005960389, z: 0.0000000149042, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing3 - parentName: mixamorig:RightHandRing2 - position: {x: 0.03307317, y: 0.00000003760175, z: -0.00000021114596} - rotation: {x: 0.000000014901161, y: 0.000000059604645, z: -3.0845936e-12, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing4 - parentName: mixamorig:RightHandRing3 - position: {x: 0.036601152, y: 0.00000002046845, z: 0.000000006718011} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky1 - parentName: mixamorig:RightHand - position: {x: 0.10908193, y: -0.002263685, z: -0.0472582} - rotation: {x: 0.000000044703487, y: 0.00000002980695, z: 0.00000008940544, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky2 - parentName: mixamorig:RightHandPinky1 - position: {x: 0.041366525, y: 0.000000004310631, z: 0.00000025609583} - rotation: {x: 0.000000014901153, y: -0.000000044709655, z: -0.00000011920697, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky3 - parentName: mixamorig:RightHandPinky2 - position: {x: 0.025948359, y: -0.000000009571486, z: -0.00000036661154} - rotation: {x: -0.00000005960464, y: 0.00000002980386, z: 0.000000029800782, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky4 - parentName: mixamorig:RightHandPinky3 - position: {x: 0.029238692, y: 0.00000000641227, z: 0.00000018695744} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightUpLeg - parentName: mixamorig:Hips - position: {x: 0.09124453, y: -0.06656398, z: -0.00055377925} - rotation: {x: -0.000002931613, y: -0.000000013649597, z: 0.00000043784848, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightLeg - parentName: mixamorig:RightUpLeg - position: {x: 0.002446805, y: -0.40595436, z: -0.0051452797} - rotation: {x: 0.0000065525965, y: -0.000000021011672, z: -2.99793e-11, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightFoot - parentName: mixamorig:RightLeg - position: {x: -0.0024466943, y: -0.4204787, z: -0.02060231} - rotation: {x: -0.000003650786, y: 0.000000020896566, z: 0.0000000039579957, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightToeBase - parentName: mixamorig:RightFoot - position: {x: 0.0037335984, y: -0.10492194, z: 0.12640662} - rotation: {x: 0.000000029802322, y: 6.530776e-11, z: -2.3527402e-10, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightToe_End - parentName: mixamorig:RightToeBase - position: {x: -0.0000000011347395, y: 0.000000004587741, z: 0.09992521} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftUpLeg - parentName: mixamorig:Hips - position: {x: -0.091244526, y: -0.06656399, z: -0.00055377925} - rotation: {x: -0.000017517097, y: -0.000000013640878, z: 0.00000043808052, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftLeg - parentName: mixamorig:LeftUpLeg - position: {x: -0.0024468019, y: -0.40595403, z: -0.005170411} - rotation: {x: 0.000035527948, y: 0.000000089582485, z: 0.0000000041595536, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftFoot - parentName: mixamorig:LeftLeg - position: {x: 0.002446696, y: -0.42047998, z: -0.020576412} - rotation: {x: -0.000018015498, y: -0.00000010461389, z: -0.0000000013931898, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftToeBase - parentName: mixamorig:LeftFoot - position: {x: -0.0037335982, y: -0.10492193, z: 0.12640664} - rotation: {x: 0.000000004649337, y: 1.1698642e-10, z: 9.313231e-10, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftToe_End - parentName: mixamorig:LeftToeBase - position: {x: 0.000000002053664, y: 0.000000009634096, z: 0.09992521} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - armTwist: 0.5 - foreArmTwist: 0.5 - upperLegTwist: 0.5 - legTwist: 0.5 - armStretch: 0.05 - legStretch: 0.05 - feetSpacing: 0 - globalScale: 1 - rootMotionBoneName: - hasTranslationDoF: 0 - hasExtraRoot: 1 - skeletonHasParents: 1 - lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: 96b816f238895a3489671ef99184aefe, type: 3} - autoGenerateAvatarMappingIfUnspecified: 1 - animationType: 3 - humanoidOversampling: 1 - avatarSetup: 2 - addHumanoidExtraRootOnlyWhenUsingAvatar: 1 - additionalBone: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Character/Animations/Crouch/Crouch Right.fbx b/Assets/Resources/Character/Animations/Crouch/Crouch Right.fbx deleted file mode 100644 index 79798a69..00000000 --- a/Assets/Resources/Character/Animations/Crouch/Crouch Right.fbx +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f2c32503074893e7737c6a20a94bc054ca83ac268f2cb52b7a228e494c5b976 -size 336736 diff --git a/Assets/Resources/Character/Animations/Crouch/Crouch Right.fbx.meta b/Assets/Resources/Character/Animations/Crouch/Crouch Right.fbx.meta deleted file mode 100644 index 05f0392e..00000000 --- a/Assets/Resources/Character/Animations/Crouch/Crouch Right.fbx.meta +++ /dev/null @@ -1,900 +0,0 @@ -fileFormatVersion: 2 -guid: f5e1160cf9c8ddc43b5a6716c7553d7b -ModelImporter: - serializedVersion: 20200 - internalIDToNameTable: - - first: - 74: -203655887218126122 - second: Crouch Right - externalObjects: {} - materials: - materialImportMode: 2 - materialName: 0 - materialSearch: 1 - materialLocation: 1 - animations: - legacyGenerateAnimations: 4 - bakeSimulation: 0 - resampleCurves: 1 - optimizeGameObjects: 0 - motionNodeName: - rigImportErrors: - rigImportWarnings: - animationImportErrors: - animationImportWarnings: - animationRetargetingWarnings: - animationDoRetargetingWarnings: 0 - importAnimatedCustomProperties: 0 - importConstraints: 0 - animationCompression: 3 - animationRotationError: 0.5 - animationPositionError: 0.5 - animationScaleError: 0.5 - animationWrapMode: 0 - extraExposedTransformPaths: [] - extraUserProperties: [] - clipAnimations: - - serializedVersion: 16 - name: Crouch Right - takeName: mixamo.com - internalID: 0 - firstFrame: 0 - lastFrame: 30 - wrapMode: 0 - orientationOffsetY: 0 - level: 0 - cycleOffset: 0 - loop: 0 - hasAdditiveReferencePose: 0 - loopTime: 1 - loopBlend: 0 - loopBlendOrientation: 1 - loopBlendPositionY: 1 - loopBlendPositionXZ: 1 - keepOriginalOrientation: 1 - keepOriginalPositionY: 1 - keepOriginalPositionXZ: 1 - heightFromFeet: 0 - mirror: 0 - bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 - curves: [] - events: [] - transformMask: [] - maskType: 3 - maskSource: {instanceID: 0} - additiveReferencePoseFrame: 0 - isReadable: 0 - meshes: - lODScreenPercentages: [] - globalScale: 1 - meshCompression: 0 - addColliders: 0 - useSRGBMaterialColor: 1 - sortHierarchyByName: 1 - importVisibility: 1 - importBlendShapes: 1 - importCameras: 1 - importLights: 1 - fileIdsGeneration: 2 - swapUVChannels: 0 - generateSecondaryUV: 0 - useFileUnits: 1 - keepQuads: 0 - weldVertices: 1 - bakeAxisConversion: 0 - preserveHierarchy: 0 - skinWeightsMode: 0 - maxBonesPerVertex: 4 - minBoneWeight: 0.001 - meshOptimizationFlags: -1 - indexFormat: 0 - secondaryUVAngleDistortion: 8 - secondaryUVAreaDistortion: 15.000001 - secondaryUVHardAngle: 88 - secondaryUVMarginMethod: 1 - secondaryUVMinLightmapResolution: 40 - secondaryUVMinObjectScale: 1 - secondaryUVPackMargin: 4 - useFileScale: 1 - tangentSpace: - normalSmoothAngle: 60 - normalImportMode: 0 - tangentImportMode: 3 - normalCalculationMode: 4 - legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 - blendShapeNormalImportMode: 1 - normalSmoothingSource: 0 - referencedClips: [] - importAnimation: 1 - humanDescription: - serializedVersion: 3 - human: - - boneName: mixamorig:Hips - humanName: Hips - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftUpLeg - humanName: LeftUpperLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightUpLeg - humanName: RightUpperLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftLeg - humanName: LeftLowerLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightLeg - humanName: RightLowerLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftFoot - humanName: LeftFoot - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightFoot - humanName: RightFoot - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Spine - humanName: Spine - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Spine1 - humanName: Chest - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Neck - humanName: Neck - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Head - humanName: Head - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftShoulder - humanName: LeftShoulder - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightShoulder - humanName: RightShoulder - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftArm - humanName: LeftUpperArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightArm - humanName: RightUpperArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftForeArm - humanName: LeftLowerArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightForeArm - humanName: RightLowerArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHand - humanName: LeftHand - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHand - humanName: RightHand - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftToeBase - humanName: LeftToes - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightToeBase - humanName: RightToes - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandThumb1 - humanName: Left Thumb Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandThumb2 - humanName: Left Thumb Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandThumb3 - humanName: Left Thumb Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandIndex1 - humanName: Left Index Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandIndex2 - humanName: Left Index Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandIndex3 - humanName: Left Index Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandMiddle1 - humanName: Left Middle Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandMiddle2 - humanName: Left Middle Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandMiddle3 - humanName: Left Middle Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandRing1 - humanName: Left Ring Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandRing2 - humanName: Left Ring Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandRing3 - humanName: Left Ring Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandPinky1 - humanName: Left Little Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandPinky2 - humanName: Left Little Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandPinky3 - humanName: Left Little Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandThumb1 - humanName: Right Thumb Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandThumb2 - humanName: Right Thumb Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandThumb3 - humanName: Right Thumb Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandIndex1 - humanName: Right Index Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandIndex2 - humanName: Right Index Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandIndex3 - humanName: Right Index Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandMiddle1 - humanName: Right Middle Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandMiddle2 - humanName: Right Middle Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandMiddle3 - humanName: Right Middle Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandRing1 - humanName: Right Ring Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandRing2 - humanName: Right Ring Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandRing3 - humanName: Right Ring Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandPinky1 - humanName: Right Little Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandPinky2 - humanName: Right Little Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandPinky3 - humanName: Right Little Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Spine2 - humanName: UpperChest - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - skeleton: - - name: ybot(Clone) - parentName: - position: {x: 0, y: 0, z: 0} - rotation: {x: 0, y: 0, z: 0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Alpha_Surface - parentName: ybot(Clone) - position: {x: -0, y: 0, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Alpha_Joints - parentName: ybot(Clone) - position: {x: -0, y: 0, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Hips - parentName: ybot(Clone) - position: {x: 0.00000006757011, y: 0.9979194, z: 0.000000484474} - rotation: {x: 1.3930912e-15, y: 0.00000001376344, z: -0.0000004417766, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Spine - parentName: mixamorig:Hips - position: {x: -0.0000000056483196, y: 0.09923459, z: -0.012273348} - rotation: {x: -1.3930783e-15, y: -0.00000001376344, z: 0.00000044177568, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Spine1 - parentName: mixamorig:Spine - position: {x: 0.0000013886521, y: 0.1164544, z: -0.014223412} - rotation: {x: 3.8774097e-26, y: -4.2632574e-14, z: 6.82121e-13, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Spine2 - parentName: mixamorig:Spine1 - position: {x: -0.00000091440717, y: 0.13360204, z: -0.016264597} - rotation: {x: 0, y: 0, z: 1.8056423e-35, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Neck - parentName: mixamorig:Spine2 - position: {x: -0.0000002520208, y: 0.15032491, z: 0.007929048} - rotation: {x: -5.2041704e-18, y: 4.2632927e-14, z: 2.273737e-13, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Head - parentName: mixamorig:Neck - position: {x: -0.000000023707482, y: 0.1032183, z: 0.031424288} - rotation: {x: 0, y: -0, z: -2.3158745e-36, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:HeadTop_End - parentName: mixamorig:Head - position: {x: -0.0000015417259, y: 0.18474671, z: 0.06636399} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftEye - parentName: mixamorig:Head - position: {x: -0.02947915, y: 0.07681745, z: 0.09120731} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightEye - parentName: mixamorig:Head - position: {x: 0.029444808, y: 0.07681745, z: 0.091204956} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftShoulder - parentName: mixamorig:Spine2 - position: {x: -0.061058242, y: 0.09110424, z: 0.0070555084} - rotation: {x: -0.000000044703484, y: 4.2632557e-14, z: -0.000000044703256, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftArm - parentName: mixamorig:LeftShoulder - position: {x: -0.12655036, y: -0.0026593448, z: -0.026009219} - rotation: {x: 0.000000044703484, y: 2.4507967e-22, z: 0.000000044703484, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftForeArm - parentName: mixamorig:LeftArm - position: {x: -0.27404684, y: 0.00000039126675, z: 0.000000065881096} - rotation: {x: -0.000000059604638, y: -0.000000003900862, z: -1.3205547e-24, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHand - parentName: mixamorig:LeftForeArm - position: {x: -0.27614462, y: 0.00000028951808, z: 0.00000019646586} - rotation: {x: 0.000025994656, y: 0.000000044703476, z: -1.1567093e-12, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle1 - parentName: mixamorig:LeftHand - position: {x: -0.12775522, y: 0.00000013342024, z: 0.00000020418457} - rotation: {x: -0.000000014901165, y: -0.000000044699625, z: 0.000000074508115, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle2 - parentName: mixamorig:LeftHandMiddle1 - position: {x: -0.036139715, y: 0.000000026601377, z: 0.000000024623631} - rotation: {x: -0.000000014901161, y: -2.310558e-12, z: -0.00000004470347, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle3 - parentName: mixamorig:LeftHandMiddle2 - position: {x: -0.0345976, y: 0.000000005432471, z: -0.00000026419679} - rotation: {x: 0.000000059604645, y: -7.7026065e-13, z: -0.000000014901168, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle4 - parentName: mixamorig:LeftHandMiddle3 - position: {x: -0.036801923, y: -8.559337e-10, z: 0.00000032769248} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb1 - parentName: mixamorig:LeftHand - position: {x: -0.037888095, y: -0.021669967, z: 0.03003088} - rotation: {x: -0.1186462, y: 0.08685124, z: -0.11865034, w: 0.98198885} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb2 - parentName: mixamorig:LeftHandThumb1 - position: {x: -0.03675443, y: -0.021220079, z: 0.021220123} - rotation: {x: 0.000005132493, y: -0.0000031770358, z: 0.0000056908543, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb3 - parentName: mixamorig:LeftHandThumb2 - position: {x: -0.033943586, y: -0.019597441, z: 0.019597929} - rotation: {x: -0.0000051025786, y: 0.000009561153, z: 0.00000075273744, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb4 - parentName: mixamorig:LeftHandThumb3 - position: {x: -0.026794039, y: -0.015469446, z: 0.0154692} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex1 - parentName: mixamorig:LeftHand - position: {x: -0.12266614, y: -0.0023166884, z: 0.028220579} - rotation: {x: 0.00000004470348, y: 1.5400767e-12, z: 0.000000029802326, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex2 - parentName: mixamorig:LeftHandIndex1 - position: {x: -0.038919672, y: 0.000000016868665, z: 0.00000038721547} - rotation: {x: -0.000000074505806, y: -0.000000029806174, z: -0.00000007450426, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex3 - parentName: mixamorig:LeftHandIndex2 - position: {x: -0.03415161, y: 0.000000005749108, z: -0.00000008770533} - rotation: {x: 7.719219e-16, y: 0.000000029801551, z: -0.000000014902698, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex4 - parentName: mixamorig:LeftHandIndex3 - position: {x: -0.030779855, y: 7.926917e-10, z: -0.00000008560385} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing1 - parentName: mixamorig:LeftHand - position: {x: -0.12147005, y: 0.00009894983, z: -0.022166291} - rotation: {x: 0.00000002980232, y: -0.000000014900391, z: 0.000000014901934, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing2 - parentName: mixamorig:LeftHandRing1 - position: {x: -0.036011904, y: 0.000000015129366, z: 0.0000003511219} - rotation: {x: -0.000000014901159, y: 0.00000005960389, z: -0.000000014904199, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing3 - parentName: mixamorig:LeftHandRing2 - position: {x: -0.03307317, y: 0.000000045317442, z: -0.00000020893265} - rotation: {x: 0.000000044703487, y: -0.0000000894085, z: -0.000000029797693, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing4 - parentName: mixamorig:LeftHandRing3 - position: {x: -0.036601152, y: 0.00000002906111, z: 4.5477133e-10} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky1 - parentName: mixamorig:LeftHand - position: {x: -0.10908195, y: -0.0022636496, z: -0.047258176} - rotation: {x: 0.000000044703487, y: -0.00000002980695, z: -0.00000008940545, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky2 - parentName: mixamorig:LeftHandPinky1 - position: {x: -0.041366525, y: 0.000000022999533, z: 0.00000026898434} - rotation: {x: 0.000000014901153, y: 0.000000044709655, z: 0.00000011920697, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky3 - parentName: mixamorig:LeftHandPinky2 - position: {x: -0.025948359, y: 5.93904e-10, z: -0.00000036009018} - rotation: {x: 3.0875333e-15, y: -0.00000005960773, z: -0.000000059601557, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky4 - parentName: mixamorig:LeftHandPinky3 - position: {x: -0.029238692, y: 0.000000014407377, z: 0.00000018732128} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightShoulder - parentName: mixamorig:Spine2 - position: {x: 0.06105696, y: 0.09110509, z: 0.007055634} - rotation: {x: -0.000000014901161, y: 4.2632564e-14, z: -0.000000044703256, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightArm - parentName: mixamorig:RightShoulder - position: {x: 0.1265504, y: -0.0026602063, z: -0.026008958} - rotation: {x: 0.000000014901161, y: 7.7756505e-24, z: 0.000000044703484, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightForeArm - parentName: mixamorig:RightArm - position: {x: 0.27404684, y: 0.0000003288411, z: 0.000000052756395} - rotation: {x: -0.000000059604638, y: 0.000000003900862, z: -3.0876939e-15, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHand - parentName: mixamorig:RightForeArm - position: {x: 0.27614462, y: 0.00000022661457, z: 0.0000001832407} - rotation: {x: 0.000025994656, y: -0.000000044703476, z: 1.1567093e-12, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle1 - parentName: mixamorig:RightHand - position: {x: 0.12775522, y: 0.000000089457735, z: 0.00000018011639} - rotation: {x: -0.000000014901165, y: 0.000000044699625, z: -0.000000074508115, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle2 - parentName: mixamorig:RightHandMiddle1 - position: {x: 0.036139715, y: 0.000000027565017, z: 0.000000030803374} - rotation: {x: -0.000000014901161, y: 2.311002e-12, z: 0.00000004470347, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle3 - parentName: mixamorig:RightHandMiddle2 - position: {x: 0.0345976, y: -0.0000000019721824, z: -0.0000002645789} - rotation: {x: 0.000000059604645, y: 7.7026065e-13, z: 0.000000014901168, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle4 - parentName: mixamorig:RightHandMiddle3 - position: {x: 0.036801923, y: -0.000000006576055, z: 0.00000032509809} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb1 - parentName: mixamorig:RightHand - position: {x: 0.03788809, y: -0.02166998, z: 0.030030873} - rotation: {x: -0.11864688, y: -0.08685217, z: 0.11865078, w: 0.9819886} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb2 - parentName: mixamorig:RightHandThumb1 - position: {x: 0.036754426, y: -0.021220084, z: 0.021220122} - rotation: {x: 0.000005132493, y: 0.0000031770358, z: -0.0000056908543, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb3 - parentName: mixamorig:RightHandThumb2 - position: {x: 0.03394358, y: -0.019597458, z: 0.019597925} - rotation: {x: -0.0000050727767, y: -0.000009590957, z: -0.00000076763814, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb4 - parentName: mixamorig:RightHandThumb3 - position: {x: 0.026794035, y: -0.015469455, z: 0.015469198} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex1 - parentName: mixamorig:RightHand - position: {x: 0.12266616, y: -0.002316732, z: 0.028220555} - rotation: {x: -0.000000014901163, y: -1.5418528e-12, z: -0.000000029802322, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex2 - parentName: mixamorig:RightHandIndex1 - position: {x: 0.038919672, y: -7.205551e-10, z: 0.00000037513024} - rotation: {x: -0.000000014901158, y: 0.00000002980617, z: 0.00000007450426, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex3 - parentName: mixamorig:RightHandIndex2 - position: {x: 0.03415161, y: 0.0000000025299138, z: -0.000000086058414} - rotation: {x: 7.7192193e-16, y: -0.000000029801553, z: 0.000000014902698, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex4 - parentName: mixamorig:RightHandIndex3 - position: {x: 0.030779855, y: -0.000000009372842, z: -0.00000008780579} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing1 - parentName: mixamorig:RightHand - position: {x: 0.12147004, y: 0.00009890902, z: -0.022166314} - rotation: {x: 0.00000002980232, y: 0.000000014900391, z: -0.000000014901934, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing2 - parentName: mixamorig:RightHandRing1 - position: {x: 0.036011904, y: 0.0000000023856512, z: 0.0000003486698} - rotation: {x: -0.000000014901159, y: -0.00000005960389, z: 0.0000000149042, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing3 - parentName: mixamorig:RightHandRing2 - position: {x: 0.03307317, y: 0.00000003760175, z: -0.00000021114596} - rotation: {x: 0.000000014901161, y: 0.000000059604645, z: -3.0845936e-12, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing4 - parentName: mixamorig:RightHandRing3 - position: {x: 0.036601152, y: 0.00000002046845, z: 0.000000006718011} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky1 - parentName: mixamorig:RightHand - position: {x: 0.10908193, y: -0.002263685, z: -0.0472582} - rotation: {x: 0.000000044703487, y: 0.00000002980695, z: 0.00000008940544, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky2 - parentName: mixamorig:RightHandPinky1 - position: {x: 0.041366525, y: 0.000000004310631, z: 0.00000025609583} - rotation: {x: 0.000000014901153, y: -0.000000044709655, z: -0.00000011920697, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky3 - parentName: mixamorig:RightHandPinky2 - position: {x: 0.025948359, y: -0.000000009571486, z: -0.00000036661154} - rotation: {x: -0.00000005960464, y: 0.00000002980386, z: 0.000000029800782, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky4 - parentName: mixamorig:RightHandPinky3 - position: {x: 0.029238692, y: 0.00000000641227, z: 0.00000018695744} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightUpLeg - parentName: mixamorig:Hips - position: {x: 0.09124453, y: -0.06656398, z: -0.00055377925} - rotation: {x: -0.000002931613, y: -0.000000013649597, z: 0.00000043784848, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightLeg - parentName: mixamorig:RightUpLeg - position: {x: 0.002446805, y: -0.40595436, z: -0.0051452797} - rotation: {x: 0.0000065525965, y: -0.000000021011672, z: -2.99793e-11, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightFoot - parentName: mixamorig:RightLeg - position: {x: -0.0024466943, y: -0.4204787, z: -0.02060231} - rotation: {x: -0.000003650786, y: 0.000000020896566, z: 0.0000000039579957, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightToeBase - parentName: mixamorig:RightFoot - position: {x: 0.0037335984, y: -0.10492194, z: 0.12640662} - rotation: {x: 0.000000029802322, y: 6.530776e-11, z: -2.3527402e-10, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightToe_End - parentName: mixamorig:RightToeBase - position: {x: -0.0000000011347395, y: 0.000000004587741, z: 0.09992521} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftUpLeg - parentName: mixamorig:Hips - position: {x: -0.091244526, y: -0.06656399, z: -0.00055377925} - rotation: {x: -0.000017517097, y: -0.000000013640878, z: 0.00000043808052, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftLeg - parentName: mixamorig:LeftUpLeg - position: {x: -0.0024468019, y: -0.40595403, z: -0.005170411} - rotation: {x: 0.000035527948, y: 0.000000089582485, z: 0.0000000041595536, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftFoot - parentName: mixamorig:LeftLeg - position: {x: 0.002446696, y: -0.42047998, z: -0.020576412} - rotation: {x: -0.000018015498, y: -0.00000010461389, z: -0.0000000013931898, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftToeBase - parentName: mixamorig:LeftFoot - position: {x: -0.0037335982, y: -0.10492193, z: 0.12640664} - rotation: {x: 0.000000004649337, y: 1.1698642e-10, z: 9.313231e-10, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftToe_End - parentName: mixamorig:LeftToeBase - position: {x: 0.000000002053664, y: 0.000000009634096, z: 0.09992521} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - armTwist: 0.5 - foreArmTwist: 0.5 - upperLegTwist: 0.5 - legTwist: 0.5 - armStretch: 0.05 - legStretch: 0.05 - feetSpacing: 0 - globalScale: 1 - rootMotionBoneName: - hasTranslationDoF: 0 - hasExtraRoot: 1 - skeletonHasParents: 1 - lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: 96b816f238895a3489671ef99184aefe, type: 3} - autoGenerateAvatarMappingIfUnspecified: 1 - animationType: 3 - humanoidOversampling: 1 - avatarSetup: 2 - addHumanoidExtraRootOnlyWhenUsingAvatar: 1 - additionalBone: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Character/Animations/Jump.meta b/Assets/Resources/Character/Animations/Jump.meta deleted file mode 100644 index 71dbbf6f..00000000 --- a/Assets/Resources/Character/Animations/Jump.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: ee99888c2fb4ebb458902ce6ea293db8 -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Character/Animations/Jump/Default Land.fbx b/Assets/Resources/Character/Animations/Jump/Default Land.fbx deleted file mode 100644 index 25cdf813..00000000 --- a/Assets/Resources/Character/Animations/Jump/Default Land.fbx +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8952ab89e72d3fea6b4d6392d531ba37cd5c66ae57731025a5ca235186788529 -size 335232 diff --git a/Assets/Resources/Character/Animations/Jump/Default Land.fbx.meta b/Assets/Resources/Character/Animations/Jump/Default Land.fbx.meta deleted file mode 100644 index 33e28a19..00000000 --- a/Assets/Resources/Character/Animations/Jump/Default Land.fbx.meta +++ /dev/null @@ -1,900 +0,0 @@ -fileFormatVersion: 2 -guid: 889fb09692f9ca248b3b8c70d0f87a7b -ModelImporter: - serializedVersion: 20200 - internalIDToNameTable: - - first: - 74: -203655887218126122 - second: Default Land - externalObjects: {} - materials: - materialImportMode: 2 - materialName: 0 - materialSearch: 1 - materialLocation: 1 - animations: - legacyGenerateAnimations: 4 - bakeSimulation: 0 - resampleCurves: 1 - optimizeGameObjects: 0 - motionNodeName: - rigImportErrors: - rigImportWarnings: - animationImportErrors: - animationImportWarnings: - animationRetargetingWarnings: - animationDoRetargetingWarnings: 0 - importAnimatedCustomProperties: 0 - importConstraints: 0 - animationCompression: 3 - animationRotationError: 0.5 - animationPositionError: 0.5 - animationScaleError: 0.5 - animationWrapMode: 0 - extraExposedTransformPaths: [] - extraUserProperties: [] - clipAnimations: - - serializedVersion: 16 - name: Default Land - takeName: mixamo.com - internalID: 0 - firstFrame: 0 - lastFrame: 24 - wrapMode: 0 - orientationOffsetY: 0 - level: 0 - cycleOffset: 0 - loop: 0 - hasAdditiveReferencePose: 0 - loopTime: 0 - loopBlend: 0 - loopBlendOrientation: 1 - loopBlendPositionY: 1 - loopBlendPositionXZ: 1 - keepOriginalOrientation: 1 - keepOriginalPositionY: 1 - keepOriginalPositionXZ: 1 - heightFromFeet: 0 - mirror: 0 - bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 - curves: [] - events: [] - transformMask: [] - maskType: 3 - maskSource: {instanceID: 0} - additiveReferencePoseFrame: 0 - isReadable: 0 - meshes: - lODScreenPercentages: [] - globalScale: 1 - meshCompression: 0 - addColliders: 0 - useSRGBMaterialColor: 1 - sortHierarchyByName: 1 - importVisibility: 1 - importBlendShapes: 1 - importCameras: 1 - importLights: 1 - fileIdsGeneration: 2 - swapUVChannels: 0 - generateSecondaryUV: 0 - useFileUnits: 1 - keepQuads: 0 - weldVertices: 1 - bakeAxisConversion: 0 - preserveHierarchy: 0 - skinWeightsMode: 0 - maxBonesPerVertex: 4 - minBoneWeight: 0.001 - meshOptimizationFlags: -1 - indexFormat: 0 - secondaryUVAngleDistortion: 8 - secondaryUVAreaDistortion: 15.000001 - secondaryUVHardAngle: 88 - secondaryUVMarginMethod: 1 - secondaryUVMinLightmapResolution: 40 - secondaryUVMinObjectScale: 1 - secondaryUVPackMargin: 4 - useFileScale: 1 - tangentSpace: - normalSmoothAngle: 60 - normalImportMode: 0 - tangentImportMode: 3 - normalCalculationMode: 4 - legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 - blendShapeNormalImportMode: 1 - normalSmoothingSource: 0 - referencedClips: [] - importAnimation: 1 - humanDescription: - serializedVersion: 3 - human: - - boneName: mixamorig:Hips - humanName: Hips - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftUpLeg - humanName: LeftUpperLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightUpLeg - humanName: RightUpperLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftLeg - humanName: LeftLowerLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightLeg - humanName: RightLowerLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftFoot - humanName: LeftFoot - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightFoot - humanName: RightFoot - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Spine - humanName: Spine - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Spine1 - humanName: Chest - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Neck - humanName: Neck - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Head - humanName: Head - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftShoulder - humanName: LeftShoulder - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightShoulder - humanName: RightShoulder - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftArm - humanName: LeftUpperArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightArm - humanName: RightUpperArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftForeArm - humanName: LeftLowerArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightForeArm - humanName: RightLowerArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHand - humanName: LeftHand - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHand - humanName: RightHand - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftToeBase - humanName: LeftToes - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightToeBase - humanName: RightToes - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandThumb1 - humanName: Left Thumb Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandThumb2 - humanName: Left Thumb Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandThumb3 - humanName: Left Thumb Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandIndex1 - humanName: Left Index Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandIndex2 - humanName: Left Index Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandIndex3 - humanName: Left Index Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandMiddle1 - humanName: Left Middle Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandMiddle2 - humanName: Left Middle Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandMiddle3 - humanName: Left Middle Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandRing1 - humanName: Left Ring Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandRing2 - humanName: Left Ring Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandRing3 - humanName: Left Ring Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandPinky1 - humanName: Left Little Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandPinky2 - humanName: Left Little Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandPinky3 - humanName: Left Little Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandThumb1 - humanName: Right Thumb Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandThumb2 - humanName: Right Thumb Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandThumb3 - humanName: Right Thumb Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandIndex1 - humanName: Right Index Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandIndex2 - humanName: Right Index Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandIndex3 - humanName: Right Index Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandMiddle1 - humanName: Right Middle Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandMiddle2 - humanName: Right Middle Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandMiddle3 - humanName: Right Middle Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandRing1 - humanName: Right Ring Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandRing2 - humanName: Right Ring Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandRing3 - humanName: Right Ring Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandPinky1 - humanName: Right Little Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandPinky2 - humanName: Right Little Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandPinky3 - humanName: Right Little Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Spine2 - humanName: UpperChest - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - skeleton: - - name: ybot(Clone) - parentName: - position: {x: 0, y: 0, z: 0} - rotation: {x: 0, y: 0, z: 0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Alpha_Surface - parentName: ybot(Clone) - position: {x: -0, y: 0, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Alpha_Joints - parentName: ybot(Clone) - position: {x: -0, y: 0, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Hips - parentName: ybot(Clone) - position: {x: 0.00000006757011, y: 0.9979194, z: 0.000000484474} - rotation: {x: 1.3930912e-15, y: 0.00000001376344, z: -0.0000004417766, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Spine - parentName: mixamorig:Hips - position: {x: -0.0000000056483196, y: 0.09923459, z: -0.012273348} - rotation: {x: -1.3930783e-15, y: -0.00000001376344, z: 0.00000044177568, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Spine1 - parentName: mixamorig:Spine - position: {x: 0.0000013886521, y: 0.1164544, z: -0.014223412} - rotation: {x: 3.8774097e-26, y: -4.2632574e-14, z: 6.82121e-13, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Spine2 - parentName: mixamorig:Spine1 - position: {x: -0.00000091440717, y: 0.13360204, z: -0.016264597} - rotation: {x: 0, y: 0, z: 1.8056423e-35, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Neck - parentName: mixamorig:Spine2 - position: {x: -0.0000002520208, y: 0.15032491, z: 0.007929048} - rotation: {x: -5.2041704e-18, y: 4.2632927e-14, z: 2.273737e-13, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Head - parentName: mixamorig:Neck - position: {x: -0.000000023707482, y: 0.1032183, z: 0.031424288} - rotation: {x: 0, y: -0, z: -2.3158745e-36, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:HeadTop_End - parentName: mixamorig:Head - position: {x: -0.0000015417259, y: 0.18474671, z: 0.06636399} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftEye - parentName: mixamorig:Head - position: {x: -0.02947915, y: 0.07681745, z: 0.09120731} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightEye - parentName: mixamorig:Head - position: {x: 0.029444808, y: 0.07681745, z: 0.091204956} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftShoulder - parentName: mixamorig:Spine2 - position: {x: -0.061058242, y: 0.09110424, z: 0.0070555084} - rotation: {x: -0.000000044703484, y: 4.2632557e-14, z: -0.000000044703256, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftArm - parentName: mixamorig:LeftShoulder - position: {x: -0.12655036, y: -0.0026593448, z: -0.026009219} - rotation: {x: 0.000000044703484, y: 2.4507967e-22, z: 0.000000044703484, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftForeArm - parentName: mixamorig:LeftArm - position: {x: -0.27404684, y: 0.00000039126675, z: 0.000000065881096} - rotation: {x: -0.000000059604638, y: -0.000000003900862, z: -1.3205547e-24, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHand - parentName: mixamorig:LeftForeArm - position: {x: -0.27614462, y: 0.00000028951808, z: 0.00000019646586} - rotation: {x: 0.000025994656, y: 0.000000044703476, z: -1.1567093e-12, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle1 - parentName: mixamorig:LeftHand - position: {x: -0.12775522, y: 0.00000013342024, z: 0.00000020418457} - rotation: {x: -0.000000014901165, y: -0.000000044699625, z: 0.000000074508115, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle2 - parentName: mixamorig:LeftHandMiddle1 - position: {x: -0.036139715, y: 0.000000026601377, z: 0.000000024623631} - rotation: {x: -0.000000014901161, y: -2.310558e-12, z: -0.00000004470347, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle3 - parentName: mixamorig:LeftHandMiddle2 - position: {x: -0.0345976, y: 0.000000005432471, z: -0.00000026419679} - rotation: {x: 0.000000059604645, y: -7.7026065e-13, z: -0.000000014901168, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle4 - parentName: mixamorig:LeftHandMiddle3 - position: {x: -0.036801923, y: -8.559337e-10, z: 0.00000032769248} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb1 - parentName: mixamorig:LeftHand - position: {x: -0.037888095, y: -0.021669967, z: 0.03003088} - rotation: {x: -0.1186462, y: 0.08685124, z: -0.11865034, w: 0.98198885} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb2 - parentName: mixamorig:LeftHandThumb1 - position: {x: -0.03675443, y: -0.021220079, z: 0.021220123} - rotation: {x: 0.000005132493, y: -0.0000031770358, z: 0.0000056908543, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb3 - parentName: mixamorig:LeftHandThumb2 - position: {x: -0.033943586, y: -0.019597441, z: 0.019597929} - rotation: {x: -0.0000051025786, y: 0.000009561153, z: 0.00000075273744, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb4 - parentName: mixamorig:LeftHandThumb3 - position: {x: -0.026794039, y: -0.015469446, z: 0.0154692} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex1 - parentName: mixamorig:LeftHand - position: {x: -0.12266614, y: -0.0023166884, z: 0.028220579} - rotation: {x: 0.00000004470348, y: 1.5400767e-12, z: 0.000000029802326, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex2 - parentName: mixamorig:LeftHandIndex1 - position: {x: -0.038919672, y: 0.000000016868665, z: 0.00000038721547} - rotation: {x: -0.000000074505806, y: -0.000000029806174, z: -0.00000007450426, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex3 - parentName: mixamorig:LeftHandIndex2 - position: {x: -0.03415161, y: 0.000000005749108, z: -0.00000008770533} - rotation: {x: 7.719219e-16, y: 0.000000029801551, z: -0.000000014902698, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex4 - parentName: mixamorig:LeftHandIndex3 - position: {x: -0.030779855, y: 7.926917e-10, z: -0.00000008560385} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing1 - parentName: mixamorig:LeftHand - position: {x: -0.12147005, y: 0.00009894983, z: -0.022166291} - rotation: {x: 0.00000002980232, y: -0.000000014900391, z: 0.000000014901934, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing2 - parentName: mixamorig:LeftHandRing1 - position: {x: -0.036011904, y: 0.000000015129366, z: 0.0000003511219} - rotation: {x: -0.000000014901159, y: 0.00000005960389, z: -0.000000014904199, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing3 - parentName: mixamorig:LeftHandRing2 - position: {x: -0.03307317, y: 0.000000045317442, z: -0.00000020893265} - rotation: {x: 0.000000044703487, y: -0.0000000894085, z: -0.000000029797693, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing4 - parentName: mixamorig:LeftHandRing3 - position: {x: -0.036601152, y: 0.00000002906111, z: 4.5477133e-10} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky1 - parentName: mixamorig:LeftHand - position: {x: -0.10908195, y: -0.0022636496, z: -0.047258176} - rotation: {x: 0.000000044703487, y: -0.00000002980695, z: -0.00000008940545, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky2 - parentName: mixamorig:LeftHandPinky1 - position: {x: -0.041366525, y: 0.000000022999533, z: 0.00000026898434} - rotation: {x: 0.000000014901153, y: 0.000000044709655, z: 0.00000011920697, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky3 - parentName: mixamorig:LeftHandPinky2 - position: {x: -0.025948359, y: 5.93904e-10, z: -0.00000036009018} - rotation: {x: 3.0875333e-15, y: -0.00000005960773, z: -0.000000059601557, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky4 - parentName: mixamorig:LeftHandPinky3 - position: {x: -0.029238692, y: 0.000000014407377, z: 0.00000018732128} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightShoulder - parentName: mixamorig:Spine2 - position: {x: 0.06105696, y: 0.09110509, z: 0.007055634} - rotation: {x: -0.000000014901161, y: 4.2632564e-14, z: -0.000000044703256, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightArm - parentName: mixamorig:RightShoulder - position: {x: 0.1265504, y: -0.0026602063, z: -0.026008958} - rotation: {x: 0.000000014901161, y: 7.7756505e-24, z: 0.000000044703484, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightForeArm - parentName: mixamorig:RightArm - position: {x: 0.27404684, y: 0.0000003288411, z: 0.000000052756395} - rotation: {x: -0.000000059604638, y: 0.000000003900862, z: -3.0876939e-15, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHand - parentName: mixamorig:RightForeArm - position: {x: 0.27614462, y: 0.00000022661457, z: 0.0000001832407} - rotation: {x: 0.000025994656, y: -0.000000044703476, z: 1.1567093e-12, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle1 - parentName: mixamorig:RightHand - position: {x: 0.12775522, y: 0.000000089457735, z: 0.00000018011639} - rotation: {x: -0.000000014901165, y: 0.000000044699625, z: -0.000000074508115, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle2 - parentName: mixamorig:RightHandMiddle1 - position: {x: 0.036139715, y: 0.000000027565017, z: 0.000000030803374} - rotation: {x: -0.000000014901161, y: 2.311002e-12, z: 0.00000004470347, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle3 - parentName: mixamorig:RightHandMiddle2 - position: {x: 0.0345976, y: -0.0000000019721824, z: -0.0000002645789} - rotation: {x: 0.000000059604645, y: 7.7026065e-13, z: 0.000000014901168, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle4 - parentName: mixamorig:RightHandMiddle3 - position: {x: 0.036801923, y: -0.000000006576055, z: 0.00000032509809} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb1 - parentName: mixamorig:RightHand - position: {x: 0.03788809, y: -0.02166998, z: 0.030030873} - rotation: {x: -0.11864688, y: -0.08685217, z: 0.11865078, w: 0.9819886} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb2 - parentName: mixamorig:RightHandThumb1 - position: {x: 0.036754426, y: -0.021220084, z: 0.021220122} - rotation: {x: 0.000005132493, y: 0.0000031770358, z: -0.0000056908543, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb3 - parentName: mixamorig:RightHandThumb2 - position: {x: 0.03394358, y: -0.019597458, z: 0.019597925} - rotation: {x: -0.0000050727767, y: -0.000009590957, z: -0.00000076763814, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb4 - parentName: mixamorig:RightHandThumb3 - position: {x: 0.026794035, y: -0.015469455, z: 0.015469198} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex1 - parentName: mixamorig:RightHand - position: {x: 0.12266616, y: -0.002316732, z: 0.028220555} - rotation: {x: -0.000000014901163, y: -1.5418528e-12, z: -0.000000029802322, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex2 - parentName: mixamorig:RightHandIndex1 - position: {x: 0.038919672, y: -7.205551e-10, z: 0.00000037513024} - rotation: {x: -0.000000014901158, y: 0.00000002980617, z: 0.00000007450426, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex3 - parentName: mixamorig:RightHandIndex2 - position: {x: 0.03415161, y: 0.0000000025299138, z: -0.000000086058414} - rotation: {x: 7.7192193e-16, y: -0.000000029801553, z: 0.000000014902698, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex4 - parentName: mixamorig:RightHandIndex3 - position: {x: 0.030779855, y: -0.000000009372842, z: -0.00000008780579} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing1 - parentName: mixamorig:RightHand - position: {x: 0.12147004, y: 0.00009890902, z: -0.022166314} - rotation: {x: 0.00000002980232, y: 0.000000014900391, z: -0.000000014901934, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing2 - parentName: mixamorig:RightHandRing1 - position: {x: 0.036011904, y: 0.0000000023856512, z: 0.0000003486698} - rotation: {x: -0.000000014901159, y: -0.00000005960389, z: 0.0000000149042, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing3 - parentName: mixamorig:RightHandRing2 - position: {x: 0.03307317, y: 0.00000003760175, z: -0.00000021114596} - rotation: {x: 0.000000014901161, y: 0.000000059604645, z: -3.0845936e-12, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing4 - parentName: mixamorig:RightHandRing3 - position: {x: 0.036601152, y: 0.00000002046845, z: 0.000000006718011} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky1 - parentName: mixamorig:RightHand - position: {x: 0.10908193, y: -0.002263685, z: -0.0472582} - rotation: {x: 0.000000044703487, y: 0.00000002980695, z: 0.00000008940544, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky2 - parentName: mixamorig:RightHandPinky1 - position: {x: 0.041366525, y: 0.000000004310631, z: 0.00000025609583} - rotation: {x: 0.000000014901153, y: -0.000000044709655, z: -0.00000011920697, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky3 - parentName: mixamorig:RightHandPinky2 - position: {x: 0.025948359, y: -0.000000009571486, z: -0.00000036661154} - rotation: {x: -0.00000005960464, y: 0.00000002980386, z: 0.000000029800782, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky4 - parentName: mixamorig:RightHandPinky3 - position: {x: 0.029238692, y: 0.00000000641227, z: 0.00000018695744} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightUpLeg - parentName: mixamorig:Hips - position: {x: 0.09124453, y: -0.06656398, z: -0.00055377925} - rotation: {x: -0.000002931613, y: -0.000000013649597, z: 0.00000043784848, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightLeg - parentName: mixamorig:RightUpLeg - position: {x: 0.002446805, y: -0.40595436, z: -0.0051452797} - rotation: {x: 0.0000065525965, y: -0.000000021011672, z: -2.99793e-11, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightFoot - parentName: mixamorig:RightLeg - position: {x: -0.0024466943, y: -0.4204787, z: -0.02060231} - rotation: {x: -0.000003650786, y: 0.000000020896566, z: 0.0000000039579957, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightToeBase - parentName: mixamorig:RightFoot - position: {x: 0.0037335984, y: -0.10492194, z: 0.12640662} - rotation: {x: 0.000000029802322, y: 6.530776e-11, z: -2.3527402e-10, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightToe_End - parentName: mixamorig:RightToeBase - position: {x: -0.0000000011347395, y: 0.000000004587741, z: 0.09992521} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftUpLeg - parentName: mixamorig:Hips - position: {x: -0.091244526, y: -0.06656399, z: -0.00055377925} - rotation: {x: -0.000017517097, y: -0.000000013640878, z: 0.00000043808052, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftLeg - parentName: mixamorig:LeftUpLeg - position: {x: -0.0024468019, y: -0.40595403, z: -0.005170411} - rotation: {x: 0.000035527948, y: 0.000000089582485, z: 0.0000000041595536, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftFoot - parentName: mixamorig:LeftLeg - position: {x: 0.002446696, y: -0.42047998, z: -0.020576412} - rotation: {x: -0.000018015498, y: -0.00000010461389, z: -0.0000000013931898, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftToeBase - parentName: mixamorig:LeftFoot - position: {x: -0.0037335982, y: -0.10492193, z: 0.12640664} - rotation: {x: 0.000000004649337, y: 1.1698642e-10, z: 9.313231e-10, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftToe_End - parentName: mixamorig:LeftToeBase - position: {x: 0.000000002053664, y: 0.000000009634096, z: 0.09992521} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - armTwist: 0.5 - foreArmTwist: 0.5 - upperLegTwist: 0.5 - legTwist: 0.5 - armStretch: 0.05 - legStretch: 0.05 - feetSpacing: 0 - globalScale: 1 - rootMotionBoneName: - hasTranslationDoF: 0 - hasExtraRoot: 1 - skeletonHasParents: 1 - lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: 96b816f238895a3489671ef99184aefe, type: 3} - autoGenerateAvatarMappingIfUnspecified: 1 - animationType: 3 - humanoidOversampling: 1 - avatarSetup: 2 - addHumanoidExtraRootOnlyWhenUsingAvatar: 1 - additionalBone: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Character/Animations/Jump/Falling.fbx b/Assets/Resources/Character/Animations/Jump/Falling.fbx deleted file mode 100644 index ad49e26d..00000000 --- a/Assets/Resources/Character/Animations/Jump/Falling.fbx +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0e0ff8f47582e3ef87ce2c0d0aa2a348c4f4b82f8ed4a5a2a94e823014d9b96b -size 327568 diff --git a/Assets/Resources/Character/Animations/Jump/Falling.fbx.meta b/Assets/Resources/Character/Animations/Jump/Falling.fbx.meta deleted file mode 100644 index 5755d68a..00000000 --- a/Assets/Resources/Character/Animations/Jump/Falling.fbx.meta +++ /dev/null @@ -1,900 +0,0 @@ -fileFormatVersion: 2 -guid: 137fc6945f8690c4fabb1b2981045df7 -ModelImporter: - serializedVersion: 20200 - internalIDToNameTable: - - first: - 74: -203655887218126122 - second: Fall - externalObjects: {} - materials: - materialImportMode: 2 - materialName: 0 - materialSearch: 1 - materialLocation: 1 - animations: - legacyGenerateAnimations: 4 - bakeSimulation: 0 - resampleCurves: 1 - optimizeGameObjects: 0 - motionNodeName: - rigImportErrors: - rigImportWarnings: - animationImportErrors: - animationImportWarnings: - animationRetargetingWarnings: - animationDoRetargetingWarnings: 0 - importAnimatedCustomProperties: 0 - importConstraints: 0 - animationCompression: 3 - animationRotationError: 0.5 - animationPositionError: 0.5 - animationScaleError: 0.5 - animationWrapMode: 0 - extraExposedTransformPaths: [] - extraUserProperties: [] - clipAnimations: - - serializedVersion: 16 - name: Fall - takeName: mixamo.com - internalID: 0 - firstFrame: 0 - lastFrame: 21 - wrapMode: 0 - orientationOffsetY: 0 - level: 0.45 - cycleOffset: 0 - loop: 0 - hasAdditiveReferencePose: 0 - loopTime: 1 - loopBlend: 0 - loopBlendOrientation: 1 - loopBlendPositionY: 1 - loopBlendPositionXZ: 1 - keepOriginalOrientation: 1 - keepOriginalPositionY: 0 - keepOriginalPositionXZ: 1 - heightFromFeet: 1 - mirror: 0 - bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 - curves: [] - events: [] - transformMask: [] - maskType: 3 - maskSource: {instanceID: 0} - additiveReferencePoseFrame: 0 - isReadable: 0 - meshes: - lODScreenPercentages: [] - globalScale: 1 - meshCompression: 0 - addColliders: 0 - useSRGBMaterialColor: 1 - sortHierarchyByName: 1 - importVisibility: 1 - importBlendShapes: 1 - importCameras: 1 - importLights: 1 - fileIdsGeneration: 2 - swapUVChannels: 0 - generateSecondaryUV: 0 - useFileUnits: 1 - keepQuads: 0 - weldVertices: 1 - bakeAxisConversion: 0 - preserveHierarchy: 0 - skinWeightsMode: 0 - maxBonesPerVertex: 4 - minBoneWeight: 0.001 - meshOptimizationFlags: -1 - indexFormat: 0 - secondaryUVAngleDistortion: 8 - secondaryUVAreaDistortion: 15.000001 - secondaryUVHardAngle: 88 - secondaryUVMarginMethod: 1 - secondaryUVMinLightmapResolution: 40 - secondaryUVMinObjectScale: 1 - secondaryUVPackMargin: 4 - useFileScale: 1 - tangentSpace: - normalSmoothAngle: 60 - normalImportMode: 0 - tangentImportMode: 3 - normalCalculationMode: 4 - legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 - blendShapeNormalImportMode: 1 - normalSmoothingSource: 0 - referencedClips: [] - importAnimation: 1 - humanDescription: - serializedVersion: 3 - human: - - boneName: mixamorig:Hips - humanName: Hips - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftUpLeg - humanName: LeftUpperLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightUpLeg - humanName: RightUpperLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftLeg - humanName: LeftLowerLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightLeg - humanName: RightLowerLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftFoot - humanName: LeftFoot - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightFoot - humanName: RightFoot - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Spine - humanName: Spine - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Spine1 - humanName: Chest - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Neck - humanName: Neck - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Head - humanName: Head - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftShoulder - humanName: LeftShoulder - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightShoulder - humanName: RightShoulder - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftArm - humanName: LeftUpperArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightArm - humanName: RightUpperArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftForeArm - humanName: LeftLowerArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightForeArm - humanName: RightLowerArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHand - humanName: LeftHand - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHand - humanName: RightHand - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftToeBase - humanName: LeftToes - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightToeBase - humanName: RightToes - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandThumb1 - humanName: Left Thumb Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandThumb2 - humanName: Left Thumb Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandThumb3 - humanName: Left Thumb Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandIndex1 - humanName: Left Index Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandIndex2 - humanName: Left Index Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandIndex3 - humanName: Left Index Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandMiddle1 - humanName: Left Middle Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandMiddle2 - humanName: Left Middle Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandMiddle3 - humanName: Left Middle Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandRing1 - humanName: Left Ring Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandRing2 - humanName: Left Ring Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandRing3 - humanName: Left Ring Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandPinky1 - humanName: Left Little Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandPinky2 - humanName: Left Little Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandPinky3 - humanName: Left Little Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandThumb1 - humanName: Right Thumb Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandThumb2 - humanName: Right Thumb Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandThumb3 - humanName: Right Thumb Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandIndex1 - humanName: Right Index Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandIndex2 - humanName: Right Index Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandIndex3 - humanName: Right Index Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandMiddle1 - humanName: Right Middle Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandMiddle2 - humanName: Right Middle Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandMiddle3 - humanName: Right Middle Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandRing1 - humanName: Right Ring Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandRing2 - humanName: Right Ring Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandRing3 - humanName: Right Ring Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandPinky1 - humanName: Right Little Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandPinky2 - humanName: Right Little Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandPinky3 - humanName: Right Little Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Spine2 - humanName: UpperChest - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - skeleton: - - name: ybot(Clone) - parentName: - position: {x: 0, y: 0, z: 0} - rotation: {x: 0, y: 0, z: 0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Alpha_Surface - parentName: ybot(Clone) - position: {x: -0, y: 0, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Alpha_Joints - parentName: ybot(Clone) - position: {x: -0, y: 0, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Hips - parentName: ybot(Clone) - position: {x: 0.00000006757011, y: 0.9979194, z: 0.000000484474} - rotation: {x: 1.3930912e-15, y: 0.00000001376344, z: -0.0000004417766, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Spine - parentName: mixamorig:Hips - position: {x: -0.0000000056483196, y: 0.09923459, z: -0.012273348} - rotation: {x: -1.3930783e-15, y: -0.00000001376344, z: 0.00000044177568, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Spine1 - parentName: mixamorig:Spine - position: {x: 0.0000013886521, y: 0.1164544, z: -0.014223412} - rotation: {x: 3.8774097e-26, y: -4.2632574e-14, z: 6.82121e-13, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Spine2 - parentName: mixamorig:Spine1 - position: {x: -0.00000091440717, y: 0.13360204, z: -0.016264597} - rotation: {x: 0, y: 0, z: 1.8056423e-35, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Neck - parentName: mixamorig:Spine2 - position: {x: -0.0000002520208, y: 0.15032491, z: 0.007929048} - rotation: {x: -5.2041704e-18, y: 4.2632927e-14, z: 2.273737e-13, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Head - parentName: mixamorig:Neck - position: {x: -0.000000023707482, y: 0.1032183, z: 0.031424288} - rotation: {x: 0, y: -0, z: -2.3158745e-36, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:HeadTop_End - parentName: mixamorig:Head - position: {x: -0.0000015417259, y: 0.18474671, z: 0.06636399} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftEye - parentName: mixamorig:Head - position: {x: -0.02947915, y: 0.07681745, z: 0.09120731} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightEye - parentName: mixamorig:Head - position: {x: 0.029444808, y: 0.07681745, z: 0.091204956} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftShoulder - parentName: mixamorig:Spine2 - position: {x: -0.061058242, y: 0.09110424, z: 0.0070555084} - rotation: {x: -0.000000044703484, y: 4.2632557e-14, z: -0.000000044703256, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftArm - parentName: mixamorig:LeftShoulder - position: {x: -0.12655036, y: -0.0026593448, z: -0.026009219} - rotation: {x: 0.000000044703484, y: 2.4507967e-22, z: 0.000000044703484, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftForeArm - parentName: mixamorig:LeftArm - position: {x: -0.27404684, y: 0.00000039126675, z: 0.000000065881096} - rotation: {x: -0.000000059604638, y: -0.000000003900862, z: -1.3205547e-24, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHand - parentName: mixamorig:LeftForeArm - position: {x: -0.27614462, y: 0.00000028951808, z: 0.00000019646586} - rotation: {x: 0.000025994656, y: 0.000000044703476, z: -1.1567093e-12, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle1 - parentName: mixamorig:LeftHand - position: {x: -0.12775522, y: 0.00000013342024, z: 0.00000020418457} - rotation: {x: -0.000000014901165, y: -0.000000044699625, z: 0.000000074508115, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle2 - parentName: mixamorig:LeftHandMiddle1 - position: {x: -0.036139715, y: 0.000000026601377, z: 0.000000024623631} - rotation: {x: -0.000000014901161, y: -2.310558e-12, z: -0.00000004470347, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle3 - parentName: mixamorig:LeftHandMiddle2 - position: {x: -0.0345976, y: 0.000000005432471, z: -0.00000026419679} - rotation: {x: 0.000000059604645, y: -7.7026065e-13, z: -0.000000014901168, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle4 - parentName: mixamorig:LeftHandMiddle3 - position: {x: -0.036801923, y: -8.559337e-10, z: 0.00000032769248} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb1 - parentName: mixamorig:LeftHand - position: {x: -0.037888095, y: -0.021669967, z: 0.03003088} - rotation: {x: -0.1186462, y: 0.08685124, z: -0.11865034, w: 0.98198885} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb2 - parentName: mixamorig:LeftHandThumb1 - position: {x: -0.03675443, y: -0.021220079, z: 0.021220123} - rotation: {x: 0.000005132493, y: -0.0000031770358, z: 0.0000056908543, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb3 - parentName: mixamorig:LeftHandThumb2 - position: {x: -0.033943586, y: -0.019597441, z: 0.019597929} - rotation: {x: -0.0000051025786, y: 0.000009561153, z: 0.00000075273744, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb4 - parentName: mixamorig:LeftHandThumb3 - position: {x: -0.026794039, y: -0.015469446, z: 0.0154692} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex1 - parentName: mixamorig:LeftHand - position: {x: -0.12266614, y: -0.0023166884, z: 0.028220579} - rotation: {x: 0.00000004470348, y: 1.5400767e-12, z: 0.000000029802326, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex2 - parentName: mixamorig:LeftHandIndex1 - position: {x: -0.038919672, y: 0.000000016868665, z: 0.00000038721547} - rotation: {x: -0.000000074505806, y: -0.000000029806174, z: -0.00000007450426, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex3 - parentName: mixamorig:LeftHandIndex2 - position: {x: -0.03415161, y: 0.000000005749108, z: -0.00000008770533} - rotation: {x: 7.719219e-16, y: 0.000000029801551, z: -0.000000014902698, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex4 - parentName: mixamorig:LeftHandIndex3 - position: {x: -0.030779855, y: 7.926917e-10, z: -0.00000008560385} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing1 - parentName: mixamorig:LeftHand - position: {x: -0.12147005, y: 0.00009894983, z: -0.022166291} - rotation: {x: 0.00000002980232, y: -0.000000014900391, z: 0.000000014901934, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing2 - parentName: mixamorig:LeftHandRing1 - position: {x: -0.036011904, y: 0.000000015129366, z: 0.0000003511219} - rotation: {x: -0.000000014901159, y: 0.00000005960389, z: -0.000000014904199, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing3 - parentName: mixamorig:LeftHandRing2 - position: {x: -0.03307317, y: 0.000000045317442, z: -0.00000020893265} - rotation: {x: 0.000000044703487, y: -0.0000000894085, z: -0.000000029797693, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing4 - parentName: mixamorig:LeftHandRing3 - position: {x: -0.036601152, y: 0.00000002906111, z: 4.5477133e-10} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky1 - parentName: mixamorig:LeftHand - position: {x: -0.10908195, y: -0.0022636496, z: -0.047258176} - rotation: {x: 0.000000044703487, y: -0.00000002980695, z: -0.00000008940545, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky2 - parentName: mixamorig:LeftHandPinky1 - position: {x: -0.041366525, y: 0.000000022999533, z: 0.00000026898434} - rotation: {x: 0.000000014901153, y: 0.000000044709655, z: 0.00000011920697, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky3 - parentName: mixamorig:LeftHandPinky2 - position: {x: -0.025948359, y: 5.93904e-10, z: -0.00000036009018} - rotation: {x: 3.0875333e-15, y: -0.00000005960773, z: -0.000000059601557, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky4 - parentName: mixamorig:LeftHandPinky3 - position: {x: -0.029238692, y: 0.000000014407377, z: 0.00000018732128} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightShoulder - parentName: mixamorig:Spine2 - position: {x: 0.06105696, y: 0.09110509, z: 0.007055634} - rotation: {x: -0.000000014901161, y: 4.2632564e-14, z: -0.000000044703256, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightArm - parentName: mixamorig:RightShoulder - position: {x: 0.1265504, y: -0.0026602063, z: -0.026008958} - rotation: {x: 0.000000014901161, y: 7.7756505e-24, z: 0.000000044703484, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightForeArm - parentName: mixamorig:RightArm - position: {x: 0.27404684, y: 0.0000003288411, z: 0.000000052756395} - rotation: {x: -0.000000059604638, y: 0.000000003900862, z: -3.0876939e-15, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHand - parentName: mixamorig:RightForeArm - position: {x: 0.27614462, y: 0.00000022661457, z: 0.0000001832407} - rotation: {x: 0.000025994656, y: -0.000000044703476, z: 1.1567093e-12, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle1 - parentName: mixamorig:RightHand - position: {x: 0.12775522, y: 0.000000089457735, z: 0.00000018011639} - rotation: {x: -0.000000014901165, y: 0.000000044699625, z: -0.000000074508115, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle2 - parentName: mixamorig:RightHandMiddle1 - position: {x: 0.036139715, y: 0.000000027565017, z: 0.000000030803374} - rotation: {x: -0.000000014901161, y: 2.311002e-12, z: 0.00000004470347, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle3 - parentName: mixamorig:RightHandMiddle2 - position: {x: 0.0345976, y: -0.0000000019721824, z: -0.0000002645789} - rotation: {x: 0.000000059604645, y: 7.7026065e-13, z: 0.000000014901168, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle4 - parentName: mixamorig:RightHandMiddle3 - position: {x: 0.036801923, y: -0.000000006576055, z: 0.00000032509809} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb1 - parentName: mixamorig:RightHand - position: {x: 0.03788809, y: -0.02166998, z: 0.030030873} - rotation: {x: -0.11864688, y: -0.08685217, z: 0.11865078, w: 0.9819886} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb2 - parentName: mixamorig:RightHandThumb1 - position: {x: 0.036754426, y: -0.021220084, z: 0.021220122} - rotation: {x: 0.000005132493, y: 0.0000031770358, z: -0.0000056908543, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb3 - parentName: mixamorig:RightHandThumb2 - position: {x: 0.03394358, y: -0.019597458, z: 0.019597925} - rotation: {x: -0.0000050727767, y: -0.000009590957, z: -0.00000076763814, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb4 - parentName: mixamorig:RightHandThumb3 - position: {x: 0.026794035, y: -0.015469455, z: 0.015469198} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex1 - parentName: mixamorig:RightHand - position: {x: 0.12266616, y: -0.002316732, z: 0.028220555} - rotation: {x: -0.000000014901163, y: -1.5418528e-12, z: -0.000000029802322, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex2 - parentName: mixamorig:RightHandIndex1 - position: {x: 0.038919672, y: -7.205551e-10, z: 0.00000037513024} - rotation: {x: -0.000000014901158, y: 0.00000002980617, z: 0.00000007450426, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex3 - parentName: mixamorig:RightHandIndex2 - position: {x: 0.03415161, y: 0.0000000025299138, z: -0.000000086058414} - rotation: {x: 7.7192193e-16, y: -0.000000029801553, z: 0.000000014902698, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex4 - parentName: mixamorig:RightHandIndex3 - position: {x: 0.030779855, y: -0.000000009372842, z: -0.00000008780579} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing1 - parentName: mixamorig:RightHand - position: {x: 0.12147004, y: 0.00009890902, z: -0.022166314} - rotation: {x: 0.00000002980232, y: 0.000000014900391, z: -0.000000014901934, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing2 - parentName: mixamorig:RightHandRing1 - position: {x: 0.036011904, y: 0.0000000023856512, z: 0.0000003486698} - rotation: {x: -0.000000014901159, y: -0.00000005960389, z: 0.0000000149042, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing3 - parentName: mixamorig:RightHandRing2 - position: {x: 0.03307317, y: 0.00000003760175, z: -0.00000021114596} - rotation: {x: 0.000000014901161, y: 0.000000059604645, z: -3.0845936e-12, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing4 - parentName: mixamorig:RightHandRing3 - position: {x: 0.036601152, y: 0.00000002046845, z: 0.000000006718011} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky1 - parentName: mixamorig:RightHand - position: {x: 0.10908193, y: -0.002263685, z: -0.0472582} - rotation: {x: 0.000000044703487, y: 0.00000002980695, z: 0.00000008940544, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky2 - parentName: mixamorig:RightHandPinky1 - position: {x: 0.041366525, y: 0.000000004310631, z: 0.00000025609583} - rotation: {x: 0.000000014901153, y: -0.000000044709655, z: -0.00000011920697, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky3 - parentName: mixamorig:RightHandPinky2 - position: {x: 0.025948359, y: -0.000000009571486, z: -0.00000036661154} - rotation: {x: -0.00000005960464, y: 0.00000002980386, z: 0.000000029800782, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky4 - parentName: mixamorig:RightHandPinky3 - position: {x: 0.029238692, y: 0.00000000641227, z: 0.00000018695744} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightUpLeg - parentName: mixamorig:Hips - position: {x: 0.09124453, y: -0.06656398, z: -0.00055377925} - rotation: {x: -0.000002931613, y: -0.000000013649597, z: 0.00000043784848, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightLeg - parentName: mixamorig:RightUpLeg - position: {x: 0.002446805, y: -0.40595436, z: -0.0051452797} - rotation: {x: 0.0000065525965, y: -0.000000021011672, z: -2.99793e-11, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightFoot - parentName: mixamorig:RightLeg - position: {x: -0.0024466943, y: -0.4204787, z: -0.02060231} - rotation: {x: -0.000003650786, y: 0.000000020896566, z: 0.0000000039579957, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightToeBase - parentName: mixamorig:RightFoot - position: {x: 0.0037335984, y: -0.10492194, z: 0.12640662} - rotation: {x: 0.000000029802322, y: 6.530776e-11, z: -2.3527402e-10, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightToe_End - parentName: mixamorig:RightToeBase - position: {x: -0.0000000011347395, y: 0.000000004587741, z: 0.09992521} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftUpLeg - parentName: mixamorig:Hips - position: {x: -0.091244526, y: -0.06656399, z: -0.00055377925} - rotation: {x: -0.000017517097, y: -0.000000013640878, z: 0.00000043808052, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftLeg - parentName: mixamorig:LeftUpLeg - position: {x: -0.0024468019, y: -0.40595403, z: -0.005170411} - rotation: {x: 0.000035527948, y: 0.000000089582485, z: 0.0000000041595536, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftFoot - parentName: mixamorig:LeftLeg - position: {x: 0.002446696, y: -0.42047998, z: -0.020576412} - rotation: {x: -0.000018015498, y: -0.00000010461389, z: -0.0000000013931898, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftToeBase - parentName: mixamorig:LeftFoot - position: {x: -0.0037335982, y: -0.10492193, z: 0.12640664} - rotation: {x: 0.000000004649337, y: 1.1698642e-10, z: 9.313231e-10, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftToe_End - parentName: mixamorig:LeftToeBase - position: {x: 0.000000002053664, y: 0.000000009634096, z: 0.09992521} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - armTwist: 0.5 - foreArmTwist: 0.5 - upperLegTwist: 0.5 - legTwist: 0.5 - armStretch: 0.05 - legStretch: 0.05 - feetSpacing: 0 - globalScale: 1 - rootMotionBoneName: - hasTranslationDoF: 0 - hasExtraRoot: 1 - skeletonHasParents: 1 - lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: 96b816f238895a3489671ef99184aefe, type: 3} - autoGenerateAvatarMappingIfUnspecified: 1 - animationType: 3 - humanoidOversampling: 1 - avatarSetup: 2 - addHumanoidExtraRootOnlyWhenUsingAvatar: 1 - additionalBone: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Character/Animations/Jump/Hard Land.fbx b/Assets/Resources/Character/Animations/Jump/Hard Land.fbx deleted file mode 100644 index 073cda82..00000000 --- a/Assets/Resources/Character/Animations/Jump/Hard Land.fbx +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:75d30adb9438127f66cf4d385a82ac07e7fd10d8d6beb4072aaeda747d64567e -size 460944 diff --git a/Assets/Resources/Character/Animations/Jump/Hard Land.fbx.meta b/Assets/Resources/Character/Animations/Jump/Hard Land.fbx.meta deleted file mode 100644 index a9e1b3e2..00000000 --- a/Assets/Resources/Character/Animations/Jump/Hard Land.fbx.meta +++ /dev/null @@ -1,900 +0,0 @@ -fileFormatVersion: 2 -guid: 7c2b5093b90e41b43897d5f3cc7328d6 -ModelImporter: - serializedVersion: 20200 - internalIDToNameTable: - - first: - 74: -203655887218126122 - second: Hard Land - externalObjects: {} - materials: - materialImportMode: 2 - materialName: 0 - materialSearch: 1 - materialLocation: 1 - animations: - legacyGenerateAnimations: 4 - bakeSimulation: 0 - resampleCurves: 1 - optimizeGameObjects: 0 - motionNodeName: - rigImportErrors: - rigImportWarnings: - animationImportErrors: - animationImportWarnings: - animationRetargetingWarnings: - animationDoRetargetingWarnings: 0 - importAnimatedCustomProperties: 0 - importConstraints: 0 - animationCompression: 3 - animationRotationError: 0.5 - animationPositionError: 0.5 - animationScaleError: 0.5 - animationWrapMode: 0 - extraExposedTransformPaths: [] - extraUserProperties: [] - clipAnimations: - - serializedVersion: 16 - name: Hard Land - takeName: mixamo.com - internalID: 0 - firstFrame: 0 - lastFrame: 60 - wrapMode: 0 - orientationOffsetY: 0 - level: 0 - cycleOffset: 0 - loop: 0 - hasAdditiveReferencePose: 0 - loopTime: 0 - loopBlend: 0 - loopBlendOrientation: 1 - loopBlendPositionY: 1 - loopBlendPositionXZ: 1 - keepOriginalOrientation: 1 - keepOriginalPositionY: 1 - keepOriginalPositionXZ: 1 - heightFromFeet: 0 - mirror: 0 - bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 - curves: [] - events: [] - transformMask: [] - maskType: 3 - maskSource: {instanceID: 0} - additiveReferencePoseFrame: 0 - isReadable: 0 - meshes: - lODScreenPercentages: [] - globalScale: 1 - meshCompression: 0 - addColliders: 0 - useSRGBMaterialColor: 1 - sortHierarchyByName: 1 - importVisibility: 1 - importBlendShapes: 1 - importCameras: 1 - importLights: 1 - fileIdsGeneration: 2 - swapUVChannels: 0 - generateSecondaryUV: 0 - useFileUnits: 1 - keepQuads: 0 - weldVertices: 1 - bakeAxisConversion: 0 - preserveHierarchy: 0 - skinWeightsMode: 0 - maxBonesPerVertex: 4 - minBoneWeight: 0.001 - meshOptimizationFlags: -1 - indexFormat: 0 - secondaryUVAngleDistortion: 8 - secondaryUVAreaDistortion: 15.000001 - secondaryUVHardAngle: 88 - secondaryUVMarginMethod: 1 - secondaryUVMinLightmapResolution: 40 - secondaryUVMinObjectScale: 1 - secondaryUVPackMargin: 4 - useFileScale: 1 - tangentSpace: - normalSmoothAngle: 60 - normalImportMode: 0 - tangentImportMode: 3 - normalCalculationMode: 4 - legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 - blendShapeNormalImportMode: 1 - normalSmoothingSource: 0 - referencedClips: [] - importAnimation: 1 - humanDescription: - serializedVersion: 3 - human: - - boneName: mixamorig:Hips - humanName: Hips - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftUpLeg - humanName: LeftUpperLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightUpLeg - humanName: RightUpperLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftLeg - humanName: LeftLowerLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightLeg - humanName: RightLowerLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftFoot - humanName: LeftFoot - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightFoot - humanName: RightFoot - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Spine - humanName: Spine - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Spine1 - humanName: Chest - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Neck - humanName: Neck - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Head - humanName: Head - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftShoulder - humanName: LeftShoulder - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightShoulder - humanName: RightShoulder - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftArm - humanName: LeftUpperArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightArm - humanName: RightUpperArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftForeArm - humanName: LeftLowerArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightForeArm - humanName: RightLowerArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHand - humanName: LeftHand - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHand - humanName: RightHand - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftToeBase - humanName: LeftToes - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightToeBase - humanName: RightToes - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandThumb1 - humanName: Left Thumb Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandThumb2 - humanName: Left Thumb Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandThumb3 - humanName: Left Thumb Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandIndex1 - humanName: Left Index Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandIndex2 - humanName: Left Index Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandIndex3 - humanName: Left Index Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandMiddle1 - humanName: Left Middle Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandMiddle2 - humanName: Left Middle Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandMiddle3 - humanName: Left Middle Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandRing1 - humanName: Left Ring Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandRing2 - humanName: Left Ring Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandRing3 - humanName: Left Ring Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandPinky1 - humanName: Left Little Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandPinky2 - humanName: Left Little Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandPinky3 - humanName: Left Little Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandThumb1 - humanName: Right Thumb Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandThumb2 - humanName: Right Thumb Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandThumb3 - humanName: Right Thumb Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandIndex1 - humanName: Right Index Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandIndex2 - humanName: Right Index Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandIndex3 - humanName: Right Index Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandMiddle1 - humanName: Right Middle Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandMiddle2 - humanName: Right Middle Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandMiddle3 - humanName: Right Middle Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandRing1 - humanName: Right Ring Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandRing2 - humanName: Right Ring Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandRing3 - humanName: Right Ring Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandPinky1 - humanName: Right Little Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandPinky2 - humanName: Right Little Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandPinky3 - humanName: Right Little Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Spine2 - humanName: UpperChest - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - skeleton: - - name: ybot(Clone) - parentName: - position: {x: 0, y: 0, z: 0} - rotation: {x: 0, y: 0, z: 0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Alpha_Surface - parentName: ybot(Clone) - position: {x: -0, y: 0, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Alpha_Joints - parentName: ybot(Clone) - position: {x: -0, y: 0, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Hips - parentName: ybot(Clone) - position: {x: 0.00000006757011, y: 0.9979194, z: 0.000000484474} - rotation: {x: 1.3930912e-15, y: 0.00000001376344, z: -0.0000004417766, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Spine - parentName: mixamorig:Hips - position: {x: -0.0000000056483196, y: 0.09923459, z: -0.012273348} - rotation: {x: -1.3930783e-15, y: -0.00000001376344, z: 0.00000044177568, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Spine1 - parentName: mixamorig:Spine - position: {x: 0.0000013886521, y: 0.1164544, z: -0.014223412} - rotation: {x: 3.8774097e-26, y: -4.2632574e-14, z: 6.82121e-13, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Spine2 - parentName: mixamorig:Spine1 - position: {x: -0.00000091440717, y: 0.13360204, z: -0.016264597} - rotation: {x: 0, y: 0, z: 1.8056423e-35, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Neck - parentName: mixamorig:Spine2 - position: {x: -0.0000002520208, y: 0.15032491, z: 0.007929048} - rotation: {x: -5.2041704e-18, y: 4.2632927e-14, z: 2.273737e-13, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Head - parentName: mixamorig:Neck - position: {x: -0.000000023707482, y: 0.1032183, z: 0.031424288} - rotation: {x: 0, y: -0, z: -2.3158745e-36, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:HeadTop_End - parentName: mixamorig:Head - position: {x: -0.0000015417259, y: 0.18474671, z: 0.06636399} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftEye - parentName: mixamorig:Head - position: {x: -0.02947915, y: 0.07681745, z: 0.09120731} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightEye - parentName: mixamorig:Head - position: {x: 0.029444808, y: 0.07681745, z: 0.091204956} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftShoulder - parentName: mixamorig:Spine2 - position: {x: -0.061058242, y: 0.09110424, z: 0.0070555084} - rotation: {x: -0.000000044703484, y: 4.2632557e-14, z: -0.000000044703256, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftArm - parentName: mixamorig:LeftShoulder - position: {x: -0.12655036, y: -0.0026593448, z: -0.026009219} - rotation: {x: 0.000000044703484, y: 2.4507967e-22, z: 0.000000044703484, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftForeArm - parentName: mixamorig:LeftArm - position: {x: -0.27404684, y: 0.00000039126675, z: 0.000000065881096} - rotation: {x: -0.000000059604638, y: -0.000000003900862, z: -1.3205547e-24, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHand - parentName: mixamorig:LeftForeArm - position: {x: -0.27614462, y: 0.00000028951808, z: 0.00000019646586} - rotation: {x: 0.000025994656, y: 0.000000044703476, z: -1.1567093e-12, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle1 - parentName: mixamorig:LeftHand - position: {x: -0.12775522, y: 0.00000013342024, z: 0.00000020418457} - rotation: {x: -0.000000014901165, y: -0.000000044699625, z: 0.000000074508115, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle2 - parentName: mixamorig:LeftHandMiddle1 - position: {x: -0.036139715, y: 0.000000026601377, z: 0.000000024623631} - rotation: {x: -0.000000014901161, y: -2.310558e-12, z: -0.00000004470347, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle3 - parentName: mixamorig:LeftHandMiddle2 - position: {x: -0.0345976, y: 0.000000005432471, z: -0.00000026419679} - rotation: {x: 0.000000059604645, y: -7.7026065e-13, z: -0.000000014901168, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle4 - parentName: mixamorig:LeftHandMiddle3 - position: {x: -0.036801923, y: -8.559337e-10, z: 0.00000032769248} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb1 - parentName: mixamorig:LeftHand - position: {x: -0.037888095, y: -0.021669967, z: 0.03003088} - rotation: {x: -0.1186462, y: 0.08685124, z: -0.11865034, w: 0.98198885} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb2 - parentName: mixamorig:LeftHandThumb1 - position: {x: -0.03675443, y: -0.021220079, z: 0.021220123} - rotation: {x: 0.000005132493, y: -0.0000031770358, z: 0.0000056908543, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb3 - parentName: mixamorig:LeftHandThumb2 - position: {x: -0.033943586, y: -0.019597441, z: 0.019597929} - rotation: {x: -0.0000051025786, y: 0.000009561153, z: 0.00000075273744, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb4 - parentName: mixamorig:LeftHandThumb3 - position: {x: -0.026794039, y: -0.015469446, z: 0.0154692} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex1 - parentName: mixamorig:LeftHand - position: {x: -0.12266614, y: -0.0023166884, z: 0.028220579} - rotation: {x: 0.00000004470348, y: 1.5400767e-12, z: 0.000000029802326, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex2 - parentName: mixamorig:LeftHandIndex1 - position: {x: -0.038919672, y: 0.000000016868665, z: 0.00000038721547} - rotation: {x: -0.000000074505806, y: -0.000000029806174, z: -0.00000007450426, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex3 - parentName: mixamorig:LeftHandIndex2 - position: {x: -0.03415161, y: 0.000000005749108, z: -0.00000008770533} - rotation: {x: 7.719219e-16, y: 0.000000029801551, z: -0.000000014902698, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex4 - parentName: mixamorig:LeftHandIndex3 - position: {x: -0.030779855, y: 7.926917e-10, z: -0.00000008560385} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing1 - parentName: mixamorig:LeftHand - position: {x: -0.12147005, y: 0.00009894983, z: -0.022166291} - rotation: {x: 0.00000002980232, y: -0.000000014900391, z: 0.000000014901934, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing2 - parentName: mixamorig:LeftHandRing1 - position: {x: -0.036011904, y: 0.000000015129366, z: 0.0000003511219} - rotation: {x: -0.000000014901159, y: 0.00000005960389, z: -0.000000014904199, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing3 - parentName: mixamorig:LeftHandRing2 - position: {x: -0.03307317, y: 0.000000045317442, z: -0.00000020893265} - rotation: {x: 0.000000044703487, y: -0.0000000894085, z: -0.000000029797693, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing4 - parentName: mixamorig:LeftHandRing3 - position: {x: -0.036601152, y: 0.00000002906111, z: 4.5477133e-10} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky1 - parentName: mixamorig:LeftHand - position: {x: -0.10908195, y: -0.0022636496, z: -0.047258176} - rotation: {x: 0.000000044703487, y: -0.00000002980695, z: -0.00000008940545, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky2 - parentName: mixamorig:LeftHandPinky1 - position: {x: -0.041366525, y: 0.000000022999533, z: 0.00000026898434} - rotation: {x: 0.000000014901153, y: 0.000000044709655, z: 0.00000011920697, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky3 - parentName: mixamorig:LeftHandPinky2 - position: {x: -0.025948359, y: 5.93904e-10, z: -0.00000036009018} - rotation: {x: 3.0875333e-15, y: -0.00000005960773, z: -0.000000059601557, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky4 - parentName: mixamorig:LeftHandPinky3 - position: {x: -0.029238692, y: 0.000000014407377, z: 0.00000018732128} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightShoulder - parentName: mixamorig:Spine2 - position: {x: 0.06105696, y: 0.09110509, z: 0.007055634} - rotation: {x: -0.000000014901161, y: 4.2632564e-14, z: -0.000000044703256, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightArm - parentName: mixamorig:RightShoulder - position: {x: 0.1265504, y: -0.0026602063, z: -0.026008958} - rotation: {x: 0.000000014901161, y: 7.7756505e-24, z: 0.000000044703484, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightForeArm - parentName: mixamorig:RightArm - position: {x: 0.27404684, y: 0.0000003288411, z: 0.000000052756395} - rotation: {x: -0.000000059604638, y: 0.000000003900862, z: -3.0876939e-15, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHand - parentName: mixamorig:RightForeArm - position: {x: 0.27614462, y: 0.00000022661457, z: 0.0000001832407} - rotation: {x: 0.000025994656, y: -0.000000044703476, z: 1.1567093e-12, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle1 - parentName: mixamorig:RightHand - position: {x: 0.12775522, y: 0.000000089457735, z: 0.00000018011639} - rotation: {x: -0.000000014901165, y: 0.000000044699625, z: -0.000000074508115, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle2 - parentName: mixamorig:RightHandMiddle1 - position: {x: 0.036139715, y: 0.000000027565017, z: 0.000000030803374} - rotation: {x: -0.000000014901161, y: 2.311002e-12, z: 0.00000004470347, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle3 - parentName: mixamorig:RightHandMiddle2 - position: {x: 0.0345976, y: -0.0000000019721824, z: -0.0000002645789} - rotation: {x: 0.000000059604645, y: 7.7026065e-13, z: 0.000000014901168, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle4 - parentName: mixamorig:RightHandMiddle3 - position: {x: 0.036801923, y: -0.000000006576055, z: 0.00000032509809} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb1 - parentName: mixamorig:RightHand - position: {x: 0.03788809, y: -0.02166998, z: 0.030030873} - rotation: {x: -0.11864688, y: -0.08685217, z: 0.11865078, w: 0.9819886} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb2 - parentName: mixamorig:RightHandThumb1 - position: {x: 0.036754426, y: -0.021220084, z: 0.021220122} - rotation: {x: 0.000005132493, y: 0.0000031770358, z: -0.0000056908543, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb3 - parentName: mixamorig:RightHandThumb2 - position: {x: 0.03394358, y: -0.019597458, z: 0.019597925} - rotation: {x: -0.0000050727767, y: -0.000009590957, z: -0.00000076763814, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb4 - parentName: mixamorig:RightHandThumb3 - position: {x: 0.026794035, y: -0.015469455, z: 0.015469198} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex1 - parentName: mixamorig:RightHand - position: {x: 0.12266616, y: -0.002316732, z: 0.028220555} - rotation: {x: -0.000000014901163, y: -1.5418528e-12, z: -0.000000029802322, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex2 - parentName: mixamorig:RightHandIndex1 - position: {x: 0.038919672, y: -7.205551e-10, z: 0.00000037513024} - rotation: {x: -0.000000014901158, y: 0.00000002980617, z: 0.00000007450426, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex3 - parentName: mixamorig:RightHandIndex2 - position: {x: 0.03415161, y: 0.0000000025299138, z: -0.000000086058414} - rotation: {x: 7.7192193e-16, y: -0.000000029801553, z: 0.000000014902698, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex4 - parentName: mixamorig:RightHandIndex3 - position: {x: 0.030779855, y: -0.000000009372842, z: -0.00000008780579} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing1 - parentName: mixamorig:RightHand - position: {x: 0.12147004, y: 0.00009890902, z: -0.022166314} - rotation: {x: 0.00000002980232, y: 0.000000014900391, z: -0.000000014901934, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing2 - parentName: mixamorig:RightHandRing1 - position: {x: 0.036011904, y: 0.0000000023856512, z: 0.0000003486698} - rotation: {x: -0.000000014901159, y: -0.00000005960389, z: 0.0000000149042, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing3 - parentName: mixamorig:RightHandRing2 - position: {x: 0.03307317, y: 0.00000003760175, z: -0.00000021114596} - rotation: {x: 0.000000014901161, y: 0.000000059604645, z: -3.0845936e-12, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing4 - parentName: mixamorig:RightHandRing3 - position: {x: 0.036601152, y: 0.00000002046845, z: 0.000000006718011} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky1 - parentName: mixamorig:RightHand - position: {x: 0.10908193, y: -0.002263685, z: -0.0472582} - rotation: {x: 0.000000044703487, y: 0.00000002980695, z: 0.00000008940544, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky2 - parentName: mixamorig:RightHandPinky1 - position: {x: 0.041366525, y: 0.000000004310631, z: 0.00000025609583} - rotation: {x: 0.000000014901153, y: -0.000000044709655, z: -0.00000011920697, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky3 - parentName: mixamorig:RightHandPinky2 - position: {x: 0.025948359, y: -0.000000009571486, z: -0.00000036661154} - rotation: {x: -0.00000005960464, y: 0.00000002980386, z: 0.000000029800782, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky4 - parentName: mixamorig:RightHandPinky3 - position: {x: 0.029238692, y: 0.00000000641227, z: 0.00000018695744} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightUpLeg - parentName: mixamorig:Hips - position: {x: 0.09124453, y: -0.06656398, z: -0.00055377925} - rotation: {x: -0.000002931613, y: -0.000000013649597, z: 0.00000043784848, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightLeg - parentName: mixamorig:RightUpLeg - position: {x: 0.002446805, y: -0.40595436, z: -0.0051452797} - rotation: {x: 0.0000065525965, y: -0.000000021011672, z: -2.99793e-11, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightFoot - parentName: mixamorig:RightLeg - position: {x: -0.0024466943, y: -0.4204787, z: -0.02060231} - rotation: {x: -0.000003650786, y: 0.000000020896566, z: 0.0000000039579957, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightToeBase - parentName: mixamorig:RightFoot - position: {x: 0.0037335984, y: -0.10492194, z: 0.12640662} - rotation: {x: 0.000000029802322, y: 6.530776e-11, z: -2.3527402e-10, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightToe_End - parentName: mixamorig:RightToeBase - position: {x: -0.0000000011347395, y: 0.000000004587741, z: 0.09992521} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftUpLeg - parentName: mixamorig:Hips - position: {x: -0.091244526, y: -0.06656399, z: -0.00055377925} - rotation: {x: -0.000017517097, y: -0.000000013640878, z: 0.00000043808052, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftLeg - parentName: mixamorig:LeftUpLeg - position: {x: -0.0024468019, y: -0.40595403, z: -0.005170411} - rotation: {x: 0.000035527948, y: 0.000000089582485, z: 0.0000000041595536, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftFoot - parentName: mixamorig:LeftLeg - position: {x: 0.002446696, y: -0.42047998, z: -0.020576412} - rotation: {x: -0.000018015498, y: -0.00000010461389, z: -0.0000000013931898, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftToeBase - parentName: mixamorig:LeftFoot - position: {x: -0.0037335982, y: -0.10492193, z: 0.12640664} - rotation: {x: 0.000000004649337, y: 1.1698642e-10, z: 9.313231e-10, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftToe_End - parentName: mixamorig:LeftToeBase - position: {x: 0.000000002053664, y: 0.000000009634096, z: 0.09992521} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - armTwist: 0.5 - foreArmTwist: 0.5 - upperLegTwist: 0.5 - legTwist: 0.5 - armStretch: 0.05 - legStretch: 0.05 - feetSpacing: 0 - globalScale: 1 - rootMotionBoneName: - hasTranslationDoF: 0 - hasExtraRoot: 1 - skeletonHasParents: 1 - lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: 96b816f238895a3489671ef99184aefe, type: 3} - autoGenerateAvatarMappingIfUnspecified: 1 - animationType: 3 - humanoidOversampling: 1 - avatarSetup: 2 - addHumanoidExtraRootOnlyWhenUsingAvatar: 1 - additionalBone: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Character/Animations/Jump/Jump--Jump.anim.fbx b/Assets/Resources/Character/Animations/Jump/Jump--Jump.anim.fbx deleted file mode 100644 index 7a65bca6..00000000 --- a/Assets/Resources/Character/Animations/Jump/Jump--Jump.anim.fbx +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:78fa361c2443838db77abab4776e37dd4417ad80ce10fd504b261a57db54cb17 -size 783936 diff --git a/Assets/Resources/Character/Animations/Jump/Jump--Jump.anim.fbx.meta b/Assets/Resources/Character/Animations/Jump/Jump--Jump.anim.fbx.meta deleted file mode 100644 index 186c3fc2..00000000 --- a/Assets/Resources/Character/Animations/Jump/Jump--Jump.anim.fbx.meta +++ /dev/null @@ -1,924 +0,0 @@ -fileFormatVersion: 2 -guid: 98f277b0c8055e143b2fcf058d3c27dc -ModelImporter: - serializedVersion: 20200 - internalIDToNameTable: - - first: - 74: 7478122292733868173 - second: JumpStart - - first: - 74: -2702400367771620057 - second: InAir - - first: - 74: -9098803823909532060 - second: JumpLand - externalObjects: {} - materials: - materialImportMode: 1 - materialName: 0 - materialSearch: 1 - materialLocation: 1 - animations: - legacyGenerateAnimations: 4 - bakeSimulation: 0 - resampleCurves: 1 - optimizeGameObjects: 0 - motionNodeName: - rigImportErrors: - rigImportWarnings: - animationImportErrors: - animationImportWarnings: - animationRetargetingWarnings: - animationDoRetargetingWarnings: 0 - importAnimatedCustomProperties: 0 - importConstraints: 0 - animationCompression: 1 - animationRotationError: 0.05 - animationPositionError: 0.05 - animationScaleError: 0.25 - animationWrapMode: 0 - extraExposedTransformPaths: [] - extraUserProperties: [] - clipAnimations: - - serializedVersion: 16 - name: JumpLand - takeName: JumpStart - internalID: 0 - firstFrame: 55 - lastFrame: 74 - wrapMode: 0 - orientationOffsetY: 0 - level: 0 - cycleOffset: 0 - loop: 0 - hasAdditiveReferencePose: 0 - loopTime: 0 - loopBlend: 0 - loopBlendOrientation: 1 - loopBlendPositionY: 1 - loopBlendPositionXZ: 1 - keepOriginalOrientation: 1 - keepOriginalPositionY: 1 - keepOriginalPositionXZ: 1 - heightFromFeet: 0 - mirror: 0 - bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 - curves: [] - events: [] - transformMask: [] - maskType: 3 - maskSource: {instanceID: 0} - additiveReferencePoseFrame: 20 - isReadable: 0 - meshes: - lODScreenPercentages: [] - globalScale: 1 - meshCompression: 0 - addColliders: 0 - useSRGBMaterialColor: 1 - sortHierarchyByName: 1 - importVisibility: 1 - importBlendShapes: 1 - importCameras: 1 - importLights: 1 - fileIdsGeneration: 2 - swapUVChannels: 0 - generateSecondaryUV: 0 - useFileUnits: 1 - keepQuads: 0 - weldVertices: 1 - bakeAxisConversion: 0 - preserveHierarchy: 0 - skinWeightsMode: 0 - maxBonesPerVertex: 4 - minBoneWeight: 0.001 - meshOptimizationFlags: -1 - indexFormat: 0 - secondaryUVAngleDistortion: 8 - secondaryUVAreaDistortion: 15.000001 - secondaryUVHardAngle: 88 - secondaryUVMarginMethod: 1 - secondaryUVMinLightmapResolution: 40 - secondaryUVMinObjectScale: 1 - secondaryUVPackMargin: 4 - useFileScale: 1 - tangentSpace: - normalSmoothAngle: 60 - normalImportMode: 0 - tangentImportMode: 3 - normalCalculationMode: 4 - legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 - blendShapeNormalImportMode: 1 - normalSmoothingSource: 0 - referencedClips: [] - importAnimation: 1 - humanDescription: - serializedVersion: 3 - human: - - boneName: Hips - humanName: Hips - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_UpperLeg - humanName: RightUpperLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_LowerLeg - humanName: RightLowerLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_Foot - humanName: RightFoot - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_Toes - humanName: RightToes - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Spine - humanName: Spine - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Chest - humanName: Chest - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: UpperChest - humanName: UpperChest - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_Shoulder - humanName: RightShoulder - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_UpperArm - humanName: RightUpperArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_LowerArm - humanName: RightLowerArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_Hand - humanName: RightHand - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Neck - humanName: Neck - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Head - humanName: Head - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Jaw - humanName: Jaw - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_Shoulder - humanName: LeftShoulder - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_UpperArm - humanName: LeftUpperArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_LowerArm - humanName: LeftLowerArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_Hand - humanName: LeftHand - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_UpperLeg - humanName: LeftUpperLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_LowerLeg - humanName: LeftLowerLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_Foot - humanName: LeftFoot - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_Toes - humanName: LeftToes - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_ThumbProximal - humanName: Left Thumb Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_ThumbIntermediate - humanName: Left Thumb Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_ThumbDistal - humanName: Left Thumb Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_IndexProximal - humanName: Left Index Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_IndexIntermediate - humanName: Left Index Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_IndexDistal - humanName: Left Index Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_MiddleProximal - humanName: Left Middle Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_MiddleIntermediate - humanName: Left Middle Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_MiddleDistal - humanName: Left Middle Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_RingProximal - humanName: Left Ring Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_RingIntermediate - humanName: Left Ring Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_RingDistal - humanName: Left Ring Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_PinkyProximal - humanName: Left Little Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_PinkyIntermediate - humanName: Left Little Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_PinkyDistal - humanName: Left Little Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_ThumbProximal - humanName: Right Thumb Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_ThumbIntermediate - humanName: Right Thumb Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_ThumbDistal - humanName: Right Thumb Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_IndexProximal - humanName: Right Index Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_IndexIntermediate - humanName: Right Index Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_IndexDistal - humanName: Right Index Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_MiddleProximal - humanName: Right Middle Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_MiddleIntermediate - humanName: Right Middle Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_MiddleDistal - humanName: Right Middle Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_RingProximal - humanName: Right Ring Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_RingIntermediate - humanName: Right Ring Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_RingDistal - humanName: Right Ring Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_PinkyProximal - humanName: Right Little Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_PinkyIntermediate - humanName: Right Little Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_PinkyDistal - humanName: Right Little Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - skeleton: - - name: Mannequin(Clone) - parentName: - position: {x: -0, y: 0, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Geometry - parentName: Mannequin(Clone) - position: {x: -0, y: 0, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Mannequin_Mesh - parentName: Geometry - position: {x: -0, y: 0, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Skeleton - parentName: Mannequin(Clone) - position: {x: -0, y: 0, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Hips - parentName: Skeleton - position: {x: -0, y: 0.9810986, z: -0.01590455} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Left_UpperLeg - parentName: Hips - position: {x: -0.08610317, y: -0.053458035, z: -0.011470641} - rotation: {x: 0.999839, y: -0.01775374, z: 0.000046300094, w: -0.0026074864} - scale: {x: 1, y: 1, z: 1} - - name: Left_LowerLeg - parentName: Left_UpperLeg - position: {x: -2.9864513e-16, y: 0.4133444, z: -5.4956034e-17} - rotation: {x: 0.034046065, y: 2.2687323e-19, z: 7.728622e-21, w: 0.9994203} - scale: {x: 1, y: 1, z: 1} - - name: Left_Foot - parentName: Left_LowerLeg - position: {x: 0.0000000017320426, y: 0.41403946, z: 7.141509e-16} - rotation: {x: -0.035700925, y: 0.049957544, z: -0.019575229, w: 0.9979211} - scale: {x: 1, y: 1, z: 1} - - name: Left_Toes - parentName: Left_Foot - position: {x: 7.105427e-17, y: 0.07224803, z: -0.118065506} - rotation: {x: -0.7071068, y: 8.7157646e-33, z: -8.7157646e-33, w: 0.7071068} - scale: {x: 1, y: 1, z: 1} - - name: Left_ToesEnd - parentName: Left_Toes - position: {x: -0.0010026174, y: 0.06423476, z: 0.016843978} - rotation: {x: 0.7070656, y: -0.0076321815, z: -0.0076321815, w: 0.7070656} - scale: {x: 1, y: 1, z: 1} - - name: Right_UpperLeg - parentName: Hips - position: {x: 0.086103186, y: -0.053458147, z: -0.0114706475} - rotation: {x: 0.0026075041, y: 0.000046300407, z: 0.01775374, w: 0.999839} - scale: {x: 1, y: 1, z: 1} - - name: Right_LowerLeg - parentName: Right_UpperLeg - position: {x: 0.0000004514609, y: -0.41334414, z: 0.000000025994435} - rotation: {x: 0.034046065, y: 2.2687323e-19, z: 7.728622e-21, w: 0.9994203} - scale: {x: 1, y: 1, z: 1} - - name: Right_Foot - parentName: Right_LowerLeg - position: {x: -0.0000007472542, y: -0.41403967, z: -0.000000032847502} - rotation: {x: -0.035700925, y: 0.049957544, z: -0.019575229, w: 0.9979211} - scale: {x: 1, y: 1, z: 1} - - name: Right_Toes - parentName: Right_Foot - position: {x: -0.00000015643121, y: -0.07224799, z: 0.11807} - rotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068} - scale: {x: 1, y: 1, z: 1} - - name: Right_ToesEnd - parentName: Right_Toes - position: {x: 0.0010031584, y: -0.06423059, z: -0.016843898} - rotation: {x: 0.7070656, y: -0.0076321815, z: -0.0076321815, w: 0.7070656} - scale: {x: 1, y: 1, z: 1} - - name: Spine - parentName: Hips - position: {x: -0, y: 0.058229383, z: 0.0012229546} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Chest - parentName: Spine - position: {x: -0, y: 0.1034043, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: UpperChest - parentName: Chest - position: {x: -0, y: 0.1034043, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Left_Shoulder - parentName: UpperChest - position: {x: -0.0009571358, y: 0.19149224, z: -0.0087277945} - rotation: {x: -0.0049494267, y: -0.113521874, z: 0.043275386, w: 0.99258024} - scale: {x: 1, y: 1, z: 1} - - name: Left_UpperArm - parentName: Left_Shoulder - position: {x: -0.16743502, y: -5.684341e-16, z: -2.664535e-17} - rotation: {x: 0.12673509, y: 0.03332071, z: 0.6809724, w: 0.72048914} - scale: {x: 1, y: 1, z: 1} - - name: Left_LowerArm - parentName: Left_UpperArm - position: {x: -2.8421706e-16, y: 0.28508067, z: 0} - rotation: {x: 0.020536564, y: 0.00832135, z: -0.020624585, w: 0.9995417} - scale: {x: 1, y: 1, z: 1} - - name: Left_Hand - parentName: Left_LowerArm - position: {x: -2.4123817e-10, y: 0.24036221, z: -1.4210853e-16} - rotation: {x: -0.047397237, y: -0.24003562, z: 0.013464749, w: 0.9695128} - scale: {x: 1, y: 1, z: 1} - - name: Left_IndexProximal - parentName: Left_Hand - position: {x: 0.007815497, y: 0.0918443, z: 0.02657316} - rotation: {x: -0.0000789147, y: -0.7104809, z: -0.006305193, w: 0.70368826} - scale: {x: 1, y: 1, z: 1} - - name: Left_IndexIntermediate - parentName: Left_IndexProximal - position: {x: 9.079803e-16, y: 0.04209777, z: 3.2607592e-16} - rotation: {x: 0.030199163, y: 0.00000005960465, z: -0.00000038841978, w: 0.9995439} - scale: {x: 1, y: 1, z: 1} - - name: Left_IndexDistal - parentName: Left_IndexIntermediate - position: {x: -8.20111e-16, y: 0.02513925, z: -4.317065e-16} - rotation: {x: 0.03945603, y: 0.000000016383924, z: 0.0000000332638, w: 0.9992213} - scale: {x: 1, y: 1, z: 1} - - name: Left_IndexDistalEnd - parentName: Left_IndexDistal - position: {x: -1.1581012e-16, y: 0.024609203, z: -6.661337e-17} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Left_MiddleProximal - parentName: Left_Hand - position: {x: 0.012847862, y: 0.08609763, z: 0.003435423} - rotation: {x: -0.004090429, y: -0.6610811, z: -0.004001968, w: 0.7502927} - scale: {x: 1, y: 1, z: 1} - - name: Left_MiddleIntermediate - parentName: Left_MiddleProximal - position: {x: 2.7261607e-16, y: 0.051279362, z: 5.988264e-17} - rotation: {x: 0.026233751, y: -0.000000029802322, z: -0.0000007133931, w: 0.99965584} - scale: {x: 1, y: 1, z: 1} - - name: Left_MiddleDistal - parentName: Left_MiddleIntermediate - position: {x: -7.199101e-17, y: 0.028284006, z: -4.93648e-17} - rotation: {x: 0.03347514, y: -0, z: -0, w: 0.9994396} - scale: {x: 1, y: 1, z: 1} - - name: Left_MiddleDistalEnd - parentName: Left_MiddleDistal - position: {x: -1.7763565e-16, y: 0.023346113, z: -7.105426e-17} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Left_PinkyProximal - parentName: Left_Hand - position: {x: 0.004436847, y: 0.07288173, z: -0.029359013} - rotation: {x: -0.02007038, y: -0.5504896, z: -0.008246153, w: 0.83456} - scale: {x: 1, y: 1, z: 1} - - name: Left_PinkyIntermediate - parentName: Left_PinkyProximal - position: {x: 1.9539922e-16, y: 0.032272622, z: -1.4210853e-16} - rotation: {x: 0.028115956, y: -0.00000008940699, z: -0.0000005941839, w: 0.9996047} - scale: {x: 1, y: 1, z: 1} - - name: Left_PinkyDistal - parentName: Left_PinkyIntermediate - position: {x: -3.5527133e-17, y: 0.020224448, z: -7.1054265e-17} - rotation: {x: 0.03643686, y: 0.00000014611446, z: 0.00000018696, w: 0.999336} - scale: {x: 1, y: 1, z: 1} - - name: Left_PinkyDistalEnd - parentName: Left_PinkyDistal - position: {x: -1.2434495e-16, y: 0.018519057, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Left_RingProximal - parentName: Left_Hand - position: {x: 0.009525569, y: 0.08161553, z: -0.012242405} - rotation: {x: -0.017654313, y: -0.6026994, z: -0.0040520057, w: 0.79776275} - scale: {x: 1, y: 1, z: 1} - - name: Left_RingIntermediate - parentName: Left_RingProximal - position: {x: 3.3750777e-16, y: 0.043630484, z: -1.4210853e-16} - rotation: {x: 0.023556013, y: 0.00000026822087, z: 0.0000007636844, w: 0.99972254} - scale: {x: 1, y: 1, z: 1} - - name: Left_RingDistal - parentName: Left_RingIntermediate - position: {x: 1.7763566e-17, y: 0.027115494, z: -1.065814e-16} - rotation: {x: 0.03908592, y: -0.000000019744585, z: 0.00000042049942, w: 0.9992359} - scale: {x: 1, y: 1, z: 1} - - name: Left_RingDistalEnd - parentName: Left_RingDistal - position: {x: -7.105426e-17, y: 0.02095726, z: -7.105426e-17} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Left_ThumbProximal - parentName: Left_Hand - position: {x: -0.00080496486, y: 0.028816883, z: 0.023514476} - rotation: {x: 0.1796032, y: 0.8841741, z: 0.4239896, w: -0.07881452} - scale: {x: 1, y: 1, z: 1} - - name: Left_ThumbIntermediate - parentName: Left_ThumbProximal - position: {x: 2.4357445e-15, y: 0.027578257, z: 0.0038183592} - rotation: {x: 0.1278054, y: -0, z: -0, w: 0.9917993} - scale: {x: 1, y: 1, z: 1} - - name: Left_ThumbDistal - parentName: Left_ThumbIntermediate - position: {x: -2.2737365e-15, y: 0.044597257, z: -0.006869915} - rotation: {x: -0.045421924, y: -0.00000036741366, z: -0.0000008691409, w: 0.9989679} - scale: {x: 1, y: 1, z: 1} - - name: Left_ThumbDistalEnd - parentName: Left_ThumbDistal - position: {x: -4.2632555e-16, y: 0.029458016, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Neck - parentName: UpperChest - position: {x: -0, y: 0.25104657, z: -0.015329581} - rotation: {x: 0.060688436, y: -0, z: -0, w: 0.9981568} - scale: {x: 1, y: 1, z: 1} - - name: Head - parentName: Neck - position: {x: -0, y: 0.12747401, z: 0} - rotation: {x: -0.060688436, y: 0, z: -0, w: 0.9981568} - scale: {x: 1, y: 1, z: 1} - - name: Jaw - parentName: Head - position: {x: -0, y: -0.00763539, z: 0.012895278} - rotation: {x: 0.15949209, y: 0.68888485, z: 0.15949209, w: 0.68888485} - scale: {x: 1, y: 1, z: 1} - - name: Left_Eye - parentName: Head - position: {x: -0.03330326, y: 0.034598116, z: 0.0867403} - rotation: {x: 0, y: 0.7071068, z: 0, w: 0.7071068} - scale: {x: 1, y: 1, z: 1} - - name: Right_Eye - parentName: Head - position: {x: 0.033303294, y: 0.03459628, z: 0.0867403} - rotation: {x: 0.7071068, y: 4.3297806e-17, z: 0.7071068, w: -4.3297806e-17} - scale: {x: 1, y: 1, z: 1} - - name: Neck_Twist_A - parentName: Neck - position: {x: -0, y: 0.063737005, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Right_Shoulder - parentName: UpperChest - position: {x: 0.0009571358, y: 0.19149381, z: -0.008727803} - rotation: {x: 0.99258024, y: -0.04327539, z: -0.113521874, w: 0.004949396} - scale: {x: 1, y: 1, z: 1} - - name: Right_UpperArm - parentName: Right_Shoulder - position: {x: 0.16743432, y: -0.0000022099182, z: 0.00000012213746} - rotation: {x: 0.1267345, y: 0.033320885, z: 0.68096745, w: 0.720494} - scale: {x: 1, y: 1, z: 1} - - name: Right_LowerArm - parentName: Right_UpperArm - position: {x: 0.0000037273983, y: -0.285085, z: -0.00000035927226} - rotation: {x: 0.020541133, y: 0.008317431, z: -0.020620903, w: 0.99954176} - scale: {x: 1, y: 1, z: 1} - - name: Right_Hand - parentName: Right_LowerArm - position: {x: 0.0000014923929, y: -0.24036367, z: 0.0000017856368} - rotation: {x: -0.047397237, y: -0.24003562, z: 0.013464749, w: 0.9695128} - scale: {x: 1, y: 1, z: 1} - - name: Right_IndexProximal - parentName: Right_Hand - position: {x: -0.0078223245, y: -0.0918393, z: -0.026574574} - rotation: {x: -0.00008773989, y: -0.7104814, z: -0.0063276542, w: 0.7036876} - scale: {x: 1, y: 1, z: 1} - - name: Right_IndexIntermediate - parentName: Right_IndexProximal - position: {x: 0.0000006924457, y: -0.04210151, z: -0.0000013631077} - rotation: {x: 0.03020306, y: -0.0000005662439, z: 0.000012195228, w: 0.99954385} - scale: {x: 1, y: 1, z: 1} - - name: Right_IndexDistal - parentName: Right_IndexIntermediate - position: {x: -0.00000032847043, y: -0.025139209, z: -0.0000005960629} - rotation: {x: 0.03948371, y: -0.000000052504312, z: -0.000005515076, w: 0.99922025} - scale: {x: 1, y: 1, z: 1} - - name: Right_IndexDistalEnd - parentName: Right_IndexDistal - position: {x: 0.00000023984484, y: -0.024609355, z: 0.0000006271131} - rotation: {x: -5.5511138e-17, y: 0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Right_MiddleProximal - parentName: Right_Hand - position: {x: -0.012848663, y: -0.08609768, z: -0.0034359337} - rotation: {x: -0.0040856875, y: -0.6610817, z: -0.0040004994, w: 0.7502922} - scale: {x: 1, y: 1, z: 1} - - name: Right_MiddleIntermediate - parentName: Right_MiddleProximal - position: {x: 0.000000014272595, y: -0.051275954, z: 0.0000009747695} - rotation: {x: 0.026226329, y: -0.0000007450579, z: -0.0000027469353, w: 0.9996561} - scale: {x: 1, y: 1, z: 1} - - name: Right_MiddleDistal - parentName: Right_MiddleIntermediate - position: {x: 0.00000014287376, y: -0.028283618, z: 0.00000019378916} - rotation: {x: 0.03347514, y: -0, z: -0, w: 0.9994396} - scale: {x: 1, y: 1, z: 1} - - name: Right_MiddleDistalEnd - parentName: Right_MiddleDistal - position: {x: 0.000000038619483, y: -0.023345316, z: 0.0000005352584} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Right_PinkyProximal - parentName: Right_Hand - position: {x: -0.0044381507, y: -0.07288141, z: 0.029358566} - rotation: {x: -0.020058475, y: -0.55049545, z: -0.008249418, w: 0.83455646} - scale: {x: 1, y: 1, z: 1} - - name: Right_PinkyIntermediate - parentName: Right_PinkyProximal - position: {x: 0.00000045734515, y: -0.032268908, z: 0.00000088312623} - rotation: {x: 0.02811499, y: -0.0000035166731, z: -0.00000016298141, w: 0.9996047} - scale: {x: 1, y: 1, z: 1} - - name: Right_PinkyDistal - parentName: Right_PinkyIntermediate - position: {x: 0.00000023899057, y: -0.02022493, z: 0.00000055474345} - rotation: {x: 0.03642403, y: -0.0000024211556, z: -0.000008829222, w: 0.9993365} - scale: {x: 1, y: 1, z: 1} - - name: Right_PinkyDistalEnd - parentName: Right_PinkyDistal - position: {x: 0.000000632002, y: -0.018518865, z: 0.0000001154108} - rotation: {x: -1.7347236e-17, y: 0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Right_RingProximal - parentName: Right_Hand - position: {x: -0.00952738, y: -0.08161427, z: 0.012242128} - rotation: {x: -0.017649079, y: -0.6027014, z: -0.0040535578, w: 0.7977614} - scale: {x: 1, y: 1, z: 1} - - name: Right_RingIntermediate - parentName: Right_RingProximal - position: {x: 0.0000000695935, y: -0.04362872, z: 0.00000080048335} - rotation: {x: 0.023547903, y: 0.0000024139879, z: 0.0000069094813, w: 0.9997228} - scale: {x: 1, y: 1, z: 1} - - name: Right_RingDistal - parentName: Right_RingIntermediate - position: {x: -0.000000290747, y: -0.02711462, z: 0.0000000181098} - rotation: {x: 0.039100695, y: 0.00000009656897, z: -0.000004755179, w: 0.99923533} - scale: {x: 1, y: 1, z: 1} - - name: Right_RingDistalEnd - parentName: Right_RingDistal - position: {x: 0.00000008856214, y: -0.020957856, z: 0.0000005565459} - rotation: {x: 9.02056e-17, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Right_ThumbProximal - parentName: Right_Hand - position: {x: 0.00080341793, y: -0.028816395, z: -0.023514695} - rotation: {x: 0.17960793, y: 0.8841713, z: 0.42399347, w: -0.07881395} - scale: {x: 1, y: 1, z: 1} - - name: Right_ThumbIntermediate - parentName: Right_ThumbProximal - position: {x: 0.00000015009721, y: -0.02757781, z: -0.0038183848} - rotation: {x: 0.12780538, y: -0, z: -0, w: 0.9917993} - scale: {x: 1, y: 1, z: 1} - - name: Right_ThumbDistal - parentName: Right_ThumbIntermediate - position: {x: 0.0000007817755, y: -0.044594634, z: 0.0068707783} - rotation: {x: -0.04541878, y: -0.000003060937, z: 0.000004811603, w: 0.99896806} - scale: {x: 1, y: 1, z: 1} - - name: Right_ThumbDistalEnd - parentName: Right_ThumbDistal - position: {x: 0.00000020228964, y: -0.029458148, z: 0.0000009551683} - rotation: {x: -2.7755574e-17, y: 0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - armTwist: 1 - foreArmTwist: 0 - upperLegTwist: 1 - legTwist: 0 - armStretch: 0 - legStretch: 0 - feetSpacing: 0 - globalScale: 1 - rootMotionBoneName: - hasTranslationDoF: 1 - hasExtraRoot: 0 - skeletonHasParents: 1 - lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: 36078ab0369161e49a29d349ae3e0739, type: 3} - autoGenerateAvatarMappingIfUnspecified: 1 - animationType: 3 - humanoidOversampling: 1 - avatarSetup: 2 - addHumanoidExtraRootOnlyWhenUsingAvatar: 0 - additionalBone: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Character/Animations/Jump/Jump.fbx b/Assets/Resources/Character/Animations/Jump/Jump.fbx deleted file mode 100644 index 60797158..00000000 --- a/Assets/Resources/Character/Animations/Jump/Jump.fbx +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:232f9bc28dcc82c54187960200e2745eb03663abf271ee2cce9ea1ceda55956a -size 341248 diff --git a/Assets/Resources/Character/Animations/Jump/Jump.fbx.meta b/Assets/Resources/Character/Animations/Jump/Jump.fbx.meta deleted file mode 100644 index 050bafe7..00000000 --- a/Assets/Resources/Character/Animations/Jump/Jump.fbx.meta +++ /dev/null @@ -1,907 +0,0 @@ -fileFormatVersion: 2 -guid: 8698fc27196e5854ab62da73bd5bad6a -ModelImporter: - serializedVersion: 20200 - internalIDToNameTable: - - first: - 74: -203655887218126122 - second: Jump - externalObjects: {} - materials: - materialImportMode: 2 - materialName: 0 - materialSearch: 1 - materialLocation: 1 - animations: - legacyGenerateAnimations: 4 - bakeSimulation: 0 - resampleCurves: 1 - optimizeGameObjects: 0 - motionNodeName: - rigImportErrors: - rigImportWarnings: - animationImportErrors: - animationImportWarnings: - animationRetargetingWarnings: - animationDoRetargetingWarnings: 0 - importAnimatedCustomProperties: 0 - importConstraints: 0 - animationCompression: 3 - animationRotationError: 0.5 - animationPositionError: 0.5 - animationScaleError: 0.5 - animationWrapMode: 0 - extraExposedTransformPaths: [] - extraUserProperties: [] - clipAnimations: - - serializedVersion: 16 - name: Jump - takeName: mixamo.com - internalID: 0 - firstFrame: 0 - lastFrame: 25 - wrapMode: 0 - orientationOffsetY: 0 - level: 0 - cycleOffset: 0 - loop: 0 - hasAdditiveReferencePose: 0 - loopTime: 0 - loopBlend: 0 - loopBlendOrientation: 1 - loopBlendPositionY: 1 - loopBlendPositionXZ: 1 - keepOriginalOrientation: 1 - keepOriginalPositionY: 0 - keepOriginalPositionXZ: 1 - heightFromFeet: 1 - mirror: 0 - bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 - curves: [] - events: - - time: 0.62171054 - functionName: JumpAddForce - data: - objectReferenceParameter: {instanceID: 0} - floatParameter: 0 - intParameter: 0 - messageOptions: 0 - transformMask: [] - maskType: 3 - maskSource: {instanceID: 0} - additiveReferencePoseFrame: 0 - isReadable: 0 - meshes: - lODScreenPercentages: [] - globalScale: 1 - meshCompression: 0 - addColliders: 0 - useSRGBMaterialColor: 1 - sortHierarchyByName: 1 - importVisibility: 1 - importBlendShapes: 1 - importCameras: 1 - importLights: 1 - fileIdsGeneration: 2 - swapUVChannels: 0 - generateSecondaryUV: 0 - useFileUnits: 1 - keepQuads: 0 - weldVertices: 1 - bakeAxisConversion: 0 - preserveHierarchy: 0 - skinWeightsMode: 0 - maxBonesPerVertex: 4 - minBoneWeight: 0.001 - meshOptimizationFlags: -1 - indexFormat: 0 - secondaryUVAngleDistortion: 8 - secondaryUVAreaDistortion: 15.000001 - secondaryUVHardAngle: 88 - secondaryUVMarginMethod: 1 - secondaryUVMinLightmapResolution: 40 - secondaryUVMinObjectScale: 1 - secondaryUVPackMargin: 4 - useFileScale: 1 - tangentSpace: - normalSmoothAngle: 60 - normalImportMode: 0 - tangentImportMode: 3 - normalCalculationMode: 4 - legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 - blendShapeNormalImportMode: 1 - normalSmoothingSource: 0 - referencedClips: [] - importAnimation: 1 - humanDescription: - serializedVersion: 3 - human: - - boneName: mixamorig:Hips - humanName: Hips - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftUpLeg - humanName: LeftUpperLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightUpLeg - humanName: RightUpperLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftLeg - humanName: LeftLowerLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightLeg - humanName: RightLowerLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftFoot - humanName: LeftFoot - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightFoot - humanName: RightFoot - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Spine - humanName: Spine - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Spine1 - humanName: Chest - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Neck - humanName: Neck - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Head - humanName: Head - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftShoulder - humanName: LeftShoulder - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightShoulder - humanName: RightShoulder - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftArm - humanName: LeftUpperArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightArm - humanName: RightUpperArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftForeArm - humanName: LeftLowerArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightForeArm - humanName: RightLowerArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHand - humanName: LeftHand - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHand - humanName: RightHand - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftToeBase - humanName: LeftToes - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightToeBase - humanName: RightToes - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandThumb1 - humanName: Left Thumb Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandThumb2 - humanName: Left Thumb Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandThumb3 - humanName: Left Thumb Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandIndex1 - humanName: Left Index Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandIndex2 - humanName: Left Index Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandIndex3 - humanName: Left Index Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandMiddle1 - humanName: Left Middle Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandMiddle2 - humanName: Left Middle Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandMiddle3 - humanName: Left Middle Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandRing1 - humanName: Left Ring Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandRing2 - humanName: Left Ring Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandRing3 - humanName: Left Ring Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandPinky1 - humanName: Left Little Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandPinky2 - humanName: Left Little Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:LeftHandPinky3 - humanName: Left Little Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandThumb1 - humanName: Right Thumb Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandThumb2 - humanName: Right Thumb Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandThumb3 - humanName: Right Thumb Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandIndex1 - humanName: Right Index Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandIndex2 - humanName: Right Index Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandIndex3 - humanName: Right Index Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandMiddle1 - humanName: Right Middle Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandMiddle2 - humanName: Right Middle Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandMiddle3 - humanName: Right Middle Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandRing1 - humanName: Right Ring Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandRing2 - humanName: Right Ring Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandRing3 - humanName: Right Ring Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandPinky1 - humanName: Right Little Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandPinky2 - humanName: Right Little Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:RightHandPinky3 - humanName: Right Little Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: mixamorig:Spine2 - humanName: UpperChest - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - skeleton: - - name: ybot(Clone) - parentName: - position: {x: 0, y: 0, z: 0} - rotation: {x: 0, y: 0, z: 0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Alpha_Surface - parentName: ybot(Clone) - position: {x: -0, y: 0, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Alpha_Joints - parentName: ybot(Clone) - position: {x: -0, y: 0, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Hips - parentName: ybot(Clone) - position: {x: 0.00000006757011, y: 0.9979194, z: 0.000000484474} - rotation: {x: 1.3930912e-15, y: 0.00000001376344, z: -0.0000004417766, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Spine - parentName: mixamorig:Hips - position: {x: -0.0000000056483196, y: 0.09923459, z: -0.012273348} - rotation: {x: -1.3930783e-15, y: -0.00000001376344, z: 0.00000044177568, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Spine1 - parentName: mixamorig:Spine - position: {x: 0.0000013886521, y: 0.1164544, z: -0.014223412} - rotation: {x: 3.8774097e-26, y: -4.2632574e-14, z: 6.82121e-13, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Spine2 - parentName: mixamorig:Spine1 - position: {x: -0.00000091440717, y: 0.13360204, z: -0.016264597} - rotation: {x: 0, y: 0, z: 1.8056423e-35, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Neck - parentName: mixamorig:Spine2 - position: {x: -0.0000002520208, y: 0.15032491, z: 0.007929048} - rotation: {x: -5.2041704e-18, y: 4.2632927e-14, z: 2.273737e-13, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:Head - parentName: mixamorig:Neck - position: {x: -0.000000023707482, y: 0.1032183, z: 0.031424288} - rotation: {x: 0, y: -0, z: -2.3158745e-36, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:HeadTop_End - parentName: mixamorig:Head - position: {x: -0.0000015417259, y: 0.18474671, z: 0.06636399} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftEye - parentName: mixamorig:Head - position: {x: -0.02947915, y: 0.07681745, z: 0.09120731} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightEye - parentName: mixamorig:Head - position: {x: 0.029444808, y: 0.07681745, z: 0.091204956} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftShoulder - parentName: mixamorig:Spine2 - position: {x: -0.061058242, y: 0.09110424, z: 0.0070555084} - rotation: {x: -0.000000044703484, y: 4.2632557e-14, z: -0.000000044703256, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftArm - parentName: mixamorig:LeftShoulder - position: {x: -0.12655036, y: -0.0026593448, z: -0.026009219} - rotation: {x: 0.000000044703484, y: 2.4507967e-22, z: 0.000000044703484, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftForeArm - parentName: mixamorig:LeftArm - position: {x: -0.27404684, y: 0.00000039126675, z: 0.000000065881096} - rotation: {x: -0.000000059604638, y: -0.000000003900862, z: -1.3205547e-24, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHand - parentName: mixamorig:LeftForeArm - position: {x: -0.27614462, y: 0.00000028951808, z: 0.00000019646586} - rotation: {x: 0.000025994656, y: 0.000000044703476, z: -1.1567093e-12, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle1 - parentName: mixamorig:LeftHand - position: {x: -0.12775522, y: 0.00000013342024, z: 0.00000020418457} - rotation: {x: -0.000000014901165, y: -0.000000044699625, z: 0.000000074508115, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle2 - parentName: mixamorig:LeftHandMiddle1 - position: {x: -0.036139715, y: 0.000000026601377, z: 0.000000024623631} - rotation: {x: -0.000000014901161, y: -2.310558e-12, z: -0.00000004470347, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle3 - parentName: mixamorig:LeftHandMiddle2 - position: {x: -0.0345976, y: 0.000000005432471, z: -0.00000026419679} - rotation: {x: 0.000000059604645, y: -7.7026065e-13, z: -0.000000014901168, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandMiddle4 - parentName: mixamorig:LeftHandMiddle3 - position: {x: -0.036801923, y: -8.559337e-10, z: 0.00000032769248} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb1 - parentName: mixamorig:LeftHand - position: {x: -0.037888095, y: -0.021669967, z: 0.03003088} - rotation: {x: -0.1186462, y: 0.08685124, z: -0.11865034, w: 0.98198885} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb2 - parentName: mixamorig:LeftHandThumb1 - position: {x: -0.03675443, y: -0.021220079, z: 0.021220123} - rotation: {x: 0.000005132493, y: -0.0000031770358, z: 0.0000056908543, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb3 - parentName: mixamorig:LeftHandThumb2 - position: {x: -0.033943586, y: -0.019597441, z: 0.019597929} - rotation: {x: -0.0000051025786, y: 0.000009561153, z: 0.00000075273744, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandThumb4 - parentName: mixamorig:LeftHandThumb3 - position: {x: -0.026794039, y: -0.015469446, z: 0.0154692} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex1 - parentName: mixamorig:LeftHand - position: {x: -0.12266614, y: -0.0023166884, z: 0.028220579} - rotation: {x: 0.00000004470348, y: 1.5400767e-12, z: 0.000000029802326, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex2 - parentName: mixamorig:LeftHandIndex1 - position: {x: -0.038919672, y: 0.000000016868665, z: 0.00000038721547} - rotation: {x: -0.000000074505806, y: -0.000000029806174, z: -0.00000007450426, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex3 - parentName: mixamorig:LeftHandIndex2 - position: {x: -0.03415161, y: 0.000000005749108, z: -0.00000008770533} - rotation: {x: 7.719219e-16, y: 0.000000029801551, z: -0.000000014902698, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandIndex4 - parentName: mixamorig:LeftHandIndex3 - position: {x: -0.030779855, y: 7.926917e-10, z: -0.00000008560385} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing1 - parentName: mixamorig:LeftHand - position: {x: -0.12147005, y: 0.00009894983, z: -0.022166291} - rotation: {x: 0.00000002980232, y: -0.000000014900391, z: 0.000000014901934, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing2 - parentName: mixamorig:LeftHandRing1 - position: {x: -0.036011904, y: 0.000000015129366, z: 0.0000003511219} - rotation: {x: -0.000000014901159, y: 0.00000005960389, z: -0.000000014904199, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing3 - parentName: mixamorig:LeftHandRing2 - position: {x: -0.03307317, y: 0.000000045317442, z: -0.00000020893265} - rotation: {x: 0.000000044703487, y: -0.0000000894085, z: -0.000000029797693, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandRing4 - parentName: mixamorig:LeftHandRing3 - position: {x: -0.036601152, y: 0.00000002906111, z: 4.5477133e-10} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky1 - parentName: mixamorig:LeftHand - position: {x: -0.10908195, y: -0.0022636496, z: -0.047258176} - rotation: {x: 0.000000044703487, y: -0.00000002980695, z: -0.00000008940545, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky2 - parentName: mixamorig:LeftHandPinky1 - position: {x: -0.041366525, y: 0.000000022999533, z: 0.00000026898434} - rotation: {x: 0.000000014901153, y: 0.000000044709655, z: 0.00000011920697, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky3 - parentName: mixamorig:LeftHandPinky2 - position: {x: -0.025948359, y: 5.93904e-10, z: -0.00000036009018} - rotation: {x: 3.0875333e-15, y: -0.00000005960773, z: -0.000000059601557, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftHandPinky4 - parentName: mixamorig:LeftHandPinky3 - position: {x: -0.029238692, y: 0.000000014407377, z: 0.00000018732128} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightShoulder - parentName: mixamorig:Spine2 - position: {x: 0.06105696, y: 0.09110509, z: 0.007055634} - rotation: {x: -0.000000014901161, y: 4.2632564e-14, z: -0.000000044703256, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightArm - parentName: mixamorig:RightShoulder - position: {x: 0.1265504, y: -0.0026602063, z: -0.026008958} - rotation: {x: 0.000000014901161, y: 7.7756505e-24, z: 0.000000044703484, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightForeArm - parentName: mixamorig:RightArm - position: {x: 0.27404684, y: 0.0000003288411, z: 0.000000052756395} - rotation: {x: -0.000000059604638, y: 0.000000003900862, z: -3.0876939e-15, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHand - parentName: mixamorig:RightForeArm - position: {x: 0.27614462, y: 0.00000022661457, z: 0.0000001832407} - rotation: {x: 0.000025994656, y: -0.000000044703476, z: 1.1567093e-12, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle1 - parentName: mixamorig:RightHand - position: {x: 0.12775522, y: 0.000000089457735, z: 0.00000018011639} - rotation: {x: -0.000000014901165, y: 0.000000044699625, z: -0.000000074508115, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle2 - parentName: mixamorig:RightHandMiddle1 - position: {x: 0.036139715, y: 0.000000027565017, z: 0.000000030803374} - rotation: {x: -0.000000014901161, y: 2.311002e-12, z: 0.00000004470347, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle3 - parentName: mixamorig:RightHandMiddle2 - position: {x: 0.0345976, y: -0.0000000019721824, z: -0.0000002645789} - rotation: {x: 0.000000059604645, y: 7.7026065e-13, z: 0.000000014901168, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandMiddle4 - parentName: mixamorig:RightHandMiddle3 - position: {x: 0.036801923, y: -0.000000006576055, z: 0.00000032509809} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb1 - parentName: mixamorig:RightHand - position: {x: 0.03788809, y: -0.02166998, z: 0.030030873} - rotation: {x: -0.11864688, y: -0.08685217, z: 0.11865078, w: 0.9819886} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb2 - parentName: mixamorig:RightHandThumb1 - position: {x: 0.036754426, y: -0.021220084, z: 0.021220122} - rotation: {x: 0.000005132493, y: 0.0000031770358, z: -0.0000056908543, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb3 - parentName: mixamorig:RightHandThumb2 - position: {x: 0.03394358, y: -0.019597458, z: 0.019597925} - rotation: {x: -0.0000050727767, y: -0.000009590957, z: -0.00000076763814, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandThumb4 - parentName: mixamorig:RightHandThumb3 - position: {x: 0.026794035, y: -0.015469455, z: 0.015469198} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex1 - parentName: mixamorig:RightHand - position: {x: 0.12266616, y: -0.002316732, z: 0.028220555} - rotation: {x: -0.000000014901163, y: -1.5418528e-12, z: -0.000000029802322, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex2 - parentName: mixamorig:RightHandIndex1 - position: {x: 0.038919672, y: -7.205551e-10, z: 0.00000037513024} - rotation: {x: -0.000000014901158, y: 0.00000002980617, z: 0.00000007450426, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex3 - parentName: mixamorig:RightHandIndex2 - position: {x: 0.03415161, y: 0.0000000025299138, z: -0.000000086058414} - rotation: {x: 7.7192193e-16, y: -0.000000029801553, z: 0.000000014902698, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandIndex4 - parentName: mixamorig:RightHandIndex3 - position: {x: 0.030779855, y: -0.000000009372842, z: -0.00000008780579} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing1 - parentName: mixamorig:RightHand - position: {x: 0.12147004, y: 0.00009890902, z: -0.022166314} - rotation: {x: 0.00000002980232, y: 0.000000014900391, z: -0.000000014901934, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing2 - parentName: mixamorig:RightHandRing1 - position: {x: 0.036011904, y: 0.0000000023856512, z: 0.0000003486698} - rotation: {x: -0.000000014901159, y: -0.00000005960389, z: 0.0000000149042, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing3 - parentName: mixamorig:RightHandRing2 - position: {x: 0.03307317, y: 0.00000003760175, z: -0.00000021114596} - rotation: {x: 0.000000014901161, y: 0.000000059604645, z: -3.0845936e-12, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandRing4 - parentName: mixamorig:RightHandRing3 - position: {x: 0.036601152, y: 0.00000002046845, z: 0.000000006718011} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky1 - parentName: mixamorig:RightHand - position: {x: 0.10908193, y: -0.002263685, z: -0.0472582} - rotation: {x: 0.000000044703487, y: 0.00000002980695, z: 0.00000008940544, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky2 - parentName: mixamorig:RightHandPinky1 - position: {x: 0.041366525, y: 0.000000004310631, z: 0.00000025609583} - rotation: {x: 0.000000014901153, y: -0.000000044709655, z: -0.00000011920697, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky3 - parentName: mixamorig:RightHandPinky2 - position: {x: 0.025948359, y: -0.000000009571486, z: -0.00000036661154} - rotation: {x: -0.00000005960464, y: 0.00000002980386, z: 0.000000029800782, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightHandPinky4 - parentName: mixamorig:RightHandPinky3 - position: {x: 0.029238692, y: 0.00000000641227, z: 0.00000018695744} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightUpLeg - parentName: mixamorig:Hips - position: {x: 0.09124453, y: -0.06656398, z: -0.00055377925} - rotation: {x: -0.000002931613, y: -0.000000013649597, z: 0.00000043784848, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightLeg - parentName: mixamorig:RightUpLeg - position: {x: 0.002446805, y: -0.40595436, z: -0.0051452797} - rotation: {x: 0.0000065525965, y: -0.000000021011672, z: -2.99793e-11, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightFoot - parentName: mixamorig:RightLeg - position: {x: -0.0024466943, y: -0.4204787, z: -0.02060231} - rotation: {x: -0.000003650786, y: 0.000000020896566, z: 0.0000000039579957, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightToeBase - parentName: mixamorig:RightFoot - position: {x: 0.0037335984, y: -0.10492194, z: 0.12640662} - rotation: {x: 0.000000029802322, y: 6.530776e-11, z: -2.3527402e-10, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:RightToe_End - parentName: mixamorig:RightToeBase - position: {x: -0.0000000011347395, y: 0.000000004587741, z: 0.09992521} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftUpLeg - parentName: mixamorig:Hips - position: {x: -0.091244526, y: -0.06656399, z: -0.00055377925} - rotation: {x: -0.000017517097, y: -0.000000013640878, z: 0.00000043808052, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftLeg - parentName: mixamorig:LeftUpLeg - position: {x: -0.0024468019, y: -0.40595403, z: -0.005170411} - rotation: {x: 0.000035527948, y: 0.000000089582485, z: 0.0000000041595536, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftFoot - parentName: mixamorig:LeftLeg - position: {x: 0.002446696, y: -0.42047998, z: -0.020576412} - rotation: {x: -0.000018015498, y: -0.00000010461389, z: -0.0000000013931898, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftToeBase - parentName: mixamorig:LeftFoot - position: {x: -0.0037335982, y: -0.10492193, z: 0.12640664} - rotation: {x: 0.000000004649337, y: 1.1698642e-10, z: 9.313231e-10, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: mixamorig:LeftToe_End - parentName: mixamorig:LeftToeBase - position: {x: 0.000000002053664, y: 0.000000009634096, z: 0.09992521} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - armTwist: 0.5 - foreArmTwist: 0.5 - upperLegTwist: 0.5 - legTwist: 0.5 - armStretch: 0.05 - legStretch: 0.05 - feetSpacing: 0 - globalScale: 1 - rootMotionBoneName: - hasTranslationDoF: 0 - hasExtraRoot: 1 - skeletonHasParents: 1 - lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: 96b816f238895a3489671ef99184aefe, type: 3} - autoGenerateAvatarMappingIfUnspecified: 1 - animationType: 3 - humanoidOversampling: 1 - avatarSetup: 2 - addHumanoidExtraRootOnlyWhenUsingAvatar: 1 - additionalBone: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Character/Animations/Jump/Locomotion--Run_N_Land.anim.fbx b/Assets/Resources/Character/Animations/Jump/Locomotion--Run_N_Land.anim.fbx deleted file mode 100644 index 5445d665..00000000 --- a/Assets/Resources/Character/Animations/Jump/Locomotion--Run_N_Land.anim.fbx +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c6eb01346c8898a0256cfc27df52bba82c3b49703d19b23c2859e3e2285dcd60 -size 605552 diff --git a/Assets/Resources/Character/Animations/Jump/Locomotion--Run_N_Land.anim.fbx.meta b/Assets/Resources/Character/Animations/Jump/Locomotion--Run_N_Land.anim.fbx.meta deleted file mode 100644 index e0701009..00000000 --- a/Assets/Resources/Character/Animations/Jump/Locomotion--Run_N_Land.anim.fbx.meta +++ /dev/null @@ -1,918 +0,0 @@ -fileFormatVersion: 2 -guid: 3c033631149b9c541bcf155cd94cccba -ModelImporter: - serializedVersion: 20200 - internalIDToNameTable: - - first: - 74: -2817517482862745934 - second: Run_N_Land - externalObjects: {} - materials: - materialImportMode: 1 - materialName: 0 - materialSearch: 1 - materialLocation: 1 - animations: - legacyGenerateAnimations: 4 - bakeSimulation: 0 - resampleCurves: 1 - optimizeGameObjects: 0 - motionNodeName: - rigImportErrors: - rigImportWarnings: - animationImportErrors: - animationImportWarnings: - animationRetargetingWarnings: - animationDoRetargetingWarnings: 0 - importAnimatedCustomProperties: 0 - importConstraints: 1 - animationCompression: 1 - animationRotationError: 0.05 - animationPositionError: 0.05 - animationScaleError: 0.25 - animationWrapMode: 0 - extraExposedTransformPaths: [] - extraUserProperties: [] - clipAnimations: - - serializedVersion: 16 - name: Run_N_Land - takeName: Run_N_Land - internalID: 0 - firstFrame: 0 - lastFrame: 20 - wrapMode: 0 - orientationOffsetY: 0 - level: 0 - cycleOffset: 0 - loop: 0 - hasAdditiveReferencePose: 0 - loopTime: 0 - loopBlend: 0 - loopBlendOrientation: 1 - loopBlendPositionY: 1 - loopBlendPositionXZ: 1 - keepOriginalOrientation: 1 - keepOriginalPositionY: 1 - keepOriginalPositionXZ: 1 - heightFromFeet: 0 - mirror: 0 - bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 - curves: [] - events: [] - transformMask: [] - maskType: 3 - maskSource: {instanceID: 0} - additiveReferencePoseFrame: 0 - isReadable: 0 - meshes: - lODScreenPercentages: [] - globalScale: 1 - meshCompression: 0 - addColliders: 0 - useSRGBMaterialColor: 1 - sortHierarchyByName: 1 - importVisibility: 1 - importBlendShapes: 1 - importCameras: 1 - importLights: 1 - fileIdsGeneration: 2 - swapUVChannels: 0 - generateSecondaryUV: 0 - useFileUnits: 1 - keepQuads: 0 - weldVertices: 1 - bakeAxisConversion: 0 - preserveHierarchy: 0 - skinWeightsMode: 0 - maxBonesPerVertex: 4 - minBoneWeight: 0.001 - meshOptimizationFlags: -1 - indexFormat: 0 - secondaryUVAngleDistortion: 8 - secondaryUVAreaDistortion: 15.000001 - secondaryUVHardAngle: 88 - secondaryUVMarginMethod: 1 - secondaryUVMinLightmapResolution: 40 - secondaryUVMinObjectScale: 1 - secondaryUVPackMargin: 4 - useFileScale: 1 - tangentSpace: - normalSmoothAngle: 60 - normalImportMode: 0 - tangentImportMode: 3 - normalCalculationMode: 4 - legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 - blendShapeNormalImportMode: 1 - normalSmoothingSource: 0 - referencedClips: [] - importAnimation: 1 - humanDescription: - serializedVersion: 3 - human: - - boneName: Hips - humanName: Hips - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_UpperLeg - humanName: RightUpperLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_LowerLeg - humanName: RightLowerLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_Foot - humanName: RightFoot - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_Toes - humanName: RightToes - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Spine - humanName: Spine - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Chest - humanName: Chest - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: UpperChest - humanName: UpperChest - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_Shoulder - humanName: RightShoulder - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_UpperArm - humanName: RightUpperArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_LowerArm - humanName: RightLowerArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_Hand - humanName: RightHand - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Neck - humanName: Neck - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Head - humanName: Head - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Jaw - humanName: Jaw - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_Shoulder - humanName: LeftShoulder - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_UpperArm - humanName: LeftUpperArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_LowerArm - humanName: LeftLowerArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_Hand - humanName: LeftHand - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_UpperLeg - humanName: LeftUpperLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_LowerLeg - humanName: LeftLowerLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_Foot - humanName: LeftFoot - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_Toes - humanName: LeftToes - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_ThumbProximal - humanName: Left Thumb Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_ThumbIntermediate - humanName: Left Thumb Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_ThumbDistal - humanName: Left Thumb Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_IndexProximal - humanName: Left Index Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_IndexIntermediate - humanName: Left Index Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_IndexDistal - humanName: Left Index Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_MiddleProximal - humanName: Left Middle Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_MiddleIntermediate - humanName: Left Middle Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_MiddleDistal - humanName: Left Middle Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_RingProximal - humanName: Left Ring Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_RingIntermediate - humanName: Left Ring Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_RingDistal - humanName: Left Ring Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_PinkyProximal - humanName: Left Little Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_PinkyIntermediate - humanName: Left Little Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_PinkyDistal - humanName: Left Little Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_ThumbProximal - humanName: Right Thumb Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_ThumbIntermediate - humanName: Right Thumb Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_ThumbDistal - humanName: Right Thumb Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_IndexProximal - humanName: Right Index Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_IndexIntermediate - humanName: Right Index Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_IndexDistal - humanName: Right Index Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_MiddleProximal - humanName: Right Middle Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_MiddleIntermediate - humanName: Right Middle Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_MiddleDistal - humanName: Right Middle Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_RingProximal - humanName: Right Ring Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_RingIntermediate - humanName: Right Ring Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_RingDistal - humanName: Right Ring Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_PinkyProximal - humanName: Right Little Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_PinkyIntermediate - humanName: Right Little Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_PinkyDistal - humanName: Right Little Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - skeleton: - - name: Mannequin(Clone) - parentName: - position: {x: -0, y: 0, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Geometry - parentName: Mannequin(Clone) - position: {x: -0, y: 0, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Mannequin_Mesh - parentName: Geometry - position: {x: -0, y: 0, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Skeleton - parentName: Mannequin(Clone) - position: {x: -0, y: 0, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Hips - parentName: Skeleton - position: {x: -0, y: 0.9810986, z: -0.01590455} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Left_UpperLeg - parentName: Hips - position: {x: -0.08610317, y: -0.053458035, z: -0.011470641} - rotation: {x: 0.999839, y: -0.01775374, z: 0.000046300094, w: -0.0026074864} - scale: {x: 1, y: 1, z: 1} - - name: Left_LowerLeg - parentName: Left_UpperLeg - position: {x: -2.9864513e-16, y: 0.4133444, z: -5.4956034e-17} - rotation: {x: 0.034046065, y: 2.2687323e-19, z: 7.728622e-21, w: 0.9994203} - scale: {x: 1, y: 1, z: 1} - - name: Left_Foot - parentName: Left_LowerLeg - position: {x: 0.0000000017320426, y: 0.41403946, z: 7.141509e-16} - rotation: {x: -0.035700925, y: 0.049957544, z: -0.019575229, w: 0.9979211} - scale: {x: 1, y: 1, z: 1} - - name: Left_Toes - parentName: Left_Foot - position: {x: 7.105427e-17, y: 0.07224803, z: -0.118065506} - rotation: {x: -0.7071068, y: 8.7157646e-33, z: -8.7157646e-33, w: 0.7071068} - scale: {x: 1, y: 1, z: 1} - - name: Left_ToesEnd - parentName: Left_Toes - position: {x: -0.0010026174, y: 0.06423476, z: 0.016843978} - rotation: {x: 0.7070656, y: -0.0076321815, z: -0.0076321815, w: 0.7070656} - scale: {x: 1, y: 1, z: 1} - - name: Right_UpperLeg - parentName: Hips - position: {x: 0.086103186, y: -0.053458147, z: -0.0114706475} - rotation: {x: 0.0026075041, y: 0.000046300407, z: 0.01775374, w: 0.999839} - scale: {x: 1, y: 1, z: 1} - - name: Right_LowerLeg - parentName: Right_UpperLeg - position: {x: 0.0000004514609, y: -0.41334414, z: 0.000000025994435} - rotation: {x: 0.034046065, y: 2.2687323e-19, z: 7.728622e-21, w: 0.9994203} - scale: {x: 1, y: 1, z: 1} - - name: Right_Foot - parentName: Right_LowerLeg - position: {x: -0.0000007472542, y: -0.41403967, z: -0.000000032847502} - rotation: {x: -0.035700925, y: 0.049957544, z: -0.019575229, w: 0.9979211} - scale: {x: 1, y: 1, z: 1} - - name: Right_Toes - parentName: Right_Foot - position: {x: -0.00000015643121, y: -0.07224799, z: 0.11807} - rotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068} - scale: {x: 1, y: 1, z: 1} - - name: Right_ToesEnd - parentName: Right_Toes - position: {x: 0.0010031584, y: -0.06423059, z: -0.016843898} - rotation: {x: 0.7070656, y: -0.0076321815, z: -0.0076321815, w: 0.7070656} - scale: {x: 1, y: 1, z: 1} - - name: Spine - parentName: Hips - position: {x: -0, y: 0.058229383, z: 0.0012229546} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Chest - parentName: Spine - position: {x: -0, y: 0.1034043, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: UpperChest - parentName: Chest - position: {x: -0, y: 0.1034043, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Left_Shoulder - parentName: UpperChest - position: {x: -0.0009571358, y: 0.19149224, z: -0.0087277945} - rotation: {x: -0.0049494267, y: -0.113521874, z: 0.043275386, w: 0.99258024} - scale: {x: 1, y: 1, z: 1} - - name: Left_UpperArm - parentName: Left_Shoulder - position: {x: -0.16743502, y: -5.684341e-16, z: -2.664535e-17} - rotation: {x: 0.12673509, y: 0.03332071, z: 0.6809724, w: 0.72048914} - scale: {x: 1, y: 1, z: 1} - - name: Left_LowerArm - parentName: Left_UpperArm - position: {x: -2.8421706e-16, y: 0.28508067, z: 0} - rotation: {x: 0.020536564, y: 0.00832135, z: -0.020624585, w: 0.9995417} - scale: {x: 1, y: 1, z: 1} - - name: Left_Hand - parentName: Left_LowerArm - position: {x: -2.4123817e-10, y: 0.24036221, z: -1.4210853e-16} - rotation: {x: -0.047397237, y: -0.24003562, z: 0.013464749, w: 0.9695128} - scale: {x: 1, y: 1, z: 1} - - name: Left_IndexProximal - parentName: Left_Hand - position: {x: 0.007815497, y: 0.0918443, z: 0.02657316} - rotation: {x: -0.0000789147, y: -0.7104809, z: -0.006305193, w: 0.70368826} - scale: {x: 1, y: 1, z: 1} - - name: Left_IndexIntermediate - parentName: Left_IndexProximal - position: {x: 9.079803e-16, y: 0.04209777, z: 3.2607592e-16} - rotation: {x: 0.030199163, y: 0.00000005960465, z: -0.00000038841978, w: 0.9995439} - scale: {x: 1, y: 1, z: 1} - - name: Left_IndexDistal - parentName: Left_IndexIntermediate - position: {x: -8.20111e-16, y: 0.02513925, z: -4.317065e-16} - rotation: {x: 0.03945603, y: 0.000000016383924, z: 0.0000000332638, w: 0.9992213} - scale: {x: 1, y: 1, z: 1} - - name: Left_IndexDistalEnd - parentName: Left_IndexDistal - position: {x: -1.1581012e-16, y: 0.024609203, z: -6.661337e-17} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Left_MiddleProximal - parentName: Left_Hand - position: {x: 0.012847862, y: 0.08609763, z: 0.003435423} - rotation: {x: -0.004090429, y: -0.6610811, z: -0.004001968, w: 0.7502927} - scale: {x: 1, y: 1, z: 1} - - name: Left_MiddleIntermediate - parentName: Left_MiddleProximal - position: {x: 2.7261607e-16, y: 0.051279362, z: 5.988264e-17} - rotation: {x: 0.026233751, y: -0.000000029802322, z: -0.0000007133931, w: 0.99965584} - scale: {x: 1, y: 1, z: 1} - - name: Left_MiddleDistal - parentName: Left_MiddleIntermediate - position: {x: -7.199101e-17, y: 0.028284006, z: -4.93648e-17} - rotation: {x: 0.03347514, y: -0, z: -0, w: 0.9994396} - scale: {x: 1, y: 1, z: 1} - - name: Left_MiddleDistalEnd - parentName: Left_MiddleDistal - position: {x: -1.7763565e-16, y: 0.023346113, z: -7.105426e-17} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Left_PinkyProximal - parentName: Left_Hand - position: {x: 0.004436847, y: 0.07288173, z: -0.029359013} - rotation: {x: -0.02007038, y: -0.5504896, z: -0.008246153, w: 0.83456} - scale: {x: 1, y: 1, z: 1} - - name: Left_PinkyIntermediate - parentName: Left_PinkyProximal - position: {x: 1.9539922e-16, y: 0.032272622, z: -1.4210853e-16} - rotation: {x: 0.028115956, y: -0.00000008940699, z: -0.0000005941839, w: 0.9996047} - scale: {x: 1, y: 1, z: 1} - - name: Left_PinkyDistal - parentName: Left_PinkyIntermediate - position: {x: -3.5527133e-17, y: 0.020224448, z: -7.1054265e-17} - rotation: {x: 0.03643686, y: 0.00000014611446, z: 0.00000018696, w: 0.999336} - scale: {x: 1, y: 1, z: 1} - - name: Left_PinkyDistalEnd - parentName: Left_PinkyDistal - position: {x: -1.2434495e-16, y: 0.018519057, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Left_RingProximal - parentName: Left_Hand - position: {x: 0.009525569, y: 0.08161553, z: -0.012242405} - rotation: {x: -0.017654313, y: -0.6026994, z: -0.0040520057, w: 0.79776275} - scale: {x: 1, y: 1, z: 1} - - name: Left_RingIntermediate - parentName: Left_RingProximal - position: {x: 3.3750777e-16, y: 0.043630484, z: -1.4210853e-16} - rotation: {x: 0.023556013, y: 0.00000026822087, z: 0.0000007636844, w: 0.99972254} - scale: {x: 1, y: 1, z: 1} - - name: Left_RingDistal - parentName: Left_RingIntermediate - position: {x: 1.7763566e-17, y: 0.027115494, z: -1.065814e-16} - rotation: {x: 0.03908592, y: -0.000000019744585, z: 0.00000042049942, w: 0.9992359} - scale: {x: 1, y: 1, z: 1} - - name: Left_RingDistalEnd - parentName: Left_RingDistal - position: {x: -7.105426e-17, y: 0.02095726, z: -7.105426e-17} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Left_ThumbProximal - parentName: Left_Hand - position: {x: -0.00080496486, y: 0.028816883, z: 0.023514476} - rotation: {x: 0.1796032, y: 0.8841741, z: 0.4239896, w: -0.07881452} - scale: {x: 1, y: 1, z: 1} - - name: Left_ThumbIntermediate - parentName: Left_ThumbProximal - position: {x: 2.4357445e-15, y: 0.027578257, z: 0.0038183592} - rotation: {x: 0.1278054, y: -0, z: -0, w: 0.9917993} - scale: {x: 1, y: 1, z: 1} - - name: Left_ThumbDistal - parentName: Left_ThumbIntermediate - position: {x: -2.2737365e-15, y: 0.044597257, z: -0.006869915} - rotation: {x: -0.045421924, y: -0.00000036741366, z: -0.0000008691409, w: 0.9989679} - scale: {x: 1, y: 1, z: 1} - - name: Left_ThumbDistalEnd - parentName: Left_ThumbDistal - position: {x: -4.2632555e-16, y: 0.029458016, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Neck - parentName: UpperChest - position: {x: -0, y: 0.25104657, z: -0.015329581} - rotation: {x: 0.060688436, y: -0, z: -0, w: 0.9981568} - scale: {x: 1, y: 1, z: 1} - - name: Head - parentName: Neck - position: {x: -0, y: 0.12747401, z: 0} - rotation: {x: -0.060688436, y: 0, z: -0, w: 0.9981568} - scale: {x: 1, y: 1, z: 1} - - name: Jaw - parentName: Head - position: {x: -0, y: -0.00763539, z: 0.012895278} - rotation: {x: 0.15949209, y: 0.68888485, z: 0.15949209, w: 0.68888485} - scale: {x: 1, y: 1, z: 1} - - name: Left_Eye - parentName: Head - position: {x: -0.03330326, y: 0.034598116, z: 0.0867403} - rotation: {x: 0, y: 0.7071068, z: 0, w: 0.7071068} - scale: {x: 1, y: 1, z: 1} - - name: Right_Eye - parentName: Head - position: {x: 0.033303294, y: 0.03459628, z: 0.0867403} - rotation: {x: 0.7071068, y: 4.3297806e-17, z: 0.7071068, w: -4.3297806e-17} - scale: {x: 1, y: 1, z: 1} - - name: Neck_Twist_A - parentName: Neck - position: {x: -0, y: 0.063737005, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Right_Shoulder - parentName: UpperChest - position: {x: 0.0009571358, y: 0.19149381, z: -0.008727803} - rotation: {x: 0.99258024, y: -0.04327539, z: -0.113521874, w: 0.004949396} - scale: {x: 1, y: 1, z: 1} - - name: Right_UpperArm - parentName: Right_Shoulder - position: {x: 0.16743432, y: -0.0000022099182, z: 0.00000012213746} - rotation: {x: 0.1267345, y: 0.033320885, z: 0.68096745, w: 0.720494} - scale: {x: 1, y: 1, z: 1} - - name: Right_LowerArm - parentName: Right_UpperArm - position: {x: 0.0000037273983, y: -0.285085, z: -0.00000035927226} - rotation: {x: 0.020541133, y: 0.008317431, z: -0.020620903, w: 0.99954176} - scale: {x: 1, y: 1, z: 1} - - name: Right_Hand - parentName: Right_LowerArm - position: {x: 0.0000014923929, y: -0.24036367, z: 0.0000017856368} - rotation: {x: -0.047397237, y: -0.24003562, z: 0.013464749, w: 0.9695128} - scale: {x: 1, y: 1, z: 1} - - name: Right_IndexProximal - parentName: Right_Hand - position: {x: -0.0078223245, y: -0.0918393, z: -0.026574574} - rotation: {x: -0.00008773989, y: -0.7104814, z: -0.0063276542, w: 0.7036876} - scale: {x: 1, y: 1, z: 1} - - name: Right_IndexIntermediate - parentName: Right_IndexProximal - position: {x: 0.0000006924457, y: -0.04210151, z: -0.0000013631077} - rotation: {x: 0.03020306, y: -0.0000005662439, z: 0.000012195228, w: 0.99954385} - scale: {x: 1, y: 1, z: 1} - - name: Right_IndexDistal - parentName: Right_IndexIntermediate - position: {x: -0.00000032847043, y: -0.025139209, z: -0.0000005960629} - rotation: {x: 0.03948371, y: -0.000000052504312, z: -0.000005515076, w: 0.99922025} - scale: {x: 1, y: 1, z: 1} - - name: Right_IndexDistalEnd - parentName: Right_IndexDistal - position: {x: 0.00000023984484, y: -0.024609355, z: 0.0000006271131} - rotation: {x: -5.5511138e-17, y: 0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Right_MiddleProximal - parentName: Right_Hand - position: {x: -0.012848663, y: -0.08609768, z: -0.0034359337} - rotation: {x: -0.0040856875, y: -0.6610817, z: -0.0040004994, w: 0.7502922} - scale: {x: 1, y: 1, z: 1} - - name: Right_MiddleIntermediate - parentName: Right_MiddleProximal - position: {x: 0.000000014272595, y: -0.051275954, z: 0.0000009747695} - rotation: {x: 0.026226329, y: -0.0000007450579, z: -0.0000027469353, w: 0.9996561} - scale: {x: 1, y: 1, z: 1} - - name: Right_MiddleDistal - parentName: Right_MiddleIntermediate - position: {x: 0.00000014287376, y: -0.028283618, z: 0.00000019378916} - rotation: {x: 0.03347514, y: -0, z: -0, w: 0.9994396} - scale: {x: 1, y: 1, z: 1} - - name: Right_MiddleDistalEnd - parentName: Right_MiddleDistal - position: {x: 0.000000038619483, y: -0.023345316, z: 0.0000005352584} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Right_PinkyProximal - parentName: Right_Hand - position: {x: -0.0044381507, y: -0.07288141, z: 0.029358566} - rotation: {x: -0.020058475, y: -0.55049545, z: -0.008249418, w: 0.83455646} - scale: {x: 1, y: 1, z: 1} - - name: Right_PinkyIntermediate - parentName: Right_PinkyProximal - position: {x: 0.00000045734515, y: -0.032268908, z: 0.00000088312623} - rotation: {x: 0.02811499, y: -0.0000035166731, z: -0.00000016298141, w: 0.9996047} - scale: {x: 1, y: 1, z: 1} - - name: Right_PinkyDistal - parentName: Right_PinkyIntermediate - position: {x: 0.00000023899057, y: -0.02022493, z: 0.00000055474345} - rotation: {x: 0.03642403, y: -0.0000024211556, z: -0.000008829222, w: 0.9993365} - scale: {x: 1, y: 1, z: 1} - - name: Right_PinkyDistalEnd - parentName: Right_PinkyDistal - position: {x: 0.000000632002, y: -0.018518865, z: 0.0000001154108} - rotation: {x: -1.7347236e-17, y: 0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Right_RingProximal - parentName: Right_Hand - position: {x: -0.00952738, y: -0.08161427, z: 0.012242128} - rotation: {x: -0.017649079, y: -0.6027014, z: -0.0040535578, w: 0.7977614} - scale: {x: 1, y: 1, z: 1} - - name: Right_RingIntermediate - parentName: Right_RingProximal - position: {x: 0.0000000695935, y: -0.04362872, z: 0.00000080048335} - rotation: {x: 0.023547903, y: 0.0000024139879, z: 0.0000069094813, w: 0.9997228} - scale: {x: 1, y: 1, z: 1} - - name: Right_RingDistal - parentName: Right_RingIntermediate - position: {x: -0.000000290747, y: -0.02711462, z: 0.0000000181098} - rotation: {x: 0.039100695, y: 0.00000009656897, z: -0.000004755179, w: 0.99923533} - scale: {x: 1, y: 1, z: 1} - - name: Right_RingDistalEnd - parentName: Right_RingDistal - position: {x: 0.00000008856214, y: -0.020957856, z: 0.0000005565459} - rotation: {x: 9.02056e-17, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Right_ThumbProximal - parentName: Right_Hand - position: {x: 0.00080341793, y: -0.028816395, z: -0.023514695} - rotation: {x: 0.17960793, y: 0.8841713, z: 0.42399347, w: -0.07881395} - scale: {x: 1, y: 1, z: 1} - - name: Right_ThumbIntermediate - parentName: Right_ThumbProximal - position: {x: 0.00000015009721, y: -0.02757781, z: -0.0038183848} - rotation: {x: 0.12780538, y: -0, z: -0, w: 0.9917993} - scale: {x: 1, y: 1, z: 1} - - name: Right_ThumbDistal - parentName: Right_ThumbIntermediate - position: {x: 0.0000007817755, y: -0.044594634, z: 0.0068707783} - rotation: {x: -0.04541878, y: -0.000003060937, z: 0.000004811603, w: 0.99896806} - scale: {x: 1, y: 1, z: 1} - - name: Right_ThumbDistalEnd - parentName: Right_ThumbDistal - position: {x: 0.00000020228964, y: -0.029458148, z: 0.0000009551683} - rotation: {x: -2.7755574e-17, y: 0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - armTwist: 1 - foreArmTwist: 0 - upperLegTwist: 1 - legTwist: 0 - armStretch: 0 - legStretch: 0 - feetSpacing: 0 - globalScale: 1 - rootMotionBoneName: - hasTranslationDoF: 1 - hasExtraRoot: 0 - skeletonHasParents: 1 - lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: 36078ab0369161e49a29d349ae3e0739, type: 3} - autoGenerateAvatarMappingIfUnspecified: 1 - animationType: 3 - humanoidOversampling: 1 - avatarSetup: 2 - addHumanoidExtraRootOnlyWhenUsingAvatar: 0 - additionalBone: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Character/Animations/Jump/Locomotion--Walk_N_Land.anim.fbx b/Assets/Resources/Character/Animations/Jump/Locomotion--Walk_N_Land.anim.fbx deleted file mode 100644 index e40eb932..00000000 --- a/Assets/Resources/Character/Animations/Jump/Locomotion--Walk_N_Land.anim.fbx +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5bf601e30e89e7601e1735a3c2ca165f370d90457e3b22ebfa366dc84ecffda5 -size 652800 diff --git a/Assets/Resources/Character/Animations/Jump/Locomotion--Walk_N_Land.anim.fbx.meta b/Assets/Resources/Character/Animations/Jump/Locomotion--Walk_N_Land.anim.fbx.meta deleted file mode 100644 index 610f0379..00000000 --- a/Assets/Resources/Character/Animations/Jump/Locomotion--Walk_N_Land.anim.fbx.meta +++ /dev/null @@ -1,918 +0,0 @@ -fileFormatVersion: 2 -guid: 325a26d62b61fa94cb3c97c435efebc5 -ModelImporter: - serializedVersion: 20200 - internalIDToNameTable: - - first: - 74: 3062299877480904481 - second: Walk_N_Land - externalObjects: {} - materials: - materialImportMode: 1 - materialName: 0 - materialSearch: 1 - materialLocation: 1 - animations: - legacyGenerateAnimations: 4 - bakeSimulation: 0 - resampleCurves: 1 - optimizeGameObjects: 0 - motionNodeName: - rigImportErrors: - rigImportWarnings: - animationImportErrors: - animationImportWarnings: - animationRetargetingWarnings: - animationDoRetargetingWarnings: 0 - importAnimatedCustomProperties: 0 - importConstraints: 0 - animationCompression: 3 - animationRotationError: 0.05 - animationPositionError: 0.05 - animationScaleError: 0.25 - animationWrapMode: 0 - extraExposedTransformPaths: [] - extraUserProperties: [] - clipAnimations: - - serializedVersion: 16 - name: Walk_N_Land - takeName: Walk_N_Land - internalID: 0 - firstFrame: 0 - lastFrame: 16 - wrapMode: 0 - orientationOffsetY: 0 - level: 0 - cycleOffset: 0 - loop: 0 - hasAdditiveReferencePose: 0 - loopTime: 0 - loopBlend: 0 - loopBlendOrientation: 1 - loopBlendPositionY: 1 - loopBlendPositionXZ: 1 - keepOriginalOrientation: 1 - keepOriginalPositionY: 1 - keepOriginalPositionXZ: 1 - heightFromFeet: 0 - mirror: 0 - bodyMask: 01000000010000000100000001000000010000000100000001000000010000000100000001000000010000000100000001000000 - curves: [] - events: [] - transformMask: [] - maskType: 3 - maskSource: {instanceID: 0} - additiveReferencePoseFrame: 0 - isReadable: 0 - meshes: - lODScreenPercentages: [] - globalScale: 1 - meshCompression: 0 - addColliders: 0 - useSRGBMaterialColor: 1 - sortHierarchyByName: 1 - importVisibility: 1 - importBlendShapes: 1 - importCameras: 1 - importLights: 1 - fileIdsGeneration: 2 - swapUVChannels: 0 - generateSecondaryUV: 0 - useFileUnits: 1 - keepQuads: 0 - weldVertices: 1 - bakeAxisConversion: 0 - preserveHierarchy: 0 - skinWeightsMode: 0 - maxBonesPerVertex: 4 - minBoneWeight: 0.001 - meshOptimizationFlags: -1 - indexFormat: 0 - secondaryUVAngleDistortion: 8 - secondaryUVAreaDistortion: 15.000001 - secondaryUVHardAngle: 88 - secondaryUVMarginMethod: 1 - secondaryUVMinLightmapResolution: 40 - secondaryUVMinObjectScale: 1 - secondaryUVPackMargin: 4 - useFileScale: 1 - tangentSpace: - normalSmoothAngle: 60 - normalImportMode: 0 - tangentImportMode: 3 - normalCalculationMode: 4 - legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 - blendShapeNormalImportMode: 1 - normalSmoothingSource: 0 - referencedClips: [] - importAnimation: 1 - humanDescription: - serializedVersion: 3 - human: - - boneName: Hips - humanName: Hips - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_UpperLeg - humanName: RightUpperLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_LowerLeg - humanName: RightLowerLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_Foot - humanName: RightFoot - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_Toes - humanName: RightToes - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Spine - humanName: Spine - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Chest - humanName: Chest - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: UpperChest - humanName: UpperChest - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_Shoulder - humanName: RightShoulder - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_UpperArm - humanName: RightUpperArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_LowerArm - humanName: RightLowerArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_Hand - humanName: RightHand - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Neck - humanName: Neck - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Head - humanName: Head - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Jaw - humanName: Jaw - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_Shoulder - humanName: LeftShoulder - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_UpperArm - humanName: LeftUpperArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_LowerArm - humanName: LeftLowerArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_Hand - humanName: LeftHand - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_UpperLeg - humanName: LeftUpperLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_LowerLeg - humanName: LeftLowerLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_Foot - humanName: LeftFoot - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_Toes - humanName: LeftToes - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_ThumbProximal - humanName: Left Thumb Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_ThumbIntermediate - humanName: Left Thumb Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_ThumbDistal - humanName: Left Thumb Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_IndexProximal - humanName: Left Index Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_IndexIntermediate - humanName: Left Index Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_IndexDistal - humanName: Left Index Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_MiddleProximal - humanName: Left Middle Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_MiddleIntermediate - humanName: Left Middle Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_MiddleDistal - humanName: Left Middle Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_RingProximal - humanName: Left Ring Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_RingIntermediate - humanName: Left Ring Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_RingDistal - humanName: Left Ring Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_PinkyProximal - humanName: Left Little Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_PinkyIntermediate - humanName: Left Little Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_PinkyDistal - humanName: Left Little Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_ThumbProximal - humanName: Right Thumb Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_ThumbIntermediate - humanName: Right Thumb Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_ThumbDistal - humanName: Right Thumb Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_IndexProximal - humanName: Right Index Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_IndexIntermediate - humanName: Right Index Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_IndexDistal - humanName: Right Index Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_MiddleProximal - humanName: Right Middle Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_MiddleIntermediate - humanName: Right Middle Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_MiddleDistal - humanName: Right Middle Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_RingProximal - humanName: Right Ring Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_RingIntermediate - humanName: Right Ring Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_RingDistal - humanName: Right Ring Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_PinkyProximal - humanName: Right Little Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_PinkyIntermediate - humanName: Right Little Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_PinkyDistal - humanName: Right Little Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - skeleton: - - name: Mannequin(Clone) - parentName: - position: {x: -0, y: 0, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Geometry - parentName: Mannequin(Clone) - position: {x: -0, y: 0, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Mannequin_Mesh - parentName: Geometry - position: {x: -0, y: 0, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Skeleton - parentName: Mannequin(Clone) - position: {x: -0, y: 0, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Hips - parentName: Skeleton - position: {x: -0, y: 0.9810986, z: -0.01590455} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Left_UpperLeg - parentName: Hips - position: {x: -0.08610317, y: -0.053458035, z: -0.011470641} - rotation: {x: 0.999839, y: -0.01775374, z: 0.000046300094, w: -0.0026074864} - scale: {x: 1, y: 1, z: 1} - - name: Left_LowerLeg - parentName: Left_UpperLeg - position: {x: -2.9864513e-16, y: 0.4133444, z: -5.4956034e-17} - rotation: {x: 0.034046065, y: 2.2687323e-19, z: 7.728622e-21, w: 0.9994203} - scale: {x: 1, y: 1, z: 1} - - name: Left_Foot - parentName: Left_LowerLeg - position: {x: 0.0000000017320426, y: 0.41403946, z: 7.141509e-16} - rotation: {x: -0.035700925, y: 0.049957544, z: -0.019575229, w: 0.9979211} - scale: {x: 1, y: 1, z: 1} - - name: Left_Toes - parentName: Left_Foot - position: {x: 7.105427e-17, y: 0.07224803, z: -0.118065506} - rotation: {x: -0.7071068, y: 8.7157646e-33, z: -8.7157646e-33, w: 0.7071068} - scale: {x: 1, y: 1, z: 1} - - name: Left_ToesEnd - parentName: Left_Toes - position: {x: -0.0010026174, y: 0.06423476, z: 0.016843978} - rotation: {x: 0.7070656, y: -0.0076321815, z: -0.0076321815, w: 0.7070656} - scale: {x: 1, y: 1, z: 1} - - name: Right_UpperLeg - parentName: Hips - position: {x: 0.086103186, y: -0.053458147, z: -0.0114706475} - rotation: {x: 0.0026075041, y: 0.000046300407, z: 0.01775374, w: 0.999839} - scale: {x: 1, y: 1, z: 1} - - name: Right_LowerLeg - parentName: Right_UpperLeg - position: {x: 0.0000004514609, y: -0.41334414, z: 0.000000025994435} - rotation: {x: 0.034046065, y: 2.2687323e-19, z: 7.728622e-21, w: 0.9994203} - scale: {x: 1, y: 1, z: 1} - - name: Right_Foot - parentName: Right_LowerLeg - position: {x: -0.0000007472542, y: -0.41403967, z: -0.000000032847502} - rotation: {x: -0.035700925, y: 0.049957544, z: -0.019575229, w: 0.9979211} - scale: {x: 1, y: 1, z: 1} - - name: Right_Toes - parentName: Right_Foot - position: {x: -0.00000015643121, y: -0.07224799, z: 0.11807} - rotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068} - scale: {x: 1, y: 1, z: 1} - - name: Right_ToesEnd - parentName: Right_Toes - position: {x: 0.0010031584, y: -0.06423059, z: -0.016843898} - rotation: {x: 0.7070656, y: -0.0076321815, z: -0.0076321815, w: 0.7070656} - scale: {x: 1, y: 1, z: 1} - - name: Spine - parentName: Hips - position: {x: -0, y: 0.058229383, z: 0.0012229546} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Chest - parentName: Spine - position: {x: -0, y: 0.1034043, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: UpperChest - parentName: Chest - position: {x: -0, y: 0.1034043, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Left_Shoulder - parentName: UpperChest - position: {x: -0.0009571358, y: 0.19149224, z: -0.0087277945} - rotation: {x: -0.0049494267, y: -0.113521874, z: 0.043275386, w: 0.99258024} - scale: {x: 1, y: 1, z: 1} - - name: Left_UpperArm - parentName: Left_Shoulder - position: {x: -0.16743502, y: -5.684341e-16, z: -2.664535e-17} - rotation: {x: 0.12673509, y: 0.03332071, z: 0.6809724, w: 0.72048914} - scale: {x: 1, y: 1, z: 1} - - name: Left_LowerArm - parentName: Left_UpperArm - position: {x: -2.8421706e-16, y: 0.28508067, z: 0} - rotation: {x: 0.020536564, y: 0.00832135, z: -0.020624585, w: 0.9995417} - scale: {x: 1, y: 1, z: 1} - - name: Left_Hand - parentName: Left_LowerArm - position: {x: -2.4123817e-10, y: 0.24036221, z: -1.4210853e-16} - rotation: {x: -0.047397237, y: -0.24003562, z: 0.013464749, w: 0.9695128} - scale: {x: 1, y: 1, z: 1} - - name: Left_IndexProximal - parentName: Left_Hand - position: {x: 0.007815497, y: 0.0918443, z: 0.02657316} - rotation: {x: -0.0000789147, y: -0.7104809, z: -0.006305193, w: 0.70368826} - scale: {x: 1, y: 1, z: 1} - - name: Left_IndexIntermediate - parentName: Left_IndexProximal - position: {x: 9.079803e-16, y: 0.04209777, z: 3.2607592e-16} - rotation: {x: 0.030199163, y: 0.00000005960465, z: -0.00000038841978, w: 0.9995439} - scale: {x: 1, y: 1, z: 1} - - name: Left_IndexDistal - parentName: Left_IndexIntermediate - position: {x: -8.20111e-16, y: 0.02513925, z: -4.317065e-16} - rotation: {x: 0.03945603, y: 0.000000016383924, z: 0.0000000332638, w: 0.9992213} - scale: {x: 1, y: 1, z: 1} - - name: Left_IndexDistalEnd - parentName: Left_IndexDistal - position: {x: -1.1581012e-16, y: 0.024609203, z: -6.661337e-17} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Left_MiddleProximal - parentName: Left_Hand - position: {x: 0.012847862, y: 0.08609763, z: 0.003435423} - rotation: {x: -0.004090429, y: -0.6610811, z: -0.004001968, w: 0.7502927} - scale: {x: 1, y: 1, z: 1} - - name: Left_MiddleIntermediate - parentName: Left_MiddleProximal - position: {x: 2.7261607e-16, y: 0.051279362, z: 5.988264e-17} - rotation: {x: 0.026233751, y: -0.000000029802322, z: -0.0000007133931, w: 0.99965584} - scale: {x: 1, y: 1, z: 1} - - name: Left_MiddleDistal - parentName: Left_MiddleIntermediate - position: {x: -7.199101e-17, y: 0.028284006, z: -4.93648e-17} - rotation: {x: 0.03347514, y: -0, z: -0, w: 0.9994396} - scale: {x: 1, y: 1, z: 1} - - name: Left_MiddleDistalEnd - parentName: Left_MiddleDistal - position: {x: -1.7763565e-16, y: 0.023346113, z: -7.105426e-17} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Left_PinkyProximal - parentName: Left_Hand - position: {x: 0.004436847, y: 0.07288173, z: -0.029359013} - rotation: {x: -0.02007038, y: -0.5504896, z: -0.008246153, w: 0.83456} - scale: {x: 1, y: 1, z: 1} - - name: Left_PinkyIntermediate - parentName: Left_PinkyProximal - position: {x: 1.9539922e-16, y: 0.032272622, z: -1.4210853e-16} - rotation: {x: 0.028115956, y: -0.00000008940699, z: -0.0000005941839, w: 0.9996047} - scale: {x: 1, y: 1, z: 1} - - name: Left_PinkyDistal - parentName: Left_PinkyIntermediate - position: {x: -3.5527133e-17, y: 0.020224448, z: -7.1054265e-17} - rotation: {x: 0.03643686, y: 0.00000014611446, z: 0.00000018696, w: 0.999336} - scale: {x: 1, y: 1, z: 1} - - name: Left_PinkyDistalEnd - parentName: Left_PinkyDistal - position: {x: -1.2434495e-16, y: 0.018519057, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Left_RingProximal - parentName: Left_Hand - position: {x: 0.009525569, y: 0.08161553, z: -0.012242405} - rotation: {x: -0.017654313, y: -0.6026994, z: -0.0040520057, w: 0.79776275} - scale: {x: 1, y: 1, z: 1} - - name: Left_RingIntermediate - parentName: Left_RingProximal - position: {x: 3.3750777e-16, y: 0.043630484, z: -1.4210853e-16} - rotation: {x: 0.023556013, y: 0.00000026822087, z: 0.0000007636844, w: 0.99972254} - scale: {x: 1, y: 1, z: 1} - - name: Left_RingDistal - parentName: Left_RingIntermediate - position: {x: 1.7763566e-17, y: 0.027115494, z: -1.065814e-16} - rotation: {x: 0.03908592, y: -0.000000019744585, z: 0.00000042049942, w: 0.9992359} - scale: {x: 1, y: 1, z: 1} - - name: Left_RingDistalEnd - parentName: Left_RingDistal - position: {x: -7.105426e-17, y: 0.02095726, z: -7.105426e-17} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Left_ThumbProximal - parentName: Left_Hand - position: {x: -0.00080496486, y: 0.028816883, z: 0.023514476} - rotation: {x: 0.1796032, y: 0.8841741, z: 0.4239896, w: -0.07881452} - scale: {x: 1, y: 1, z: 1} - - name: Left_ThumbIntermediate - parentName: Left_ThumbProximal - position: {x: 2.4357445e-15, y: 0.027578257, z: 0.0038183592} - rotation: {x: 0.1278054, y: -0, z: -0, w: 0.9917993} - scale: {x: 1, y: 1, z: 1} - - name: Left_ThumbDistal - parentName: Left_ThumbIntermediate - position: {x: -2.2737365e-15, y: 0.044597257, z: -0.006869915} - rotation: {x: -0.045421924, y: -0.00000036741366, z: -0.0000008691409, w: 0.9989679} - scale: {x: 1, y: 1, z: 1} - - name: Left_ThumbDistalEnd - parentName: Left_ThumbDistal - position: {x: -4.2632555e-16, y: 0.029458016, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Neck - parentName: UpperChest - position: {x: -0, y: 0.25104657, z: -0.015329581} - rotation: {x: 0.060688436, y: -0, z: -0, w: 0.9981568} - scale: {x: 1, y: 1, z: 1} - - name: Head - parentName: Neck - position: {x: -0, y: 0.12747401, z: 0} - rotation: {x: -0.060688436, y: 0, z: -0, w: 0.9981568} - scale: {x: 1, y: 1, z: 1} - - name: Jaw - parentName: Head - position: {x: -0, y: -0.00763539, z: 0.012895278} - rotation: {x: 0.15949209, y: 0.68888485, z: 0.15949209, w: 0.68888485} - scale: {x: 1, y: 1, z: 1} - - name: Left_Eye - parentName: Head - position: {x: -0.03330326, y: 0.034598116, z: 0.0867403} - rotation: {x: 0, y: 0.7071068, z: 0, w: 0.7071068} - scale: {x: 1, y: 1, z: 1} - - name: Right_Eye - parentName: Head - position: {x: 0.033303294, y: 0.03459628, z: 0.0867403} - rotation: {x: 0.7071068, y: 4.3297806e-17, z: 0.7071068, w: -4.3297806e-17} - scale: {x: 1, y: 1, z: 1} - - name: Neck_Twist_A - parentName: Neck - position: {x: -0, y: 0.063737005, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Right_Shoulder - parentName: UpperChest - position: {x: 0.0009571358, y: 0.19149381, z: -0.008727803} - rotation: {x: 0.99258024, y: -0.04327539, z: -0.113521874, w: 0.004949396} - scale: {x: 1, y: 1, z: 1} - - name: Right_UpperArm - parentName: Right_Shoulder - position: {x: 0.16743432, y: -0.0000022099182, z: 0.00000012213746} - rotation: {x: 0.1267345, y: 0.033320885, z: 0.68096745, w: 0.720494} - scale: {x: 1, y: 1, z: 1} - - name: Right_LowerArm - parentName: Right_UpperArm - position: {x: 0.0000037273983, y: -0.285085, z: -0.00000035927226} - rotation: {x: 0.020541133, y: 0.008317431, z: -0.020620903, w: 0.99954176} - scale: {x: 1, y: 1, z: 1} - - name: Right_Hand - parentName: Right_LowerArm - position: {x: 0.0000014923929, y: -0.24036367, z: 0.0000017856368} - rotation: {x: -0.047397237, y: -0.24003562, z: 0.013464749, w: 0.9695128} - scale: {x: 1, y: 1, z: 1} - - name: Right_IndexProximal - parentName: Right_Hand - position: {x: -0.0078223245, y: -0.0918393, z: -0.026574574} - rotation: {x: -0.00008773989, y: -0.7104814, z: -0.0063276542, w: 0.7036876} - scale: {x: 1, y: 1, z: 1} - - name: Right_IndexIntermediate - parentName: Right_IndexProximal - position: {x: 0.0000006924457, y: -0.04210151, z: -0.0000013631077} - rotation: {x: 0.03020306, y: -0.0000005662439, z: 0.000012195228, w: 0.99954385} - scale: {x: 1, y: 1, z: 1} - - name: Right_IndexDistal - parentName: Right_IndexIntermediate - position: {x: -0.00000032847043, y: -0.025139209, z: -0.0000005960629} - rotation: {x: 0.03948371, y: -0.000000052504312, z: -0.000005515076, w: 0.99922025} - scale: {x: 1, y: 1, z: 1} - - name: Right_IndexDistalEnd - parentName: Right_IndexDistal - position: {x: 0.00000023984484, y: -0.024609355, z: 0.0000006271131} - rotation: {x: -5.5511138e-17, y: 0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Right_MiddleProximal - parentName: Right_Hand - position: {x: -0.012848663, y: -0.08609768, z: -0.0034359337} - rotation: {x: -0.0040856875, y: -0.6610817, z: -0.0040004994, w: 0.7502922} - scale: {x: 1, y: 1, z: 1} - - name: Right_MiddleIntermediate - parentName: Right_MiddleProximal - position: {x: 0.000000014272595, y: -0.051275954, z: 0.0000009747695} - rotation: {x: 0.026226329, y: -0.0000007450579, z: -0.0000027469353, w: 0.9996561} - scale: {x: 1, y: 1, z: 1} - - name: Right_MiddleDistal - parentName: Right_MiddleIntermediate - position: {x: 0.00000014287376, y: -0.028283618, z: 0.00000019378916} - rotation: {x: 0.03347514, y: -0, z: -0, w: 0.9994396} - scale: {x: 1, y: 1, z: 1} - - name: Right_MiddleDistalEnd - parentName: Right_MiddleDistal - position: {x: 0.000000038619483, y: -0.023345316, z: 0.0000005352584} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Right_PinkyProximal - parentName: Right_Hand - position: {x: -0.0044381507, y: -0.07288141, z: 0.029358566} - rotation: {x: -0.020058475, y: -0.55049545, z: -0.008249418, w: 0.83455646} - scale: {x: 1, y: 1, z: 1} - - name: Right_PinkyIntermediate - parentName: Right_PinkyProximal - position: {x: 0.00000045734515, y: -0.032268908, z: 0.00000088312623} - rotation: {x: 0.02811499, y: -0.0000035166731, z: -0.00000016298141, w: 0.9996047} - scale: {x: 1, y: 1, z: 1} - - name: Right_PinkyDistal - parentName: Right_PinkyIntermediate - position: {x: 0.00000023899057, y: -0.02022493, z: 0.00000055474345} - rotation: {x: 0.03642403, y: -0.0000024211556, z: -0.000008829222, w: 0.9993365} - scale: {x: 1, y: 1, z: 1} - - name: Right_PinkyDistalEnd - parentName: Right_PinkyDistal - position: {x: 0.000000632002, y: -0.018518865, z: 0.0000001154108} - rotation: {x: -1.7347236e-17, y: 0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Right_RingProximal - parentName: Right_Hand - position: {x: -0.00952738, y: -0.08161427, z: 0.012242128} - rotation: {x: -0.017649079, y: -0.6027014, z: -0.0040535578, w: 0.7977614} - scale: {x: 1, y: 1, z: 1} - - name: Right_RingIntermediate - parentName: Right_RingProximal - position: {x: 0.0000000695935, y: -0.04362872, z: 0.00000080048335} - rotation: {x: 0.023547903, y: 0.0000024139879, z: 0.0000069094813, w: 0.9997228} - scale: {x: 1, y: 1, z: 1} - - name: Right_RingDistal - parentName: Right_RingIntermediate - position: {x: -0.000000290747, y: -0.02711462, z: 0.0000000181098} - rotation: {x: 0.039100695, y: 0.00000009656897, z: -0.000004755179, w: 0.99923533} - scale: {x: 1, y: 1, z: 1} - - name: Right_RingDistalEnd - parentName: Right_RingDistal - position: {x: 0.00000008856214, y: -0.020957856, z: 0.0000005565459} - rotation: {x: 9.02056e-17, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Right_ThumbProximal - parentName: Right_Hand - position: {x: 0.00080341793, y: -0.028816395, z: -0.023514695} - rotation: {x: 0.17960793, y: 0.8841713, z: 0.42399347, w: -0.07881395} - scale: {x: 1, y: 1, z: 1} - - name: Right_ThumbIntermediate - parentName: Right_ThumbProximal - position: {x: 0.00000015009721, y: -0.02757781, z: -0.0038183848} - rotation: {x: 0.12780538, y: -0, z: -0, w: 0.9917993} - scale: {x: 1, y: 1, z: 1} - - name: Right_ThumbDistal - parentName: Right_ThumbIntermediate - position: {x: 0.0000007817755, y: -0.044594634, z: 0.0068707783} - rotation: {x: -0.04541878, y: -0.000003060937, z: 0.000004811603, w: 0.99896806} - scale: {x: 1, y: 1, z: 1} - - name: Right_ThumbDistalEnd - parentName: Right_ThumbDistal - position: {x: 0.00000020228964, y: -0.029458148, z: 0.0000009551683} - rotation: {x: -2.7755574e-17, y: 0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - armTwist: 1 - foreArmTwist: 0 - upperLegTwist: 1 - legTwist: 0 - armStretch: 0 - legStretch: 0 - feetSpacing: 0 - globalScale: 1 - rootMotionBoneName: - hasTranslationDoF: 1 - hasExtraRoot: 0 - skeletonHasParents: 1 - lastHumanDescriptionAvatarSource: {fileID: 9000000, guid: 36078ab0369161e49a29d349ae3e0739, type: 3} - autoGenerateAvatarMappingIfUnspecified: 1 - animationType: 3 - humanoidOversampling: 1 - avatarSetup: 2 - addHumanoidExtraRootOnlyWhenUsingAvatar: 0 - additionalBone: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Character/Materials.meta b/Assets/Resources/Character/Materials.meta deleted file mode 100644 index 76e73446..00000000 --- a/Assets/Resources/Character/Materials.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: e4d288ced1d5c4546a4adbb225704385 -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Character/Materials/M_Armature_Arms.mat b/Assets/Resources/Character/Materials/M_Armature_Arms.mat deleted file mode 100644 index 862f5c8a..00000000 --- a/Assets/Resources/Character/Materials/M_Armature_Arms.mat +++ /dev/null @@ -1,78 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!21 &2100000 -Material: - serializedVersion: 6 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: M_Armature_Arms - m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} - m_ShaderKeywords: _METALLICGLOSSMAP _NORMALMAP - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _BumpMap: - m_Texture: {fileID: 2800000, guid: 104a45460231b8d4783e0bb2223be28c, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailAlbedoMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailMask: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailNormalMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _EmissionMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MainTex: - m_Texture: {fileID: 2800000, guid: c6dc62700fa06274b9608a9fce8ed21b, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MetallicGlossMap: - m_Texture: {fileID: 2800000, guid: b41d630ccc344454bb1f27587f9acd70, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _OcclusionMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _ParallaxMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Floats: - - _BumpScale: 1 - - _Cutoff: 0.5 - - _DetailNormalMapScale: 1 - - _DstBlend: 0 - - _GlossMapScale: 1 - - _Glossiness: 0.5 - - _GlossyReflections: 1 - - _Metallic: 0 - - _Mode: 0 - - _OcclusionStrength: 1 - - _Parallax: 0.02 - - _SmoothnessTextureChannel: 0 - - _SpecularHighlights: 1 - - _SrcBlend: 1 - - _UVSec: 0 - - _ZWrite: 1 - m_Colors: - - _Color: {r: 1, g: 1, b: 1, a: 1} - - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} - m_BuildTextureStacks: [] diff --git a/Assets/Resources/Character/Materials/M_Armature_Arms.mat.meta b/Assets/Resources/Character/Materials/M_Armature_Arms.mat.meta deleted file mode 100644 index 7a56ac26..00000000 --- a/Assets/Resources/Character/Materials/M_Armature_Arms.mat.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 766fd3ff04aab4745a764d33daac86fa -NativeFormatImporter: - externalObjects: {} - mainObjectFileID: 2100000 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Character/Materials/M_Armature_Body.mat b/Assets/Resources/Character/Materials/M_Armature_Body.mat deleted file mode 100644 index 0fa831aa..00000000 --- a/Assets/Resources/Character/Materials/M_Armature_Body.mat +++ /dev/null @@ -1,78 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!21 &2100000 -Material: - serializedVersion: 6 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: M_Armature_Body - m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} - m_ShaderKeywords: _METALLICGLOSSMAP _NORMALMAP - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _BumpMap: - m_Texture: {fileID: 2800000, guid: 2a3daea46c599324e873f935ab08000a, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailAlbedoMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailMask: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailNormalMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _EmissionMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MainTex: - m_Texture: {fileID: 2800000, guid: 28d78c5517421f047b88352f3b18e8e7, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MetallicGlossMap: - m_Texture: {fileID: 2800000, guid: e73adacd5e8f6fc45a491dbd62e71ead, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _OcclusionMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _ParallaxMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Floats: - - _BumpScale: 1 - - _Cutoff: 0.5 - - _DetailNormalMapScale: 1 - - _DstBlend: 0 - - _GlossMapScale: 1 - - _Glossiness: 0.5 - - _GlossyReflections: 1 - - _Metallic: 0 - - _Mode: 0 - - _OcclusionStrength: 1 - - _Parallax: 0.02 - - _SmoothnessTextureChannel: 0 - - _SpecularHighlights: 1 - - _SrcBlend: 1 - - _UVSec: 0 - - _ZWrite: 1 - m_Colors: - - _Color: {r: 1, g: 1, b: 1, a: 1} - - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} - m_BuildTextureStacks: [] diff --git a/Assets/Resources/Character/Materials/M_Armature_Body.mat.meta b/Assets/Resources/Character/Materials/M_Armature_Body.mat.meta deleted file mode 100644 index 0d144694..00000000 --- a/Assets/Resources/Character/Materials/M_Armature_Body.mat.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 43714b68324cc2c409d534d9874f2a2b -NativeFormatImporter: - externalObjects: {} - mainObjectFileID: 2100000 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Character/Materials/M_Armature_Legs.mat b/Assets/Resources/Character/Materials/M_Armature_Legs.mat deleted file mode 100644 index 3cbbb9fb..00000000 --- a/Assets/Resources/Character/Materials/M_Armature_Legs.mat +++ /dev/null @@ -1,78 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!21 &2100000 -Material: - serializedVersion: 6 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: M_Armature_Legs - m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} - m_ShaderKeywords: _METALLICGLOSSMAP _NORMALMAP - m_LightmapFlags: 4 - m_EnableInstancingVariants: 0 - m_DoubleSidedGI: 0 - m_CustomRenderQueue: -1 - stringTagMap: {} - disabledShaderPasses: [] - m_SavedProperties: - serializedVersion: 3 - m_TexEnvs: - - _BumpMap: - m_Texture: {fileID: 2800000, guid: b2c5d9c39850da946ae135dcb57faaea, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailAlbedoMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailMask: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailNormalMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _EmissionMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MainTex: - m_Texture: {fileID: 2800000, guid: c444e3d02d2fcff4d9fe5211d67652a0, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _MetallicGlossMap: - m_Texture: {fileID: 2800000, guid: 1c98c94efa7792645972ecf95e6f86c2, type: 3} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _OcclusionMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _ParallaxMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Floats: - - _BumpScale: 1 - - _Cutoff: 0.5 - - _DetailNormalMapScale: 1 - - _DstBlend: 0 - - _GlossMapScale: 0.757 - - _Glossiness: 0.5 - - _GlossyReflections: 1 - - _Metallic: 0 - - _Mode: 0 - - _OcclusionStrength: 1 - - _Parallax: 0.02 - - _SmoothnessTextureChannel: 0 - - _SpecularHighlights: 1 - - _SrcBlend: 1 - - _UVSec: 0 - - _ZWrite: 1 - m_Colors: - - _Color: {r: 1, g: 1, b: 1, a: 1} - - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} - m_BuildTextureStacks: [] diff --git a/Assets/Resources/Character/Materials/M_Armature_Legs.mat.meta b/Assets/Resources/Character/Materials/M_Armature_Legs.mat.meta deleted file mode 100644 index 0c847f21..00000000 --- a/Assets/Resources/Character/Materials/M_Armature_Legs.mat.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 8b25e99361ac31d4e9ae83c46aee69ea -NativeFormatImporter: - externalObjects: {} - mainObjectFileID: 2100000 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Character/Models.meta b/Assets/Resources/Character/Models.meta deleted file mode 100644 index 67aa6b3d..00000000 --- a/Assets/Resources/Character/Models.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: a5545aacb1afb924ead85d6aef180ae2 -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Character/Models/Armature.fbx b/Assets/Resources/Character/Models/Armature.fbx deleted file mode 100644 index c9946794..00000000 --- a/Assets/Resources/Character/Models/Armature.fbx +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:855e05c72da761ccd2bfb2ec8e77599677d327d627ee51c0bf6a818ce958b7f1 -size 5021936 diff --git a/Assets/Resources/Character/Models/Armature.fbx.meta b/Assets/Resources/Character/Models/Armature.fbx.meta deleted file mode 100644 index b1e9c73f..00000000 --- a/Assets/Resources/Character/Models/Armature.fbx.meta +++ /dev/null @@ -1,889 +0,0 @@ -fileFormatVersion: 2 -guid: 36078ab0369161e49a29d349ae3e0739 -ModelImporter: - serializedVersion: 20200 - internalIDToNameTable: - - first: - 74: 1827226128182048838 - second: Take 001 - externalObjects: {} - materials: - materialImportMode: 0 - materialName: 0 - materialSearch: 1 - materialLocation: 1 - animations: - legacyGenerateAnimations: 4 - bakeSimulation: 0 - resampleCurves: 1 - optimizeGameObjects: 0 - motionNodeName: - rigImportErrors: - rigImportWarnings: - animationImportErrors: - animationImportWarnings: - animationRetargetingWarnings: - animationDoRetargetingWarnings: 0 - importAnimatedCustomProperties: 0 - importConstraints: 0 - animationCompression: 1 - animationRotationError: 0.05 - animationPositionError: 0.05 - animationScaleError: 0.25 - animationWrapMode: 0 - extraExposedTransformPaths: [] - extraUserProperties: [] - clipAnimations: [] - isReadable: 0 - meshes: - lODScreenPercentages: [] - globalScale: 1 - meshCompression: 0 - addColliders: 0 - useSRGBMaterialColor: 1 - sortHierarchyByName: 1 - importVisibility: 1 - importBlendShapes: 1 - importCameras: 1 - importLights: 1 - fileIdsGeneration: 2 - swapUVChannels: 0 - generateSecondaryUV: 0 - useFileUnits: 1 - keepQuads: 0 - weldVertices: 1 - bakeAxisConversion: 0 - preserveHierarchy: 0 - skinWeightsMode: 0 - maxBonesPerVertex: 4 - minBoneWeight: 0.001 - meshOptimizationFlags: -1 - indexFormat: 0 - secondaryUVAngleDistortion: 8 - secondaryUVAreaDistortion: 15.000001 - secondaryUVHardAngle: 88 - secondaryUVMarginMethod: 1 - secondaryUVMinLightmapResolution: 40 - secondaryUVMinObjectScale: 1 - secondaryUVPackMargin: 4 - useFileScale: 1 - tangentSpace: - normalSmoothAngle: 60 - normalImportMode: 0 - tangentImportMode: 3 - normalCalculationMode: 4 - legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 - blendShapeNormalImportMode: 1 - normalSmoothingSource: 0 - referencedClips: [] - importAnimation: 0 - humanDescription: - serializedVersion: 3 - human: - - boneName: Hips - humanName: Hips - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_UpperLeg - humanName: RightUpperLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_LowerLeg - humanName: RightLowerLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_Foot - humanName: RightFoot - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_Toes - humanName: RightToes - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Spine - humanName: Spine - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Chest - humanName: Chest - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: UpperChest - humanName: UpperChest - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_Shoulder - humanName: RightShoulder - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_UpperArm - humanName: RightUpperArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_LowerArm - humanName: RightLowerArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_Hand - humanName: RightHand - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Neck - humanName: Neck - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Head - humanName: Head - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Jaw - humanName: Jaw - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_Shoulder - humanName: LeftShoulder - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_UpperArm - humanName: LeftUpperArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_LowerArm - humanName: LeftLowerArm - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_Hand - humanName: LeftHand - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_UpperLeg - humanName: LeftUpperLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_LowerLeg - humanName: LeftLowerLeg - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_Foot - humanName: LeftFoot - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_Toes - humanName: LeftToes - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_ThumbProximal - humanName: Left Thumb Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_ThumbIntermediate - humanName: Left Thumb Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_ThumbDistal - humanName: Left Thumb Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_IndexProximal - humanName: Left Index Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_IndexIntermediate - humanName: Left Index Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_IndexDistal - humanName: Left Index Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_MiddleProximal - humanName: Left Middle Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_MiddleIntermediate - humanName: Left Middle Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_MiddleDistal - humanName: Left Middle Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_RingProximal - humanName: Left Ring Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_RingIntermediate - humanName: Left Ring Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_RingDistal - humanName: Left Ring Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_PinkyProximal - humanName: Left Little Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_PinkyIntermediate - humanName: Left Little Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Left_PinkyDistal - humanName: Left Little Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_ThumbProximal - humanName: Right Thumb Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_ThumbIntermediate - humanName: Right Thumb Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_ThumbDistal - humanName: Right Thumb Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_IndexProximal - humanName: Right Index Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_IndexIntermediate - humanName: Right Index Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_IndexDistal - humanName: Right Index Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_MiddleProximal - humanName: Right Middle Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_MiddleIntermediate - humanName: Right Middle Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_MiddleDistal - humanName: Right Middle Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_RingProximal - humanName: Right Ring Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_RingIntermediate - humanName: Right Ring Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_RingDistal - humanName: Right Ring Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_PinkyProximal - humanName: Right Little Proximal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_PinkyIntermediate - humanName: Right Little Intermediate - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - - boneName: Right_PinkyDistal - humanName: Right Little Distal - limit: - min: {x: 0, y: 0, z: 0} - max: {x: 0, y: 0, z: 0} - value: {x: 0, y: 0, z: 0} - length: 0 - modified: 0 - skeleton: - - name: Mannequin(Clone) - parentName: - position: {x: -0, y: 0, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Geometry - parentName: Mannequin(Clone) - position: {x: -0, y: 0, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Mannequin_Mesh - parentName: Geometry - position: {x: -0, y: 0, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Skeleton - parentName: Mannequin(Clone) - position: {x: -0, y: 0, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Hips - parentName: Skeleton - position: {x: -0, y: 0.9810986, z: -0.01590455} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Left_UpperLeg - parentName: Hips - position: {x: -0.08610317, y: -0.053458035, z: -0.011470641} - rotation: {x: 0.999839, y: -0.01775374, z: 0.000046300094, w: -0.0026074864} - scale: {x: 1, y: 1, z: 1} - - name: Left_LowerLeg - parentName: Left_UpperLeg - position: {x: -2.9864513e-16, y: 0.4133444, z: -5.4956034e-17} - rotation: {x: 0.034046065, y: 2.2687323e-19, z: 7.728622e-21, w: 0.9994203} - scale: {x: 1, y: 1, z: 1} - - name: Left_Foot - parentName: Left_LowerLeg - position: {x: 0.0000000017320426, y: 0.41403946, z: 7.141509e-16} - rotation: {x: -0.035700925, y: 0.049957544, z: -0.019575229, w: 0.9979211} - scale: {x: 1, y: 1, z: 1} - - name: Left_Toes - parentName: Left_Foot - position: {x: 7.105427e-17, y: 0.07224803, z: -0.118065506} - rotation: {x: -0.7071068, y: 8.7157646e-33, z: -8.7157646e-33, w: 0.7071068} - scale: {x: 1, y: 1, z: 1} - - name: Left_ToesEnd - parentName: Left_Toes - position: {x: -0.0010026174, y: 0.06423476, z: 0.016843978} - rotation: {x: 0.7070656, y: -0.0076321815, z: -0.0076321815, w: 0.7070656} - scale: {x: 1, y: 1, z: 1} - - name: Right_UpperLeg - parentName: Hips - position: {x: 0.086103186, y: -0.053458147, z: -0.0114706475} - rotation: {x: 0.0026075041, y: 0.000046300407, z: 0.01775374, w: 0.999839} - scale: {x: 1, y: 1, z: 1} - - name: Right_LowerLeg - parentName: Right_UpperLeg - position: {x: 0.0000004514609, y: -0.41334414, z: 0.000000025994435} - rotation: {x: 0.034046065, y: 2.2687323e-19, z: 7.728622e-21, w: 0.9994203} - scale: {x: 1, y: 1, z: 1} - - name: Right_Foot - parentName: Right_LowerLeg - position: {x: -0.0000007472542, y: -0.41403967, z: -0.000000032847502} - rotation: {x: -0.035700925, y: 0.049957544, z: -0.019575229, w: 0.9979211} - scale: {x: 1, y: 1, z: 1} - - name: Right_Toes - parentName: Right_Foot - position: {x: -0.00000015643121, y: -0.07224799, z: 0.11807} - rotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068} - scale: {x: 1, y: 1, z: 1} - - name: Right_ToesEnd - parentName: Right_Toes - position: {x: 0.0010031584, y: -0.06423059, z: -0.016843898} - rotation: {x: 0.7070656, y: -0.0076321815, z: -0.0076321815, w: 0.7070656} - scale: {x: 1, y: 1, z: 1} - - name: Spine - parentName: Hips - position: {x: -0, y: 0.058229383, z: 0.0012229546} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Chest - parentName: Spine - position: {x: -0, y: 0.1034043, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: UpperChest - parentName: Chest - position: {x: -0, y: 0.1034043, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Left_Shoulder - parentName: UpperChest - position: {x: -0.0009571358, y: 0.19149224, z: -0.0087277945} - rotation: {x: -0.0049494267, y: -0.113521874, z: 0.043275386, w: 0.99258024} - scale: {x: 1, y: 1, z: 1} - - name: Left_UpperArm - parentName: Left_Shoulder - position: {x: -0.16743502, y: -5.684341e-16, z: -2.664535e-17} - rotation: {x: 0.12673509, y: 0.03332071, z: 0.6809724, w: 0.72048914} - scale: {x: 1, y: 1, z: 1} - - name: Left_LowerArm - parentName: Left_UpperArm - position: {x: -2.8421706e-16, y: 0.28508067, z: 0} - rotation: {x: 0.020536564, y: 0.00832135, z: -0.020624585, w: 0.9995417} - scale: {x: 1, y: 1, z: 1} - - name: Left_Hand - parentName: Left_LowerArm - position: {x: -2.4123817e-10, y: 0.24036221, z: -1.4210853e-16} - rotation: {x: -0.047397237, y: -0.24003562, z: 0.013464749, w: 0.9695128} - scale: {x: 1, y: 1, z: 1} - - name: Left_IndexProximal - parentName: Left_Hand - position: {x: 0.007815497, y: 0.0918443, z: 0.02657316} - rotation: {x: -0.0000789147, y: -0.7104809, z: -0.006305193, w: 0.70368826} - scale: {x: 1, y: 1, z: 1} - - name: Left_IndexIntermediate - parentName: Left_IndexProximal - position: {x: 9.079803e-16, y: 0.04209777, z: 3.2607592e-16} - rotation: {x: 0.030199163, y: 0.00000005960465, z: -0.00000038841978, w: 0.9995439} - scale: {x: 1, y: 1, z: 1} - - name: Left_IndexDistal - parentName: Left_IndexIntermediate - position: {x: -8.20111e-16, y: 0.02513925, z: -4.317065e-16} - rotation: {x: 0.03945603, y: 0.000000016383924, z: 0.0000000332638, w: 0.9992213} - scale: {x: 1, y: 1, z: 1} - - name: Left_IndexDistalEnd - parentName: Left_IndexDistal - position: {x: -1.1581012e-16, y: 0.024609203, z: -6.661337e-17} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Left_MiddleProximal - parentName: Left_Hand - position: {x: 0.012847862, y: 0.08609763, z: 0.003435423} - rotation: {x: -0.004090429, y: -0.6610811, z: -0.004001968, w: 0.7502927} - scale: {x: 1, y: 1, z: 1} - - name: Left_MiddleIntermediate - parentName: Left_MiddleProximal - position: {x: 2.7261607e-16, y: 0.051279362, z: 5.988264e-17} - rotation: {x: 0.026233751, y: -0.000000029802322, z: -0.0000007133931, w: 0.99965584} - scale: {x: 1, y: 1, z: 1} - - name: Left_MiddleDistal - parentName: Left_MiddleIntermediate - position: {x: -7.199101e-17, y: 0.028284006, z: -4.93648e-17} - rotation: {x: 0.03347514, y: -0, z: -0, w: 0.9994396} - scale: {x: 1, y: 1, z: 1} - - name: Left_MiddleDistalEnd - parentName: Left_MiddleDistal - position: {x: -1.7763565e-16, y: 0.023346113, z: -7.105426e-17} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Left_PinkyProximal - parentName: Left_Hand - position: {x: 0.004436847, y: 0.07288173, z: -0.029359013} - rotation: {x: -0.02007038, y: -0.5504896, z: -0.008246153, w: 0.83456} - scale: {x: 1, y: 1, z: 1} - - name: Left_PinkyIntermediate - parentName: Left_PinkyProximal - position: {x: 1.9539922e-16, y: 0.032272622, z: -1.4210853e-16} - rotation: {x: 0.028115956, y: -0.00000008940699, z: -0.0000005941839, w: 0.9996047} - scale: {x: 1, y: 1, z: 1} - - name: Left_PinkyDistal - parentName: Left_PinkyIntermediate - position: {x: -3.5527133e-17, y: 0.020224448, z: -7.1054265e-17} - rotation: {x: 0.03643686, y: 0.00000014611446, z: 0.00000018696, w: 0.999336} - scale: {x: 1, y: 1, z: 1} - - name: Left_PinkyDistalEnd - parentName: Left_PinkyDistal - position: {x: -1.2434495e-16, y: 0.018519057, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Left_RingProximal - parentName: Left_Hand - position: {x: 0.009525569, y: 0.08161553, z: -0.012242405} - rotation: {x: -0.017654313, y: -0.6026994, z: -0.0040520057, w: 0.79776275} - scale: {x: 1, y: 1, z: 1} - - name: Left_RingIntermediate - parentName: Left_RingProximal - position: {x: 3.3750777e-16, y: 0.043630484, z: -1.4210853e-16} - rotation: {x: 0.023556013, y: 0.00000026822087, z: 0.0000007636844, w: 0.99972254} - scale: {x: 1, y: 1, z: 1} - - name: Left_RingDistal - parentName: Left_RingIntermediate - position: {x: 1.7763566e-17, y: 0.027115494, z: -1.065814e-16} - rotation: {x: 0.03908592, y: -0.000000019744585, z: 0.00000042049942, w: 0.9992359} - scale: {x: 1, y: 1, z: 1} - - name: Left_RingDistalEnd - parentName: Left_RingDistal - position: {x: -7.105426e-17, y: 0.02095726, z: -7.105426e-17} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Left_ThumbProximal - parentName: Left_Hand - position: {x: -0.00080496486, y: 0.028816883, z: 0.023514476} - rotation: {x: 0.1796032, y: 0.8841741, z: 0.4239896, w: -0.07881452} - scale: {x: 1, y: 1, z: 1} - - name: Left_ThumbIntermediate - parentName: Left_ThumbProximal - position: {x: 2.4357445e-15, y: 0.027578257, z: 0.0038183592} - rotation: {x: 0.1278054, y: -0, z: -0, w: 0.9917993} - scale: {x: 1, y: 1, z: 1} - - name: Left_ThumbDistal - parentName: Left_ThumbIntermediate - position: {x: -2.2737365e-15, y: 0.044597257, z: -0.006869915} - rotation: {x: -0.045421924, y: -0.00000036741366, z: -0.0000008691409, w: 0.9989679} - scale: {x: 1, y: 1, z: 1} - - name: Left_ThumbDistalEnd - parentName: Left_ThumbDistal - position: {x: -4.2632555e-16, y: 0.029458016, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Neck - parentName: UpperChest - position: {x: -0, y: 0.25104657, z: -0.015329581} - rotation: {x: 0.060688436, y: -0, z: -0, w: 0.9981568} - scale: {x: 1, y: 1, z: 1} - - name: Head - parentName: Neck - position: {x: -0, y: 0.12747401, z: 0} - rotation: {x: -0.060688436, y: 0, z: -0, w: 0.9981568} - scale: {x: 1, y: 1, z: 1} - - name: Jaw - parentName: Head - position: {x: -0, y: -0.00763539, z: 0.012895278} - rotation: {x: 0.15949209, y: 0.68888485, z: 0.15949209, w: 0.68888485} - scale: {x: 1, y: 1, z: 1} - - name: Left_Eye - parentName: Head - position: {x: -0.03330326, y: 0.034598116, z: 0.0867403} - rotation: {x: 0, y: 0.7071068, z: 0, w: 0.7071068} - scale: {x: 1, y: 1, z: 1} - - name: Right_Eye - parentName: Head - position: {x: 0.033303294, y: 0.03459628, z: 0.0867403} - rotation: {x: 0.7071068, y: 4.3297806e-17, z: 0.7071068, w: -4.3297806e-17} - scale: {x: 1, y: 1, z: 1} - - name: Neck_Twist_A - parentName: Neck - position: {x: -0, y: 0.063737005, z: 0} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Right_Shoulder - parentName: UpperChest - position: {x: 0.0009571358, y: 0.19149381, z: -0.008727803} - rotation: {x: 0.99258024, y: -0.04327539, z: -0.113521874, w: 0.004949396} - scale: {x: 1, y: 1, z: 1} - - name: Right_UpperArm - parentName: Right_Shoulder - position: {x: 0.16743432, y: -0.0000022099182, z: 0.00000012213746} - rotation: {x: 0.1267345, y: 0.033320885, z: 0.68096745, w: 0.720494} - scale: {x: 1, y: 1, z: 1} - - name: Right_LowerArm - parentName: Right_UpperArm - position: {x: 0.0000037273983, y: -0.285085, z: -0.00000035927226} - rotation: {x: 0.020541133, y: 0.008317431, z: -0.020620903, w: 0.99954176} - scale: {x: 1, y: 1, z: 1} - - name: Right_Hand - parentName: Right_LowerArm - position: {x: 0.0000014923929, y: -0.24036367, z: 0.0000017856368} - rotation: {x: -0.047397237, y: -0.24003562, z: 0.013464749, w: 0.9695128} - scale: {x: 1, y: 1, z: 1} - - name: Right_IndexProximal - parentName: Right_Hand - position: {x: -0.0078223245, y: -0.0918393, z: -0.026574574} - rotation: {x: -0.00008773989, y: -0.7104814, z: -0.0063276542, w: 0.7036876} - scale: {x: 1, y: 1, z: 1} - - name: Right_IndexIntermediate - parentName: Right_IndexProximal - position: {x: 0.0000006924457, y: -0.04210151, z: -0.0000013631077} - rotation: {x: 0.03020306, y: -0.0000005662439, z: 0.000012195228, w: 0.99954385} - scale: {x: 1, y: 1, z: 1} - - name: Right_IndexDistal - parentName: Right_IndexIntermediate - position: {x: -0.00000032847043, y: -0.025139209, z: -0.0000005960629} - rotation: {x: 0.03948371, y: -0.000000052504312, z: -0.000005515076, w: 0.99922025} - scale: {x: 1, y: 1, z: 1} - - name: Right_IndexDistalEnd - parentName: Right_IndexDistal - position: {x: 0.00000023984484, y: -0.024609355, z: 0.0000006271131} - rotation: {x: -5.5511138e-17, y: 0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Right_MiddleProximal - parentName: Right_Hand - position: {x: -0.012848663, y: -0.08609768, z: -0.0034359337} - rotation: {x: -0.0040856875, y: -0.6610817, z: -0.0040004994, w: 0.7502922} - scale: {x: 1, y: 1, z: 1} - - name: Right_MiddleIntermediate - parentName: Right_MiddleProximal - position: {x: 0.000000014272595, y: -0.051275954, z: 0.0000009747695} - rotation: {x: 0.026226329, y: -0.0000007450579, z: -0.0000027469353, w: 0.9996561} - scale: {x: 1, y: 1, z: 1} - - name: Right_MiddleDistal - parentName: Right_MiddleIntermediate - position: {x: 0.00000014287376, y: -0.028283618, z: 0.00000019378916} - rotation: {x: 0.03347514, y: -0, z: -0, w: 0.9994396} - scale: {x: 1, y: 1, z: 1} - - name: Right_MiddleDistalEnd - parentName: Right_MiddleDistal - position: {x: 0.000000038619483, y: -0.023345316, z: 0.0000005352584} - rotation: {x: 0, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Right_PinkyProximal - parentName: Right_Hand - position: {x: -0.0044381507, y: -0.07288141, z: 0.029358566} - rotation: {x: -0.020058475, y: -0.55049545, z: -0.008249418, w: 0.83455646} - scale: {x: 1, y: 1, z: 1} - - name: Right_PinkyIntermediate - parentName: Right_PinkyProximal - position: {x: 0.00000045734515, y: -0.032268908, z: 0.00000088312623} - rotation: {x: 0.02811499, y: -0.0000035166731, z: -0.00000016298141, w: 0.9996047} - scale: {x: 1, y: 1, z: 1} - - name: Right_PinkyDistal - parentName: Right_PinkyIntermediate - position: {x: 0.00000023899057, y: -0.02022493, z: 0.00000055474345} - rotation: {x: 0.03642403, y: -0.0000024211556, z: -0.000008829222, w: 0.9993365} - scale: {x: 1, y: 1, z: 1} - - name: Right_PinkyDistalEnd - parentName: Right_PinkyDistal - position: {x: 0.000000632002, y: -0.018518865, z: 0.0000001154108} - rotation: {x: -1.7347236e-17, y: 0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Right_RingProximal - parentName: Right_Hand - position: {x: -0.00952738, y: -0.08161427, z: 0.012242128} - rotation: {x: -0.017649079, y: -0.6027014, z: -0.0040535578, w: 0.7977614} - scale: {x: 1, y: 1, z: 1} - - name: Right_RingIntermediate - parentName: Right_RingProximal - position: {x: 0.0000000695935, y: -0.04362872, z: 0.00000080048335} - rotation: {x: 0.023547903, y: 0.0000024139879, z: 0.0000069094813, w: 0.9997228} - scale: {x: 1, y: 1, z: 1} - - name: Right_RingDistal - parentName: Right_RingIntermediate - position: {x: -0.000000290747, y: -0.02711462, z: 0.0000000181098} - rotation: {x: 0.039100695, y: 0.00000009656897, z: -0.000004755179, w: 0.99923533} - scale: {x: 1, y: 1, z: 1} - - name: Right_RingDistalEnd - parentName: Right_RingDistal - position: {x: 0.00000008856214, y: -0.020957856, z: 0.0000005565459} - rotation: {x: 9.02056e-17, y: -0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - - name: Right_ThumbProximal - parentName: Right_Hand - position: {x: 0.00080341793, y: -0.028816395, z: -0.023514695} - rotation: {x: 0.17960793, y: 0.8841713, z: 0.42399347, w: -0.07881395} - scale: {x: 1, y: 1, z: 1} - - name: Right_ThumbIntermediate - parentName: Right_ThumbProximal - position: {x: 0.00000015009721, y: -0.02757781, z: -0.0038183848} - rotation: {x: 0.12780538, y: -0, z: -0, w: 0.9917993} - scale: {x: 1, y: 1, z: 1} - - name: Right_ThumbDistal - parentName: Right_ThumbIntermediate - position: {x: 0.0000007817755, y: -0.044594634, z: 0.0068707783} - rotation: {x: -0.04541878, y: -0.000003060937, z: 0.000004811603, w: 0.99896806} - scale: {x: 1, y: 1, z: 1} - - name: Right_ThumbDistalEnd - parentName: Right_ThumbDistal - position: {x: 0.00000020228964, y: -0.029458148, z: 0.0000009551683} - rotation: {x: -2.7755574e-17, y: 0, z: -0, w: 1} - scale: {x: 1, y: 1, z: 1} - armTwist: 1 - foreArmTwist: 0 - upperLegTwist: 1 - legTwist: 0 - armStretch: 0 - legStretch: 0 - feetSpacing: 0 - globalScale: 1 - rootMotionBoneName: - hasTranslationDoF: 1 - hasExtraRoot: 0 - skeletonHasParents: 1 - lastHumanDescriptionAvatarSource: {instanceID: 0} - autoGenerateAvatarMappingIfUnspecified: 0 - animationType: 3 - humanoidOversampling: 1 - avatarSetup: 1 - addHumanoidExtraRootOnlyWhenUsingAvatar: 0 - additionalBone: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Character/Textures.meta b/Assets/Resources/Character/Textures.meta deleted file mode 100644 index a9f96bb2..00000000 --- a/Assets/Resources/Character/Textures.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 27eb43d1af95f524b8160ee90a9c9ea7 -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Character/Textures/Armature_Arms_AlbedoTransparency.tif b/Assets/Resources/Character/Textures/Armature_Arms_AlbedoTransparency.tif deleted file mode 100644 index 8fa90d07..00000000 --- a/Assets/Resources/Character/Textures/Armature_Arms_AlbedoTransparency.tif +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b2b34c8153ad99dadd0dcc1dcb00ee8d4b1ff8fa26430f7c5c03da3a2dff5751 -size 4904798 diff --git a/Assets/Resources/Character/Textures/Armature_Arms_AlbedoTransparency.tif.meta b/Assets/Resources/Character/Textures/Armature_Arms_AlbedoTransparency.tif.meta deleted file mode 100644 index ba9d6dfd..00000000 --- a/Assets/Resources/Character/Textures/Armature_Arms_AlbedoTransparency.tif.meta +++ /dev/null @@ -1,108 +0,0 @@ -fileFormatVersion: 2 -guid: c6dc62700fa06274b9608a9fce8ed21b -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 11 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - 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 - vTOnly: 0 - 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: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - 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: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 2 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: Standalone - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 2 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Character/Textures/Armature_Arms_MetallicSmoothness.tif b/Assets/Resources/Character/Textures/Armature_Arms_MetallicSmoothness.tif deleted file mode 100644 index f017b3d8..00000000 --- a/Assets/Resources/Character/Textures/Armature_Arms_MetallicSmoothness.tif +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aba5c312ee19c975fb26b8fb7ee6e42aad38f24c83b27f6db30e79131f7fae49 -size 543402 diff --git a/Assets/Resources/Character/Textures/Armature_Arms_MetallicSmoothness.tif.meta b/Assets/Resources/Character/Textures/Armature_Arms_MetallicSmoothness.tif.meta deleted file mode 100644 index 8c48bd34..00000000 --- a/Assets/Resources/Character/Textures/Armature_Arms_MetallicSmoothness.tif.meta +++ /dev/null @@ -1,108 +0,0 @@ -fileFormatVersion: 2 -guid: b41d630ccc344454bb1f27587f9acd70 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 11 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - 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 - vTOnly: 0 - 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: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - 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: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 2 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: Standalone - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 2 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Character/Textures/Armature_Arms_Normal.tif b/Assets/Resources/Character/Textures/Armature_Arms_Normal.tif deleted file mode 100644 index 84075202..00000000 --- a/Assets/Resources/Character/Textures/Armature_Arms_Normal.tif +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c404882e22c311c12f264f6806c24d04631e16f977d48948c53d183820e7f3f2 -size 19552838 diff --git a/Assets/Resources/Character/Textures/Armature_Arms_Normal.tif.meta b/Assets/Resources/Character/Textures/Armature_Arms_Normal.tif.meta deleted file mode 100644 index 6353e568..00000000 --- a/Assets/Resources/Character/Textures/Armature_Arms_Normal.tif.meta +++ /dev/null @@ -1,108 +0,0 @@ -fileFormatVersion: 2 -guid: 104a45460231b8d4783e0bb2223be28c -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 11 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 0 - 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 - vTOnly: 0 - 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: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - 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: 0 - spriteTessellationDetail: -1 - textureType: 1 - textureShape: 1 - singleChannelComponent: 0 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 2 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: Standalone - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 2 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Character/Textures/Armature_Body_AlbedoTransparency.tif b/Assets/Resources/Character/Textures/Armature_Body_AlbedoTransparency.tif deleted file mode 100644 index 52faaef5..00000000 --- a/Assets/Resources/Character/Textures/Armature_Body_AlbedoTransparency.tif +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:31ee04a3f04e77b6b4f97ff92ff5d4736844cc848186754eaa723c35158016ed -size 5334786 diff --git a/Assets/Resources/Character/Textures/Armature_Body_AlbedoTransparency.tif.meta b/Assets/Resources/Character/Textures/Armature_Body_AlbedoTransparency.tif.meta deleted file mode 100644 index 4a126653..00000000 --- a/Assets/Resources/Character/Textures/Armature_Body_AlbedoTransparency.tif.meta +++ /dev/null @@ -1,108 +0,0 @@ -fileFormatVersion: 2 -guid: 28d78c5517421f047b88352f3b18e8e7 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 11 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - 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 - vTOnly: 0 - 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: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - 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: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 2 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: Standalone - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 2 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Character/Textures/Armature_Body_MetallicSmoothness.tif b/Assets/Resources/Character/Textures/Armature_Body_MetallicSmoothness.tif deleted file mode 100644 index db42e7fd..00000000 --- a/Assets/Resources/Character/Textures/Armature_Body_MetallicSmoothness.tif +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:489627a50b5a4647d52ae91148381ada26f8304931c019f62e751d2afe8f6aee -size 758544 diff --git a/Assets/Resources/Character/Textures/Armature_Body_MetallicSmoothness.tif.meta b/Assets/Resources/Character/Textures/Armature_Body_MetallicSmoothness.tif.meta deleted file mode 100644 index d7044d10..00000000 --- a/Assets/Resources/Character/Textures/Armature_Body_MetallicSmoothness.tif.meta +++ /dev/null @@ -1,108 +0,0 @@ -fileFormatVersion: 2 -guid: e73adacd5e8f6fc45a491dbd62e71ead -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 11 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - 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 - vTOnly: 0 - 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: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - 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: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 2 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: Standalone - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 2 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Character/Textures/Armature_Body_Normal.tif b/Assets/Resources/Character/Textures/Armature_Body_Normal.tif deleted file mode 100644 index ce07c5c0..00000000 --- a/Assets/Resources/Character/Textures/Armature_Body_Normal.tif +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c3d6c268565db4749bd70e5f0a493b25c23c9fe115e9adf560917e84f79d1361 -size 18432742 diff --git a/Assets/Resources/Character/Textures/Armature_Body_Normal.tif.meta b/Assets/Resources/Character/Textures/Armature_Body_Normal.tif.meta deleted file mode 100644 index e1ab23a9..00000000 --- a/Assets/Resources/Character/Textures/Armature_Body_Normal.tif.meta +++ /dev/null @@ -1,108 +0,0 @@ -fileFormatVersion: 2 -guid: 2a3daea46c599324e873f935ab08000a -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 11 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 0 - 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 - vTOnly: 0 - 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: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - 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: 0 - spriteTessellationDetail: -1 - textureType: 1 - textureShape: 1 - singleChannelComponent: 0 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 2 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: Standalone - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 2 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Character/Textures/Armature_Legs_AlbedoTransparency.tif b/Assets/Resources/Character/Textures/Armature_Legs_AlbedoTransparency.tif deleted file mode 100644 index 4cb8e2fb..00000000 --- a/Assets/Resources/Character/Textures/Armature_Legs_AlbedoTransparency.tif +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c7ba834353fd348976284ef7bb78d6b1394a4d65c27f92df85d2ae713cd2f294 -size 4839752 diff --git a/Assets/Resources/Character/Textures/Armature_Legs_AlbedoTransparency.tif.meta b/Assets/Resources/Character/Textures/Armature_Legs_AlbedoTransparency.tif.meta deleted file mode 100644 index 57f70b33..00000000 --- a/Assets/Resources/Character/Textures/Armature_Legs_AlbedoTransparency.tif.meta +++ /dev/null @@ -1,108 +0,0 @@ -fileFormatVersion: 2 -guid: c444e3d02d2fcff4d9fe5211d67652a0 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 11 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - 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 - vTOnly: 0 - 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: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - 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: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 2 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: Standalone - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 2 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Character/Textures/Armature_Legs_MetallicSmoothness.tif b/Assets/Resources/Character/Textures/Armature_Legs_MetallicSmoothness.tif deleted file mode 100644 index c5f9f6b8..00000000 --- a/Assets/Resources/Character/Textures/Armature_Legs_MetallicSmoothness.tif +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:25002958033fc361d384d4c3ca6480d3293a9004af2f96cdacb5b3a10faa5492 -size 513588 diff --git a/Assets/Resources/Character/Textures/Armature_Legs_MetallicSmoothness.tif.meta b/Assets/Resources/Character/Textures/Armature_Legs_MetallicSmoothness.tif.meta deleted file mode 100644 index 73389aca..00000000 --- a/Assets/Resources/Character/Textures/Armature_Legs_MetallicSmoothness.tif.meta +++ /dev/null @@ -1,108 +0,0 @@ -fileFormatVersion: 2 -guid: 1c98c94efa7792645972ecf95e6f86c2 -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 11 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - 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 - vTOnly: 0 - 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: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - 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: 0 - spriteTessellationDetail: -1 - textureType: 0 - textureShape: 1 - singleChannelComponent: 0 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 2 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: Standalone - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 2 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Character/Textures/Armature_Legs_Normal.tif b/Assets/Resources/Character/Textures/Armature_Legs_Normal.tif deleted file mode 100644 index 86dd5d73..00000000 --- a/Assets/Resources/Character/Textures/Armature_Legs_Normal.tif +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:15afe64692458baad5b36d07564576d9c201361e47db9a93972778189d503df2 -size 17252902 diff --git a/Assets/Resources/Character/Textures/Armature_Legs_Normal.tif.meta b/Assets/Resources/Character/Textures/Armature_Legs_Normal.tif.meta deleted file mode 100644 index e4cddacf..00000000 --- a/Assets/Resources/Character/Textures/Armature_Legs_Normal.tif.meta +++ /dev/null @@ -1,108 +0,0 @@ -fileFormatVersion: 2 -guid: b2c5d9c39850da946ae135dcb57faaea -TextureImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 11 - mipmaps: - mipMapMode: 0 - enableMipMap: 1 - sRGBTexture: 0 - 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 - vTOnly: 0 - 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: 1 - lightmap: 0 - compressionQuality: 50 - spriteMode: 0 - 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: 0 - spriteTessellationDetail: -1 - textureType: 1 - textureShape: 1 - singleChannelComponent: 0 - flipbookRows: 1 - flipbookColumns: 1 - maxTextureSizeSet: 0 - compressionQualitySet: 0 - textureFormatSet: 0 - ignorePngGamma: 0 - applyGammaDecoding: 0 - platformSettings: - - serializedVersion: 3 - buildTarget: DefaultTexturePlatform - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 2 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: Standalone - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 2 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - spriteSheet: - serializedVersion: 2 - sprites: [] - outline: [] - physicsShape: [] - bones: [] - spriteID: - internalID: 0 - vertices: [] - indices: - edges: [] - weights: [] - secondaryTextures: [] - spritePackingTag: - pSDRemoveMatte: 0 - pSDShowRemoveMatteOption: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Character/ybot.fbx b/Assets/Resources/Character/ybot.fbx deleted file mode 100644 index 300340b3..00000000 --- a/Assets/Resources/Character/ybot.fbx +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6bcf3dc87fbcf0193a220d9b928dffd7a9679cb39b3777f531167a725890bf0a -size 2242784 diff --git a/Assets/Resources/Character/ybot.fbx.meta b/Assets/Resources/Character/ybot.fbx.meta deleted file mode 100644 index ef09ad29..00000000 --- a/Assets/Resources/Character/ybot.fbx.meta +++ /dev/null @@ -1,105 +0,0 @@ -fileFormatVersion: 2 -guid: 96b816f238895a3489671ef99184aefe -ModelImporter: - serializedVersion: 20200 - internalIDToNameTable: - - first: - 74: -203655887218126122 - second: mixamo.com - externalObjects: {} - materials: - materialImportMode: 2 - materialName: 0 - materialSearch: 1 - materialLocation: 1 - animations: - legacyGenerateAnimations: 4 - bakeSimulation: 0 - resampleCurves: 1 - optimizeGameObjects: 0 - motionNodeName: - rigImportErrors: - rigImportWarnings: - animationImportErrors: - animationImportWarnings: - animationRetargetingWarnings: - animationDoRetargetingWarnings: 0 - importAnimatedCustomProperties: 0 - importConstraints: 0 - animationCompression: 3 - animationRotationError: 0.5 - animationPositionError: 0.5 - animationScaleError: 0.5 - animationWrapMode: 0 - extraExposedTransformPaths: [] - extraUserProperties: [] - clipAnimations: [] - isReadable: 0 - meshes: - lODScreenPercentages: [] - globalScale: 1 - meshCompression: 0 - addColliders: 0 - useSRGBMaterialColor: 1 - sortHierarchyByName: 1 - importVisibility: 1 - importBlendShapes: 1 - importCameras: 1 - importLights: 1 - fileIdsGeneration: 2 - swapUVChannels: 0 - generateSecondaryUV: 0 - useFileUnits: 1 - keepQuads: 0 - weldVertices: 1 - bakeAxisConversion: 0 - preserveHierarchy: 0 - skinWeightsMode: 0 - maxBonesPerVertex: 4 - minBoneWeight: 0.001 - meshOptimizationFlags: -1 - indexFormat: 0 - secondaryUVAngleDistortion: 8 - secondaryUVAreaDistortion: 15.000001 - secondaryUVHardAngle: 88 - secondaryUVMarginMethod: 1 - secondaryUVMinLightmapResolution: 40 - secondaryUVMinObjectScale: 1 - secondaryUVPackMargin: 4 - useFileScale: 1 - tangentSpace: - normalSmoothAngle: 60 - normalImportMode: 0 - tangentImportMode: 3 - normalCalculationMode: 4 - legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 - blendShapeNormalImportMode: 1 - normalSmoothingSource: 0 - referencedClips: [] - importAnimation: 1 - humanDescription: - serializedVersion: 3 - human: [] - skeleton: [] - armTwist: 0.5 - foreArmTwist: 0.5 - upperLegTwist: 0.5 - legTwist: 0.5 - armStretch: 0.05 - legStretch: 0.05 - feetSpacing: 0 - globalScale: 1 - rootMotionBoneName: - hasTranslationDoF: 0 - hasExtraRoot: 1 - skeletonHasParents: 1 - lastHumanDescriptionAvatarSource: {instanceID: 0} - autoGenerateAvatarMappingIfUnspecified: 1 - animationType: 3 - humanoidOversampling: 1 - avatarSetup: 1 - addHumanoidExtraRootOnlyWhenUsingAvatar: 1 - additionalBone: 0 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Environment.meta b/Assets/Resources/Environment.meta deleted file mode 100644 index 11bc5a3d..00000000 --- a/Assets/Resources/Environment.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: c3ed6ba6acc2f254785ce671ed0a3607 -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Environment/Zero Friction.physicMaterial b/Assets/Resources/Environment/Zero Friction.physicMaterial deleted file mode 100644 index 8d8a45d2..00000000 --- a/Assets/Resources/Environment/Zero Friction.physicMaterial +++ /dev/null @@ -1,14 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!134 &13400000 -PhysicMaterial: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: Zero Friction - dynamicFriction: 0 - staticFriction: 0 - bounciness: 0 - frictionCombine: 1 - bounceCombine: 1 diff --git a/Assets/Resources/Environment/Zero Friction.physicMaterial.meta b/Assets/Resources/Environment/Zero Friction.physicMaterial.meta deleted file mode 100644 index a6f4d0cb..00000000 --- a/Assets/Resources/Environment/Zero Friction.physicMaterial.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 409fbfae959a7e74b8418922e3968f31 -NativeFormatImporter: - externalObjects: {} - mainObjectFileID: 13400000 - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Exports.meta b/Assets/Resources/Exports.meta deleted file mode 100644 index 678568bb..00000000 --- a/Assets/Resources/Exports.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 94eb957ec9c0dc74fa90752a7727cc88 -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Exports/Player.unitypackage b/Assets/Resources/Exports/Player.unitypackage deleted file mode 100644 index 2de48bff..00000000 --- a/Assets/Resources/Exports/Player.unitypackage +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:73875a67b30fdac5a095321db30225fd2b312a83bda2cdba647cb65e4ce241ba -size 73275609 diff --git a/Assets/Resources/Exports/Player.unitypackage.meta b/Assets/Resources/Exports/Player.unitypackage.meta deleted file mode 100644 index e7176c44..00000000 --- a/Assets/Resources/Exports/Player.unitypackage.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: 3f5afbf8789918641b4dec00c0002a3c -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Input System.meta b/Assets/Resources/Input System.meta deleted file mode 100644 index ddebcec5..00000000 --- a/Assets/Resources/Input System.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 66d42e01cf704894faf65a3a65d7fc60 -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Input System/PlayerControlls.inputactions b/Assets/Resources/Input System/PlayerControlls.inputactions deleted file mode 100644 index 7f130375..00000000 --- a/Assets/Resources/Input System/PlayerControlls.inputactions +++ /dev/null @@ -1,153 +0,0 @@ -{ - "name": "PlayerControlls", - "maps": [ - { - "name": "Player", - "id": "dab3969b-fbfc-41bc-b341-801f50d36445", - "actions": [ - { - "name": "Move", - "type": "Value", - "id": "58bb4aee-5489-4df2-8c4d-1055a7965c6d", - "expectedControlType": "Vector2", - "processors": "", - "interactions": "" - }, - { - "name": "Look", - "type": "Value", - "id": "3a25b153-2b66-466a-8b6b-32ef75f6529d", - "expectedControlType": "Vector2", - "processors": "", - "interactions": "" - }, - { - "name": "Run", - "type": "Button", - "id": "eb8f6d8e-f8dc-4fc0-a039-d90a23b4b622", - "expectedControlType": "Button", - "processors": "", - "interactions": "" - }, - { - "name": "Jump", - "type": "Button", - "id": "99ede621-af2e-43fa-bc70-f6790e4ccaf7", - "expectedControlType": "Button", - "processors": "", - "interactions": "" - }, - { - "name": "Crouch", - "type": "Button", - "id": "00a01b46-1bc8-4f85-a1db-a9203ffbd9cd", - "expectedControlType": "Button", - "processors": "", - "interactions": "" - } - ], - "bindings": [ - { - "name": "WASD", - "id": "ac8e11c1-6a19-4f02-9bd2-2d4958cfb18a", - "path": "2DVector", - "interactions": "", - "processors": "", - "groups": "", - "action": "Move", - "isComposite": true, - "isPartOfComposite": false - }, - { - "name": "up", - "id": "44ac0aab-5ea4-404f-8055-b52e62e068bc", - "path": "/w", - "interactions": "", - "processors": "", - "groups": "", - "action": "Move", - "isComposite": false, - "isPartOfComposite": true - }, - { - "name": "down", - "id": "f84f71c5-74a9-463e-8227-ee58c078c694", - "path": "/s", - "interactions": "", - "processors": "", - "groups": "", - "action": "Move", - "isComposite": false, - "isPartOfComposite": true - }, - { - "name": "left", - "id": "96f0a41c-1b85-4849-ac60-01bf6df7f4d7", - "path": "/a", - "interactions": "", - "processors": "", - "groups": "", - "action": "Move", - "isComposite": false, - "isPartOfComposite": true - }, - { - "name": "right", - "id": "a564091e-c1e0-4c6a-bb58-2b7cb13f7804", - "path": "/d", - "interactions": "", - "processors": "", - "groups": "", - "action": "Move", - "isComposite": false, - "isPartOfComposite": true - }, - { - "name": "", - "id": "098f615d-78c9-43a8-aa57-5155f4dc9063", - "path": "/delta", - "interactions": "", - "processors": "", - "groups": "", - "action": "Look", - "isComposite": false, - "isPartOfComposite": false - }, - { - "name": "", - "id": "df290331-3d14-44d7-a4af-908bb509e9fe", - "path": "/leftShift", - "interactions": "", - "processors": "", - "groups": "", - "action": "Run", - "isComposite": false, - "isPartOfComposite": false - }, - { - "name": "", - "id": "2ed9fd29-3d56-4a85-8efc-3aaeedd4d0b2", - "path": "/space", - "interactions": "", - "processors": "", - "groups": "", - "action": "Jump", - "isComposite": false, - "isPartOfComposite": false - }, - { - "name": "", - "id": "54ec0aa2-e2d3-451c-b2bc-64e9eec4fa6c", - "path": "/leftCtrl", - "interactions": "", - "processors": "", - "groups": "", - "action": "Crouch", - "isComposite": false, - "isPartOfComposite": false - } - ] - } - ], - "controlSchemes": [] -} \ No newline at end of file diff --git a/Assets/Resources/Input System/PlayerControlls.inputactions.meta b/Assets/Resources/Input System/PlayerControlls.inputactions.meta deleted file mode 100644 index 3af7f17e..00000000 --- a/Assets/Resources/Input System/PlayerControlls.inputactions.meta +++ /dev/null @@ -1,14 +0,0 @@ -fileFormatVersion: 2 -guid: 90efd6e1b27708e49a5ef573b109675e -ScriptedImporter: - internalIDToNameTable: [] - externalObjects: {} - serializedVersion: 2 - userData: - assetBundleName: - assetBundleVariant: - script: {fileID: 11500000, guid: 8404be70184654265930450def6a9037, type: 3} - generateWrapperCode: 0 - wrapperCodePath: - wrapperClassName: - wrapperCodeNamespace: diff --git a/Assets/Resources/Prefabs.meta b/Assets/Resources/Prefabs.meta deleted file mode 100644 index 5da38ad7..00000000 --- a/Assets/Resources/Prefabs.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: d64f52bb0915ab14d8942841c0512afd -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Resources/Prefabs/PlayerArmature.prefab b/Assets/Resources/Prefabs/PlayerArmature.prefab deleted file mode 100644 index 1e35995f..00000000 --- a/Assets/Resources/Prefabs/PlayerArmature.prefab +++ /dev/null @@ -1,2593 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!1 &72568082309878390 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 533668910523435749} - m_Layer: 0 - m_Name: Right_IndexIntermediate - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &533668910523435749 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 72568082309878390} - m_LocalRotation: {x: 0.26077324, y: -0, z: -0, w: 0.9654001} - m_LocalPosition: {x: 0.0000006924457, y: -0.04210151, z: -0.0000013631077} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 5102848180032570874} - m_Father: {fileID: 5177750161165281879} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &394518502202111279 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 6371823546114525265} - m_Layer: 0 - m_Name: Left_PinkyProximal - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &6371823546114525265 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 394518502202111279} - m_LocalRotation: {x: 0.0066045397, y: -0.5050901, z: 0.37113747, w: 0.77916455} - m_LocalPosition: {x: 0.004436847, y: 0.07288173, z: -0.029359013} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 4317055893617434400} - m_Father: {fileID: 7288553753463968509} - m_RootOrder: 2 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &664115239039040798 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 5312574322176338283} - m_Layer: 0 - m_Name: Head - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &5312574322176338283 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 664115239039040798} - m_LocalRotation: {x: -0.060688436, y: 0, z: -0, w: 0.9981568} - m_LocalPosition: {x: -0, y: 0.12747401, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 830911503902430649} - - {fileID: 3478475335687380606} - - {fileID: 6358589829062152325} - m_Father: {fileID: 837198271081726126} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &765372022039597129 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1053687451786466121} - m_Layer: 0 - m_Name: Left_PinkyDistalEnd - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1053687451786466121 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 765372022039597129} - m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -1.2434495e-16, y: 0.018519057, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 5956209826434574890} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &780077339721540217 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 2807355691640235978} - m_Layer: 0 - m_Name: Right_RingProximal - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &2807355691640235978 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 780077339721540217} - m_LocalRotation: {x: 0.035571605, y: -0.5691555, z: 0.3065858, w: 0.76210356} - m_LocalPosition: {x: -0.00952738, y: -0.08161427, z: 0.012242128} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 4885486295957858079} - m_Father: {fileID: 7920885846286787373} - m_RootOrder: 3 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &954949645599168798 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 5898494060298653479} - m_Layer: 0 - m_Name: Left_ThumbDistalEnd - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &5898494060298653479 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 954949645599168798} - m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -4.2632555e-16, y: 0.029458016, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 935271303399713285} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1111383850747646235 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 8283445503436439271} - m_Layer: 0 - m_Name: Left_RingDistalEnd - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &8283445503436439271 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1111383850747646235} - m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -7.105426e-17, y: 0.02095726, z: -7.105426e-17} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 1231003652293190751} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1135828944348826078 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 8467763783378671853} - m_Layer: 0 - m_Name: Left_ThumbIntermediate - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &8467763783378671853 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1135828944348826078} - m_LocalRotation: {x: 0.1278054, y: -0, z: -0, w: 0.9917993} - m_LocalPosition: {x: 2.4357445e-15, y: 0.027578257, z: 0.0038183592} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 935271303399713285} - m_Father: {fileID: 8758706560296464116} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1155420836709368868 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1374669527439584201} - m_Layer: 0 - m_Name: Right_UpperArm - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1374669527439584201 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1155420836709368868} - m_LocalRotation: {x: 0.17870995, y: 0.027966414, z: 0.90344393, w: 0.38867685} - m_LocalPosition: {x: 0.16743432, y: -0.0000022099182, z: 0.00000012213746} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 7576659619319755037} - m_Father: {fileID: 7438978581011957846} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1329581807529792594 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 837198271081726126} - m_Layer: 0 - m_Name: Neck - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &837198271081726126 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1329581807529792594} - m_LocalRotation: {x: 0.060688436, y: -0, z: -0, w: 0.9981568} - m_LocalPosition: {x: -0, y: 0.25104657, z: -0.015329581} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 5312574322176338283} - - {fileID: 1512071744482545817} - m_Father: {fileID: 5727504388388376218} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1838423570488119265 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 9074223407194798705} - m_Layer: 0 - m_Name: Left_ToesEnd - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &9074223407194798705 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1838423570488119265} - m_LocalRotation: {x: 0.7070656, y: -0.0076321815, z: -0.0076321815, w: 0.7070656} - m_LocalPosition: {x: -0.0010026174, y: 0.06423476, z: 0.016843978} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 6934312465755520203} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1899151811920829098 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1899151811920829099} - m_Layer: 8 - m_Name: CameraRoot - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1899151811920829099 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1899151811920829098} - m_LocalRotation: {x: -0, y: -0.7071068, z: -0, w: 0.7071068} - m_LocalPosition: {x: -0.059, y: 0.017, z: 0.033} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 3478475335687380606} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1899151812734690637 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1899151812734690632} - - component: {fileID: 1899151812734690639} - - component: {fileID: 1899151812734690638} - m_Layer: 0 - m_Name: Main Camera - m_TagString: MainCamera - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1899151812734690632 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1899151812734690637} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -0.00899984, y: 1.657, z: 0.118000045} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 3196683757475764213} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!20 &1899151812734690639 -Camera: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1899151812734690637} - m_Enabled: 1 - serializedVersion: 2 - m_ClearFlags: 1 - m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0} - m_projectionMatrixMode: 1 - m_GateFitMode: 2 - m_FOVAxisMode: 0 - m_SensorSize: {x: 36, y: 24} - m_LensShift: {x: 0, y: 0} - m_FocalLength: 50 - m_NormalizedViewPortRect: - serializedVersion: 2 - x: 0 - y: 0 - width: 1 - height: 1 - near clip plane: 0.01 - far clip plane: 1000 - field of view: 51 - orthographic: 0 - orthographic size: 5 - m_Depth: -1 - m_CullingMask: - serializedVersion: 2 - m_Bits: 4294967295 - m_RenderingPath: -1 - m_TargetTexture: {fileID: 0} - m_TargetDisplay: 0 - m_TargetEye: 3 - m_HDR: 1 - m_AllowMSAA: 1 - m_AllowDynamicResolution: 0 - m_ForceIntoRT: 0 - m_OcclusionCulling: 1 - m_StereoConvergence: 10 - m_StereoSeparation: 0.022 ---- !u!81 &1899151812734690638 -AudioListener: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1899151812734690637} - m_Enabled: 1 ---- !u!1 &2011608625643997897 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 935271303399713285} - m_Layer: 0 - m_Name: Left_ThumbDistal - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &935271303399713285 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2011608625643997897} - m_LocalRotation: {x: 0.17147453, y: -0, z: -0, w: 0.98518854} - m_LocalPosition: {x: -2.2737365e-15, y: 0.044597257, z: -0.006869915} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 5898494060298653479} - m_Father: {fileID: 8467763783378671853} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &2034730384108389970 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 6747736125730349292} - m_Layer: 0 - m_Name: Right_PinkyDistalEnd - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &6747736125730349292 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2034730384108389970} - m_LocalRotation: {x: -1.7347236e-17, y: 0, z: -0, w: 1} - m_LocalPosition: {x: 0.000000632002, y: -0.018518865, z: 0.0000001154108} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 2929832930269857112} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &2102594788783189564 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 4023072767240963463} - m_Layer: 0 - m_Name: Left_Foot - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &4023072767240963463 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2102594788783189564} - m_LocalRotation: {x: -0.035700925, y: 0.049957544, z: -0.019575229, w: 0.9979211} - m_LocalPosition: {x: 0.0000000017320426, y: 0.41403946, z: 7.141509e-16} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 6934312465755520203} - m_Father: {fileID: 2759935496005826494} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &2207453975834782060 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 439808008508603342} - m_Layer: 0 - m_Name: Left_IndexDistalEnd - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &439808008508603342 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2207453975834782060} - m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -1.1581012e-16, y: 0.024609203, z: -6.661337e-17} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 8109509238565296610} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &2343084167545788913 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 3020998776501750438} - m_Layer: 0 - m_Name: Right_Foot - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &3020998776501750438 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2343084167545788913} - m_LocalRotation: {x: -0.035700925, y: 0.049957544, z: -0.019575229, w: 0.9979211} - m_LocalPosition: {x: -0.0000007472542, y: -0.41403967, z: -0.000000032847502} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 4205390636278395603} - m_Father: {fileID: 2154663967820137403} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &2343668488281076815 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 532251086758425497} - m_Layer: 0 - m_Name: Right_UpperLeg - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &532251086758425497 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2343668488281076815} - m_LocalRotation: {x: 0.0026075041, y: 0.000046300407, z: 0.01775374, w: 0.999839} - m_LocalPosition: {x: 0.086103186, y: -0.053458147, z: -0.0114706475} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 2154663967820137403} - m_Father: {fileID: 8631080010782563652} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &2352193263390920498 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 8631080010782563652} - m_Layer: 0 - m_Name: Hips - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &8631080010782563652 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2352193263390920498} - m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -0, y: 0.9810986, z: -0.01590455} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 8841305478265075030} - - {fileID: 532251086758425497} - - {fileID: 8656811740219119314} - m_Father: {fileID: 1842809358561814892} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &2638634155710249235 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 7365868527602164457} - m_Layer: 0 - m_Name: Right_ThumbDistalEnd - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &7365868527602164457 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2638634155710249235} - m_LocalRotation: {x: -2.7755574e-17, y: 0, z: -0, w: 1} - m_LocalPosition: {x: 0.00000020228964, y: -0.029458148, z: 0.0000009551683} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 580494283293460960} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &2745795136549541788 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 8656811740219119314} - m_Layer: 0 - m_Name: Spine - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &8656811740219119314 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2745795136549541788} - m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -0, y: 0.058229383, z: 0.0012229546} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 4604647645382862742} - m_Father: {fileID: 8631080010782563652} - m_RootOrder: 2 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &2816779862137294159 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 3196683757475764213} - - component: {fileID: 8844166025473117583} - - component: {fileID: 2816779862137294153} - - component: {fileID: 2816779862137294152} - - component: {fileID: 2816779862137294148} - - component: {fileID: 2816779862137294155} - - component: {fileID: 2816779862137294154} - m_Layer: 8 - m_Name: PlayerArmature - m_TagString: Player - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &3196683757475764213 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2816779862137294159} - m_LocalRotation: {x: 0, y: 0.7071068, z: 0, w: 0.7071068} - m_LocalPosition: {x: 8.572, y: 0.25, z: -11.457} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 1899151812734690632} - - {fileID: 8455198061783028519} - - {fileID: 1842809358561814892} - m_Father: {fileID: 0} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 90, z: 0} ---- !u!95 &8844166025473117583 -Animator: - serializedVersion: 3 - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2816779862137294159} - m_Enabled: 1 - m_Avatar: {fileID: 9000000, guid: 36078ab0369161e49a29d349ae3e0739, type: 3} - m_Controller: {fileID: 9100000, guid: 8fc53f75f2322414482947e857bafd00, type: 2} - m_CullingMode: 1 - m_UpdateMode: 0 - m_ApplyRootMotion: 1 - m_LinearVelocityBlending: 0 - m_WarningMessage: - m_HasTransformHierarchy: 1 - m_AllowConstantClipSamplingOptimization: 1 - m_KeepAnimatorControllerStateOnDisable: 0 ---- !u!54 &2816779862137294153 -Rigidbody: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2816779862137294159} - serializedVersion: 2 - m_Mass: 54 - m_Drag: 0 - m_AngularDrag: 0 - m_UseGravity: 1 - m_IsKinematic: 0 - m_Interpolate: 1 - m_Constraints: 112 - m_CollisionDetection: 0 ---- !u!136 &2816779862137294152 -CapsuleCollider: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2816779862137294159} - m_Material: {fileID: 0} - m_IsTrigger: 0 - m_Enabled: 1 - m_Radius: 0.28 - m_Height: 1.78 - m_Direction: 1 - m_Center: {x: 0, y: 0.89, z: 0} ---- !u!114 &2816779862137294148 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2816779862137294159} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 62899f850307741f2a39c98a8b639597, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Actions: {fileID: -944628639613478452, guid: 90efd6e1b27708e49a5ef573b109675e, type: 3} - m_NotificationBehavior: 3 - m_UIInputModule: {fileID: 0} - m_DeviceLostEvent: - m_PersistentCalls: - m_Calls: [] - m_DeviceRegainedEvent: - m_PersistentCalls: - m_Calls: [] - m_ControlsChangedEvent: - m_PersistentCalls: - m_Calls: [] - m_ActionEvents: [] - m_NeverAutoSwitchControlSchemes: 0 - m_DefaultControlScheme: - m_DefaultActionMap: Player - m_SplitScreenIndex: -1 - m_Camera: {fileID: 0} ---- !u!114 &2816779862137294155 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2816779862137294159} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 9e3193cad89ba4446b0d1b377bd20bae, type: 3} - m_Name: - m_EditorClassIdentifier: - AnimBlendSpeed: 8.9 - CameraRoot: {fileID: 1899151811920829099} - Camera: {fileID: 1899151812734690632} - UpperLimit: -40 - BottomLimit: 70 - MouseSensitivity: 20 - JumpFactor: 148 - Dis2Ground: 0.9 - GroundCheck: - serializedVersion: 2 - m_Bits: 1 - AirResistance: 0.8 ---- !u!114 &2816779862137294154 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2816779862137294159} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 3148709a230aefc49888f3f050ab98f6, type: 3} - m_Name: - m_EditorClassIdentifier: - PlayerInput: {fileID: 2816779862137294148} ---- !u!1 &2972576166760055820 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 2015897545288998640} - m_Layer: 0 - m_Name: Right_ThumbProximal - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &2015897545288998640 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2972576166760055820} - m_LocalRotation: {x: -0.22855467, y: 0.9196341, z: 0.3181213, w: 0.028891658} - m_LocalPosition: {x: 0.00080341793, y: -0.028816395, z: -0.023514695} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 2351727158837110138} - m_Father: {fileID: 7920885846286787373} - m_RootOrder: 4 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &3055030999749066507 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 4317055893617434400} - m_Layer: 0 - m_Name: Left_PinkyIntermediate - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &4317055893617434400 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 3055030999749066507} - m_LocalRotation: {x: 0.29918617, y: -0, z: -0, w: 0.9541948} - m_LocalPosition: {x: 1.9539922e-16, y: 0.032272622, z: -1.4210853e-16} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 5956209826434574890} - m_Father: {fileID: 6371823546114525265} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &3110173271476849478 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 7809521624415927320} - m_Layer: 0 - m_Name: Left_UpperArm - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &7809521624415927320 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 3110173271476849478} - m_LocalRotation: {x: 0.17870995, y: 0.027966414, z: 0.90344393, w: 0.38867685} - m_LocalPosition: {x: -0.16743502, y: -5.684341e-16, z: -2.664535e-17} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 4466525722323365947} - m_Father: {fileID: 8290101524215645170} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &3246062155870225658 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 5249970229919476749} - m_Layer: 0 - m_Name: Right_MiddleProximal - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &5249970229919476749 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 3246062155870225658} - m_LocalRotation: {x: 0.09593409, y: -0.6426922, z: 0.21124882, w: 0.73014885} - m_LocalPosition: {x: -0.012848663, y: -0.08609768, z: -0.0034359337} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 4139216844248080789} - m_Father: {fileID: 7920885846286787373} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &3393808636671838583 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 8455198061783028519} - m_Layer: 0 - m_Name: Geometry - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &8455198061783028519 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 3393808636671838583} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 4822730595419874503} - m_Father: {fileID: 3196683757475764213} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &3428620644332559264 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 4205390636278395603} - m_Layer: 0 - m_Name: Right_Toes - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &4205390636278395603 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 3428620644332559264} - m_LocalRotation: {x: -0.7071068, y: 0, z: -0, w: 0.7071068} - m_LocalPosition: {x: -0.00000015643121, y: -0.07224799, z: 0.11807} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 83315226890373250} - m_Father: {fileID: 3020998776501750438} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &3438166880225543446 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 5102848180032570874} - m_Layer: 0 - m_Name: Right_IndexDistal - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &5102848180032570874 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 3438166880225543446} - m_LocalRotation: {x: 0.08318636, y: -0, z: -0, w: 0.996534} - m_LocalPosition: {x: -0.00000032847043, y: -0.025139209, z: -0.0000005960629} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 2634346700073660615} - m_Father: {fileID: 533668910523435749} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &3470389715097899274 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 4604647645382862742} - m_Layer: 0 - m_Name: Chest - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &4604647645382862742 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 3470389715097899274} - m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -0, y: 0.1034043, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 5727504388388376218} - m_Father: {fileID: 8656811740219119314} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &3492598156223888639 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 2973209953216847960} - m_Layer: 0 - m_Name: Left_MiddleProximal - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &2973209953216847960 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 3492598156223888639} - m_LocalRotation: {x: 0.09593409, y: -0.6426922, z: 0.21124882, w: 0.73014885} - m_LocalPosition: {x: 0.012847862, y: 0.08609763, z: 0.003435423} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 3919998770742760846} - m_Father: {fileID: 7288553753463968509} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &3887884121115009298 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 3267477980895918607} - m_Layer: 0 - m_Name: Right_PinkyProximal - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &3267477980895918607 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 3887884121115009298} - m_LocalRotation: {x: 0.0066045397, y: -0.5050901, z: 0.37113747, w: 0.77916455} - m_LocalPosition: {x: -0.0044381507, y: -0.07288141, z: 0.029358566} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 7098318361109000464} - m_Father: {fileID: 7920885846286787373} - m_RootOrder: 2 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &3967535560838439584 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 394096040795342747} - m_Layer: 0 - m_Name: Right_MiddleDistalEnd - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &394096040795342747 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 3967535560838439584} - m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0.000000038619483, y: -0.023345316, z: 0.0000005352584} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 2425167312473647167} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &4267861773438812332 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 3919998770742760846} - m_Layer: 0 - m_Name: Left_MiddleIntermediate - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &3919998770742760846 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 4267861773438812332} - m_LocalRotation: {x: 0.3409832, y: -0, z: -0, w: 0.94006944} - m_LocalPosition: {x: 2.7261607e-16, y: 0.051279362, z: 5.988264e-17} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 2977876593279261890} - m_Father: {fileID: 2973209953216847960} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &4496030749917418170 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 2351727158837110138} - m_Layer: 0 - m_Name: Right_ThumbIntermediate - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &2351727158837110138 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 4496030749917418170} - m_LocalRotation: {x: 0.12780538, y: -0, z: -0, w: 0.9917993} - m_LocalPosition: {x: 0.00000015009721, y: -0.02757781, z: -0.0038183848} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 580494283293460960} - m_Father: {fileID: 2015897545288998640} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &4651440516488978085 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 8841305478265075030} - m_Layer: 0 - m_Name: Left_UpperLeg - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &8841305478265075030 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 4651440516488978085} - m_LocalRotation: {x: 0.999839, y: -0.01775374, z: 0.000046300094, w: -0.0026074864} - m_LocalPosition: {x: -0.08610317, y: -0.053458035, z: -0.011470641} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 2759935496005826494} - m_Father: {fileID: 8631080010782563652} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &4751223845018530742 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 6934312465755520203} - m_Layer: 0 - m_Name: Left_Toes - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &6934312465755520203 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 4751223845018530742} - m_LocalRotation: {x: -0.7071068, y: 8.7157646e-33, z: -8.7157646e-33, w: 0.7071068} - m_LocalPosition: {x: 7.105427e-17, y: 0.07224803, z: -0.118065506} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 9074223407194798705} - m_Father: {fileID: 4023072767240963463} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &4767114882864819744 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 580494283293460960} - m_Layer: 0 - m_Name: Right_ThumbDistal - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &580494283293460960 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 4767114882864819744} - m_LocalRotation: {x: 0.17147453, y: -0, z: -0, w: 0.98518854} - m_LocalPosition: {x: 0.0000007817755, y: -0.044594634, z: 0.0068707783} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 7365868527602164457} - m_Father: {fileID: 2351727158837110138} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &4799413630848812728 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 830911503902430649} - m_Layer: 0 - m_Name: Jaw - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &830911503902430649 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 4799413630848812728} - m_LocalRotation: {x: 0.15949209, y: 0.68888485, z: 0.15949209, w: 0.68888485} - m_LocalPosition: {x: -0, y: -0.00763539, z: 0.012895278} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 5312574322176338283} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &4868569536502332324 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 6852329178206219382} - m_Layer: 0 - m_Name: Right_RingDistalEnd - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &6852329178206219382 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 4868569536502332324} - m_LocalRotation: {x: 9.02056e-17, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0.00000008856214, y: -0.020957856, z: 0.0000005565459} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 5516677030758920176} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &5006466664799368759 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 8290101524215645170} - m_Layer: 0 - m_Name: Left_Shoulder - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &8290101524215645170 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 5006466664799368759} - m_LocalRotation: {x: -0.0049494267, y: -0.113521874, z: 0.043275386, w: 0.99258024} - m_LocalPosition: {x: -0.0009571358, y: 0.19149224, z: -0.0087277945} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 7809521624415927320} - m_Father: {fileID: 5727504388388376218} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &5009528888928951626 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1512071744482545817} - m_Layer: 0 - m_Name: Neck_Twist_A - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1512071744482545817 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 5009528888928951626} - m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -0, y: 0.063737005, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 837198271081726126} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &5194634499215424651 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1842809358561814892} - m_Layer: 0 - m_Name: Skeleton - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1842809358561814892 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 5194634499215424651} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 8631080010782563652} - m_Father: {fileID: 3196683757475764213} - m_RootOrder: 2 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &5671300891138052806 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 74510526603577413} - m_Layer: 0 - m_Name: Left_IndexIntermediate - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &74510526603577413 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 5671300891138052806} - m_LocalRotation: {x: 0.26077324, y: -0, z: -0, w: 0.9654001} - m_LocalPosition: {x: 9.079803e-16, y: 0.04209777, z: 3.2607592e-16} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 8109509238565296610} - m_Father: {fileID: 2441682578421498805} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &5720647024367789525 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 8109509238565296610} - m_Layer: 0 - m_Name: Left_IndexDistal - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &8109509238565296610 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 5720647024367789525} - m_LocalRotation: {x: 0.08318636, y: -0, z: -0, w: 0.996534} - m_LocalPosition: {x: -8.20111e-16, y: 0.02513925, z: -4.317065e-16} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 439808008508603342} - m_Father: {fileID: 74510526603577413} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &5809724742001685748 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 7920885846286787373} - m_Layer: 0 - m_Name: Right_Hand - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &7920885846286787373 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 5809724742001685748} - m_LocalRotation: {x: -0.047397237, y: -0.24003562, z: 0.013464749, w: 0.9695128} - m_LocalPosition: {x: 0.0000014923929, y: -0.24036367, z: 0.0000017856368} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 5177750161165281879} - - {fileID: 5249970229919476749} - - {fileID: 3267477980895918607} - - {fileID: 2807355691640235978} - - {fileID: 2015897545288998640} - m_Father: {fileID: 7576659619319755037} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &6065804050877986013 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 5727504388388376218} - m_Layer: 0 - m_Name: UpperChest - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &5727504388388376218 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 6065804050877986013} - m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -0, y: 0.1034043, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 8290101524215645170} - - {fileID: 837198271081726126} - - {fileID: 7438978581011957846} - m_Father: {fileID: 4604647645382862742} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &6187249246649423828 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 8277750456861666257} - m_Layer: 0 - m_Name: Left_RingIntermediate - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &8277750456861666257 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 6187249246649423828} - m_LocalRotation: {x: 0.3907906, y: -0, z: -0, w: 0.9204796} - m_LocalPosition: {x: 3.3750777e-16, y: 0.043630484, z: -1.4210853e-16} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 1231003652293190751} - m_Father: {fileID: 4947655170122975908} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &6524390108727251596 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 7933769408250178898} - m_Layer: 0 - m_Name: Left_MiddleDistalEnd - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &7933769408250178898 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 6524390108727251596} - m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -1.7763565e-16, y: 0.023346113, z: -7.105426e-17} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 2977876593279261890} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &6669925615924363999 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 7098318361109000464} - m_Layer: 0 - m_Name: Right_PinkyIntermediate - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &7098318361109000464 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 6669925615924363999} - m_LocalRotation: {x: 0.29918617, y: -0, z: -0, w: 0.9541948} - m_LocalPosition: {x: 0.00000045734515, y: -0.032268908, z: 0.00000088312623} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 2929832930269857112} - m_Father: {fileID: 3267477980895918607} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &6748963241553862927 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 5956209826434574890} - m_Layer: 0 - m_Name: Left_PinkyDistal - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &5956209826434574890 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 6748963241553862927} - m_LocalRotation: {x: 0.14234784, y: -0, z: -0, w: 0.9898167} - m_LocalPosition: {x: -3.5527133e-17, y: 0.020224448, z: -7.1054265e-17} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 1053687451786466121} - m_Father: {fileID: 4317055893617434400} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &6795690583592199606 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 4947655170122975908} - m_Layer: 0 - m_Name: Left_RingProximal - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &4947655170122975908 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 6795690583592199606} - m_LocalRotation: {x: 0.035571605, y: -0.5691555, z: 0.3065858, w: 0.76210356} - m_LocalPosition: {x: 0.009525569, y: 0.08161553, z: -0.012242405} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 8277750456861666257} - m_Father: {fileID: 7288553753463968509} - m_RootOrder: 3 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &6974591777863112731 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 3478475335687380606} - m_Layer: 0 - m_Name: Left_Eye - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &3478475335687380606 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 6974591777863112731} - m_LocalRotation: {x: 0, y: 0.7071068, z: 0, w: 0.7071068} - m_LocalPosition: {x: -0.03330326, y: 0.034598116, z: 0.0867403} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 1899151811920829099} - m_Father: {fileID: 5312574322176338283} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &7054424208002591696 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 7438978581011957846} - m_Layer: 0 - m_Name: Right_Shoulder - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &7438978581011957846 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 7054424208002591696} - m_LocalRotation: {x: 0.99258024, y: -0.04327539, z: -0.113521874, w: 0.004949396} - m_LocalPosition: {x: 0.0009571358, y: 0.19149381, z: -0.008727803} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 1374669527439584201} - m_Father: {fileID: 5727504388388376218} - m_RootOrder: 2 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &7214220847452621971 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 2154663967820137403} - m_Layer: 0 - m_Name: Right_LowerLeg - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &2154663967820137403 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 7214220847452621971} - m_LocalRotation: {x: 0.034046065, y: 2.2687323e-19, z: 7.728622e-21, w: 0.9994203} - m_LocalPosition: {x: 0.0000004514609, y: -0.41334414, z: 0.000000025994435} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 3020998776501750438} - m_Father: {fileID: 532251086758425497} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &7241186351261127683 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 5516677030758920176} - m_Layer: 0 - m_Name: Right_RingDistal - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &5516677030758920176 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 7241186351261127683} - m_LocalRotation: {x: 0.09052901, y: -0, z: -0, w: 0.99589384} - m_LocalPosition: {x: -0.000000290747, y: -0.02711462, z: 0.0000000181098} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 6852329178206219382} - m_Father: {fileID: 4885486295957858079} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &7246494921578278846 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 4885486295957858079} - m_Layer: 0 - m_Name: Right_RingIntermediate - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &4885486295957858079 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 7246494921578278846} - m_LocalRotation: {x: 0.3907906, y: -0, z: -0, w: 0.9204796} - m_LocalPosition: {x: 0.0000000695935, y: -0.04362872, z: 0.00000080048335} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 5516677030758920176} - m_Father: {fileID: 2807355691640235978} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &7405359503739924921 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 2441682578421498805} - m_Layer: 0 - m_Name: Left_IndexProximal - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &2441682578421498805 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 7405359503739924921} - m_LocalRotation: {x: 0.1338533, y: -0.6899348, z: 0.20177367, w: 0.6821735} - m_LocalPosition: {x: 0.007815497, y: 0.0918443, z: 0.02657316} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 74510526603577413} - m_Father: {fileID: 7288553753463968509} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &7427970837033722296 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 7288553753463968509} - m_Layer: 0 - m_Name: Left_Hand - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &7288553753463968509 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 7427970837033722296} - m_LocalRotation: {x: -0.047397237, y: -0.24003562, z: 0.013464749, w: 0.9695128} - m_LocalPosition: {x: -2.4123817e-10, y: 0.24036221, z: -1.4210853e-16} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 2441682578421498805} - - {fileID: 2973209953216847960} - - {fileID: 6371823546114525265} - - {fileID: 4947655170122975908} - - {fileID: 8758706560296464116} - m_Father: {fileID: 4466525722323365947} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &7440552382844783961 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 83315226890373250} - m_Layer: 0 - m_Name: Right_ToesEnd - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &83315226890373250 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 7440552382844783961} - m_LocalRotation: {x: 0.7070656, y: -0.0076321815, z: -0.0076321815, w: 0.7070656} - m_LocalPosition: {x: 0.0010031584, y: -0.06423059, z: -0.016843898} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 4205390636278395603} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &7604999331630590952 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 6358589829062152325} - m_Layer: 0 - m_Name: Right_Eye - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &6358589829062152325 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 7604999331630590952} - m_LocalRotation: {x: 0.7071068, y: 4.3297806e-17, z: 0.7071068, w: -4.3297806e-17} - m_LocalPosition: {x: 0.033303294, y: 0.03459628, z: 0.0867403} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 5312574322176338283} - m_RootOrder: 2 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &7765485044552393987 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 4822730595419874503} - - component: {fileID: 6338770204136490171} - m_Layer: 0 - m_Name: Armature_Mesh - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &4822730595419874503 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 7765485044552393987} - m_LocalRotation: {x: 0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 8455198061783028519} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!137 &6338770204136490171 -SkinnedMeshRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 7765485044552393987} - m_Enabled: 1 - m_CastShadows: 1 - m_ReceiveShadows: 1 - m_DynamicOccludee: 1 - m_MotionVectors: 1 - m_LightProbeUsage: 1 - m_ReflectionProbeUsage: 1 - m_RayTracingMode: 3 - m_RayTraceProcedural: 0 - m_RenderingLayerMask: 1 - m_RendererPriority: 0 - m_Materials: - - {fileID: 2100000, guid: 43714b68324cc2c409d534d9874f2a2b, type: 2} - - {fileID: 2100000, guid: 766fd3ff04aab4745a764d33daac86fa, type: 2} - - {fileID: 2100000, guid: 8b25e99361ac31d4e9ae83c46aee69ea, type: 2} - m_StaticBatchInfo: - firstSubMesh: 0 - subMeshCount: 0 - m_StaticBatchRoot: {fileID: 0} - m_ProbeAnchor: {fileID: 0} - m_LightProbeVolumeOverride: {fileID: 0} - m_ScaleInLightmap: 1 - m_ReceiveGI: 1 - m_PreserveUVs: 0 - m_IgnoreNormalsForChartDetection: 0 - m_ImportantGI: 0 - m_StitchLightmapSeams: 1 - m_SelectedEditorRenderState: 3 - m_MinimumChartSize: 4 - m_AutoUVMaxDistance: 0.5 - m_AutoUVMaxAngle: 89 - m_LightmapParameters: {fileID: 0} - m_SortingLayerID: 0 - m_SortingLayer: 0 - m_SortingOrder: 0 - serializedVersion: 2 - m_Quality: 0 - m_UpdateWhenOffscreen: 0 - m_SkinnedMotionVectors: 1 - m_Mesh: {fileID: 4698152120088058464, guid: 36078ab0369161e49a29d349ae3e0739, type: 3} - m_Bones: - - {fileID: 8631080010782563652} - - {fileID: 8656811740219119314} - - {fileID: 4604647645382862742} - - {fileID: 5727504388388376218} - - {fileID: 837198271081726126} - - {fileID: 5312574322176338283} - - {fileID: 6358589829062152325} - - {fileID: 3478475335687380606} - - {fileID: 830911503902430649} - - {fileID: 1512071744482545817} - - {fileID: 8290101524215645170} - - {fileID: 7809521624415927320} - - {fileID: 4466525722323365947} - - {fileID: 7288553753463968509} - - {fileID: 6371823546114525265} - - {fileID: 4317055893617434400} - - {fileID: 5956209826434574890} - - {fileID: 1053687451786466121} - - {fileID: 4947655170122975908} - - {fileID: 8277750456861666257} - - {fileID: 1231003652293190751} - - {fileID: 8283445503436439271} - - {fileID: 2973209953216847960} - - {fileID: 3919998770742760846} - - {fileID: 2977876593279261890} - - {fileID: 7933769408250178898} - - {fileID: 2441682578421498805} - - {fileID: 74510526603577413} - - {fileID: 8109509238565296610} - - {fileID: 439808008508603342} - - {fileID: 8758706560296464116} - - {fileID: 8467763783378671853} - - {fileID: 935271303399713285} - - {fileID: 5898494060298653479} - - {fileID: 7438978581011957846} - - {fileID: 1374669527439584201} - - {fileID: 7576659619319755037} - - {fileID: 7920885846286787373} - - {fileID: 3267477980895918607} - - {fileID: 7098318361109000464} - - {fileID: 2929832930269857112} - - {fileID: 6747736125730349292} - - {fileID: 2807355691640235978} - - {fileID: 4885486295957858079} - - {fileID: 5516677030758920176} - - {fileID: 6852329178206219382} - - {fileID: 5249970229919476749} - - {fileID: 4139216844248080789} - - {fileID: 2425167312473647167} - - {fileID: 394096040795342747} - - {fileID: 5177750161165281879} - - {fileID: 533668910523435749} - - {fileID: 5102848180032570874} - - {fileID: 2634346700073660615} - - {fileID: 2015897545288998640} - - {fileID: 2351727158837110138} - - {fileID: 580494283293460960} - - {fileID: 7365868527602164457} - - {fileID: 8841305478265075030} - - {fileID: 2759935496005826494} - - {fileID: 4023072767240963463} - - {fileID: 6934312465755520203} - - {fileID: 9074223407194798705} - - {fileID: 532251086758425497} - - {fileID: 2154663967820137403} - - {fileID: 3020998776501750438} - - {fileID: 4205390636278395603} - - {fileID: 83315226890373250} - m_BlendShapeWeights: [] - m_RootBone: {fileID: 8631080010782563652} - m_AABB: - m_Center: {x: -0.000000029802322, y: -0.09214255, z: 0.026248664} - m_Extent: {x: 0.52818465, y: 0.88092995, z: 0.22050178} - m_DirtyAABB: 0 ---- !u!1 &8213493146008470445 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 4466525722323365947} - m_Layer: 0 - m_Name: Left_LowerArm - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &4466525722323365947 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8213493146008470445} - m_LocalRotation: {x: 0.37416065, y: -8.0435996e-17, z: -3.2453267e-17, w: 0.92736393} - m_LocalPosition: {x: -2.8421706e-16, y: 0.28508067, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 7288553753463968509} - m_Father: {fileID: 7809521624415927320} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &8448557224672436270 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 2425167312473647167} - m_Layer: 0 - m_Name: Right_MiddleDistal - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &2425167312473647167 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8448557224672436270} - m_LocalRotation: {x: 0.03347514, y: -0, z: -0, w: 0.9994396} - m_LocalPosition: {x: 0.00000014287376, y: -0.028283618, z: 0.00000019378916} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 394096040795342747} - m_Father: {fileID: 4139216844248080789} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &8459846246738969756 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 2759935496005826494} - m_Layer: 0 - m_Name: Left_LowerLeg - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &2759935496005826494 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8459846246738969756} - m_LocalRotation: {x: 0.034046065, y: 2.2687323e-19, z: 7.728622e-21, w: 0.9994203} - m_LocalPosition: {x: -2.9864513e-16, y: 0.4133444, z: -5.4956034e-17} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 4023072767240963463} - m_Father: {fileID: 8841305478265075030} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &8567577658187485340 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 8758706560296464116} - m_Layer: 0 - m_Name: Left_ThumbProximal - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &8758706560296464116 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8567577658187485340} - m_LocalRotation: {x: -0.22855467, y: 0.9196341, z: 0.3181213, w: 0.028891658} - m_LocalPosition: {x: -0.00080496486, y: 0.028816883, z: 0.023514476} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 8467763783378671853} - m_Father: {fileID: 7288553753463968509} - m_RootOrder: 4 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &8711120801883410352 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1231003652293190751} - m_Layer: 0 - m_Name: Left_RingDistal - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1231003652293190751 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8711120801883410352} - m_LocalRotation: {x: 0.09052901, y: -0, z: -0, w: 0.99589384} - m_LocalPosition: {x: 1.7763566e-17, y: 0.027115494, z: -1.065814e-16} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 8283445503436439271} - m_Father: {fileID: 8277750456861666257} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &8770594112699948247 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 5177750161165281879} - m_Layer: 0 - m_Name: Right_IndexProximal - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &5177750161165281879 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8770594112699948247} - m_LocalRotation: {x: 0.1338533, y: -0.6899348, z: 0.20177367, w: 0.6821735} - m_LocalPosition: {x: -0.0078223245, y: -0.0918393, z: -0.026574574} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 533668910523435749} - m_Father: {fileID: 7920885846286787373} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &8840369988482776119 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 2634346700073660615} - m_Layer: 0 - m_Name: Right_IndexDistalEnd - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &2634346700073660615 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8840369988482776119} - m_LocalRotation: {x: -5.5511138e-17, y: 0, z: -0, w: 1} - m_LocalPosition: {x: 0.00000023984484, y: -0.024609355, z: 0.0000006271131} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 5102848180032570874} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &8881099142018212121 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 2977876593279261890} - m_Layer: 0 - m_Name: Left_MiddleDistal - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &2977876593279261890 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8881099142018212121} - m_LocalRotation: {x: 0.03347514, y: -0, z: -0, w: 0.9994396} - m_LocalPosition: {x: -7.199101e-17, y: 0.028284006, z: -4.93648e-17} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 7933769408250178898} - m_Father: {fileID: 3919998770742760846} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &8929446432244132484 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 4139216844248080789} - m_Layer: 0 - m_Name: Right_MiddleIntermediate - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &4139216844248080789 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8929446432244132484} - m_LocalRotation: {x: 0.3409832, y: -0, z: -0, w: 0.94006944} - m_LocalPosition: {x: 0.000000014272595, y: -0.051275954, z: 0.0000009747695} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 2425167312473647167} - m_Father: {fileID: 5249970229919476749} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &8963778332334996814 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 7576659619319755037} - m_Layer: 0 - m_Name: Right_LowerArm - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &7576659619319755037 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 8963778332334996814} - m_LocalRotation: {x: 0.37416065, y: -8.0435996e-17, z: -3.2453267e-17, w: 0.92736393} - m_LocalPosition: {x: 0.0000037273983, y: -0.285085, z: -0.00000035927226} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 7920885846286787373} - m_Father: {fileID: 1374669527439584201} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &9075359071131794049 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 2929832930269857112} - m_Layer: 0 - m_Name: Right_PinkyDistal - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &2929832930269857112 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 9075359071131794049} - m_LocalRotation: {x: 0.14234784, y: -0, z: -0, w: 0.9898167} - m_LocalPosition: {x: 0.00000023899057, y: -0.02022493, z: 0.00000055474345} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 6747736125730349292} - m_Father: {fileID: 7098318361109000464} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} diff --git a/Assets/Resources/Prefabs/PlayerArmature.prefab.meta b/Assets/Resources/Prefabs/PlayerArmature.prefab.meta deleted file mode 100644 index 85a329ac..00000000 --- a/Assets/Resources/Prefabs/PlayerArmature.prefab.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: 64dce48905ffd9b4293e595fa6941544 -PrefabImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Scenes.meta b/Assets/Scenes.meta deleted file mode 100644 index c2f518a1..00000000 --- a/Assets/Scenes.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 4a16dbedfca173349aa620f00c28af20 -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/Scenes/Test Range.unity b/Assets/Scenes/Test Range.unity deleted file mode 100644 index deac81cf..00000000 --- a/Assets/Scenes/Test Range.unity +++ /dev/null @@ -1,2823 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!29 &1 -OcclusionCullingSettings: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_OcclusionBakeSettings: - smallestOccluder: 5 - smallestHole: 0.25 - backfaceThreshold: 100 - m_SceneGUID: 00000000000000000000000000000000 - m_OcclusionCullingData: {fileID: 0} ---- !u!104 &2 -RenderSettings: - m_ObjectHideFlags: 0 - serializedVersion: 9 - m_Fog: 0 - m_FogColor: {r: 0.5, g: 0.5, b: 0.5, a: 1} - m_FogMode: 3 - m_FogDensity: 0.01 - m_LinearFogStart: 0 - m_LinearFogEnd: 300 - m_AmbientSkyColor: {r: 0.212, g: 0.227, b: 0.259, a: 1} - m_AmbientEquatorColor: {r: 0.114, g: 0.125, b: 0.133, a: 1} - m_AmbientGroundColor: {r: 0.047, g: 0.043, b: 0.035, a: 1} - m_AmbientIntensity: 1 - m_AmbientMode: 0 - m_SubtractiveShadowColor: {r: 0.42, g: 0.478, b: 0.627, a: 1} - m_SkyboxMaterial: {fileID: 10304, guid: 0000000000000000f000000000000000, type: 0} - m_HaloStrength: 0.5 - m_FlareStrength: 1 - m_FlareFadeSpeed: 3 - m_HaloTexture: {fileID: 0} - m_SpotCookie: {fileID: 10001, guid: 0000000000000000e000000000000000, type: 0} - m_DefaultReflectionMode: 0 - m_DefaultReflectionResolution: 128 - m_ReflectionBounces: 1 - m_ReflectionIntensity: 1 - m_CustomReflection: {fileID: 0} - m_Sun: {fileID: 705507994} - m_IndirectSpecularColor: {r: 0.45133686, g: 0.5009457, b: 0.5729524, a: 1} - m_UseRadianceAmbientProbe: 0 ---- !u!157 &3 -LightmapSettings: - m_ObjectHideFlags: 0 - serializedVersion: 12 - m_GIWorkflowMode: 1 - m_GISettings: - serializedVersion: 2 - m_BounceScale: 1 - m_IndirectOutputScale: 1 - m_AlbedoBoost: 1 - m_EnvironmentLightingMode: 0 - m_EnableBakedLightmaps: 1 - m_EnableRealtimeLightmaps: 0 - m_LightmapEditorSettings: - serializedVersion: 12 - m_Resolution: 2 - m_BakeResolution: 40 - m_AtlasSize: 1024 - m_AO: 0 - m_AOMaxDistance: 1 - m_CompAOExponent: 1 - m_CompAOExponentDirect: 0 - m_ExtractAmbientOcclusion: 0 - m_Padding: 2 - m_LightmapParameters: {fileID: 0} - m_LightmapsBakeMode: 1 - m_TextureCompression: 1 - m_FinalGather: 0 - m_FinalGatherFiltering: 1 - m_FinalGatherRayCount: 256 - m_ReflectionCompression: 2 - m_MixedBakeMode: 2 - m_BakeBackend: 1 - m_PVRSampling: 1 - m_PVRDirectSampleCount: 32 - m_PVRSampleCount: 500 - m_PVRBounces: 2 - m_PVREnvironmentSampleCount: 500 - m_PVREnvironmentReferencePointCount: 2048 - m_PVRFilteringMode: 2 - m_PVRDenoiserTypeDirect: 0 - m_PVRDenoiserTypeIndirect: 0 - m_PVRDenoiserTypeAO: 0 - m_PVRFilterTypeDirect: 0 - m_PVRFilterTypeIndirect: 0 - m_PVRFilterTypeAO: 0 - m_PVREnvironmentMIS: 0 - m_PVRCulling: 1 - m_PVRFilteringGaussRadiusDirect: 1 - m_PVRFilteringGaussRadiusIndirect: 5 - m_PVRFilteringGaussRadiusAO: 2 - m_PVRFilteringAtrousPositionSigmaDirect: 0.5 - m_PVRFilteringAtrousPositionSigmaIndirect: 2 - m_PVRFilteringAtrousPositionSigmaAO: 1 - m_ExportTrainingData: 0 - m_TrainingDataDestination: TrainingData - m_LightProbeSampleCountMultiplier: 4 - m_LightingDataAsset: {fileID: 0} - m_LightingSettings: {fileID: 1807209246} ---- !u!196 &4 -NavMeshSettings: - serializedVersion: 2 - m_ObjectHideFlags: 0 - m_BuildSettings: - serializedVersion: 2 - agentTypeID: 0 - agentRadius: 0.5 - agentHeight: 2 - agentSlope: 45 - agentClimb: 0.4 - ledgeDropHeight: 0 - maxJumpAcrossDistance: 0 - minRegionArea: 2 - manualCellSize: 0 - cellSize: 0.16666667 - manualTileSize: 0 - tileSize: 256 - accuratePlacement: 0 - maxJobWorkers: 0 - preserveTilesOutsideBounds: 0 - debug: - m_Flags: 0 - m_NavMeshData: {fileID: 0} ---- !u!1 &379131701 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 379131702} - m_Layer: 0 - m_Name: Environment - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &379131702 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 379131701} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 24.182652, y: -6.827471, z: -9.924749} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 705507995} - - {fileID: 2117160877} - - {fileID: 845216550} - - {fileID: 853041099} - - {fileID: 1172848275} - m_Father: {fileID: 0} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &705507993 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 705507995} - - component: {fileID: 705507994} - m_Layer: 0 - m_Name: Directional Light - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!108 &705507994 -Light: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 705507993} - m_Enabled: 1 - serializedVersion: 10 - m_Type: 1 - m_Shape: 0 - m_Color: {r: 1, g: 0.95686275, b: 0.8392157, a: 1} - m_Intensity: 1 - m_Range: 10 - m_SpotAngle: 30 - m_InnerSpotAngle: 21.80208 - m_CookieSize: 10 - m_Shadows: - m_Type: 2 - m_Resolution: -1 - m_CustomResolution: -1 - m_Strength: 1 - m_Bias: 0.05 - m_NormalBias: 0.4 - m_NearPlane: 0.2 - m_CullingMatrixOverride: - e00: 1 - e01: 0 - e02: 0 - e03: 0 - e10: 0 - e11: 1 - e12: 0 - e13: 0 - e20: 0 - e21: 0 - e22: 1 - e23: 0 - e30: 0 - e31: 0 - e32: 0 - e33: 1 - m_UseCullingMatrixOverride: 0 - m_Cookie: {fileID: 0} - m_DrawHalo: 0 - m_Flare: {fileID: 0} - m_RenderMode: 0 - m_CullingMask: - serializedVersion: 2 - m_Bits: 4294967295 - m_RenderingLayerMask: 1 - m_Lightmapping: 1 - m_LightShadowCasterMode: 0 - m_AreaSize: {x: 1, y: 1} - m_BounceIntensity: 1 - m_ColorTemperature: 6570 - m_UseColorTemperature: 0 - m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} - m_UseBoundingSphereOverride: 0 - m_UseViewFrustumForShadowCasterCull: 1 - m_ShadowRadius: 0 - m_ShadowAngle: 0 ---- !u!4 &705507995 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 705507993} - m_LocalRotation: {x: 0.091512136, y: -0.2740093, z: 0.9562005, w: -0.04717063} - m_LocalPosition: {x: -24.182652, y: 9.827471, z: 9.924749} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 379131702} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 31.023, y: -346.445, z: -170.573} ---- !u!1 &845216545 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 845216550} - - component: {fileID: 845216549} - - component: {fileID: 845216548} - - component: {fileID: 845216547} - - component: {fileID: 845216551} - - component: {fileID: 845216546} - m_Layer: 0 - m_Name: Target - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!54 &845216546 -Rigidbody: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 845216545} - serializedVersion: 2 - m_Mass: 1 - m_Drag: 0 - m_AngularDrag: 0.05 - m_UseGravity: 1 - m_IsKinematic: 0 - m_Interpolate: 0 - m_Constraints: 0 - m_CollisionDetection: 0 ---- !u!33 &845216547 -MeshFilter: - m_ObjectHideFlags: 10 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 845216545} - m_Mesh: {fileID: 2141404567} ---- !u!23 &845216548 -MeshRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 845216545} - m_Enabled: 1 - m_CastShadows: 1 - m_ReceiveShadows: 1 - m_DynamicOccludee: 1 - m_MotionVectors: 1 - m_LightProbeUsage: 1 - m_ReflectionProbeUsage: 1 - m_RayTracingMode: 2 - m_RayTraceProcedural: 0 - m_RenderingLayerMask: 1 - m_RendererPriority: 0 - m_Materials: - - {fileID: 2100000, guid: c22777d6e868e4f2fb421913386b154e, type: 2} - m_StaticBatchInfo: - firstSubMesh: 0 - subMeshCount: 0 - m_StaticBatchRoot: {fileID: 0} - m_ProbeAnchor: {fileID: 0} - m_LightProbeVolumeOverride: {fileID: 0} - m_ScaleInLightmap: 1 - m_ReceiveGI: 1 - m_PreserveUVs: 0 - m_IgnoreNormalsForChartDetection: 0 - m_ImportantGI: 0 - m_StitchLightmapSeams: 1 - m_SelectedEditorRenderState: 2 - m_MinimumChartSize: 4 - m_AutoUVMaxDistance: 0.5 - m_AutoUVMaxAngle: 89 - m_LightmapParameters: {fileID: 0} - m_SortingLayerID: 0 - m_SortingLayer: 0 - m_SortingOrder: 0 - m_AdditionalVertexStreams: {fileID: 0} ---- !u!114 &845216549 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 845216545} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 8233d90336aea43098adf6dbabd606a2, type: 3} - m_Name: - m_EditorClassIdentifier: - m_MeshFormatVersion: 1 - m_Faces: - - m_Indexes: 000000000100000002000000010000000300000002000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 040000000500000006000000050000000700000006000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 08000000090000000a000000090000000b0000000a000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 0c0000000d0000000e0000000d0000000f0000000e000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 100000001100000012000000110000001300000012000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 140000001500000016000000150000001700000016000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - m_SharedVertices: - - m_Vertices: 000000000d00000016000000 - - m_Vertices: 010000000400000017000000 - - m_Vertices: 020000000f00000010000000 - - m_Vertices: 030000000600000011000000 - - m_Vertices: 050000000800000015000000 - - m_Vertices: 070000000a00000013000000 - - m_Vertices: 090000000c00000014000000 - - m_Vertices: 0b0000000e00000012000000 - m_SharedTextures: [] - m_Positions: - - {x: 0, y: 0, z: 0} - - {x: 1, y: 0, z: 0} - - {x: 0, y: 1, z: 0} - - {x: 1, y: 1, z: 0} - - {x: 1, y: 0, z: 0} - - {x: 1, y: 0, z: -1} - - {x: 1, y: 1, z: 0} - - {x: 1, y: 1, z: -1} - - {x: 1, y: 0, z: -1} - - {x: 0, y: 0, z: -1} - - {x: 1, y: 1, z: -1} - - {x: 0, y: 1, z: -1} - - {x: 0, y: 0, z: -1} - - {x: 0, y: 0, z: 0} - - {x: 0, y: 1, z: -1} - - {x: 0, y: 1, z: 0} - - {x: 0, y: 1, z: 0} - - {x: 1, y: 1, z: 0} - - {x: 0, y: 1, z: -1} - - {x: 1, y: 1, z: -1} - - {x: 0, y: 0, z: -1} - - {x: 1, y: 0, z: -1} - - {x: 0, y: 0, z: 0} - - {x: 1, y: 0, z: 0} - m_Textures0: - - {x: 0, y: 0} - - {x: -1, y: 0} - - {x: 0, y: 1} - - {x: -1, y: 1} - - {x: 0, y: 0} - - {x: -1, y: 0} - - {x: 0, y: 1} - - {x: -1, y: 1} - - {x: 1, y: 0} - - {x: 0, y: 0} - - {x: 1, y: 1} - - {x: 0, y: 1} - - {x: 1, y: 0} - - {x: 0, y: 0} - - {x: 1, y: 1} - - {x: 0, y: 1} - - {x: 0, y: 0} - - {x: 1, y: 0} - - {x: 0, y: -1} - - {x: 1, y: -1} - - {x: 0, y: -1} - - {x: -1, y: -1} - - {x: 0, y: 0} - - {x: -1, y: 0} - m_Textures2: [] - m_Textures3: [] - m_Tangents: - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - m_Colors: - - {r: 1, g: 0.522, b: 0.106, a: 1} - - {r: 1, g: 0.522, b: 0.106, a: 1} - - {r: 1, g: 0.522, b: 0.106, a: 1} - - {r: 1, g: 0.522, b: 0.106, a: 1} - - {r: 1, g: 0.522, b: 0.106, a: 1} - - {r: 1, g: 0.522, b: 0.106, a: 1} - - {r: 1, g: 0.522, b: 0.106, a: 1} - - {r: 1, g: 0.522, b: 0.106, a: 1} - - {r: 1, g: 0.522, b: 0.106, a: 1} - - {r: 1, g: 0.522, b: 0.106, a: 1} - - {r: 1, g: 0.522, b: 0.106, a: 1} - - {r: 1, g: 0.522, b: 0.106, a: 1} - - {r: 1, g: 0.522, b: 0.106, a: 1} - - {r: 1, g: 0.522, b: 0.106, a: 1} - - {r: 1, g: 0.522, b: 0.106, a: 1} - - {r: 1, g: 0.522, b: 0.106, a: 1} - - {r: 1, g: 0.522, b: 0.106, a: 1} - - {r: 1, g: 0.522, b: 0.106, a: 1} - - {r: 1, g: 0.522, b: 0.106, a: 1} - - {r: 1, g: 0.522, b: 0.106, a: 1} - - {r: 1, g: 0.522, b: 0.106, a: 1} - - {r: 1, g: 0.522, b: 0.106, a: 1} - - {r: 1, g: 0.522, b: 0.106, a: 1} - - {r: 1, g: 0.522, b: 0.106, a: 1} - m_UnwrapParameters: - m_HardAngle: 88 - m_PackMargin: 20 - m_AngleError: 8 - m_AreaError: 15 - m_PreserveMeshAssetOnDestroy: 0 - assetGuid: - m_Mesh: {fileID: 2141404567} - m_IsSelectable: 1 - m_SelectedFaces: - m_SelectedEdges: [] - m_SelectedVertices: ---- !u!4 &845216550 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 845216545} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -2.1826515, y: 7.077471, z: -4.0752506} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 379131702} - m_RootOrder: 2 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!65 &845216551 -BoxCollider: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 845216545} - m_Material: {fileID: 13400000, guid: 409fbfae959a7e74b8418922e3968f31, type: 2} - m_IsTrigger: 0 - m_Enabled: 1 - serializedVersion: 2 - m_Size: {x: 1, y: 1, z: 1} - m_Center: {x: 0.5, y: 0.5, z: -0.5} ---- !u!1 &853041094 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 853041099} - - component: {fileID: 853041098} - - component: {fileID: 853041097} - - component: {fileID: 853041096} - - component: {fileID: 853041095} - m_Layer: 0 - m_Name: Height Range - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!64 &853041095 -MeshCollider: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 853041094} - m_Material: {fileID: 13400000, guid: 409fbfae959a7e74b8418922e3968f31, type: 2} - m_IsTrigger: 0 - m_Enabled: 1 - serializedVersion: 4 - m_Convex: 0 - m_CookingOptions: 30 - m_Mesh: {fileID: 1352105999} ---- !u!33 &853041096 -MeshFilter: - m_ObjectHideFlags: 10 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 853041094} - m_Mesh: {fileID: 1352105999} ---- !u!23 &853041097 -MeshRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 853041094} - m_Enabled: 1 - m_CastShadows: 1 - m_ReceiveShadows: 1 - m_DynamicOccludee: 1 - m_MotionVectors: 1 - m_LightProbeUsage: 1 - m_ReflectionProbeUsage: 1 - m_RayTracingMode: 2 - m_RayTraceProcedural: 0 - m_RenderingLayerMask: 1 - m_RendererPriority: 0 - m_Materials: - - {fileID: 2100000, guid: c22777d6e868e4f2fb421913386b154e, type: 2} - m_StaticBatchInfo: - firstSubMesh: 0 - subMeshCount: 0 - m_StaticBatchRoot: {fileID: 0} - m_ProbeAnchor: {fileID: 0} - m_LightProbeVolumeOverride: {fileID: 0} - m_ScaleInLightmap: 1 - m_ReceiveGI: 1 - m_PreserveUVs: 0 - m_IgnoreNormalsForChartDetection: 0 - m_ImportantGI: 0 - m_StitchLightmapSeams: 1 - m_SelectedEditorRenderState: 2 - m_MinimumChartSize: 4 - m_AutoUVMaxDistance: 0.5 - m_AutoUVMaxAngle: 89 - m_LightmapParameters: {fileID: 0} - m_SortingLayerID: 0 - m_SortingLayer: 0 - m_SortingOrder: 0 - m_AdditionalVertexStreams: {fileID: 0} ---- !u!114 &853041098 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 853041094} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 8233d90336aea43098adf6dbabd606a2, type: 3} - m_Name: - m_EditorClassIdentifier: - m_MeshFormatVersion: 1 - m_Faces: - - m_Indexes: 000000000100000002000000010000000300000002000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 040000000500000006000000050000000700000006000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 08000000090000000a000000090000000b0000000a000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 0c0000000d0000000e0000000d0000000f0000000e000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 100000001100000012000000110000001300000012000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 140000001500000016000000150000001700000016000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - m_SharedVertices: - - m_Vertices: 000000000d00000016000000 - - m_Vertices: 010000000400000017000000 - - m_Vertices: 020000000f00000010000000 - - m_Vertices: 030000000600000011000000 - - m_Vertices: 050000000800000015000000 - - m_Vertices: 070000000a00000013000000 - - m_Vertices: 090000000c00000014000000 - - m_Vertices: 0b0000000e00000012000000 - m_SharedTextures: [] - m_Positions: - - {x: 0, y: 0, z: 0} - - {x: 1, y: 0, z: 0} - - {x: 0, y: 5, z: 0} - - {x: 1, y: 5, z: 0} - - {x: 1, y: 0, z: 0} - - {x: 1, y: 0, z: -3} - - {x: 1, y: 5, z: 0} - - {x: 1, y: 5, z: -3} - - {x: 1, y: 0, z: -3} - - {x: 0, y: 0, z: -3} - - {x: 1, y: 5, z: -3} - - {x: 0, y: 5, z: -3} - - {x: 0, y: 0, z: -3} - - {x: 0, y: 0, z: 0} - - {x: 0, y: 5, z: -3} - - {x: 0, y: 5, z: 0} - - {x: 0, y: 5, z: 0} - - {x: 1, y: 5, z: 0} - - {x: 0, y: 5, z: -3} - - {x: 1, y: 5, z: -3} - - {x: 0, y: 0, z: -3} - - {x: 1, y: 0, z: -3} - - {x: 0, y: 0, z: 0} - - {x: 1, y: 0, z: 0} - m_Textures0: - - {x: 0, y: 0} - - {x: -1, y: 0} - - {x: 0, y: 5} - - {x: -1, y: 5} - - {x: 0, y: 0} - - {x: -3, y: 0} - - {x: 0, y: 5} - - {x: -3, y: 5} - - {x: 1, y: 0} - - {x: 0, y: 0} - - {x: 1, y: 5} - - {x: 0, y: 5} - - {x: 3, y: 0} - - {x: 0, y: 0} - - {x: 3, y: 5} - - {x: 0, y: 5} - - {x: 0, y: 0} - - {x: 1, y: 0} - - {x: 0, y: -3} - - {x: 1, y: -3} - - {x: 0, y: -3} - - {x: -1, y: -3} - - {x: 0, y: 0} - - {x: -1, y: 0} - m_Textures2: [] - m_Textures3: [] - m_Tangents: - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - m_Colors: [] - m_UnwrapParameters: - m_HardAngle: 88 - m_PackMargin: 20 - m_AngleError: 8 - m_AreaError: 15 - m_PreserveMeshAssetOnDestroy: 0 - assetGuid: - m_Mesh: {fileID: 1352105999} - m_IsSelectable: 1 - m_SelectedFaces: - m_SelectedEdges: [] - m_SelectedVertices: ---- !u!4 &853041099 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 853041094} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -17.15265, y: 7.077471, z: -0.075250626} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 379131702} - m_RootOrder: 3 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!43 &1167564546 -Mesh: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: pb_Mesh17274 - serializedVersion: 10 - m_SubMeshes: - - serializedVersion: 2 - firstByte: 0 - indexCount: 132 - topology: 0 - baseVertex: 0 - firstVertex: 0 - vertexCount: 58 - localAABB: - m_Center: {x: 1.9487562, y: 1.0648147, z: -0.9953022} - m_Extent: {x: 1.9487562, y: 1.0648147, z: 0.9953022} - m_Shapes: - vertices: [] - shapes: [] - channels: [] - fullWeights: [] - m_BindPose: [] - m_BoneNameHashes: - m_RootBoneNameHash: 0 - m_BonesAABB: [] - m_VariableBoneCountWeights: - m_Data: - m_MeshCompression: 0 - m_IsReadable: 1 - m_KeepVertices: 1 - m_KeepIndices: 1 - m_IndexFormat: 0 - m_IndexBuffer: 000001000200010003000200040005000600050007000600080009000a0009000b000a000c000d000e000d000f000e00100011001200110013001200140015001600150017001600150014001800140019001800070005001a0005001b001a000c000e001c000e001d001c00120013001e0013001f001e0017001500200015002100200003000100220001002300220024002500260025002700260025002800270028002900270015001800210018002a00210008000a002b000a002c002b002d002e002f002e0030002f0031002d0032002d002f00320021002a0033002a00340033002b002c0035002c0036003500200021003700210033003700220023003800230039003800 - m_VertexData: - serializedVersion: 3 - m_VertexCount: 58 - m_Channels: - - stream: 0 - offset: 0 - format: 0 - dimension: 3 - - stream: 0 - offset: 12 - format: 0 - dimension: 3 - - stream: 0 - offset: 24 - format: 0 - dimension: 4 - - stream: 0 - offset: 0 - format: 0 - dimension: 0 - - stream: 0 - offset: 40 - format: 0 - dimension: 2 - - stream: 0 - offset: 0 - format: 0 - dimension: 0 - - stream: 0 - offset: 0 - format: 0 - dimension: 0 - - stream: 0 - offset: 0 - format: 0 - dimension: 0 - - stream: 0 - offset: 0 - format: 0 - dimension: 0 - - stream: 0 - offset: 0 - format: 0 - dimension: 0 - - stream: 0 - offset: 0 - format: 0 - dimension: 0 - - stream: 0 - offset: 0 - format: 0 - dimension: 0 - - stream: 0 - offset: 0 - format: 0 - dimension: 0 - - stream: 0 - offset: 0 - format: 0 - dimension: 0 - m_DataSize: 2784 - _typelessdata: 00000000000000000000000000000000000000000000803f000080bf0000000000000000000080bf00000000000000000000803f000000000000000000000000000000000000803f000080bf0000000000000000000080bf000080bf0000000000000000e09df63c0000000000000000000000000000803f000080bf0000000000000000000080bf00000000e09df63c006d9a3f3c99613f0000000000000000000000000000803f000080bf0000000000000000000080bf006d9abf3c99613fd870794000000000000000000000803f000000000000000000000000000000000000803f000080bf0000000000000000d870794000000000000080bf0000803f000000000000000000000000000000000000803f000080bf000080bf00000000d8707940d94b0840000000000000803f000000000000000000000000000000000000803f000080bf00000000d94b0840d8707940d94b0840000080bf0000803f000000000000000000000000000000000000803f000080bf000080bfd94b08400000803f0000000020ccfebf0000000000000000000080bf0000803f0000000000000000000080bf0000803f00000000000000000000000020ccfebf0000000000000000000080bf0000803f0000000000000000000080bf0000000000000000006d9a3f3c99613f20ccfebf0000000000000000000080bf0000803f0000000000000000000080bf006d9a3f3c99613f00000000e09df63c20ccfebf0000000000000000000080bf0000803f0000000000000000000080bf00000000e09df63c0000000000000000000080bf000080bf00000000000000000000000000000000000080bf000080bf0000803f00000000000000000000000000000000000080bf00000000000000000000000000000000000080bf000080bf000000000000000000000000e09df63c000080bf000080bf00000000000000000000000000000000000080bf000080bf0000803fe09df63c00000000e09df63c00000000000080bf00000000000000000000000000000000000080bf000080bf00000000e09df63c00000000e09df63c00000000809313bfb22e513f00000000b22e513f8093133f00000000000080bfc02a8e3c00000000006d9a3f3c99613f00000000809313bfb22e513f00000000b22e513f8093133f00000000000080bfa535bf3f0000000000000000e09df63c000080bf809313bfb22e513f00000000b22e513f8093133f00000000000080bfc02a8e3c000080bf006d9a3f3c99613f000080bf809313bfb22e513f00000000b22e513f8093133f00000000000080bfa535bf3f000080bf0000000000000000000080bf00000000000080bf00000000000080bf0000000000000000000080bf00000000000080bf0000803f00000000000080bf00000000000080bf00000000000080bf0000000000000000000080bf000080bf000080bf00000000000000000000000000000000000080bf00000000000080bf0000000000000000000080bf00000000000000000000803f000000000000000000000000000080bf00000000000080bf0000000000000000000080bf000080bf000000000000803f0000000020ccfebf00000000000080bf00000000000080bf0000000000000000000080bf000080bf20ccfebf000000000000000020ccfebf00000000000080bf00000000000080bf0000000000000000000080bf0000000020ccfebfd8707940d94b084020ccfebf0000803f000000000000000000000000000000000000803f000080bf20ccfebfd94b0840d87079400000000020ccfebf0000803f000000000000000000000000000000000000803f000080bf20ccfebf00000000000000000000000020ccfebf000080bf00000000000000000000000000000000000080bf000080bf20ccfe3f0000000000000000e09df63c20ccfebf000080bf00000000000000000000000000000000000080bf000080bf20ccfe3fe09df63c00000000e09df63c20ccfebf809313bfb22e513f00000000b22e513f8093133f00000000000080bfc02a8e3c20ccfebf006d9a3f3c99613f20ccfebf809313bfb22e513f00000000b22e513f8093133f00000000000080bfa535bf3f20ccfebf80954340000000000000000000000000000080bf00000000000080bf0000000000000000000080bf809543c0000000008095434000000000000080bf00000000000080bf00000000000080bf0000000000000000000080bf809543c0000080bf80954340d94b08400000000000000000000000000000803f000080bf0000000000000000000080bf809543c0d94b084080954340000000000000000000000000000000000000803f000080bf0000000000000000000080bf809543c000000000006d9a3f3c99613f20ccfebf66380fbf3f30543f000000003f30543f66380f3f00000000000080bf841abf3f20ccfebf006d9a3f3c99613f000080bf66380fbf3f30543f000000003f30543f66380f3f00000000000080bf841abf3f000080bf80954340d94b084020ccfebf66380fbf3f30543f000000003f30543f66380f3f00000000000080bf0f5d6e4020ccfebf80954340d94b0840000080bf66380fbf3f30543f000000003f30543f66380f3f00000000000080bf0f5d6e40000080bf006d9a3f3c99613f0000000066380fbf3f30543f000000004030543f67380f3f00000000000080bf841abf3f0000000080954340d94b08400000000066380fbf3f30543f000000004030543f67380f3f00000000000080bf0f5d6e4000000000809543400000000020ccfebf00000000000080bf00000000000080bf0000000000000000000080bf809543c020ccfebf809543400000000020ccfebf0000000000000000000080bf0000803f0000000000000000000080bf809543400000000080954340d94b084020ccfebf0000000000000000000080bf0000803f0000000000000000000080bf80954340d94b084080954340d94b0840000080bf000000000000803f000000000000803f0000000000000000000080bf80954340000080bf80954340d94b084000000000000000000000803f000000000000803f0000000000000000000080bf8095434000000000d8707940d94b0840000080bf000000000000803f000000000000803f0000000000000000000080bfd8707940000080bfd8707940d94b084000000000000000000000803f000000000000803f0000000000000000000080bfd87079400000000080954340d94b084020ccfebf000000000000803f000000000000803f0000000000000000000080bf8095434020ccfebfd8707940d94b084020ccfebf000000000000803f000000000000803f0000000000000000000080bfd870794020ccfebfd870794000000000000080bf00000000000080bf00000000000080bf0000000000000000000080bfd87079c0000080bfd87079400000000020ccfebf00000000000080bf00000000000080bf0000000000000000000080bfd87079c020ccfebfd87079400000000020ccfebf0000000000000000000080bf0000803f0000000000000000000080bfd870794000000000d8707940d94b084020ccfebf0000000000000000000080bf0000803f0000000000000000000080bfd8707940d94b0840d8707940000000000000000000000000000080bf00000000000080bf0000000000000000000080bfd87079c000000000d8707940d94b08400000000000000000000000000000803f000080bf0000000000000000000080bfd87079c0d94b0840d8707940000000000000000000000000000000000000803f000080bf0000000000000000000080bfd87079c000000000 - m_CompressedMesh: - m_Vertices: - m_NumItems: 0 - m_Range: 0 - m_Start: 0 - m_Data: - m_BitSize: 0 - m_UV: - m_NumItems: 0 - m_Range: 0 - m_Start: 0 - m_Data: - m_BitSize: 0 - m_Normals: - m_NumItems: 0 - m_Range: 0 - m_Start: 0 - m_Data: - m_BitSize: 0 - m_Tangents: - m_NumItems: 0 - m_Range: 0 - m_Start: 0 - m_Data: - m_BitSize: 0 - m_Weights: - m_NumItems: 0 - m_Data: - m_BitSize: 0 - m_NormalSigns: - m_NumItems: 0 - m_Data: - m_BitSize: 0 - m_TangentSigns: - m_NumItems: 0 - m_Data: - m_BitSize: 0 - m_FloatColors: - m_NumItems: 0 - m_Range: 0 - m_Start: 0 - m_Data: - m_BitSize: 0 - m_BoneIndices: - m_NumItems: 0 - m_Data: - m_BitSize: 0 - m_Triangles: - m_NumItems: 0 - m_Data: - m_BitSize: 0 - m_UVInfo: 0 - m_LocalAABB: - m_Center: {x: 1.9487562, y: 1.0648147, z: -0.9953022} - m_Extent: {x: 1.9487562, y: 1.0648147, z: 0.9953022} - m_MeshUsageFlags: 0 - m_BakedConvexCollisionMesh: - m_BakedTriangleCollisionMesh: - m_MeshMetrics[0]: 1 - m_MeshMetrics[1]: 1 - m_MeshOptimizationFlags: 1 - m_StreamData: - serializedVersion: 2 - offset: 0 - size: 0 - path: ---- !u!1 &1172848270 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1172848275} - - component: {fileID: 1172848274} - - component: {fileID: 1172848273} - - component: {fileID: 1172848272} - - component: {fileID: 1172848271} - m_Layer: 0 - m_Name: Slope - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!64 &1172848271 -MeshCollider: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1172848270} - m_Material: {fileID: 13400000, guid: 409fbfae959a7e74b8418922e3968f31, type: 2} - m_IsTrigger: 0 - m_Enabled: 1 - serializedVersion: 4 - m_Convex: 0 - m_CookingOptions: 30 - m_Mesh: {fileID: 1167564546} ---- !u!33 &1172848272 -MeshFilter: - m_ObjectHideFlags: 10 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1172848270} - m_Mesh: {fileID: 1167564546} ---- !u!23 &1172848273 -MeshRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1172848270} - m_Enabled: 1 - m_CastShadows: 1 - m_ReceiveShadows: 1 - m_DynamicOccludee: 1 - m_MotionVectors: 1 - m_LightProbeUsage: 1 - m_ReflectionProbeUsage: 1 - m_RayTracingMode: 2 - m_RayTraceProcedural: 0 - m_RenderingLayerMask: 1 - m_RendererPriority: 0 - m_Materials: - - {fileID: 2100000, guid: c22777d6e868e4f2fb421913386b154e, type: 2} - m_StaticBatchInfo: - firstSubMesh: 0 - subMeshCount: 0 - m_StaticBatchRoot: {fileID: 0} - m_ProbeAnchor: {fileID: 0} - m_LightProbeVolumeOverride: {fileID: 0} - m_ScaleInLightmap: 1 - m_ReceiveGI: 1 - m_PreserveUVs: 0 - m_IgnoreNormalsForChartDetection: 0 - m_ImportantGI: 0 - m_StitchLightmapSeams: 1 - m_SelectedEditorRenderState: 2 - m_MinimumChartSize: 4 - m_AutoUVMaxDistance: 0.5 - m_AutoUVMaxAngle: 89 - m_LightmapParameters: {fileID: 0} - m_SortingLayerID: 0 - m_SortingLayer: 0 - m_SortingOrder: 0 - m_AdditionalVertexStreams: {fileID: 0} ---- !u!114 &1172848274 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1172848270} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 8233d90336aea43098adf6dbabd606a2, type: 3} - m_Name: - m_EditorClassIdentifier: - m_MeshFormatVersion: 1 - m_Faces: - - m_Indexes: 000000000100000002000000010000000300000002000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 040000000500000006000000050000000700000006000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 08000000090000000a000000090000000b0000000a000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 0c0000000d0000000e0000000d0000000f0000000e000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 100000001100000012000000110000001300000012000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 140000001500000016000000150000001700000016000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 18000000190000001a000000190000001b0000001a000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 1c0000001d0000001e0000001d0000001f0000001e000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 200000002100000022000000210000002300000022000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 240000002500000026000000250000002700000026000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 28000000290000002a000000290000002b0000002a000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 2c0000002d0000002e0000002d0000002f0000002e000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 300000003100000032000000310000003300000032000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 340000003500000036000000350000003700000036000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 38000000390000003a000000390000003b0000003a000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 3c0000003d0000003e0000003d0000003f0000003e000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 400000004100000042000000410000004300000042000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 440000004500000046000000450000004700000046000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 48000000490000004a000000490000004b0000004a000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 4c0000004d0000004e0000004d0000004f0000004e000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 500000005100000052000000510000005300000052000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 540000005500000056000000550000005700000056000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - m_SharedVertices: - - m_Vertices: 000000000d00000016000000 - - m_Vertices: 0100000017000000280000002d000000 - - m_Vertices: 040000005200000057000000 - - m_Vertices: 2a0000002f0000005000000055000000 - - m_Vertices: 020000000f00000010000000 - - m_Vertices: 03000000110000002c00000035000000 - - m_Vertices: 060000004300000056000000 - - m_Vertices: 2e000000370000004100000054000000 - - m_Vertices: 050000001d0000004a00000053000000 - - m_Vertices: 2b0000003a0000004800000051000000 - - m_Vertices: 15000000180000002900000038000000 - - m_Vertices: 080000001a000000390000003c000000 - - m_Vertices: 1f0000004b0000004e000000 - - m_Vertices: 3b0000003e000000490000004c000000 - - m_Vertices: 070000001c0000004200000047000000 - - m_Vertices: 33000000360000004000000045000000 - - m_Vertices: 13000000250000003100000034000000 - - m_Vertices: 0a00000027000000300000003d000000 - - m_Vertices: 1e000000460000004f000000 - - m_Vertices: 320000003f000000440000004d000000 - - m_Vertices: 090000001b00000022000000 - - m_Vertices: 0c000000140000001900000020000000 - - m_Vertices: 0b0000002300000026000000 - - m_Vertices: 0e000000120000002100000024000000 - m_SharedTextures: [] - m_Positions: - - {x: 0, y: 0, z: 0} - - {x: 1, y: 0, z: 0} - - {x: 0, y: 0.030104578, z: 0} - - {x: 1.2064514, y: 0.8812444, z: 0} - - {x: 3.8975124, y: 0, z: 0} - - {x: 3.8975124, y: 0, z: -1} - - {x: 3.8975124, y: 2.1296294, z: 0} - - {x: 3.8975124, y: 2.1296294, z: -1} - - {x: 1, y: 0, z: -1.9906044} - - {x: 0, y: 0, z: -1.9906044} - - {x: 1.2064514, y: 0.8812444, z: -1.9906044} - - {x: 0, y: 0.030104578, z: -1.9906044} - - {x: 0, y: 0, z: -1} - - {x: 0, y: 0, z: 0} - - {x: 0, y: 0.030104578, z: -1} - - {x: 0, y: 0.030104578, z: 0} - - {x: 0, y: 0.030104578, z: 0} - - {x: 1.2064514, y: 0.8812444, z: 0} - - {x: 0, y: 0.030104578, z: -1} - - {x: 1.2064514, y: 0.8812444, z: -1} - - {x: 0, y: 0, z: -1} - - {x: 1, y: 0, z: -1} - - {x: 0, y: 0, z: 0} - - {x: 1, y: 0, z: 0} - - {x: 1, y: 0, z: -1} - - {x: 0, y: 0, z: -1} - - {x: 1, y: 0, z: -1.9906044} - - {x: 0, y: 0, z: -1.9906044} - - {x: 3.8975124, y: 2.1296294, z: -1} - - {x: 3.8975124, y: 0, z: -1} - - {x: 3.8975124, y: 2.1296294, z: -1.9906044} - - {x: 3.8975124, y: 0, z: -1.9906044} - - {x: 0, y: 0, z: -1} - - {x: 0, y: 0.030104578, z: -1} - - {x: 0, y: 0, z: -1.9906044} - - {x: 0, y: 0.030104578, z: -1.9906044} - - {x: 0, y: 0.030104578, z: -1} - - {x: 1.2064514, y: 0.8812444, z: -1} - - {x: 0, y: 0.030104578, z: -1.9906044} - - {x: 1.2064514, y: 0.8812444, z: -1.9906044} - - {x: 1, y: 0, z: 0} - - {x: 1, y: 0, z: -1} - - {x: 3.0559998, y: 0, z: 0} - - {x: 3.0559998, y: 0, z: -1} - - {x: 1.2064514, y: 0.8812444, z: 0} - - {x: 1, y: 0, z: 0} - - {x: 3.0559998, y: 2.1296294, z: 0} - - {x: 3.0559998, y: 0, z: 0} - - {x: 1.2064514, y: 0.8812444, z: -1.9906044} - - {x: 1.2064514, y: 0.8812444, z: -1} - - {x: 3.0559998, y: 2.1296294, z: -1.9906044} - - {x: 3.0559998, y: 2.1296294, z: -1} - - {x: 1.2064514, y: 0.8812444, z: -1} - - {x: 1.2064514, y: 0.8812444, z: 0} - - {x: 3.0559998, y: 2.1296294, z: -1} - - {x: 3.0559998, y: 2.1296294, z: 0} - - {x: 1, y: 0, z: -1} - - {x: 1, y: 0, z: -1.9906044} - - {x: 3.0559998, y: 0, z: -1} - - {x: 3.0559998, y: 0, z: -1.9906044} - - {x: 1, y: 0, z: -1.9906044} - - {x: 1.2064514, y: 0.8812444, z: -1.9906044} - - {x: 3.0559998, y: 0, z: -1.9906044} - - {x: 3.0559998, y: 2.1296294, z: -1.9906044} - - {x: 3.0559998, y: 2.1296294, z: -1} - - {x: 3.0559998, y: 2.1296294, z: 0} - - {x: 3.8975124, y: 2.1296294, z: -1} - - {x: 3.8975124, y: 2.1296294, z: 0} - - {x: 3.0559998, y: 2.1296294, z: -1.9906044} - - {x: 3.0559998, y: 2.1296294, z: -1} - - {x: 3.8975124, y: 2.1296294, z: -1.9906044} - - {x: 3.8975124, y: 2.1296294, z: -1} - - {x: 3.0559998, y: 0, z: -1} - - {x: 3.0559998, y: 0, z: -1.9906044} - - {x: 3.8975124, y: 0, z: -1} - - {x: 3.8975124, y: 0, z: -1.9906044} - - {x: 3.0559998, y: 0, z: -1.9906044} - - {x: 3.0559998, y: 2.1296294, z: -1.9906044} - - {x: 3.8975124, y: 0, z: -1.9906044} - - {x: 3.8975124, y: 2.1296294, z: -1.9906044} - - {x: 3.0559998, y: 0, z: 0} - - {x: 3.0559998, y: 0, z: -1} - - {x: 3.8975124, y: 0, z: 0} - - {x: 3.8975124, y: 0, z: -1} - - {x: 3.0559998, y: 2.1296294, z: 0} - - {x: 3.0559998, y: 0, z: 0} - - {x: 3.8975124, y: 2.1296294, z: 0} - - {x: 3.8975124, y: 0, z: 0} - m_Textures0: - - {x: 0, y: 0} - - {x: -1, y: 0} - - {x: 0, y: 0.030104578} - - {x: -1.2064514, y: 0.8812444} - - {x: 0, y: 0} - - {x: -1, y: 0} - - {x: 0, y: 2.1296294} - - {x: -1, y: 2.1296294} - - {x: 1, y: 0} - - {x: 0, y: 0} - - {x: 1.2064514, y: 0.8812444} - - {x: 0, y: 0.030104578} - - {x: 1, y: 0} - - {x: 0, y: 0} - - {x: 1, y: 0.030104578} - - {x: 0, y: 0.030104578} - - {x: 0.01735437, y: 0} - - {x: 1.4938246, y: 0} - - {x: 0.01735437, y: -1} - - {x: 1.4938246, y: -1} - - {x: 0, y: -1} - - {x: -1, y: -1} - - {x: 0, y: 0} - - {x: -1, y: 0} - - {x: -1, y: -1} - - {x: 0, y: -1} - - {x: -1, y: -1.9906044} - - {x: 0, y: -1.9906044} - - {x: -1, y: 2.1296294} - - {x: -1, y: 0} - - {x: -1.9906044, y: 2.1296294} - - {x: -1.9906044, y: 0} - - {x: 1, y: 0} - - {x: 1, y: 0.030104578} - - {x: 1.9906044, y: 0} - - {x: 1.9906044, y: 0.030104578} - - {x: 0.01735437, y: -1} - - {x: 1.4938246, y: -1} - - {x: 0.01735437, y: -1.9906044} - - {x: 1.4938246, y: -1.9906044} - - {x: -1, y: 0} - - {x: -1, y: -1} - - {x: -3.0559998, y: 0} - - {x: -3.0559998, y: -1} - - {x: -1.2064514, y: 0.8812444} - - {x: -1, y: 0} - - {x: -3.0559998, y: 2.1296294} - - {x: -3.0559998, y: 0} - - {x: 1.4929967, y: -1.9906044} - - {x: 1.4929967, y: -1} - - {x: 3.7244298, y: -1.9906044} - - {x: 3.7244298, y: -1} - - {x: 1.4929967, y: -1} - - {x: 1.4929967, y: 0} - - {x: 3.7244298, y: -1} - - {x: 3.7244298, y: 0} - - {x: -1, y: -1} - - {x: -1, y: -1.9906044} - - {x: -3.0559998, y: -1} - - {x: -3.0559998, y: -1.9906044} - - {x: 1, y: 0} - - {x: 1.2064514, y: 0.8812444} - - {x: 3.0559998, y: 0} - - {x: 3.0559998, y: 2.1296294} - - {x: 3.0559998, y: -1} - - {x: 3.0559998, y: 0} - - {x: 3.8975124, y: -1} - - {x: 3.8975124, y: 0} - - {x: 3.0559998, y: -1.9906044} - - {x: 3.0559998, y: -1} - - {x: 3.8975124, y: -1.9906044} - - {x: 3.8975124, y: -1} - - {x: -3.0559998, y: -1} - - {x: -3.0559998, y: -1.9906044} - - {x: -3.8975124, y: -1} - - {x: -3.8975124, y: -1.9906044} - - {x: 3.0559998, y: 0} - - {x: 3.0559998, y: 2.1296294} - - {x: 3.8975124, y: 0} - - {x: 3.8975124, y: 2.1296294} - - {x: -3.0559998, y: 0} - - {x: -3.0559998, y: -1} - - {x: -3.8975124, y: 0} - - {x: -3.8975124, y: -1} - - {x: -3.0559998, y: 2.1296294} - - {x: -3.0559998, y: 0} - - {x: -3.8975124, y: 2.1296294} - - {x: -3.8975124, y: 0} - m_Textures2: [] - m_Textures3: [] - m_Tangents: - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0.81711876, y: 0.5764694, z: 0, w: -1} - - {x: 0.81711876, y: 0.5764694, z: 0, w: -1} - - {x: 0.81711876, y: 0.5764694, z: 0, w: -1} - - {x: 0.81711876, y: 0.5764694, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0.81711876, y: 0.5764694, z: 0, w: -1} - - {x: 0.81711876, y: 0.5764694, z: 0, w: -1} - - {x: 0.81711876, y: 0.5764694, z: 0, w: -1} - - {x: 0.81711876, y: 0.5764694, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: 0.8288612, y: 0.5594543, z: 0, w: -1} - - {x: 0.8288612, y: 0.5594543, z: 0, w: -1} - - {x: 0.8288612, y: 0.5594543, z: 0, w: -1} - - {x: 0.8288612, y: 0.5594543, z: 0, w: -1} - - {x: 0.82886124, y: 0.5594544, z: 0, w: -1} - - {x: 0.82886124, y: 0.5594544, z: 0, w: -1} - - {x: 0.82886124, y: 0.5594544, z: 0, w: -1} - - {x: 0.82886124, y: 0.5594544, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - m_Colors: [] - m_UnwrapParameters: - m_HardAngle: 88 - m_PackMargin: 20 - m_AngleError: 8 - m_AreaError: 15 - m_PreserveMeshAssetOnDestroy: 0 - assetGuid: - m_Mesh: {fileID: 1167564546} - m_IsSelectable: 1 - m_SelectedFaces: - m_SelectedEdges: [] - m_SelectedVertices: ---- !u!4 &1172848275 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1172848270} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -5.1826515, y: 7.077471, z: -8.075251} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 379131702} - m_RootOrder: 4 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!43 &1182470936 -Mesh: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: pb_Mesh17292 - serializedVersion: 10 - m_SubMeshes: - - serializedVersion: 2 - firstByte: 0 - indexCount: 36 - topology: 0 - baseVertex: 0 - firstVertex: 0 - vertexCount: 24 - localAABB: - m_Center: {x: 25, y: 0.125, z: -25} - m_Extent: {x: 25, y: 0.125, z: 25} - m_Shapes: - vertices: [] - shapes: [] - channels: [] - fullWeights: [] - m_BindPose: [] - m_BoneNameHashes: - m_RootBoneNameHash: 0 - m_BonesAABB: [] - m_VariableBoneCountWeights: - m_Data: - m_MeshCompression: 0 - m_IsReadable: 1 - m_KeepVertices: 1 - m_KeepIndices: 1 - m_IndexFormat: 0 - m_IndexBuffer: 000001000200010003000200040005000600050007000600080009000a0009000b000a000c000d000e000d000f000e00100011001200110013001200140015001600150017001600 - m_VertexData: - serializedVersion: 3 - m_VertexCount: 24 - m_Channels: - - stream: 0 - offset: 0 - format: 0 - dimension: 3 - - stream: 0 - offset: 12 - format: 0 - dimension: 3 - - stream: 0 - offset: 24 - format: 0 - dimension: 4 - - stream: 0 - offset: 40 - format: 0 - dimension: 4 - - stream: 0 - offset: 56 - format: 0 - dimension: 2 - - stream: 0 - offset: 0 - format: 0 - dimension: 0 - - stream: 0 - offset: 0 - format: 0 - dimension: 0 - - stream: 0 - offset: 0 - format: 0 - dimension: 0 - - stream: 0 - offset: 0 - format: 0 - dimension: 0 - - stream: 0 - offset: 0 - format: 0 - dimension: 0 - - stream: 0 - offset: 0 - format: 0 - dimension: 0 - - stream: 0 - offset: 0 - format: 0 - dimension: 0 - - stream: 0 - offset: 0 - format: 0 - dimension: 0 - - stream: 0 - offset: 0 - format: 0 - dimension: 0 - m_DataSize: 1536 - _typelessdata: 00000000000000000000000000000000000000000000803f000080bf0000000000000000000080bf83c02a3f83c02a3f83c02a3f0000803f000000000000000000004842000000000000000000000000000000000000803f000080bf0000000000000000000080bf83c02a3f83c02a3f83c02a3f0000803f000048c200000000000000000000803e0000000000000000000000000000803f000080bf0000000000000000000080bf83c02a3f83c02a3f83c02a3f0000803f000000000000803e000048420000803e0000000000000000000000000000803f000080bf0000000000000000000080bf83c02a3f83c02a3f83c02a3f0000803f000048c20000803e0000484200000000000000000000803f000000000000000000000000000000000000803f000080bf83c02a3f83c02a3f83c02a3f0000803f00000000000000000000484200000000000048c20000803f000000000000000000000000000000000000803f000080bf83c02a3f83c02a3f83c02a3f0000803f000048c200000000000048420000803e000000000000803f000000000000000000000000000000000000803f000080bf83c02a3f83c02a3f83c02a3f0000803f000000000000803e000048420000803e000048c20000803f000000000000000000000000000000000000803f000080bf83c02a3f83c02a3f83c02a3f0000803f000048c20000803e0000484200000000000048c20000000000000000000080bf0000803f0000000000000000000080bf83c02a3f83c02a3f83c02a3f0000803f00004842000000000000000000000000000048c20000000000000000000080bf0000803f0000000000000000000080bf83c02a3f83c02a3f83c02a3f0000803f0000000000000000000048420000803e000048c20000000000000000000080bf0000803f0000000000000000000080bf83c02a3f83c02a3f83c02a3f0000803f000048420000803e000000000000803e000048c20000000000000000000080bf0000803f0000000000000000000080bf83c02a3f83c02a3f83c02a3f0000803f000000000000803e0000000000000000000048c2000080bf00000000000000000000000000000000000080bf000080bf83c02a3f83c02a3f83c02a3f0000803f0000484200000000000000000000000000000000000080bf00000000000000000000000000000000000080bf000080bf83c02a3f83c02a3f83c02a3f0000803f0000000000000000000000000000803e000048c2000080bf00000000000000000000000000000000000080bf000080bf83c02a3f83c02a3f83c02a3f0000803f000048420000803e000000000000803e00000000000080bf00000000000000000000000000000000000080bf000080bf83c02a3f83c02a3f83c02a3f0000803f000000000000803e000000000000803e00000000000000000000803f000000000000803f0000000000000000000080bf83c02a3f83c02a3f83c02a3f0000803f0000000000000000000048420000803e00000000000000000000803f000000000000803f0000000000000000000080bf83c02a3f83c02a3f83c02a3f0000803f0000484200000000000000000000803e000048c2000000000000803f000000000000803f0000000000000000000080bf83c02a3f83c02a3f83c02a3f0000803f00000000000048c2000048420000803e000048c2000000000000803f000000000000803f0000000000000000000080bf83c02a3f83c02a3f83c02a3f0000803f00004842000048c20000000000000000000048c200000000000080bf00000000000080bf0000000000000000000080bf83c02a3f83c02a3f83c02a3f0000803f00000000000048c20000484200000000000048c200000000000080bf00000000000080bf0000000000000000000080bf83c02a3f83c02a3f83c02a3f0000803f000048c2000048c200000000000000000000000000000000000080bf00000000000080bf0000000000000000000080bf83c02a3f83c02a3f83c02a3f0000803f000000000000000000004842000000000000000000000000000080bf00000000000080bf0000000000000000000080bf83c02a3f83c02a3f83c02a3f0000803f000048c200000000 - m_CompressedMesh: - m_Vertices: - m_NumItems: 0 - m_Range: 0 - m_Start: 0 - m_Data: - m_BitSize: 0 - m_UV: - m_NumItems: 0 - m_Range: 0 - m_Start: 0 - m_Data: - m_BitSize: 0 - m_Normals: - m_NumItems: 0 - m_Range: 0 - m_Start: 0 - m_Data: - m_BitSize: 0 - m_Tangents: - m_NumItems: 0 - m_Range: 0 - m_Start: 0 - m_Data: - m_BitSize: 0 - m_Weights: - m_NumItems: 0 - m_Data: - m_BitSize: 0 - m_NormalSigns: - m_NumItems: 0 - m_Data: - m_BitSize: 0 - m_TangentSigns: - m_NumItems: 0 - m_Data: - m_BitSize: 0 - m_FloatColors: - m_NumItems: 0 - m_Range: 0 - m_Start: 0 - m_Data: - m_BitSize: 0 - m_BoneIndices: - m_NumItems: 0 - m_Data: - m_BitSize: 0 - m_Triangles: - m_NumItems: 0 - m_Data: - m_BitSize: 0 - m_UVInfo: 0 - m_LocalAABB: - m_Center: {x: 25, y: 0.125, z: -25} - m_Extent: {x: 25, y: 0.125, z: 25} - m_MeshUsageFlags: 0 - m_BakedConvexCollisionMesh: - m_BakedTriangleCollisionMesh: - m_MeshMetrics[0]: 1 - m_MeshMetrics[1]: 1 - m_MeshOptimizationFlags: 1 - m_StreamData: - serializedVersion: 2 - offset: 0 - size: 0 - path: ---- !u!43 &1352105999 -Mesh: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: pb_Mesh17252 - serializedVersion: 10 - m_SubMeshes: - - serializedVersion: 2 - firstByte: 0 - indexCount: 36 - topology: 0 - baseVertex: 0 - firstVertex: 0 - vertexCount: 24 - localAABB: - m_Center: {x: 0.5, y: 2.5, z: -1.5} - m_Extent: {x: 0.5, y: 2.5, z: 1.5} - m_Shapes: - vertices: [] - shapes: [] - channels: [] - fullWeights: [] - m_BindPose: [] - m_BoneNameHashes: - m_RootBoneNameHash: 0 - m_BonesAABB: [] - m_VariableBoneCountWeights: - m_Data: - m_MeshCompression: 0 - m_IsReadable: 1 - m_KeepVertices: 1 - m_KeepIndices: 1 - m_IndexFormat: 0 - m_IndexBuffer: 000001000200010003000200040005000600050007000600080009000a0009000b000a000c000d000e000d000f000e00100011001200110013001200140015001600150017001600 - m_VertexData: - serializedVersion: 3 - m_VertexCount: 24 - m_Channels: - - stream: 0 - offset: 0 - format: 0 - dimension: 3 - - stream: 0 - offset: 12 - format: 0 - dimension: 3 - - stream: 0 - offset: 24 - format: 0 - dimension: 4 - - stream: 0 - offset: 0 - format: 0 - dimension: 0 - - stream: 0 - offset: 40 - format: 0 - dimension: 2 - - stream: 0 - offset: 0 - format: 0 - dimension: 0 - - stream: 0 - offset: 0 - format: 0 - dimension: 0 - - stream: 0 - offset: 0 - format: 0 - dimension: 0 - - stream: 0 - offset: 0 - format: 0 - dimension: 0 - - stream: 0 - offset: 0 - format: 0 - dimension: 0 - - stream: 0 - offset: 0 - format: 0 - dimension: 0 - - stream: 0 - offset: 0 - format: 0 - dimension: 0 - - stream: 0 - offset: 0 - format: 0 - dimension: 0 - - stream: 0 - offset: 0 - format: 0 - dimension: 0 - m_DataSize: 1152 - _typelessdata: 00000000000000000000000000000000000000000000803f000080bf0000000000000000000080bf00000000000000000000803f000000000000000000000000000000000000803f000080bf0000000000000000000080bf000080bf00000000000000000000a0400000000000000000000000000000803f000080bf0000000000000000000080bf000000000000a0400000803f0000a0400000000000000000000000000000803f000080bf0000000000000000000080bf000080bf0000a0400000803f00000000000000000000803f000000000000000000000000000000000000803f000080bf00000000000000000000803f00000000000040c00000803f000000000000000000000000000000000000803f000080bf000040c0000000000000803f0000a040000000000000803f000000000000000000000000000000000000803f000080bf000000000000a0400000803f0000a040000040c00000803f000000000000000000000000000000000000803f000080bf000040c00000a0400000803f00000000000040c00000000000000000000080bf0000803f0000000000000000000080bf0000803f000000000000000000000000000040c00000000000000000000080bf0000803f0000000000000000000080bf00000000000000000000803f0000a040000040c00000000000000000000080bf0000803f0000000000000000000080bf0000803f0000a040000000000000a040000040c00000000000000000000080bf0000803f0000000000000000000080bf000000000000a0400000000000000000000040c0000080bf00000000000000000000000000000000000080bf000080bf0000404000000000000000000000000000000000000080bf00000000000000000000000000000000000080bf000080bf0000000000000000000000000000a040000040c0000080bf00000000000000000000000000000000000080bf000080bf000040400000a040000000000000a04000000000000080bf00000000000000000000000000000000000080bf000080bf000000000000a040000000000000a04000000000000000000000803f000000000000803f0000000000000000000080bf00000000000000000000803f0000a04000000000000000000000803f000000000000803f0000000000000000000080bf0000803f00000000000000000000a040000040c0000000000000803f000000000000803f0000000000000000000080bf00000000000040c00000803f0000a040000040c0000000000000803f000000000000803f0000000000000000000080bf0000803f000040c00000000000000000000040c000000000000080bf00000000000080bf0000000000000000000080bf00000000000040c00000803f00000000000040c000000000000080bf00000000000080bf0000000000000000000080bf000080bf000040c000000000000000000000000000000000000080bf00000000000080bf0000000000000000000080bf00000000000000000000803f000000000000000000000000000080bf00000000000080bf0000000000000000000080bf000080bf00000000 - m_CompressedMesh: - m_Vertices: - m_NumItems: 0 - m_Range: 0 - m_Start: 0 - m_Data: - m_BitSize: 0 - m_UV: - m_NumItems: 0 - m_Range: 0 - m_Start: 0 - m_Data: - m_BitSize: 0 - m_Normals: - m_NumItems: 0 - m_Range: 0 - m_Start: 0 - m_Data: - m_BitSize: 0 - m_Tangents: - m_NumItems: 0 - m_Range: 0 - m_Start: 0 - m_Data: - m_BitSize: 0 - m_Weights: - m_NumItems: 0 - m_Data: - m_BitSize: 0 - m_NormalSigns: - m_NumItems: 0 - m_Data: - m_BitSize: 0 - m_TangentSigns: - m_NumItems: 0 - m_Data: - m_BitSize: 0 - m_FloatColors: - m_NumItems: 0 - m_Range: 0 - m_Start: 0 - m_Data: - m_BitSize: 0 - m_BoneIndices: - m_NumItems: 0 - m_Data: - m_BitSize: 0 - m_Triangles: - m_NumItems: 0 - m_Data: - m_BitSize: 0 - m_UVInfo: 0 - m_LocalAABB: - m_Center: {x: 0.5, y: 2.5, z: -1.5} - m_Extent: {x: 0.5, y: 2.5, z: 1.5} - m_MeshUsageFlags: 0 - m_BakedConvexCollisionMesh: - m_BakedTriangleCollisionMesh: - m_MeshMetrics[0]: 1 - m_MeshMetrics[1]: 1 - m_MeshOptimizationFlags: 1 - m_StreamData: - serializedVersion: 2 - offset: 0 - size: 0 - path: ---- !u!850595691 &1807209246 -LightingSettings: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: - serializedVersion: 3 - m_GIWorkflowMode: 1 - m_EnableBakedLightmaps: 1 - m_EnableRealtimeLightmaps: 0 - m_RealtimeEnvironmentLighting: 1 - m_BounceScale: 1 - m_AlbedoBoost: 1 - m_IndirectOutputScale: 1 - m_UsingShadowmask: 1 - m_BakeBackend: 1 - m_LightmapMaxSize: 1024 - m_BakeResolution: 40 - m_Padding: 2 - m_TextureCompression: 1 - m_AO: 0 - m_AOMaxDistance: 1 - m_CompAOExponent: 1 - m_CompAOExponentDirect: 0 - m_ExtractAO: 0 - m_MixedBakeMode: 2 - m_LightmapsBakeMode: 1 - m_FilterMode: 1 - m_LightmapParameters: {fileID: 15204, guid: 0000000000000000f000000000000000, type: 0} - m_ExportTrainingData: 0 - m_TrainingDataDestination: TrainingData - m_RealtimeResolution: 2 - m_ForceWhiteAlbedo: 0 - m_ForceUpdates: 0 - m_FinalGather: 0 - m_FinalGatherRayCount: 256 - m_FinalGatherFiltering: 1 - m_PVRCulling: 1 - m_PVRSampling: 1 - m_PVRDirectSampleCount: 32 - m_PVRSampleCount: 512 - m_PVREnvironmentSampleCount: 256 - m_PVREnvironmentReferencePointCount: 2048 - m_LightProbeSampleCountMultiplier: 4 - m_PVRBounces: 2 - m_PVRMinBounces: 1 - m_PVREnvironmentMIS: 1 - m_PVRFilteringMode: 1 - m_PVRDenoiserTypeDirect: 1 - m_PVRDenoiserTypeIndirect: 1 - m_PVRDenoiserTypeAO: 1 - m_PVRFilterTypeDirect: 0 - m_PVRFilterTypeIndirect: 0 - m_PVRFilterTypeAO: 0 - m_PVRFilteringGaussRadiusDirect: 1 - m_PVRFilteringGaussRadiusIndirect: 5 - m_PVRFilteringGaussRadiusAO: 2 - m_PVRFilteringAtrousPositionSigmaDirect: 0.5 - m_PVRFilteringAtrousPositionSigmaIndirect: 2 - m_PVRFilteringAtrousPositionSigmaAO: 1 ---- !u!1 &2117160872 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 2117160877} - - component: {fileID: 2117160876} - - component: {fileID: 2117160875} - - component: {fileID: 2117160874} - - component: {fileID: 2117160873} - m_Layer: 0 - m_Name: Floor - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!64 &2117160873 -MeshCollider: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2117160872} - m_Material: {fileID: 13400000, guid: 409fbfae959a7e74b8418922e3968f31, type: 2} - m_IsTrigger: 0 - m_Enabled: 1 - serializedVersion: 4 - m_Convex: 0 - m_CookingOptions: 30 - m_Mesh: {fileID: 1182470936} ---- !u!33 &2117160874 -MeshFilter: - m_ObjectHideFlags: 10 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2117160872} - m_Mesh: {fileID: 1182470936} ---- !u!23 &2117160875 -MeshRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2117160872} - m_Enabled: 1 - m_CastShadows: 1 - m_ReceiveShadows: 1 - m_DynamicOccludee: 1 - m_MotionVectors: 1 - m_LightProbeUsage: 1 - m_ReflectionProbeUsage: 1 - m_RayTracingMode: 2 - m_RayTraceProcedural: 0 - m_RenderingLayerMask: 1 - m_RendererPriority: 0 - m_Materials: - - {fileID: 2100000, guid: c22777d6e868e4f2fb421913386b154e, type: 2} - m_StaticBatchInfo: - firstSubMesh: 0 - subMeshCount: 0 - m_StaticBatchRoot: {fileID: 0} - m_ProbeAnchor: {fileID: 0} - m_LightProbeVolumeOverride: {fileID: 0} - m_ScaleInLightmap: 1 - m_ReceiveGI: 1 - m_PreserveUVs: 0 - m_IgnoreNormalsForChartDetection: 0 - m_ImportantGI: 0 - m_StitchLightmapSeams: 1 - m_SelectedEditorRenderState: 2 - m_MinimumChartSize: 4 - m_AutoUVMaxDistance: 0.5 - m_AutoUVMaxAngle: 89 - m_LightmapParameters: {fileID: 0} - m_SortingLayerID: 0 - m_SortingLayer: 0 - m_SortingOrder: 0 - m_AdditionalVertexStreams: {fileID: 0} ---- !u!114 &2117160876 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2117160872} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 8233d90336aea43098adf6dbabd606a2, type: 3} - m_Name: - m_EditorClassIdentifier: - m_MeshFormatVersion: 1 - m_Faces: - - m_Indexes: 000000000100000002000000010000000300000002000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 040000000500000006000000050000000700000006000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 08000000090000000a000000090000000b0000000a000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 0c0000000d0000000e0000000d0000000f0000000e000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 100000001100000012000000110000001300000012000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - - m_Indexes: 140000001500000016000000150000001700000016000000 - m_SmoothingGroup: 0 - m_Uv: - m_UseWorldSpace: 0 - m_FlipU: 0 - m_FlipV: 0 - m_SwapUV: 0 - m_Fill: 1 - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - m_Rotation: 0 - m_Anchor: 9 - m_Material: {fileID: 0} - m_SubmeshIndex: 0 - m_ManualUV: 0 - elementGroup: -1 - m_TextureGroup: -1 - m_SharedVertices: - - m_Vertices: 000000000d00000016000000 - - m_Vertices: 010000000400000017000000 - - m_Vertices: 020000000f00000010000000 - - m_Vertices: 030000000600000011000000 - - m_Vertices: 050000000800000015000000 - - m_Vertices: 070000000a00000013000000 - - m_Vertices: 090000000c00000014000000 - - m_Vertices: 0b0000000e00000012000000 - m_SharedTextures: [] - m_Positions: - - {x: 0, y: 0, z: 0} - - {x: 50, y: 0, z: 0} - - {x: 0, y: 0.25, z: 0} - - {x: 50, y: 0.25, z: 0} - - {x: 50, y: 0, z: 0} - - {x: 50, y: 0, z: -50} - - {x: 50, y: 0.25, z: 0} - - {x: 50, y: 0.25, z: -50} - - {x: 50, y: 0, z: -50} - - {x: 0, y: 0, z: -50} - - {x: 50, y: 0.25, z: -50} - - {x: 0, y: 0.25, z: -50} - - {x: 0, y: 0, z: -50} - - {x: 0, y: 0, z: 0} - - {x: 0, y: 0.25, z: -50} - - {x: 0, y: 0.25, z: 0} - - {x: 0, y: 0.25, z: 0} - - {x: 50, y: 0.25, z: 0} - - {x: 0, y: 0.25, z: -50} - - {x: 50, y: 0.25, z: -50} - - {x: 0, y: 0, z: -50} - - {x: 50, y: 0, z: -50} - - {x: 0, y: 0, z: 0} - - {x: 50, y: 0, z: 0} - m_Textures0: - - {x: 0, y: 0} - - {x: -50, y: 0} - - {x: 0, y: 0.25} - - {x: -50, y: 0.25} - - {x: 0, y: 0} - - {x: -50, y: 0} - - {x: 0, y: 0.25} - - {x: -50, y: 0.25} - - {x: 50, y: 0} - - {x: 0, y: 0} - - {x: 50, y: 0.25} - - {x: 0, y: 0.25} - - {x: 50, y: 0} - - {x: 0, y: 0} - - {x: 50, y: 0.25} - - {x: 0, y: 0.25} - - {x: 0, y: 0} - - {x: 50, y: 0} - - {x: 0, y: -50} - - {x: 50, y: -50} - - {x: 0, y: -50} - - {x: -50, y: -50} - - {x: 0, y: 0} - - {x: -50, y: 0} - m_Textures2: [] - m_Textures3: [] - m_Tangents: - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 0, y: 0, z: 1, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 0, y: 0, z: -1, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: 1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - - {x: -1, y: 0, z: 0, w: -1} - m_Colors: - - {r: 0.667, g: 0.667, b: 0.667, a: 1} - - {r: 0.667, g: 0.667, b: 0.667, a: 1} - - {r: 0.667, g: 0.667, b: 0.667, a: 1} - - {r: 0.667, g: 0.667, b: 0.667, a: 1} - - {r: 0.667, g: 0.667, b: 0.667, a: 1} - - {r: 0.667, g: 0.667, b: 0.667, a: 1} - - {r: 0.667, g: 0.667, b: 0.667, a: 1} - - {r: 0.667, g: 0.667, b: 0.667, a: 1} - - {r: 0.667, g: 0.667, b: 0.667, a: 1} - - {r: 0.667, g: 0.667, b: 0.667, a: 1} - - {r: 0.667, g: 0.667, b: 0.667, a: 1} - - {r: 0.667, g: 0.667, b: 0.667, a: 1} - - {r: 0.667, g: 0.667, b: 0.667, a: 1} - - {r: 0.667, g: 0.667, b: 0.667, a: 1} - - {r: 0.667, g: 0.667, b: 0.667, a: 1} - - {r: 0.667, g: 0.667, b: 0.667, a: 1} - - {r: 0.667, g: 0.667, b: 0.667, a: 1} - - {r: 0.667, g: 0.667, b: 0.667, a: 1} - - {r: 0.667, g: 0.667, b: 0.667, a: 1} - - {r: 0.667, g: 0.667, b: 0.667, a: 1} - - {r: 0.667, g: 0.667, b: 0.667, a: 1} - - {r: 0.667, g: 0.667, b: 0.667, a: 1} - - {r: 0.667, g: 0.667, b: 0.667, a: 1} - - {r: 0.667, g: 0.667, b: 0.667, a: 1} - m_UnwrapParameters: - m_HardAngle: 88 - m_PackMargin: 20 - m_AngleError: 8 - m_AreaError: 15 - m_PreserveMeshAssetOnDestroy: 0 - assetGuid: - m_Mesh: {fileID: 1182470936} - m_IsSelectable: 1 - m_SelectedFaces: - m_SelectedEdges: [] - m_SelectedVertices: ---- !u!4 &2117160877 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2117160872} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -24.182652, y: 6.827471, z: 9.924749} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 379131702} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!43 &2141404567 -Mesh: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_Name: pb_Mesh17238 - serializedVersion: 10 - m_SubMeshes: - - serializedVersion: 2 - firstByte: 0 - indexCount: 36 - topology: 0 - baseVertex: 0 - firstVertex: 0 - vertexCount: 24 - localAABB: - m_Center: {x: 0.5, y: 0.5, z: -0.5} - m_Extent: {x: 0.5, y: 0.5, z: 0.5} - m_Shapes: - vertices: [] - shapes: [] - channels: [] - fullWeights: [] - m_BindPose: [] - m_BoneNameHashes: - m_RootBoneNameHash: 0 - m_BonesAABB: [] - m_VariableBoneCountWeights: - m_Data: - m_MeshCompression: 0 - m_IsReadable: 1 - m_KeepVertices: 1 - m_KeepIndices: 1 - m_IndexFormat: 0 - m_IndexBuffer: 000001000200010003000200040005000600050007000600080009000a0009000b000a000c000d000e000d000f000e00100011001200110013001200140015001600150017001600 - m_VertexData: - serializedVersion: 3 - m_VertexCount: 24 - m_Channels: - - stream: 0 - offset: 0 - format: 0 - dimension: 3 - - stream: 0 - offset: 12 - format: 0 - dimension: 3 - - stream: 0 - offset: 24 - format: 0 - dimension: 4 - - stream: 0 - offset: 40 - format: 0 - dimension: 4 - - stream: 0 - offset: 56 - format: 0 - dimension: 2 - - stream: 0 - offset: 0 - format: 0 - dimension: 0 - - stream: 0 - offset: 0 - format: 0 - dimension: 0 - - stream: 0 - offset: 0 - format: 0 - dimension: 0 - - stream: 0 - offset: 0 - format: 0 - dimension: 0 - - stream: 0 - offset: 0 - format: 0 - dimension: 0 - - stream: 0 - offset: 0 - format: 0 - dimension: 0 - - stream: 0 - offset: 0 - format: 0 - dimension: 0 - - stream: 0 - offset: 0 - format: 0 - dimension: 0 - - stream: 0 - offset: 0 - format: 0 - dimension: 0 - m_DataSize: 1536 - _typelessdata: 00000000000000000000000000000000000000000000803f000080bf0000000000000000000080bf0000803fcba1053f8716d93d0000803f00000000000000000000803f000000000000000000000000000000000000803f000080bf0000000000000000000080bf0000803fcba1053f8716d93d0000803f000080bf00000000000000000000803f0000000000000000000000000000803f000080bf0000000000000000000080bf0000803fcba1053f8716d93d0000803f000000000000803f0000803f0000803f0000000000000000000000000000803f000080bf0000000000000000000080bf0000803fcba1053f8716d93d0000803f000080bf0000803f0000803f00000000000000000000803f000000000000000000000000000000000000803f000080bf0000803fcba1053f8716d93d0000803f00000000000000000000803f00000000000080bf0000803f000000000000000000000000000000000000803f000080bf0000803fcba1053f8716d93d0000803f000080bf000000000000803f0000803f000000000000803f000000000000000000000000000000000000803f000080bf0000803fcba1053f8716d93d0000803f000000000000803f0000803f0000803f000080bf0000803f000000000000000000000000000000000000803f000080bf0000803fcba1053f8716d93d0000803f000080bf0000803f0000803f00000000000080bf0000000000000000000080bf0000803f0000000000000000000080bf0000803fcba1053f8716d93d0000803f0000803f000000000000000000000000000080bf0000000000000000000080bf0000803f0000000000000000000080bf0000803fcba1053f8716d93d0000803f00000000000000000000803f0000803f000080bf0000000000000000000080bf0000803f0000000000000000000080bf0000803fcba1053f8716d93d0000803f0000803f0000803f000000000000803f000080bf0000000000000000000080bf0000803f0000000000000000000080bf0000803fcba1053f8716d93d0000803f000000000000803f0000000000000000000080bf000080bf00000000000000000000000000000000000080bf000080bf0000803fcba1053f8716d93d0000803f0000803f00000000000000000000000000000000000080bf00000000000000000000000000000000000080bf000080bf0000803fcba1053f8716d93d0000803f0000000000000000000000000000803f000080bf000080bf00000000000000000000000000000000000080bf000080bf0000803fcba1053f8716d93d0000803f0000803f0000803f000000000000803f00000000000080bf00000000000000000000000000000000000080bf000080bf0000803fcba1053f8716d93d0000803f000000000000803f000000000000803f00000000000000000000803f000000000000803f0000000000000000000080bf0000803fcba1053f8716d93d0000803f00000000000000000000803f0000803f00000000000000000000803f000000000000803f0000000000000000000080bf0000803fcba1053f8716d93d0000803f0000803f00000000000000000000803f000080bf000000000000803f000000000000803f0000000000000000000080bf0000803fcba1053f8716d93d0000803f00000000000080bf0000803f0000803f000080bf000000000000803f000000000000803f0000000000000000000080bf0000803fcba1053f8716d93d0000803f0000803f000080bf0000000000000000000080bf00000000000080bf00000000000080bf0000000000000000000080bf0000803fcba1053f8716d93d0000803f00000000000080bf0000803f00000000000080bf00000000000080bf00000000000080bf0000000000000000000080bf0000803fcba1053f8716d93d0000803f000080bf000080bf00000000000000000000000000000000000080bf00000000000080bf0000000000000000000080bf0000803fcba1053f8716d93d0000803f00000000000000000000803f000000000000000000000000000080bf00000000000080bf0000000000000000000080bf0000803fcba1053f8716d93d0000803f000080bf00000000 - m_CompressedMesh: - m_Vertices: - m_NumItems: 0 - m_Range: 0 - m_Start: 0 - m_Data: - m_BitSize: 0 - m_UV: - m_NumItems: 0 - m_Range: 0 - m_Start: 0 - m_Data: - m_BitSize: 0 - m_Normals: - m_NumItems: 0 - m_Range: 0 - m_Start: 0 - m_Data: - m_BitSize: 0 - m_Tangents: - m_NumItems: 0 - m_Range: 0 - m_Start: 0 - m_Data: - m_BitSize: 0 - m_Weights: - m_NumItems: 0 - m_Data: - m_BitSize: 0 - m_NormalSigns: - m_NumItems: 0 - m_Data: - m_BitSize: 0 - m_TangentSigns: - m_NumItems: 0 - m_Data: - m_BitSize: 0 - m_FloatColors: - m_NumItems: 0 - m_Range: 0 - m_Start: 0 - m_Data: - m_BitSize: 0 - m_BoneIndices: - m_NumItems: 0 - m_Data: - m_BitSize: 0 - m_Triangles: - m_NumItems: 0 - m_Data: - m_BitSize: 0 - m_UVInfo: 0 - m_LocalAABB: - m_Center: {x: 0.5, y: 0.5, z: -0.5} - m_Extent: {x: 0.5, y: 0.5, z: 0.5} - m_MeshUsageFlags: 0 - m_BakedConvexCollisionMesh: - m_BakedTriangleCollisionMesh: - m_MeshMetrics[0]: 1 - m_MeshMetrics[1]: 1 - m_MeshOptimizationFlags: 1 - m_StreamData: - serializedVersion: 2 - offset: 0 - size: 0 - path: ---- !u!1001 &1899151812087121980 -PrefabInstance: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Modification: - m_TransformParent: {fileID: 0} - m_Modifications: - - target: {fileID: 2816779862137294159, guid: 64dce48905ffd9b4293e595fa6941544, type: 3} - propertyPath: m_Name - value: PlayerArmature - objectReference: {fileID: 0} - - target: {fileID: 3196683757475764213, guid: 64dce48905ffd9b4293e595fa6941544, type: 3} - propertyPath: m_RootOrder - value: 1 - objectReference: {fileID: 0} - - target: {fileID: 3196683757475764213, guid: 64dce48905ffd9b4293e595fa6941544, type: 3} - propertyPath: m_LocalPosition.x - value: 8.572 - objectReference: {fileID: 0} - - target: {fileID: 3196683757475764213, guid: 64dce48905ffd9b4293e595fa6941544, type: 3} - propertyPath: m_LocalPosition.y - value: 0.25 - objectReference: {fileID: 0} - - target: {fileID: 3196683757475764213, guid: 64dce48905ffd9b4293e595fa6941544, type: 3} - propertyPath: m_LocalPosition.z - value: -11.457 - objectReference: {fileID: 0} - - target: {fileID: 3196683757475764213, guid: 64dce48905ffd9b4293e595fa6941544, type: 3} - propertyPath: m_LocalRotation.w - value: 0.7071068 - objectReference: {fileID: 0} - - target: {fileID: 3196683757475764213, guid: 64dce48905ffd9b4293e595fa6941544, type: 3} - propertyPath: m_LocalRotation.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3196683757475764213, guid: 64dce48905ffd9b4293e595fa6941544, type: 3} - propertyPath: m_LocalRotation.y - value: 0.7071068 - objectReference: {fileID: 0} - - target: {fileID: 3196683757475764213, guid: 64dce48905ffd9b4293e595fa6941544, type: 3} - propertyPath: m_LocalRotation.z - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3196683757475764213, guid: 64dce48905ffd9b4293e595fa6941544, type: 3} - propertyPath: m_LocalEulerAnglesHint.x - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 3196683757475764213, guid: 64dce48905ffd9b4293e595fa6941544, type: 3} - propertyPath: m_LocalEulerAnglesHint.y - value: 90 - objectReference: {fileID: 0} - - target: {fileID: 3196683757475764213, guid: 64dce48905ffd9b4293e595fa6941544, type: 3} - propertyPath: m_LocalEulerAnglesHint.z - value: 0 - objectReference: {fileID: 0} - m_RemovedComponents: [] - m_SourcePrefab: {fileID: 100100000, guid: 64dce48905ffd9b4293e595fa6941544, type: 3} diff --git a/Assets/Scenes/Test Range.unity.meta b/Assets/Scenes/Test Range.unity.meta deleted file mode 100644 index 952bd1e9..00000000 --- a/Assets/Scenes/Test Range.unity.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: 9fc0d4010bbf28b4594072e72b8655ab -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/_Scripts.meta b/Assets/_Scripts.meta deleted file mode 100644 index 95e23269..00000000 --- a/Assets/_Scripts.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: c7e4357108ce6a144a18f85778bc862f -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/_Scripts/Manager.meta b/Assets/_Scripts/Manager.meta deleted file mode 100644 index 2f4f19f2..00000000 --- a/Assets/_Scripts/Manager.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: f5917c5c1f65fd14d827129c132d6185 -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/_Scripts/Manager/InputManager.cs b/Assets/_Scripts/Manager/InputManager.cs deleted file mode 100644 index bfa48745..00000000 --- a/Assets/_Scripts/Manager/InputManager.cs +++ /dev/null @@ -1,83 +0,0 @@ -using System; -using UnityEngine; -using UnityEngine.InputSystem; -using UnityEngine.InputSystem.Interactions; - -namespace UnityTutorial.Manager -{ - public class InputManager : MonoBehaviour - { - [SerializeField] private PlayerInput PlayerInput; - - public Vector2 Move {get; private set;} - public Vector2 Look {get; private set;} - public bool Run {get; private set;} - public bool Jump {get; private set;} - public bool Crouch {get; private set;} - - private InputActionMap _currentMap; - private InputAction _moveAction; - private InputAction _lookAction; - private InputAction _runAction; - private InputAction _jumpAction; - private InputAction _crouchAction; - - private void Awake() { - HideCursor(); - _currentMap = PlayerInput.currentActionMap; - _moveAction = _currentMap.FindAction("Move"); - _lookAction = _currentMap.FindAction("Look"); - _runAction = _currentMap.FindAction("Run"); - _jumpAction = _currentMap.FindAction("Jump"); - _crouchAction = _currentMap.FindAction("Crouch"); - - _moveAction.performed += onMove; - _lookAction.performed += onLook; - _runAction.performed += onRun; - _jumpAction.performed += onJump; - _crouchAction.started += onCrouch; - - _moveAction.canceled += onMove; - _lookAction.canceled += onLook; - _runAction.canceled += onRun; - _jumpAction.canceled += onJump; - _crouchAction.canceled += onCrouch; - } - - private void HideCursor() - { - Cursor.visible = false; - Cursor.lockState = CursorLockMode.Locked; - } - - private void onMove(InputAction.CallbackContext context) - { - Move = context.ReadValue(); - } - private void onLook(InputAction.CallbackContext context) - { - Look = context.ReadValue(); - } - private void onRun(InputAction.CallbackContext context) - { - Run = context.ReadValueAsButton(); - } - private void onJump(InputAction.CallbackContext context) - { - Jump = context.ReadValueAsButton(); - } - private void onCrouch(InputAction.CallbackContext context) - { - Crouch = context.ReadValueAsButton(); - } - - private void OnEnable() { - _currentMap.Enable(); - } - - private void OnDisable() { - _currentMap.Disable(); - } - - } -} diff --git a/Assets/_Scripts/Manager/InputManager.cs.meta b/Assets/_Scripts/Manager/InputManager.cs.meta deleted file mode 100644 index 585e0d05..00000000 --- a/Assets/_Scripts/Manager/InputManager.cs.meta +++ /dev/null @@ -1,11 +0,0 @@ -fileFormatVersion: 2 -guid: 3148709a230aefc49888f3f050ab98f6 -MonoImporter: - externalObjects: {} - serializedVersion: 2 - defaultReferences: [] - executionOrder: 0 - icon: {instanceID: 0} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/_Scripts/Player.meta b/Assets/_Scripts/Player.meta deleted file mode 100644 index e4029910..00000000 --- a/Assets/_Scripts/Player.meta +++ /dev/null @@ -1,8 +0,0 @@ -fileFormatVersion: 2 -guid: 66e287e365ea1e74c9b4d968021b746f -folderAsset: yes -DefaultImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/_Scripts/Player/PlayerController.cs b/Assets/_Scripts/Player/PlayerController.cs deleted file mode 100644 index 0e6bc4d2..00000000 --- a/Assets/_Scripts/Player/PlayerController.cs +++ /dev/null @@ -1,160 +0,0 @@ -using System; -using System.Collections; -using System.Collections.Generic; -using UnityEngine; -using UnityTutorial.Manager; - -namespace UnityTutorial.PlayerControl -{ - public class PlayerController : MonoBehaviour - { - [SerializeField] private float AnimBlendSpeed = 8.9f; - [SerializeField] private Transform CameraRoot; - [SerializeField] private Transform Camera; - [SerializeField] private float UpperLimit = -40f; - [SerializeField] private float BottomLimit = 70f; - [SerializeField] private float MouseSensitivity = 21.9f; - [SerializeField, Range(10, 500)] private float JumpFactor = 260f; - [SerializeField] private float Dis2Ground = 0.8f; - [SerializeField] private LayerMask GroundCheck; - [SerializeField] private float AirResistance = 0.8f; - private Rigidbody _playerRigidbody; - private InputManager _inputManager; - private Animator _animator; - private bool _grounded = false; - private bool _hasAnimator; - private int _xVelHash; - private int _yVelHash; - private int _jumpHash; - private int _groundHash; - private int _fallingHash; - private int _zVelHash; - private int _crouchHash; - private float _xRotation; - - private const float _walkSpeed = 2f; - private const float _runSpeed = 6f; - private Vector2 _currentVelocity; - - - - private void Start() { - _hasAnimator = TryGetComponent(out _animator); - _playerRigidbody = GetComponent(); - _inputManager = GetComponent(); - - - _xVelHash = Animator.StringToHash("X_Velocity"); - _yVelHash = Animator.StringToHash("Y_Velocity"); - _zVelHash = Animator.StringToHash("Z_Velocity"); - _jumpHash = Animator.StringToHash("Jump"); - _groundHash = Animator.StringToHash("Grounded"); - _fallingHash = Animator.StringToHash("Falling"); - _crouchHash = Animator.StringToHash("Crouch"); - } - - private void FixedUpdate() { - SampleGround(); - Move(); - HandleJump(); - HandleCrouch(); - } - private void LateUpdate() { - CamMovements(); - } - - private void Move() - { - if(!_hasAnimator) return; - - float targetSpeed = _inputManager.Run ? _runSpeed : _walkSpeed; - if(_inputManager.Crouch) targetSpeed = 1.5f; - if(_inputManager.Move ==Vector2.zero) targetSpeed = 0; - - if(_grounded) - { - - _currentVelocity.x = Mathf.Lerp(_currentVelocity.x, _inputManager.Move.x * targetSpeed, AnimBlendSpeed * Time.fixedDeltaTime); - _currentVelocity.y = Mathf.Lerp(_currentVelocity.y, _inputManager.Move.y * targetSpeed, AnimBlendSpeed * Time.fixedDeltaTime); - - var xVelDifference = _currentVelocity.x - _playerRigidbody.velocity.x; - var zVelDifference = _currentVelocity.y - _playerRigidbody.velocity.z; - - _playerRigidbody.AddForce(transform.TransformVector(new Vector3(xVelDifference, 0 , zVelDifference)), ForceMode.VelocityChange); - } - else - { - _playerRigidbody.AddForce(transform.TransformVector(new Vector3(_currentVelocity.x * AirResistance,0,_currentVelocity.y * AirResistance)), ForceMode.VelocityChange); - } - - - _animator.SetFloat(_xVelHash , _currentVelocity.x); - _animator.SetFloat(_yVelHash, _currentVelocity.y); - } - - private void CamMovements() - { - if(!_hasAnimator) return; - - var Mouse_X = _inputManager.Look.x; - var Mouse_Y = _inputManager.Look.y; - Camera.position = CameraRoot.position; - - - _xRotation -= Mouse_Y * MouseSensitivity * Time.smoothDeltaTime; - _xRotation = Mathf.Clamp(_xRotation, UpperLimit, BottomLimit); - - Camera.localRotation = Quaternion.Euler(_xRotation, 0 , 0); - _playerRigidbody.MoveRotation(_playerRigidbody.rotation * Quaternion.Euler(0, Mouse_X * MouseSensitivity * Time.smoothDeltaTime, 0)); - } - - private void HandleCrouch() => _animator.SetBool(_crouchHash , _inputManager.Crouch); - - - private void HandleJump() - { - if(!_hasAnimator) return; - if(!_inputManager.Jump) return; - if(!_grounded) return; - _animator.SetTrigger(_jumpHash); - - //Enable this if you want B-Hop - //_playerRigidbody.AddForce(-_playerRigidbody.velocity.y * Vector3.up, ForceMode.VelocityChange); - //_playerRigidbody.AddForce(Vector3.up * JumpFactor, ForceMode.Impulse); - //_animator.ResetTrigger(_jumpHash); - } - - public void JumpAddForce() - { - //Comment this out if you want B-Hop, otherwise the player will jump twice in the air - _playerRigidbody.AddForce(-_playerRigidbody.velocity.y * Vector3.up, ForceMode.VelocityChange); - _playerRigidbody.AddForce(Vector3.up * JumpFactor, ForceMode.Impulse); - _animator.ResetTrigger(_jumpHash); - } - - private void SampleGround() - { - if(!_hasAnimator) return; - - RaycastHit hitInfo; - if(Physics.Raycast(_playerRigidbody.worldCenterOfMass, Vector3.down, out hitInfo, Dis2Ground + 0.1f, GroundCheck)) - { - //Grounded - _grounded = true; - SetAnimationGrounding(); - return; - } - //Falling - _grounded = false; - _animator.SetFloat(_zVelHash, _playerRigidbody.velocity.y); - SetAnimationGrounding(); - return; - } - - private void SetAnimationGrounding() - { - _animator.SetBool(_fallingHash, !_grounded); - _animator.SetBool(_groundHash, _grounded); - } - } -} diff --git a/Assets/_Scripts/Player/PlayerController.cs.meta b/Assets/_Scripts/Player/PlayerController.cs.meta deleted file mode 100644 index d5de9060..00000000 --- a/Assets/_Scripts/Player/PlayerController.cs.meta +++ /dev/null @@ -1,11 +0,0 @@ -fileFormatVersion: 2 -guid: 9e3193cad89ba4446b0d1b377bd20bae -MonoImporter: - externalObjects: {} - serializedVersion: 2 - defaultReferences: [] - executionOrder: 0 - icon: {instanceID: 0} - userData: - assetBundleName: - assetBundleVariant: diff --git a/JARVIS843/Unity-Tutorial/README.md b/JARVIS843/Unity-Tutorial/README.md new file mode 100644 index 00000000..338c1372 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/README.md @@ -0,0 +1,8 @@ +## github-repo-stats for JARVIS843/Unity-Tutorial + +- statistics for repository https://github.com/JARVIS843/Unity-Tutorial +- managed by GitHub Action: https://github.com/jgehrcke/github-repo-stats +- workflow that created this README: `github-repo-stats` + +**Latest report PDF**: [report.pdf](https://github.com/JARVIS843/Unity-Tutorial/raw/github-repo-stats/JARVIS843/Unity-Tutorial/latest-report/report.pdf) + diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/forks.csv b/JARVIS843/Unity-Tutorial/ghrs-data/forks.csv new file mode 100644 index 00000000..a56d7836 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/forks.csv @@ -0,0 +1,22 @@ +time_iso8601,forks_cumulative +2022-07-25 00:00:00+00:00,1 +2022-07-26 00:00:00+00:00,2 +2022-09-12 00:00:00+00:00,3 +2022-11-12 00:00:00+00:00,4 +2022-12-03 00:00:00+00:00,5 +2022-12-21 00:00:00+00:00,6 +2023-01-11 00:00:00+00:00,7 +2023-02-07 00:00:00+00:00,8 +2023-03-26 00:00:00+00:00,9 +2023-05-06 00:00:00+00:00,10 +2023-05-27 00:00:00+00:00,11 +2023-07-13 00:00:00+00:00,12 +2023-09-27 00:00:00+00:00,13 +2023-10-05 00:00:00+00:00,14 +2024-03-17 00:00:00+00:00,15 +2024-07-29 00:00:00+00:00,16 +2025-03-07 00:00:00+00:00,17 +2025-04-22 00:00:00+00:00,18 +2025-07-30 00:00:00+00:00,19 +2025-08-25 00:00:00+00:00,20 +2025-09-02 00:00:00+00:00,21 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-09_065434_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-09_065434_top_paths_snapshot.csv new file mode 100644 index 00000000..1196d3b8 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-09_065434_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,275,102 +/JARVIS843/Unity-Tutorial/tree/main/Assets,116,51 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,106,41 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,92,37 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,84,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,45,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,36,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,33,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations/Base,20,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Scenes,16,12 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-09_065434_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-09_065434_top_referrers_snapshot.csv new file mode 100644 index 00000000..5989f86e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-09_065434_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,842,101 +github.com,80,2 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-09_232415_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-09_232415_top_paths_snapshot.csv new file mode 100644 index 00000000..1196d3b8 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-09_232415_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,275,102 +/JARVIS843/Unity-Tutorial/tree/main/Assets,116,51 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,106,41 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,92,37 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,84,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,45,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,36,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,33,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations/Base,20,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Scenes,16,12 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-09_232415_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-09_232415_top_referrers_snapshot.csv new file mode 100644 index 00000000..5989f86e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-09_232415_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,842,101 +github.com,80,2 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-10_232257_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-10_232257_top_paths_snapshot.csv new file mode 100644 index 00000000..d5e3e03b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-10_232257_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,303,101 +/JARVIS843/Unity-Tutorial/tree/main/Assets,118,49 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,104,41 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,92,38 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,83,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,44,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,35,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,31,18 +/JARVIS843/Unity-Tutorial/pulse,20,2 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations/Base,19,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-10_232257_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-10_232257_top_referrers_snapshot.csv new file mode 100644 index 00000000..d736174b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-10_232257_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,859,100 +github.com,138,2 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-11_232425_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-11_232425_top_paths_snapshot.csv new file mode 100644 index 00000000..d55e92b3 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-11_232425_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,305,99 +/JARVIS843/Unity-Tutorial/tree/main/Assets,115,49 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,99,41 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,91,38 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,82,37 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,45,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,36,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,34,19 +/JARVIS843/Unity-Tutorial/pulse,22,2 +/JARVIS843/Unity-Tutorial/graphs/traffic,21,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-11_232425_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-11_232425_top_referrers_snapshot.csv new file mode 100644 index 00000000..6ea5bf49 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-11_232425_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,840,99 +github.com,168,2 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-12_232306_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-12_232306_top_paths_snapshot.csv new file mode 100644 index 00000000..5297e633 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-12_232306_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,288,94 +/JARVIS843/Unity-Tutorial/tree/main/Assets,106,47 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,88,37 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,79,37 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,75,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,42,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,37,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,32,16 +/JARVIS843/Unity-Tutorial/pulse,24,2 +/JARVIS843/Unity-Tutorial/graphs/traffic,23,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-12_232306_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-12_232306_top_referrers_snapshot.csv new file mode 100644 index 00000000..f89d5da6 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-12_232306_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,759,93 +github.com,185,2 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-13_232256_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-13_232256_top_paths_snapshot.csv new file mode 100644 index 00000000..edf2905c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-13_232256_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,291,98 +/JARVIS843/Unity-Tutorial/tree/main/Assets,103,50 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,84,38 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,80,37 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,71,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,42,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,35,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,32,16 +/JARVIS843/Unity-Tutorial/pulse,24,2 +/JARVIS843/Unity-Tutorial/graphs/traffic,23,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-13_232256_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-13_232256_top_referrers_snapshot.csv new file mode 100644 index 00000000..dc219b64 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-13_232256_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,755,97 +github.com,174,2 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-14_232258_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-14_232258_top_paths_snapshot.csv new file mode 100644 index 00000000..07ab2314 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-14_232258_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,293,96 +/JARVIS843/Unity-Tutorial/tree/main/Assets,100,50 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,84,39 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,73,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,72,37 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,42,23 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,32,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,30,17 +/JARVIS843/Unity-Tutorial/pulse,25,2 +/JARVIS843/Unity-Tutorial/graphs/traffic,24,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-14_232258_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-14_232258_top_referrers_snapshot.csv new file mode 100644 index 00000000..424708a5 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-14_232258_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,736,92 +github.com,187,2 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-15_232419_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-15_232419_top_paths_snapshot.csv new file mode 100644 index 00000000..4068fcba --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-15_232419_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,289,89 +/JARVIS843/Unity-Tutorial/tree/main/Assets,90,45 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,71,33 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,64,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,61,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,34,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,28,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,26,14 +/JARVIS843/Unity-Tutorial/pulse,25,2 +/JARVIS843/Unity-Tutorial/graphs/traffic,24,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-15_232419_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-15_232419_top_referrers_snapshot.csv new file mode 100644 index 00000000..e44833fa --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-15_232419_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,662,86 +github.com,188,3 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-16_232212_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-16_232212_top_paths_snapshot.csv new file mode 100644 index 00000000..d1c110f0 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-16_232212_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,282,88 +/JARVIS843/Unity-Tutorial/tree/main/Assets,77,44 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,55,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,49,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,49,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,27,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,27,15 +/JARVIS843/Unity-Tutorial/pulse,25,2 +/JARVIS843/Unity-Tutorial/graphs/traffic,24,1 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,21,13 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-16_232212_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-16_232212_top_referrers_snapshot.csv new file mode 100644 index 00000000..30aac6a8 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-16_232212_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,574,86 +github.com,197,3 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-17_232432_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-17_232432_top_paths_snapshot.csv new file mode 100644 index 00000000..94073a6b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-17_232432_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,252,81 +/JARVIS843/Unity-Tutorial/tree/main/Assets,75,40 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,45,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,43,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,41,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,24,13 +/JARVIS843/Unity-Tutorial/pulse,22,2 +/JARVIS843/Unity-Tutorial/graphs/traffic,22,1 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,20,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,17,11 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-17_232432_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-17_232432_top_referrers_snapshot.csv new file mode 100644 index 00000000..d91997c9 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-17_232432_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,503,78 +github.com,171,2 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-18_232413_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-18_232413_top_paths_snapshot.csv new file mode 100644 index 00000000..c3edc51d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-18_232413_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,254,84 +/JARVIS843/Unity-Tutorial/tree/main/Assets,77,40 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,45,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,44,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,40,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,25,13 +/JARVIS843/Unity-Tutorial/pulse,22,2 +/JARVIS843/Unity-Tutorial/graphs/traffic,22,1 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,20,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,17,11 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-18_232413_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-18_232413_top_referrers_snapshot.csv new file mode 100644 index 00000000..f942e163 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-18_232413_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,503,80 +github.com,172,2 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-19_232333_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-19_232333_top_paths_snapshot.csv new file mode 100644 index 00000000..2983174b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-19_232333_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,242,82 +/JARVIS843/Unity-Tutorial/tree/main/Assets,73,39 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,44,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,43,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,39,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,24,12 +/JARVIS843/Unity-Tutorial/graphs/traffic,21,1 +/JARVIS843/Unity-Tutorial/pulse,20,1 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,18,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,16,10 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-19_232333_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-19_232333_top_referrers_snapshot.csv new file mode 100644 index 00000000..4b53ce47 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-19_232333_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,477,78 +github.com,164,2 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-20_232230_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-20_232230_top_paths_snapshot.csv new file mode 100644 index 00000000..ad9933a5 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-20_232230_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,244,83 +/JARVIS843/Unity-Tutorial/tree/main/Assets,72,40 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,43,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,42,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,39,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,25,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,20,16 +/JARVIS843/Unity-Tutorial/graphs/traffic,19,1 +/JARVIS843/Unity-Tutorial/pulse,18,1 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,17,11 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-20_232230_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-20_232230_top_referrers_snapshot.csv new file mode 100644 index 00000000..4cb20e14 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-20_232230_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,481,79 +github.com,165,2 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-21_232313_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-21_232313_top_paths_snapshot.csv new file mode 100644 index 00000000..515538e8 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-21_232313_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,223,74 +/JARVIS843/Unity-Tutorial/tree/main/Assets,65,38 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,41,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,39,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,36,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,24,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,19,15 +/JARVIS843/Unity-Tutorial/graphs/traffic,17,1 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,16,11 +/JARVIS843/Unity-Tutorial/pulse,16,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-21_232313_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-21_232313_top_referrers_snapshot.csv new file mode 100644 index 00000000..8b67c4e8 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-21_232313_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,428,71 +github.com,159,2 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-22_232417_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-22_232417_top_paths_snapshot.csv new file mode 100644 index 00000000..01174bbc --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-22_232417_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,209,74 +/JARVIS843/Unity-Tutorial/tree/main/Assets,57,34 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,35,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,34,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,31,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,19,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,19,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,15,10 +/JARVIS843/Unity-Tutorial/tree/github-repo-stats,15,2 +/JARVIS843/Unity-Tutorial/graphs/traffic,13,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-22_232417_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-22_232417_top_referrers_snapshot.csv new file mode 100644 index 00000000..82de0738 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-22_232417_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,418,70 +github.com,146,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-23_232446_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-23_232446_top_paths_snapshot.csv new file mode 100644 index 00000000..1d2980b2 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-23_232446_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,177,72 +/JARVIS843/Unity-Tutorial/tree/main/Assets,51,32 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,32,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,31,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,28,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,19,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,18,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,15,10 +/JARVIS843/Unity-Tutorial/find/main,10,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,10,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-23_232446_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-23_232446_top_referrers_snapshot.csv new file mode 100644 index 00000000..a467ce92 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-23_232446_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,384,69 +github.com,88,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-24_232547_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-24_232547_top_paths_snapshot.csv new file mode 100644 index 00000000..2e5c251a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-24_232547_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,155,68 +/JARVIS843/Unity-Tutorial/tree/main/Assets,47,29 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,27,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,26,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,24,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,18,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,13,11 +/JARVIS843/Unity-Tutorial/find/main,9,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,9,8 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,9,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-24_232547_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-24_232547_top_referrers_snapshot.csv new file mode 100644 index 00000000..f02e95eb --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-24_232547_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,332,64 +github.com,61,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-25_233221_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-25_233221_top_paths_snapshot.csv new file mode 100644 index 00000000..25cf6499 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-25_233221_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,148,63 +/JARVIS843/Unity-Tutorial/tree/main/Assets,42,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,20,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,20,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,18,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,17,9 +/JARVIS843/Unity-Tutorial/find/main,9,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,9,8 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,9,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,8,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-25_233221_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-25_233221_top_referrers_snapshot.csv new file mode 100644 index 00000000..48e37990 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-25_233221_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,308,58 +github.com,44,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-26_232401_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-26_232401_top_paths_snapshot.csv new file mode 100644 index 00000000..d346d5bc --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-26_232401_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,136,57 +/JARVIS843/Unity-Tutorial/tree/main/Assets,37,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,17,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,16,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,15,10 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,14,11 +/JARVIS843/Unity-Tutorial/find/main,9,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,8,7 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,8,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,7,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-26_232401_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-26_232401_top_referrers_snapshot.csv new file mode 100644 index 00000000..8c1666d7 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-26_232401_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,278,53 +github.com,41,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-27_232348_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-27_232348_top_paths_snapshot.csv new file mode 100644 index 00000000..aa305b89 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-27_232348_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,128,57 +/JARVIS843/Unity-Tutorial/tree/main/Assets,41,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,18,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,18,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,16,11 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,14,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,9,8 +/JARVIS843/Unity-Tutorial/find/main,8,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,8,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,7,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-27_232348_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-27_232348_top_referrers_snapshot.csv new file mode 100644 index 00000000..23b03fae --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-27_232348_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,278,53 +github.com,28,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-28_232402_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-28_232402_top_paths_snapshot.csv new file mode 100644 index 00000000..9f4d569c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-28_232402_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,123,55 +/JARVIS843/Unity-Tutorial/tree/main/Assets,42,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,19,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,18,11 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,16,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,16,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,10,8 +/JARVIS843/Unity-Tutorial/find/main,8,7 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,7,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,7,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-28_232402_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-28_232402_top_referrers_snapshot.csv new file mode 100644 index 00000000..817e02e8 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-28_232402_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,279,51 +github.com,30,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-29_232552_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-29_232552_top_paths_snapshot.csv new file mode 100644 index 00000000..8a9ce00f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-29_232552_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,123,52 +/JARVIS843/Unity-Tutorial/tree/main/Assets,46,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,25,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,20,11 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,18,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,16,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,15,10 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,11,5 +/JARVIS843/Unity-Tutorial/find/main,8,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,6,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-29_232552_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-29_232552_top_referrers_snapshot.csv new file mode 100644 index 00000000..1e567b97 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-29_232552_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,325,48 +github.com,22,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-30_232705_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-30_232705_top_paths_snapshot.csv new file mode 100644 index 00000000..06699809 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-30_232705_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,137,56 +/JARVIS843/Unity-Tutorial/tree/main/Assets,46,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,32,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,25,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,24,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,22,11 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,15,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,14,9 +/JARVIS843/Unity-Tutorial/find/main,7,6 +/JARVIS843/Unity-Tutorial/tree/main/ProjectSettings,6,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-30_232705_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-30_232705_top_referrers_snapshot.csv new file mode 100644 index 00000000..97c4f1d0 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-30_232705_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,360,51 +github.com,25,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-31_232523_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-31_232523_top_paths_snapshot.csv new file mode 100644 index 00000000..69b9dcd0 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-31_232523_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,132,55 +/JARVIS843/Unity-Tutorial/tree/main/Assets,46,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,35,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,25,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,24,11 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,21,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,17,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,14,8 +/JARVIS843/Unity-Tutorial/tree/main/ProjectSettings,7,6 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,7,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-31_232523_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-31_232523_top_referrers_snapshot.csv new file mode 100644 index 00000000..47727f5a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-08-31_232523_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,361,52 +github.com,24,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-01_232629_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-01_232629_top_paths_snapshot.csv new file mode 100644 index 00000000..8c7bf72d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-01_232629_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,144,60 +/JARVIS843/Unity-Tutorial/tree/main/Assets,46,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,34,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,24,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,24,11 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,20,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,17,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,15,9 +/JARVIS843/Unity-Tutorial/tree/main/ProjectSettings,8,7 +/JARVIS843/Unity-Tutorial/tree/main/.vscode,8,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-01_232629_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-01_232629_top_referrers_snapshot.csv new file mode 100644 index 00000000..6990d01a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-01_232629_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,385,56 +github.com,24,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-02_232456_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-02_232456_top_paths_snapshot.csv new file mode 100644 index 00000000..dfbb4d0e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-02_232456_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,146,61 +/JARVIS843/Unity-Tutorial/tree/main/Assets,51,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,35,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,23,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,23,11 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,20,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,16,10 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,16,8 +/JARVIS843/Unity-Tutorial/tree/main/ProjectSettings,9,7 +/JARVIS843/Unity-Tutorial/tree/main/.vscode,8,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-02_232456_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-02_232456_top_referrers_snapshot.csv new file mode 100644 index 00000000..7a6c82a1 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-02_232456_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,394,57 +github.com,26,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-03_232403_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-03_232403_top_paths_snapshot.csv new file mode 100644 index 00000000..5330e275 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-03_232403_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,154,66 +/JARVIS843/Unity-Tutorial/tree/main/Assets,53,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,36,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,24,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,24,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,21,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,16,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,15,9 +/JARVIS843/Unity-Tutorial/tree/main/ProjectSettings,9,7 +/JARVIS843/Unity-Tutorial/tree/main/.vscode,8,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-03_232403_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-03_232403_top_referrers_snapshot.csv new file mode 100644 index 00000000..c0d27685 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-03_232403_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,416,63 +github.com,17,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-04_232431_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-04_232431_top_paths_snapshot.csv new file mode 100644 index 00000000..6fd0bc51 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-04_232431_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,144,59 +/JARVIS843/Unity-Tutorial/tree/main/Assets,51,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,35,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,24,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,24,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,21,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,16,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,12,8 +/JARVIS843/Unity-Tutorial/tree/main/.vscode,8,5 +/JARVIS843/Unity-Tutorial/tree/main/UserSettings,7,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-04_232431_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-04_232431_top_referrers_snapshot.csv new file mode 100644 index 00000000..a8f2038b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-04_232431_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,384,57 +github.com,15,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-05_232652_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-05_232652_top_paths_snapshot.csv new file mode 100644 index 00000000..bccab40d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-05_232652_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,143,59 +/JARVIS843/Unity-Tutorial/tree/main/Assets,50,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,35,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,24,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,23,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,20,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,16,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,12,8 +/JARVIS843/Unity-Tutorial/tree/main/.vscode,8,5 +/JARVIS843/Unity-Tutorial/tree/main/UserSettings,7,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-05_232652_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-05_232652_top_referrers_snapshot.csv new file mode 100644 index 00000000..a457c40f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-05_232652_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,381,57 +github.com,15,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-06_232710_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-06_232710_top_paths_snapshot.csv new file mode 100644 index 00000000..61052925 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-06_232710_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,143,58 +/JARVIS843/Unity-Tutorial/tree/main/Assets,58,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,37,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,25,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,24,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,21,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,17,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,14,9 +/JARVIS843/Unity-Tutorial/tree/main/.vscode,8,5 +/JARVIS843/Unity-Tutorial/tree/main/UserSettings,7,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-06_232710_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-06_232710_top_referrers_snapshot.csv new file mode 100644 index 00000000..e0842e1f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-06_232710_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,391,56 +github.com,12,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-07_233033_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-07_233033_top_paths_snapshot.csv new file mode 100644 index 00000000..6eb3336e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-07_233033_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,141,59 +/JARVIS843/Unity-Tutorial/tree/main/Assets,61,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,45,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,32,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,28,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,25,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,17,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,12,8 +/JARVIS843/Unity-Tutorial/tree/main/.vscode,8,5 +/JARVIS843/Unity-Tutorial/tree/main/UserSettings,7,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-07_233033_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-07_233033_top_referrers_snapshot.csv new file mode 100644 index 00000000..8b0a03a2 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-07_233033_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,394,57 +github.com,19,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-08_232833_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-08_232833_top_paths_snapshot.csv new file mode 100644 index 00000000..e54b3997 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-08_232833_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,149,63 +/JARVIS843/Unity-Tutorial/tree/main/Assets,76,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,57,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,41,19 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,35,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,30,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,23,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,20,11 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,10,7 +/JARVIS843/Unity-Tutorial/tree/main/.vscode,9,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-08_232833_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-08_232833_top_referrers_snapshot.csv new file mode 100644 index 00000000..84120f3f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-08_232833_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,486,60 +github.com,29,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-09_232834_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-09_232834_top_paths_snapshot.csv new file mode 100644 index 00000000..5880b38b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-09_232834_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,152,66 +/JARVIS843/Unity-Tutorial/tree/main/Assets,71,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,55,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,39,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,34,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,29,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,23,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,18,9 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,10,7 +/JARVIS843/Unity-Tutorial/tree/main/.vscode,9,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-09_232834_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-09_232834_top_referrers_snapshot.csv new file mode 100644 index 00000000..24b55f96 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-09_232834_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,475,62 +github.com,33,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-10_232546_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-10_232546_top_paths_snapshot.csv new file mode 100644 index 00000000..1acba85b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-10_232546_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,151,66 +/JARVIS843/Unity-Tutorial/tree/main/Assets,71,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,57,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,39,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,34,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,29,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,23,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,18,9 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,9,6 +/JARVIS843/Unity-Tutorial/tree/main/ProjectSettings,8,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-10_232546_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-10_232546_top_referrers_snapshot.csv new file mode 100644 index 00000000..53c8ba14 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-10_232546_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,476,62 +github.com,32,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-11_232643_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-11_232643_top_paths_snapshot.csv new file mode 100644 index 00000000..c33a82d4 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-11_232643_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,137,68 +/JARVIS843/Unity-Tutorial/tree/main/Assets,60,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,49,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,35,19 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,32,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,23,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,18,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,17,9 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,9,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,7,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-11_232643_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-11_232643_top_referrers_snapshot.csv new file mode 100644 index 00000000..589b7846 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-11_232643_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,411,64 +github.com,31,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-12_232905_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-12_232905_top_paths_snapshot.csv new file mode 100644 index 00000000..c0529aa6 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-12_232905_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,124,62 +/JARVIS843/Unity-Tutorial/tree/main/Assets,64,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,48,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,34,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,29,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,20,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,20,11 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,16,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,9,5 +/JARVIS843/Unity-Tutorial/tree/main/ProjectSettings,7,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-12_232905_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-12_232905_top_referrers_snapshot.csv new file mode 100644 index 00000000..8314327e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-12_232905_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,407,60 +github.com,32,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-13_232847_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-13_232847_top_paths_snapshot.csv new file mode 100644 index 00000000..7af325ac --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-13_232847_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,113,58 +/JARVIS843/Unity-Tutorial/tree/main/Assets,56,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,41,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,30,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,27,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,18,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,16,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,13,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,9,5 +/JARVIS843/Unity-Tutorial/find/main,6,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-13_232847_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-13_232847_top_referrers_snapshot.csv new file mode 100644 index 00000000..6681637e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-13_232847_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,356,54 +github.com,32,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-14_232745_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-14_232745_top_paths_snapshot.csv new file mode 100644 index 00000000..44cbaec2 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-14_232745_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,100,54 +/JARVIS843/Unity-Tutorial/tree/main/Assets,56,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,42,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,31,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,28,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,17,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,16,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,13,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,9,5 +/JARVIS843/Unity-Tutorial/tree/main/Packages,6,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-14_232745_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-14_232745_top_referrers_snapshot.csv new file mode 100644 index 00000000..4d441ae7 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-14_232745_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,334,51 +github.com,32,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-15_232949_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-15_232949_top_paths_snapshot.csv new file mode 100644 index 00000000..6a223c51 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-15_232949_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,116,61 +/JARVIS843/Unity-Tutorial/tree/main/Assets,60,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,46,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,33,20 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,29,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,17,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,15,11 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,13,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,13,7 +/JARVIS843/Unity-Tutorial/find/main,11,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-15_232949_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-15_232949_top_referrers_snapshot.csv new file mode 100644 index 00000000..bdabbf7e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-15_232949_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,352,57 +github.com,28,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-16_232744_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-16_232744_top_paths_snapshot.csv new file mode 100644 index 00000000..235fffdc --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-16_232744_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,110,56 +/JARVIS843/Unity-Tutorial/tree/main/Assets,58,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,45,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,32,19 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,30,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,17,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,13,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,13,7 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,12,7 +/JARVIS843/Unity-Tutorial/find/main,12,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-16_232744_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-16_232744_top_referrers_snapshot.csv new file mode 100644 index 00000000..458335a8 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-16_232744_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,340,52 +github.com,28,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-17_232622_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-17_232622_top_paths_snapshot.csv new file mode 100644 index 00000000..32140de2 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-17_232622_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,123,62 +/JARVIS843/Unity-Tutorial/tree/main/Assets,63,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,46,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,33,20 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,30,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,21,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,16,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,13,9 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,12,7 +/JARVIS843/Unity-Tutorial/find/main,12,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-17_232622_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-17_232622_top_referrers_snapshot.csv new file mode 100644 index 00000000..a7a8b324 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-17_232622_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,374,58 +github.com,28,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-18_232704_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-18_232704_top_paths_snapshot.csv new file mode 100644 index 00000000..6a2ad85b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-18_232704_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,127,63 +/JARVIS843/Unity-Tutorial/tree/main/Assets,69,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,54,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,40,24 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,37,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,21,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,18,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,16,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,16,10 +/JARVIS843/Unity-Tutorial/find/main,12,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-18_232704_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-18_232704_top_referrers_snapshot.csv new file mode 100644 index 00000000..7dba21b5 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-18_232704_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,411,59 +github.com,28,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-19_233220_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-19_233220_top_paths_snapshot.csv new file mode 100644 index 00000000..bec2935d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-19_233220_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,140,72 +/JARVIS843/Unity-Tutorial/tree/main/Assets,66,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,56,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,41,25 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,38,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,21,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,19,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,18,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,17,12 +/JARVIS843/Unity-Tutorial/find/main,11,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-19_233220_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-19_233220_top_referrers_snapshot.csv new file mode 100644 index 00000000..59aa25f2 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-19_233220_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,451,67 +github.com,28,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-20_233025_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-20_233025_top_paths_snapshot.csv new file mode 100644 index 00000000..f1899673 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-20_233025_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,144,76 +/JARVIS843/Unity-Tutorial/tree/main/Assets,68,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,57,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,40,25 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,36,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,24,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,23,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,21,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,20,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,12,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-20_233025_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-20_233025_top_referrers_snapshot.csv new file mode 100644 index 00000000..0453c78e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-20_233025_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,474,72 +github.com,21,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-21_232922_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-21_232922_top_paths_snapshot.csv new file mode 100644 index 00000000..72325bd6 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-21_232922_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,140,74 +/JARVIS843/Unity-Tutorial/tree/main/Assets,57,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,50,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,36,26 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,33,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,23,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,23,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,15,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,14,12 +/JARVIS843/Unity-Tutorial/find/main,12,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-21_232922_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-21_232922_top_referrers_snapshot.csv new file mode 100644 index 00000000..5a87f880 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-21_232922_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,423,70 +github.com,12,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-22_232859_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-22_232859_top_paths_snapshot.csv new file mode 100644 index 00000000..b16d26e7 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-22_232859_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,139,72 +/JARVIS843/Unity-Tutorial/tree/main/Assets,60,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,54,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,39,27 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,36,25 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,25,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,24,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,16,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,14,12 +/JARVIS843/Unity-Tutorial/find/main,12,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-22_232859_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-22_232859_top_referrers_snapshot.csv new file mode 100644 index 00000000..c42116e7 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-22_232859_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,430,65 +github.com,8,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-23_232913_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-23_232913_top_paths_snapshot.csv new file mode 100644 index 00000000..8cb48888 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-23_232913_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,142,74 +/JARVIS843/Unity-Tutorial/tree/main/Assets,59,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,51,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,37,25 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,34,23 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,24,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,23,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,17,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,15,13 +/JARVIS843/Unity-Tutorial/find/main,11,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-23_232913_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-23_232913_top_referrers_snapshot.csv new file mode 100644 index 00000000..07f49c7d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-23_232913_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,425,67 +github.com,6,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-24_232723_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-24_232723_top_paths_snapshot.csv new file mode 100644 index 00000000..09ac7e5c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-24_232723_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,149,78 +/JARVIS843/Unity-Tutorial/tree/main/Assets,61,37 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,53,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,39,26 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,35,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,25,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,25,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,17,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,14,12 +/JARVIS843/Unity-Tutorial/find/main,10,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-24_232723_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-24_232723_top_referrers_snapshot.csv new file mode 100644 index 00000000..7219d193 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-24_232723_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,436,71 +github.com,6,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-25_232753_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-25_232753_top_paths_snapshot.csv new file mode 100644 index 00000000..cb35f357 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-25_232753_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,150,78 +/JARVIS843/Unity-Tutorial/tree/main/Assets,56,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,53,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,39,25 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,33,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,25,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,24,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,13,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,12,10 +/JARVIS843/Unity-Tutorial/find/main,10,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-25_232753_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-25_232753_top_referrers_snapshot.csv new file mode 100644 index 00000000..46b75f9a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-25_232753_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,418,72 +github.com,2,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-26_233253_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-26_233253_top_paths_snapshot.csv new file mode 100644 index 00000000..4487f008 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-26_233253_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,150,78 +/JARVIS843/Unity-Tutorial/tree/main/Assets,58,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,56,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,42,26 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,35,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,27,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,25,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,13,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,12,10 +/JARVIS843/Unity-Tutorial/find/main,10,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-26_233253_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-26_233253_top_referrers_snapshot.csv new file mode 100644 index 00000000..c9f723d8 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-26_233253_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,433,72 +github.com,2,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-27_233352_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-27_233352_top_paths_snapshot.csv new file mode 100644 index 00000000..5a686ef7 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-27_233352_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,148,76 +/JARVIS843/Unity-Tutorial/tree/main/Assets,57,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,55,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,41,25 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,34,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,27,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,25,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,13,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,12,10 +/JARVIS843/Unity-Tutorial/find/main,11,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-27_233352_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-27_233352_top_referrers_snapshot.csv new file mode 100644 index 00000000..b8aaee3a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-27_233352_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,420,69 +github.com,2,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-28_233129_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-28_233129_top_paths_snapshot.csv new file mode 100644 index 00000000..faafaa84 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-28_233129_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,128,72 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,52,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets,51,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,39,22 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,33,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,28,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,26,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,12,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,8,8 +/JARVIS843/Unity-Tutorial/find/main,8,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-28_233129_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-28_233129_top_referrers_snapshot.csv new file mode 100644 index 00000000..a2617e01 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-28_233129_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,399,67 +github.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-29_233615_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-29_233615_top_paths_snapshot.csv new file mode 100644 index 00000000..23789d58 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-29_233615_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,132,77 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,56,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets,54,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,42,21 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,33,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,31,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,28,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,14,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,9,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,9,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-29_233615_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-29_233615_top_referrers_snapshot.csv new file mode 100644 index 00000000..3646fef7 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-29_233615_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,427,72 +github.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-30_233256_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-30_233256_top_paths_snapshot.csv new file mode 100644 index 00000000..3db95279 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-30_233256_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,127,74 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,58,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets,54,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,44,21 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,37,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,31,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,29,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,13,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,9,8 +/JARVIS843/Unity-Tutorial/find/main,9,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-30_233256_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-30_233256_top_referrers_snapshot.csv new file mode 100644 index 00000000..d5c27c7d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-09-30_233256_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,430,68 +github.com,2,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-01_233126_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-01_233126_top_paths_snapshot.csv new file mode 100644 index 00000000..9f1b8558 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-01_233126_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,129,75 +/JARVIS843/Unity-Tutorial/tree/main/Assets,50,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,49,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,37,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,30,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,26,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,25,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,14,11 +/JARVIS843/Unity-Tutorial/find/main,11,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,9,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-01_233126_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-01_233126_top_referrers_snapshot.csv new file mode 100644 index 00000000..b369935a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-01_233126_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,405,69 +github.com,2,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-02_233134_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-02_233134_top_paths_snapshot.csv new file mode 100644 index 00000000..f728224a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-02_233134_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,118,69 +/JARVIS843/Unity-Tutorial/tree/main/Assets,49,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,48,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,36,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,28,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,27,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,23,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,12,10 +/JARVIS843/Unity-Tutorial/find/main,10,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,7,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-02_233134_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-02_233134_top_referrers_snapshot.csv new file mode 100644 index 00000000..849074f1 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-02_233134_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,372,63 +github.com,2,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-03_233330_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-03_233330_top_paths_snapshot.csv new file mode 100644 index 00000000..4236c831 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-03_233330_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,124,66 +/JARVIS843/Unity-Tutorial/tree/main/Assets,54,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,48,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,35,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,28,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,24,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,22,10 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,21,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,13,7 +/JARVIS843/Unity-Tutorial/find/main,12,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-03_233330_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-03_233330_top_referrers_snapshot.csv new file mode 100644 index 00000000..3840a816 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-03_233330_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,365,60 +github.com,2,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-04_233251_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-04_233251_top_paths_snapshot.csv new file mode 100644 index 00000000..b5d39f6a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-04_233251_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,121,65 +/JARVIS843/Unity-Tutorial/tree/main/Assets,53,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,43,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,32,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,24,11 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,23,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,22,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,14,8 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,13,8 +/JARVIS843/Unity-Tutorial/find/main,12,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-04_233251_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-04_233251_top_referrers_snapshot.csv new file mode 100644 index 00000000..dac0f3e9 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-04_233251_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,346,58 +github.com,1,1 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-05_233316_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-05_233316_top_paths_snapshot.csv new file mode 100644 index 00000000..19f70593 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-05_233316_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,122,65 +/JARVIS843/Unity-Tutorial/tree/main/Assets,54,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,42,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,31,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,27,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,23,11 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,22,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,16,10 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,12,9 +/JARVIS843/Unity-Tutorial/find/main,12,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-05_233316_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-05_233316_top_referrers_snapshot.csv new file mode 100644 index 00000000..db0045d3 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-05_233316_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,348,61 +github.com,1,1 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-06_230722_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-06_230722_top_paths_snapshot.csv new file mode 100644 index 00000000..7b3da0fd --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-06_230722_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,119,63 +/JARVIS843/Unity-Tutorial/tree/main/Assets,53,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,43,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,32,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,28,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,23,11 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,22,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,17,10 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,12,9 +/JARVIS843/Unity-Tutorial/find/main,12,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-06_230722_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-06_230722_top_referrers_snapshot.csv new file mode 100644 index 00000000..ce615b82 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-06_230722_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,349,59 +github.com,1,1 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-07_230640_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-07_230640_top_paths_snapshot.csv new file mode 100644 index 00000000..35ddba5f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-07_230640_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,123,64 +/JARVIS843/Unity-Tutorial/tree/main/Assets,59,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,41,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,30,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,30,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,20,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,20,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,19,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,13,9 +/JARVIS843/Unity-Tutorial/find/main,12,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-07_230640_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-07_230640_top_referrers_snapshot.csv new file mode 100644 index 00000000..82fcadee --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-07_230640_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,352,59 +github.com,1,1 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-08_230627_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-08_230627_top_paths_snapshot.csv new file mode 100644 index 00000000..f97dedc7 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-08_230627_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,115,62 +/JARVIS843/Unity-Tutorial/tree/main/Assets,55,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,35,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,30,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,26,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,19,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,19,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,17,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,13,9 +/JARVIS843/Unity-Tutorial/find/main,10,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-08_230627_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-08_230627_top_referrers_snapshot.csv new file mode 100644 index 00000000..c31cfccd --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-08_230627_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,324,57 +github.com,1,1 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-09_230631_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-09_230631_top_paths_snapshot.csv new file mode 100644 index 00000000..b4f852d9 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-09_230631_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,123,70 +/JARVIS843/Unity-Tutorial/tree/main/Assets,54,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,33,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,31,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,23,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,22,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,17,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,15,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,14,10 +/JARVIS843/Unity-Tutorial/find/main,12,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-09_230631_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-09_230631_top_referrers_snapshot.csv new file mode 100644 index 00000000..9426c1e6 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-09_230631_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,331,64 +github.com,2,2 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-10_230635_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-10_230635_top_paths_snapshot.csv new file mode 100644 index 00000000..d2741933 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-10_230635_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,125,72 +/JARVIS843/Unity-Tutorial/tree/main/Assets,57,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,34,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,33,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,26,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,22,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,19,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,17,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,14,10 +/JARVIS843/Unity-Tutorial/find/main,11,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-10_230635_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-10_230635_top_referrers_snapshot.csv new file mode 100644 index 00000000..ec0464c2 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-10_230635_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,350,67 +github.com,5,3 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-11_230733_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-11_230733_top_paths_snapshot.csv new file mode 100644 index 00000000..05c619fa --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-11_230733_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,131,77 +/JARVIS843/Unity-Tutorial/tree/main/Assets,62,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,36,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,33,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,30,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,23,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,23,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,19,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,14,10 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,13,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-11_230733_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-11_230733_top_referrers_snapshot.csv new file mode 100644 index 00000000..73f1e07d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-11_230733_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,381,71 +github.com,5,3 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-12_230644_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-12_230644_top_paths_snapshot.csv new file mode 100644 index 00000000..04c2861c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-12_230644_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,135,80 +/JARVIS843/Unity-Tutorial/tree/main/Assets,65,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,36,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,34,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,31,20 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,26,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,26,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,17,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,14,9 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,12,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-12_230644_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-12_230644_top_referrers_snapshot.csv new file mode 100644 index 00000000..f60150b8 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-12_230644_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,377,72 +github.com,6,4 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-13_230725_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-13_230725_top_paths_snapshot.csv new file mode 100644 index 00000000..00adde66 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-13_230725_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,139,84 +/JARVIS843/Unity-Tutorial/tree/main/Assets,65,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,41,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,35,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,32,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,30,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,23,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,22,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,13,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,13,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-13_230725_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-13_230725_top_referrers_snapshot.csv new file mode 100644 index 00000000..0b42ca30 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-13_230725_top_referrers_snapshot.csv @@ -0,0 +1,6 @@ +referrer,views_total,views_unique +youtube.com,379,76 +l.facebook.com,8,1 +github.com,5,3 +Bing,1,1 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-14_230628_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-14_230628_top_paths_snapshot.csv new file mode 100644 index 00000000..078d6414 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-14_230628_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,143,87 +/JARVIS843/Unity-Tutorial/tree/main/Assets,68,38 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,44,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,38,24 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,33,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,33,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,24,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,23,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,14,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,13,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-14_230628_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-14_230628_top_referrers_snapshot.csv new file mode 100644 index 00000000..3ddd2c81 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-14_230628_top_referrers_snapshot.csv @@ -0,0 +1,6 @@ +referrer,views_total,views_unique +youtube.com,381,77 +l.facebook.com,8,1 +github.com,5,3 +Bing,1,1 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-15_230636_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-15_230636_top_paths_snapshot.csv new file mode 100644 index 00000000..77329287 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-15_230636_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,140,88 +/JARVIS843/Unity-Tutorial/tree/main/Assets,67,39 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,44,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,42,25 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,36,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,34,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,25,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,24,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,17,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,13,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-15_230636_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-15_230636_top_referrers_snapshot.csv new file mode 100644 index 00000000..6d4f9ac8 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-15_230636_top_referrers_snapshot.csv @@ -0,0 +1,6 @@ +referrer,views_total,views_unique +youtube.com,394,79 +l.facebook.com,8,1 +github.com,5,3 +Bing,1,1 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-16_230629_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-16_230629_top_paths_snapshot.csv new file mode 100644 index 00000000..c813b169 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-16_230629_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,130,89 +/JARVIS843/Unity-Tutorial/tree/main/Assets,58,37 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,41,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,39,25 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,36,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,24,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,22,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,16,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,16,10 +/JARVIS843/Unity-Tutorial/find/main,8,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-16_230629_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-16_230629_top_referrers_snapshot.csv new file mode 100644 index 00000000..0f6f9300 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-16_230629_top_referrers_snapshot.csv @@ -0,0 +1,6 @@ +referrer,views_total,views_unique +youtube.com,369,82 +l.facebook.com,8,1 +github.com,5,3 +Bing,1,1 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-17_230701_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-17_230701_top_paths_snapshot.csv new file mode 100644 index 00000000..f42950cc --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-17_230701_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,137,88 +/JARVIS843/Unity-Tutorial/tree/main/Assets,57,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,38,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,38,23 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,35,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,21,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,20,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,15,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,15,9 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,8,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-17_230701_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-17_230701_top_referrers_snapshot.csv new file mode 100644 index 00000000..d285c5ca --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-17_230701_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,359,85 +l.facebook.com,8,1 +github.com,5,3 +Bing,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-18_230654_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-18_230654_top_paths_snapshot.csv new file mode 100644 index 00000000..b9943048 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-18_230654_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,135,83 +/JARVIS843/Unity-Tutorial/tree/main/Assets,54,33 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,38,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,38,22 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,34,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,20,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,16,11 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,14,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,13,7 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,8,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-18_230654_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-18_230654_top_referrers_snapshot.csv new file mode 100644 index 00000000..5b6f183e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-18_230654_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,359,80 +github.com,8,3 +l.facebook.com,8,1 +Bing,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-19_230716_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-19_230716_top_paths_snapshot.csv new file mode 100644 index 00000000..a5988dc5 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-19_230716_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,148,85 +/JARVIS843/Unity-Tutorial/tree/main/Assets,63,39 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,46,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,43,24 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,39,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,25,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,20,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,19,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,15,10 +/JARVIS843/Unity-Tutorial/find/main,8,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-19_230716_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-19_230716_top_referrers_snapshot.csv new file mode 100644 index 00000000..5670b6af --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-19_230716_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,429,84 +github.com,8,3 +l.facebook.com,8,1 +Bing,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-20_230739_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-20_230739_top_paths_snapshot.csv new file mode 100644 index 00000000..5a056f9d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-20_230739_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,140,85 +/JARVIS843/Unity-Tutorial/tree/main/Assets,57,38 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,47,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,44,25 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,39,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,28,19 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,21,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,18,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,14,10 +/JARVIS843/Unity-Tutorial/find/main,9,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-20_230739_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-20_230739_top_referrers_snapshot.csv new file mode 100644 index 00000000..492e9e64 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-20_230739_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,422,84 +github.com,8,3 +l.facebook.com,8,1 +Bing,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-21_230716_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-21_230716_top_paths_snapshot.csv new file mode 100644 index 00000000..b479ac07 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-21_230716_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,140,84 +/JARVIS843/Unity-Tutorial/tree/main/Assets,59,38 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,51,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,46,26 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,40,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,31,20 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,23,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,19,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,14,10 +/JARVIS843/Unity-Tutorial/find/main,9,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-21_230716_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-21_230716_top_referrers_snapshot.csv new file mode 100644 index 00000000..af38a601 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-21_230716_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,439,83 +github.com,8,3 +l.facebook.com,8,1 +Bing,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-22_230648_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-22_230648_top_paths_snapshot.csv new file mode 100644 index 00000000..75d3b5f5 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-22_230648_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,132,79 +/JARVIS843/Unity-Tutorial/tree/main/Assets,60,38 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,52,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,47,27 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,41,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,32,21 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,24,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,18,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,11,9 +/JARVIS843/Unity-Tutorial/find/main,7,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-22_230648_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-22_230648_top_referrers_snapshot.csv new file mode 100644 index 00000000..911bb9ee --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-22_230648_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,427,78 +l.facebook.com,8,1 +github.com,7,2 +Bing,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-23_230646_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-23_230646_top_paths_snapshot.csv new file mode 100644 index 00000000..f4a93869 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-23_230646_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,159,88 +/JARVIS843/Unity-Tutorial/tree/main/Assets,69,41 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,57,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,49,29 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,43,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,33,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,25,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,24,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,17,12 +/JARVIS843/Unity-Tutorial/find/main,13,12 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-23_230646_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-23_230646_top_referrers_snapshot.csv new file mode 100644 index 00000000..bc3013d9 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-23_230646_top_referrers_snapshot.csv @@ -0,0 +1,6 @@ +referrer,views_total,views_unique +youtube.com,470,85 +away.vk.com,29,1 +l.facebook.com,8,1 +github.com,4,2 +Bing,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-24_230638_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-24_230638_top_paths_snapshot.csv new file mode 100644 index 00000000..5e99f00e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-24_230638_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,163,84 +/JARVIS843/Unity-Tutorial/tree/main/Assets,67,41 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,58,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,49,30 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,43,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,33,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,26,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,24,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,16,11 +/JARVIS843/Unity-Tutorial/find/main,13,12 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-24_230638_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-24_230638_top_referrers_snapshot.csv new file mode 100644 index 00000000..314f31b8 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-24_230638_top_referrers_snapshot.csv @@ -0,0 +1,6 @@ +referrer,views_total,views_unique +youtube.com,461,81 +away.vk.com,31,1 +l.facebook.com,8,1 +github.com,4,2 +Bing,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-25_230628_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-25_230628_top_paths_snapshot.csv new file mode 100644 index 00000000..e69c0a1b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-25_230628_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,188,83 +/JARVIS843/Unity-Tutorial/tree/main/Assets,78,43 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,63,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,49,30 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,41,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,37,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,30,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,26,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,18,11 +/JARVIS843/Unity-Tutorial/find/main,16,15 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-25_230628_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-25_230628_top_referrers_snapshot.csv new file mode 100644 index 00000000..6b852a3b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-25_230628_top_referrers_snapshot.csv @@ -0,0 +1,6 @@ +referrer,views_total,views_unique +youtube.com,504,81 +away.vk.com,31,1 +l.facebook.com,8,1 +github.com,3,1 +Bing,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-26_230635_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-26_230635_top_paths_snapshot.csv new file mode 100644 index 00000000..042af4c0 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-26_230635_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,193,80 +/JARVIS843/Unity-Tutorial/tree/main/Assets,81,41 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,65,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,49,28 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,40,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,34,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,33,19 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,28,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,19,12 +/JARVIS843/Unity-Tutorial/find/main,15,14 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-26_230635_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-26_230635_top_referrers_snapshot.csv new file mode 100644 index 00000000..664aea1d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-26_230635_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,481,76 +away.vk.com,31,1 +github.com,3,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-27_230709_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-27_230709_top_paths_snapshot.csv new file mode 100644 index 00000000..50d643d5 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-27_230709_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,186,74 +/JARVIS843/Unity-Tutorial/tree/main/Assets,79,38 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,64,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,47,26 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,38,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,34,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,32,19 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,28,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,18,11 +/JARVIS843/Unity-Tutorial/find/main,14,13 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-27_230709_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-27_230709_top_referrers_snapshot.csv new file mode 100644 index 00000000..a1a3f8bf --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-27_230709_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,493,72 +away.vk.com,31,1 +github.com,3,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-28_230634_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-28_230634_top_paths_snapshot.csv new file mode 100644 index 00000000..aceacf59 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-28_230634_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,194,79 +/JARVIS843/Unity-Tutorial/tree/main/Assets,82,38 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,68,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,47,26 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,39,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,32,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,32,19 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,27,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,19,12 +/JARVIS843/Unity-Tutorial/find/main,13,12 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-28_230634_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-28_230634_top_referrers_snapshot.csv new file mode 100644 index 00000000..5a5108e6 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-28_230634_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,479,73 +away.vk.com,31,1 +github.com,3,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-29_230640_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-29_230640_top_paths_snapshot.csv new file mode 100644 index 00000000..fb94f7c5 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-29_230640_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,196,81 +/JARVIS843/Unity-Tutorial/tree/main/Assets,91,41 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,74,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,48,26 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,40,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,38,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,37,21 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,30,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,20,13 +/JARVIS843/Unity-Tutorial/find/main,14,13 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-29_230640_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-29_230640_top_referrers_snapshot.csv new file mode 100644 index 00000000..5b69af14 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-29_230640_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,507,74 +away.vk.com,31,1 +github.com,3,1 +DuckDuckGo,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-30_230653_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-30_230653_top_paths_snapshot.csv new file mode 100644 index 00000000..a31159c6 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-30_230653_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,218,91 +/JARVIS843/Unity-Tutorial/tree/main/Assets,106,48 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,89,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,59,30 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,51,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,45,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,43,24 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,37,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,23,15 +/JARVIS843/Unity-Tutorial/find/main,18,17 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-30_230653_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-30_230653_top_referrers_snapshot.csv new file mode 100644 index 00000000..9e998b31 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-30_230653_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,617,85 +away.vk.com,31,1 +github.com,3,1 +DuckDuckGo,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-31_230639_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-31_230639_top_paths_snapshot.csv new file mode 100644 index 00000000..8ecd7b18 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-31_230639_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,232,99 +/JARVIS843/Unity-Tutorial/tree/main/Assets,106,48 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,87,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,58,30 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,51,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,44,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,43,24 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,37,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,23,15 +/JARVIS843/Unity-Tutorial/find/main,18,17 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-31_230639_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-31_230639_top_referrers_snapshot.csv new file mode 100644 index 00000000..7b9a430a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-10-31_230639_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,628,94 +away.vk.com,31,1 +github.com,1,1 +DuckDuckGo,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-11-01_230643_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-11-01_230643_top_paths_snapshot.csv new file mode 100644 index 00000000..21dd13c6 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-11-01_230643_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,227,101 +/JARVIS843/Unity-Tutorial/tree/main/Assets,104,46 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,84,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,55,30 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,48,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,42,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,42,23 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,34,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,20,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,19,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-11-01_230643_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-11-01_230643_top_referrers_snapshot.csv new file mode 100644 index 00000000..45b9c29d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-11-01_230643_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,601,94 +away.vk.com,31,1 +github.com,2,1 +DuckDuckGo,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-11-02_230647_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-11-02_230647_top_paths_snapshot.csv new file mode 100644 index 00000000..04ed3d7a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-11-02_230647_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,231,101 +/JARVIS843/Unity-Tutorial/tree/main/Assets,110,48 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,84,33 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,55,29 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,48,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,47,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,40,24 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,33,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,23,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,20,10 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-11-02_230647_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-11-02_230647_top_referrers_snapshot.csv new file mode 100644 index 00000000..68c7a059 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-11-02_230647_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,620,96 +away.vk.com,31,1 +github.com,2,1 +DuckDuckGo,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-11-03_230651_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-11-03_230651_top_paths_snapshot.csv new file mode 100644 index 00000000..9644881b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-11-03_230651_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,243,105 +/JARVIS843/Unity-Tutorial/tree/main/Assets,113,48 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,84,33 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,56,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,51,27 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,49,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,38,23 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,31,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,26,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,22,11 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-11-03_230651_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-11-03_230651_top_referrers_snapshot.csv new file mode 100644 index 00000000..90be932c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-11-03_230651_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,665,99 +away.vk.com,31,1 +github.com,3,2 +DuckDuckGo,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-11-04_230655_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-11-04_230655_top_paths_snapshot.csv new file mode 100644 index 00000000..6c568739 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-11-04_230655_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,255,113 +/JARVIS843/Unity-Tutorial/tree/main/Assets,116,52 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,87,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,61,32 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,53,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,49,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,38,23 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,31,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,26,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,22,11 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-11-04_230655_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-11-04_230655_top_referrers_snapshot.csv new file mode 100644 index 00000000..0769affe --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-11-04_230655_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,695,107 +away.vk.com,31,1 +github.com,3,2 +DuckDuckGo,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-11-05_230647_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-11-05_230647_top_paths_snapshot.csv new file mode 100644 index 00000000..e8a48fae --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-11-05_230647_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,232,105 +/JARVIS843/Unity-Tutorial/tree/main/Assets,107,49 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,82,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,60,30 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,53,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,45,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,37,22 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,31,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,21,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,20,13 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-11-05_230647_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-11-05_230647_top_referrers_snapshot.csv new file mode 100644 index 00000000..70c39bf7 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-11-05_230647_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,690,99 +github.com,3,2 +away.vk.com,2,1 +DuckDuckGo,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-11-06_230631_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-11-06_230631_top_paths_snapshot.csv new file mode 100644 index 00000000..850f38db --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-11-06_230631_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,230,107 +/JARVIS843/Unity-Tutorial/tree/main/Assets,107,49 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,82,33 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,61,28 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,52,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,46,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,35,21 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,28,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,22,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,21,14 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-11-06_230631_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-11-06_230631_top_referrers_snapshot.csv new file mode 100644 index 00000000..e1337328 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2022-11-06_230631_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,693,101 +github.com,8,3 +DuckDuckGo,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-01-23_050922_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-01-23_050922_top_paths_snapshot.csv new file mode 100644 index 00000000..0a8a7f2a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-01-23_050922_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,254,119 +/JARVIS843/Unity-Tutorial/tree/main/Assets,105,50 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,104,37 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,88,35 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,78,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,69,28 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,56,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,34,20 +/JARVIS843/Unity-Tutorial/find/main,23,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,20,14 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-01-23_050922_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-01-23_050922_top_referrers_snapshot.csv new file mode 100644 index 00000000..1bc44a53 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-01-23_050922_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,891,108 +github.com,17,4 +m.youtube.com,14,3 +Bing,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-01-23_230612_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-01-23_230612_top_paths_snapshot.csv new file mode 100644 index 00000000..0a8a7f2a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-01-23_230612_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,254,119 +/JARVIS843/Unity-Tutorial/tree/main/Assets,105,50 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,104,37 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,88,35 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,78,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,69,28 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,56,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,34,20 +/JARVIS843/Unity-Tutorial/find/main,23,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,20,14 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-01-23_230612_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-01-23_230612_top_referrers_snapshot.csv new file mode 100644 index 00000000..1bc44a53 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-01-23_230612_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,891,108 +github.com,17,4 +m.youtube.com,14,3 +Bing,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-01-24_230621_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-01-24_230621_top_paths_snapshot.csv new file mode 100644 index 00000000..eb9ee2d2 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-01-24_230621_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,257,115 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,104,33 +/JARVIS843/Unity-Tutorial/tree/main/Assets,103,46 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,86,31 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,76,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,65,25 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,52,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,34,21 +/JARVIS843/Unity-Tutorial/find/main,22,17 +/JARVIS843/Unity-Tutorial/tree/main/Packages,21,13 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-01-24_230621_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-01-24_230621_top_referrers_snapshot.csv new file mode 100644 index 00000000..eacd0210 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-01-24_230621_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,873,104 +github.com,34,4 +m.youtube.com,14,3 +Bing,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-01-25_230641_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-01-25_230641_top_paths_snapshot.csv new file mode 100644 index 00000000..85393862 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-01-25_230641_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,258,119 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,112,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets,103,47 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,89,32 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,79,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,70,26 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,55,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,33,22 +/JARVIS843/Unity-Tutorial/find/main,22,17 +/JARVIS843/Unity-Tutorial/tree/main/Packages,21,13 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-01-25_230641_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-01-25_230641_top_referrers_snapshot.csv new file mode 100644 index 00000000..389d4c83 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-01-25_230641_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,864,111 +github.com,31,4 +m.youtube.com,14,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-01-26_230625_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-01-26_230625_top_paths_snapshot.csv new file mode 100644 index 00000000..caf03125 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-01-26_230625_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,263,119 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,102,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets,90,47 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,84,32 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,76,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,65,24 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,52,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,26,19 +/JARVIS843/Unity-Tutorial/find/main,22,17 +/JARVIS843/Unity-Tutorial/tree/main/Packages,21,13 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-01-26_230625_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-01-26_230625_top_referrers_snapshot.csv new file mode 100644 index 00000000..9bce428a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-01-26_230625_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,846,112 +github.com,45,5 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-01-27_230610_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-01-27_230610_top_paths_snapshot.csv new file mode 100644 index 00000000..ce803250 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-01-27_230610_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,263,117 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,103,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets,94,48 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,86,32 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,80,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,67,26 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,57,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,29,20 +/JARVIS843/Unity-Tutorial/find/main,24,19 +/JARVIS843/Unity-Tutorial/tree/main/Packages,21,13 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-01-27_230610_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-01-27_230610_top_referrers_snapshot.csv new file mode 100644 index 00000000..8880247b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-01-27_230610_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,879,109 +github.com,46,6 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-01-28_230610_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-01-28_230610_top_paths_snapshot.csv new file mode 100644 index 00000000..c31256d7 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-01-28_230610_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,259,114 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,106,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets,93,47 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,90,33 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,84,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,68,25 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,58,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,29,20 +/JARVIS843/Unity-Tutorial/find/main,23,18 +/JARVIS843/Unity-Tutorial/tree/main/Packages,19,12 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-01-28_230610_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-01-28_230610_top_referrers_snapshot.csv new file mode 100644 index 00000000..29a3303d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-01-28_230610_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,883,106 +github.com,47,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-01-29_230633_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-01-29_230633_top_paths_snapshot.csv new file mode 100644 index 00000000..4ac8a82e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-01-29_230633_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,246,114 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,107,39 +/JARVIS843/Unity-Tutorial/tree/main/Assets,89,49 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,87,35 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,79,33 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,67,26 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,57,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,28,21 +/JARVIS843/Unity-Tutorial/find/main,22,17 +/JARVIS843/Unity-Tutorial/tree/main/.vscode,16,16 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-01-29_230633_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-01-29_230633_top_referrers_snapshot.csv new file mode 100644 index 00000000..be2ce479 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-01-29_230633_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,882,109 +github.com,56,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-01-30_230624_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-01-30_230624_top_paths_snapshot.csv new file mode 100644 index 00000000..a5bebb1b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-01-30_230624_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,239,116 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,100,38 +/JARVIS843/Unity-Tutorial/tree/main/Assets,82,47 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,79,34 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,71,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,60,25 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,49,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,26,19 +/JARVIS843/Unity-Tutorial/find/main,21,16 +/JARVIS843/Unity-Tutorial/tree/main/.vscode,15,15 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-01-30_230624_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-01-30_230624_top_referrers_snapshot.csv new file mode 100644 index 00000000..147425b0 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-01-30_230624_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,801,109 +github.com,56,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-01-31_230647_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-01-31_230647_top_paths_snapshot.csv new file mode 100644 index 00000000..84fb0f00 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-01-31_230647_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,231,115 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,92,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets,76,44 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,68,32 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,63,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,51,22 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,40,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,24,17 +/JARVIS843/Unity-Tutorial/find/main,19,14 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,15,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-01-31_230647_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-01-31_230647_top_referrers_snapshot.csv new file mode 100644 index 00000000..63af5aa7 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-01-31_230647_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,698,109 +github.com,58,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-01_230634_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-01_230634_top_paths_snapshot.csv new file mode 100644 index 00000000..7ece80aa --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-01_230634_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,235,114 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,96,37 +/JARVIS843/Unity-Tutorial/tree/main/Assets,81,46 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,70,33 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,62,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,50,22 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,39,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,26,18 +/JARVIS843/Unity-Tutorial/find/main,18,13 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,14,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-01_230634_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-01_230634_top_referrers_snapshot.csv new file mode 100644 index 00000000..bec2669b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-01_230634_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,686,107 +github.com,58,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-02_230622_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-02_230622_top_paths_snapshot.csv new file mode 100644 index 00000000..28bcb1c6 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-02_230622_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,223,110 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,92,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets,78,44 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,66,32 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,54,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,46,20 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,36,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,27,19 +/JARVIS843/Unity-Tutorial/find/main,14,11 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,14,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-02_230622_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-02_230622_top_referrers_snapshot.csv new file mode 100644 index 00000000..9c1ff74e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-02_230622_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,649,103 +github.com,58,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-03_230633_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-03_230633_top_paths_snapshot.csv new file mode 100644 index 00000000..7cd0bf90 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-03_230633_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,219,110 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,95,38 +/JARVIS843/Unity-Tutorial/tree/main/Assets,78,45 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,72,33 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,65,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,45,21 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,38,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,33,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,14,13 +/JARVIS843/Unity-Tutorial/find/main,14,11 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-03_230633_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-03_230633_top_referrers_snapshot.csv new file mode 100644 index 00000000..c87fc504 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-03_230633_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,679,102 +github.com,58,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-04_230611_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-04_230611_top_paths_snapshot.csv new file mode 100644 index 00000000..2eb757c9 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-04_230611_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,213,109 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,98,39 +/JARVIS843/Unity-Tutorial/tree/main/Assets,78,45 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,75,35 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,67,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,46,22 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,38,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,33,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,16,15 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,15,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-04_230611_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-04_230611_top_referrers_snapshot.csv new file mode 100644 index 00000000..c87fc504 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-04_230611_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,679,102 +github.com,58,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-05_230642_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-05_230642_top_paths_snapshot.csv new file mode 100644 index 00000000..e1f70675 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-05_230642_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,194,101 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,88,38 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,75,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets,70,42 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,68,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,43,21 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,35,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,31,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,16,13 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,15,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-05_230642_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-05_230642_top_referrers_snapshot.csv new file mode 100644 index 00000000..8b15aa0f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-05_230642_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,620,94 +github.com,52,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-06_231945_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-06_231945_top_paths_snapshot.csv new file mode 100644 index 00000000..81b72503 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-06_231945_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,193,99 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,82,38 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,71,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets,70,41 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,66,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,42,22 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,36,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,30,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,15,12 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,13,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-06_231945_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-06_231945_top_referrers_snapshot.csv new file mode 100644 index 00000000..b75b3172 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-06_231945_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,617,91 +github.com,38,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-07_232014_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-07_232014_top_paths_snapshot.csv new file mode 100644 index 00000000..d80c5c15 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-07_232014_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,190,98 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,80,40 +/JARVIS843/Unity-Tutorial/tree/main/Assets,76,45 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,71,38 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,66,37 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,39,23 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,34,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,31,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,16,13 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,13,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-07_232014_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-07_232014_top_referrers_snapshot.csv new file mode 100644 index 00000000..d45fb989 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-07_232014_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,648,88 +github.com,39,8 +yandex.ru,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-08_232028_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-08_232028_top_paths_snapshot.csv new file mode 100644 index 00000000..228eb191 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-08_232028_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,174,99 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,82,39 +/JARVIS843/Unity-Tutorial/tree/main/Assets,78,45 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,71,38 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,65,37 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,42,24 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,34,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,31,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,16,13 +/JARVIS843/Unity-Tutorial/find/main,11,10 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-08_232028_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-08_232028_top_referrers_snapshot.csv new file mode 100644 index 00000000..bb80b534 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-08_232028_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,634,88 +github.com,25,7 +yandex.ru,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-09_232230_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-09_232230_top_paths_snapshot.csv new file mode 100644 index 00000000..b6eb28f4 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-09_232230_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,169,96 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,83,39 +/JARVIS843/Unity-Tutorial/tree/main/Assets,75,43 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,71,38 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,65,38 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,43,24 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,31,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,30,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,15,12 +/JARVIS843/Unity-Tutorial/find/main,9,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-09_232230_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-09_232230_top_referrers_snapshot.csv new file mode 100644 index 00000000..3f8d2b26 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-09_232230_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,601,87 +github.com,24,6 +m.youtube.com,10,1 +yandex.ru,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-10_232032_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-10_232032_top_paths_snapshot.csv new file mode 100644 index 00000000..06061681 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-10_232032_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,179,100 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,81,39 +/JARVIS843/Unity-Tutorial/tree/main/Assets,78,46 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,69,37 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,63,38 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,44,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,31,20 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,30,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,16,13 +/JARVIS843/Unity-Tutorial/find/main,14,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-10_232032_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-10_232032_top_referrers_snapshot.csv new file mode 100644 index 00000000..6de47489 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-10_232032_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,621,88 +github.com,23,5 +m.youtube.com,10,1 +yandex.ru,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-11_231916_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-11_231916_top_paths_snapshot.csv new file mode 100644 index 00000000..1d035482 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-11_231916_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,180,100 +/JARVIS843/Unity-Tutorial/tree/main/Assets,78,44 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,74,33 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,66,32 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,63,33 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,39,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,30,20 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,26,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,18,12 +/JARVIS843/Unity-Tutorial/find/main,12,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-11_231916_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-11_231916_top_referrers_snapshot.csv new file mode 100644 index 00000000..248f37a3 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-11_231916_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,596,87 +github.com,12,4 +m.youtube.com,10,1 +yandex.ru,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-12_231941_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-12_231941_top_paths_snapshot.csv new file mode 100644 index 00000000..7512eee9 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-12_231941_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,192,101 +/JARVIS843/Unity-Tutorial/tree/main/Assets,81,47 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,76,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,67,33 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,64,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,39,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,30,20 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,26,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,18,12 +/JARVIS843/Unity-Tutorial/find/main,13,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-12_231941_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-12_231941_top_referrers_snapshot.csv new file mode 100644 index 00000000..4885f59d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-12_231941_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,627,90 +github.com,12,4 +m.youtube.com,10,1 +yandex.ru,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-13_230640_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-13_230640_top_paths_snapshot.csv new file mode 100644 index 00000000..6946c6c6 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-13_230640_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,197,100 +/JARVIS843/Unity-Tutorial/tree/main/Assets,83,49 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,76,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,68,35 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,66,37 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,40,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,31,21 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,26,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,19,13 +/JARVIS843/Unity-Tutorial/find/main,14,10 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-13_230640_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-13_230640_top_referrers_snapshot.csv new file mode 100644 index 00000000..38e00b6b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-13_230640_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,656,92 +github.com,10,4 +m.youtube.com,10,1 +yandex.ru,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-14_230626_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-14_230626_top_paths_snapshot.csv new file mode 100644 index 00000000..61515ba3 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-14_230626_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,213,99 +/JARVIS843/Unity-Tutorial/tree/main/Assets,90,53 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,82,38 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,71,37 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,71,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,46,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,33,24 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,30,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,22,16 +/JARVIS843/Unity-Tutorial/find/main,15,11 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-14_230626_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-14_230626_top_referrers_snapshot.csv new file mode 100644 index 00000000..51bd1648 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-14_230626_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,731,94 +github.com,26,7 +m.youtube.com,10,1 +yandex.ru,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-15_230628_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-15_230628_top_paths_snapshot.csv new file mode 100644 index 00000000..ec95eb4f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-15_230628_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,235,108 +/JARVIS843/Unity-Tutorial/tree/main/Assets,101,57 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,88,39 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,77,39 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,74,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,49,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,38,25 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,33,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,23,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,19,12 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-15_230628_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-15_230628_top_referrers_snapshot.csv new file mode 100644 index 00000000..58451e47 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-15_230628_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,807,101 +github.com,28,8 +m.youtube.com,10,1 +yandex.ru,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-16_230634_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-16_230634_top_paths_snapshot.csv new file mode 100644 index 00000000..42ac1fa7 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-16_230634_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,237,107 +/JARVIS843/Unity-Tutorial/tree/main/Assets,95,53 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,74,34 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,65,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,59,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,42,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,36,21 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,28,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,26,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,21,12 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-16_230634_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-16_230634_top_referrers_snapshot.csv new file mode 100644 index 00000000..d0248dbc --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-16_230634_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,755,102 +github.com,30,9 +m.youtube.com,10,1 +yandex.ru,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-17_230658_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-17_230658_top_paths_snapshot.csv new file mode 100644 index 00000000..ac65dc92 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-17_230658_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,253,109 +/JARVIS843/Unity-Tutorial/tree/main/Assets,98,53 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,76,34 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,68,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,60,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,42,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,36,20 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,29,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,25,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,20,11 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-17_230658_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-17_230658_top_referrers_snapshot.csv new file mode 100644 index 00000000..00be8a4b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-17_230658_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,750,102 +github.com,38,10 +m.youtube.com,10,1 +yandex.ru,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-18_230619_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-18_230619_top_paths_snapshot.csv new file mode 100644 index 00000000..b3132ac9 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-18_230619_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,258,111 +/JARVIS843/Unity-Tutorial/tree/main/Assets,96,52 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,80,35 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,71,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,60,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,40,22 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,32,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,30,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,22,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,17,10 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-18_230619_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-18_230619_top_referrers_snapshot.csv new file mode 100644 index 00000000..57fb5843 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-18_230619_top_referrers_snapshot.csv @@ -0,0 +1,6 @@ +referrer,views_total,views_unique +youtube.com,729,105 +github.com,37,10 +m.youtube.com,10,1 +Google,9,1 +yandex.ru,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-19_230625_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-19_230625_top_paths_snapshot.csv new file mode 100644 index 00000000..9e890e4d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-19_230625_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,253,108 +/JARVIS843/Unity-Tutorial/tree/main/Assets,92,49 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,79,33 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,68,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,57,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,37,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,29,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,29,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,21,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,17,10 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-19_230625_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-19_230625_top_referrers_snapshot.csv new file mode 100644 index 00000000..8565efac --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-19_230625_top_referrers_snapshot.csv @@ -0,0 +1,6 @@ +referrer,views_total,views_unique +youtube.com,692,101 +github.com,35,10 +m.youtube.com,10,1 +Google,9,1 +yandex.ru,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-20_230624_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-20_230624_top_paths_snapshot.csv new file mode 100644 index 00000000..278e36dd --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-20_230624_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,261,110 +/JARVIS843/Unity-Tutorial/tree/main/Assets,90,48 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,76,33 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,67,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,58,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,36,20 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,30,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,29,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,20,10 +/JARVIS843/Unity-Tutorial/tree/main/ProjectSettings,16,11 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-20_230624_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-20_230624_top_referrers_snapshot.csv new file mode 100644 index 00000000..5ee9913a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-20_230624_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,716,105 +github.com,32,10 +m.youtube.com,10,1 +Google,9,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-21_230621_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-21_230621_top_paths_snapshot.csv new file mode 100644 index 00000000..d261095d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-21_230621_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,261,111 +/JARVIS843/Unity-Tutorial/tree/main/Assets,89,48 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,73,33 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,65,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,57,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,34,20 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,31,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,30,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,23,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,18,11 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-21_230621_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-21_230621_top_referrers_snapshot.csv new file mode 100644 index 00000000..0669a36e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-21_230621_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,730,106 +github.com,30,9 +m.youtube.com,10,1 +Google,9,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-22_230611_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-22_230611_top_paths_snapshot.csv new file mode 100644 index 00000000..28768a96 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-22_230611_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,269,115 +/JARVIS843/Unity-Tutorial/tree/main/Assets,95,51 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,76,34 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,66,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,60,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,35,19 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,33,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,29,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,24,12 +/JARVIS843/Unity-Tutorial/tree/main/ProjectSettings,19,13 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-22_230611_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-22_230611_top_referrers_snapshot.csv new file mode 100644 index 00000000..63e2249a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-22_230611_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,757,107 +github.com,30,9 +Google,9,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-23_230705_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-23_230705_top_paths_snapshot.csv new file mode 100644 index 00000000..dd09420b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-23_230705_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,277,118 +/JARVIS843/Unity-Tutorial/tree/main/Assets,96,51 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,74,35 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,65,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,58,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,32,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,31,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,31,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,24,12 +/JARVIS843/Unity-Tutorial/tree/main/ProjectSettings,19,13 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-23_230705_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-23_230705_top_referrers_snapshot.csv new file mode 100644 index 00000000..e509874a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-23_230705_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,733,112 +github.com,46,10 +Google,9,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-24_230645_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-24_230645_top_paths_snapshot.csv new file mode 100644 index 00000000..b8c3e1a2 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-24_230645_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,270,113 +/JARVIS843/Unity-Tutorial/tree/main/Assets,92,49 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,74,36 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,72,33 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,60,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,32,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,32,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,29,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,20,11 +/JARVIS843/Unity-Tutorial/tree/main/ProjectSettings,19,13 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-24_230645_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-24_230645_top_referrers_snapshot.csv new file mode 100644 index 00000000..b8132a08 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-24_230645_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,721,106 +github.com,46,10 +Google,9,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-25_230619_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-25_230619_top_paths_snapshot.csv new file mode 100644 index 00000000..9e27733e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-25_230619_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,273,111 +/JARVIS843/Unity-Tutorial/tree/main/Assets,97,52 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,76,37 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,76,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,63,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,34,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,34,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,32,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,21,12 +/JARVIS843/Unity-Tutorial/tree/main/ProjectSettings,19,13 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-25_230619_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-25_230619_top_referrers_snapshot.csv new file mode 100644 index 00000000..eb3eb1d3 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-25_230619_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,726,104 +github.com,51,11 +Google,9,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-26_230626_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-26_230626_top_paths_snapshot.csv new file mode 100644 index 00000000..ad76d167 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-26_230626_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,272,110 +/JARVIS843/Unity-Tutorial/tree/main/Assets,101,53 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,77,36 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,76,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,60,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,35,20 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,35,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,33,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,24,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,22,14 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-26_230626_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-26_230626_top_referrers_snapshot.csv new file mode 100644 index 00000000..659c197b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-26_230626_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,748,100 +github.com,53,12 +Google,9,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-27_230626_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-27_230626_top_paths_snapshot.csv new file mode 100644 index 00000000..aee34560 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-27_230626_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,255,112 +/JARVIS843/Unity-Tutorial/tree/main/Assets,91,48 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,71,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,68,33 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,54,31 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,32,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,31,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,29,14 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,22,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,20,11 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-27_230626_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-27_230626_top_referrers_snapshot.csv new file mode 100644 index 00000000..7a1783ce --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-27_230626_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,683,100 +github.com,37,10 +Google,9,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-28_230624_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-28_230624_top_paths_snapshot.csv new file mode 100644 index 00000000..23ed82a8 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-28_230624_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,245,108 +/JARVIS843/Unity-Tutorial/tree/main/Assets,85,46 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,68,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,64,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,54,30 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,30,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,28,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,27,17 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,21,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,20,11 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-28_230624_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-28_230624_top_referrers_snapshot.csv new file mode 100644 index 00000000..dc63dc0e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-02-28_230624_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,636,97 +github.com,41,10 +Google,9,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-01_230633_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-01_230633_top_paths_snapshot.csv new file mode 100644 index 00000000..04ba0283 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-01_230633_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,249,111 +/JARVIS843/Unity-Tutorial/tree/main/Assets,83,47 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,69,35 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,69,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,56,31 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,32,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,30,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,23,17 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,21,7 +/JARVIS843/Unity-Tutorial/find/main,17,12 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-01_230633_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-01_230633_top_referrers_snapshot.csv new file mode 100644 index 00000000..e5049b16 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-01_230633_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,646,99 +github.com,39,9 +Google,9,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-02_230646_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-02_230646_top_paths_snapshot.csv new file mode 100644 index 00000000..215734fb --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-02_230646_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,235,112 +/JARVIS843/Unity-Tutorial/tree/main/Assets,83,48 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,66,36 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,66,33 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,54,33 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,32,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,30,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,29,17 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,22,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,21,11 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-02_230646_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-02_230646_top_referrers_snapshot.csv new file mode 100644 index 00000000..449a8ed4 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-02_230646_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,674,102 +github.com,31,8 +Google,9,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-03_230611_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-03_230611_top_paths_snapshot.csv new file mode 100644 index 00000000..f865021d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-03_230611_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,238,115 +/JARVIS843/Unity-Tutorial/tree/main/Assets,85,51 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,60,35 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,60,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,50,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,33,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,27,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,25,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,22,12 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,21,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-03_230611_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-03_230611_top_referrers_snapshot.csv new file mode 100644 index 00000000..d0d6252f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-03_230611_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,675,105 +github.com,35,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-04_230632_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-04_230632_top_paths_snapshot.csv new file mode 100644 index 00000000..f58e6684 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-04_230632_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,247,122 +/JARVIS843/Unity-Tutorial/tree/main/Assets,90,55 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,69,38 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,65,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,60,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,32,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,30,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,28,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,21,11 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,21,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-04_230632_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-04_230632_top_referrers_snapshot.csv new file mode 100644 index 00000000..524acc39 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-04_230632_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,725,111 +github.com,34,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-05_230622_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-05_230622_top_paths_snapshot.csv new file mode 100644 index 00000000..874909e5 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-05_230622_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,243,121 +/JARVIS843/Unity-Tutorial/tree/main/Assets,88,53 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,68,36 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,64,33 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,59,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,32,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,31,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,27,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,22,12 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,21,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-05_230622_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-05_230622_top_referrers_snapshot.csv new file mode 100644 index 00000000..100b7a0a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-05_230622_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,705,110 +github.com,34,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-06_230639_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-06_230639_top_paths_snapshot.csv new file mode 100644 index 00000000..c73bc8a8 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-06_230639_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,260,127 +/JARVIS843/Unity-Tutorial/tree/main/Assets,92,57 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,70,38 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,65,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,60,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,33,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,30,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,25,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,21,13 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,21,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-06_230639_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-06_230639_top_referrers_snapshot.csv new file mode 100644 index 00000000..3dc95abe --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-06_230639_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,722,114 +github.com,39,8 +m.youtube.com,5,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-07_230650_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-07_230650_top_paths_snapshot.csv new file mode 100644 index 00000000..1fa797a2 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-07_230650_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,250,121 +/JARVIS843/Unity-Tutorial/tree/main/Assets,84,55 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,66,38 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,61,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,56,33 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,32,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,26,17 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,22,8 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,21,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,20,12 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-07_230650_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-07_230650_top_referrers_snapshot.csv new file mode 100644 index 00000000..a0ab4c92 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-07_230650_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,687,110 +github.com,39,8 +m.youtube.com,5,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-08_230623_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-08_230623_top_paths_snapshot.csv new file mode 100644 index 00000000..a2847c45 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-08_230623_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,234,122 +/JARVIS843/Unity-Tutorial/tree/main/Assets,86,57 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,77,41 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,66,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,61,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,33,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,31,19 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,25,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,20,12 +/JARVIS843/Unity-Tutorial/find/main,19,12 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-08_230623_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-08_230623_top_referrers_snapshot.csv new file mode 100644 index 00000000..5d435506 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-08_230623_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,722,111 +github.com,25,8 +m.youtube.com,5,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-09_230641_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-09_230641_top_paths_snapshot.csv new file mode 100644 index 00000000..e27d9525 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-09_230641_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,231,123 +/JARVIS843/Unity-Tutorial/tree/main/Assets,85,55 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,78,39 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,65,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,59,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,33,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,31,19 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,24,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,20,12 +/JARVIS843/Unity-Tutorial/find/main,19,12 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-09_230641_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-09_230641_top_referrers_snapshot.csv new file mode 100644 index 00000000..6b8c3d4d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-09_230641_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,711,112 +github.com,25,8 +m.youtube.com,5,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-10_230630_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-10_230630_top_paths_snapshot.csv new file mode 100644 index 00000000..e297f141 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-10_230630_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,213,119 +/JARVIS843/Unity-Tutorial/tree/main/Assets,82,52 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,78,39 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,67,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,57,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,33,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,30,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,24,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,19,11 +/JARVIS843/Unity-Tutorial/find/main,16,10 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-10_230630_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-10_230630_top_referrers_snapshot.csv new file mode 100644 index 00000000..59548dfe --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-10_230630_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,701,112 +github.com,20,7 +m.youtube.com,5,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-11_230702_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-11_230702_top_paths_snapshot.csv new file mode 100644 index 00000000..e743dad1 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-11_230702_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,212,116 +/JARVIS843/Unity-Tutorial/tree/main/Assets,85,51 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,77,37 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,69,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,61,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,34,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,31,19 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,26,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,21,12 +/JARVIS843/Unity-Tutorial/find/main,18,12 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-11_230702_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-11_230702_top_referrers_snapshot.csv new file mode 100644 index 00000000..ba7c9034 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-11_230702_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,683,110 +github.com,18,6 +m.youtube.com,5,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-12_230631_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-12_230631_top_paths_snapshot.csv new file mode 100644 index 00000000..6d832a48 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-12_230631_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,206,111 +/JARVIS843/Unity-Tutorial/tree/main/Assets,87,53 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,81,39 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,72,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,64,33 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,33,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,33,20 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,25,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,23,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,15,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-12_230631_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-12_230631_top_referrers_snapshot.csv new file mode 100644 index 00000000..112fa298 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-12_230631_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,677,103 +github.com,18,6 +m.youtube.com,5,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-13_230620_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-13_230620_top_paths_snapshot.csv new file mode 100644 index 00000000..ad808e5e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-13_230620_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,217,112 +/JARVIS843/Unity-Tutorial/tree/main/Assets,94,54 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,87,41 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,73,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,65,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,38,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,33,21 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,25,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,25,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,20,10 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-13_230620_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-13_230620_top_referrers_snapshot.csv new file mode 100644 index 00000000..1d354d1b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-13_230620_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,738,107 +github.com,12,4 +m.youtube.com,5,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-14_230613_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-14_230613_top_paths_snapshot.csv new file mode 100644 index 00000000..68f54316 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-14_230613_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,228,115 +/JARVIS843/Unity-Tutorial/tree/main/Assets,94,55 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,85,41 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,74,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,67,37 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,36,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,32,21 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,24,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,24,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,19,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-14_230613_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-14_230613_top_referrers_snapshot.csv new file mode 100644 index 00000000..f2addd12 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-14_230613_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,740,111 +github.com,12,4 +m.youtube.com,5,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-15_230605_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-15_230605_top_paths_snapshot.csv new file mode 100644 index 00000000..7f7315c0 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-15_230605_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,231,117 +/JARVIS843/Unity-Tutorial/tree/main/Assets,90,52 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,88,39 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,72,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,66,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,31,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,30,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,23,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,18,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,14,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-15_230605_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-15_230605_top_referrers_snapshot.csv new file mode 100644 index 00000000..aa4e2c82 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-15_230605_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,715,112 +github.com,12,4 +m.youtube.com,5,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-16_230632_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-16_230632_top_paths_snapshot.csv new file mode 100644 index 00000000..857d0d88 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-16_230632_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,240,120 +/JARVIS843/Unity-Tutorial/tree/main/Assets,113,56 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,105,44 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,86,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,81,40 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,38,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,38,22 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,28,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,22,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,16,10 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-16_230632_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-16_230632_top_referrers_snapshot.csv new file mode 100644 index 00000000..6b69bb53 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-16_230632_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,818,115 +github.com,10,4 +m.youtube.com,5,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-17_230636_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-17_230636_top_paths_snapshot.csv new file mode 100644 index 00000000..76164281 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-17_230636_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,240,116 +/JARVIS843/Unity-Tutorial/tree/main/Assets,112,53 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,102,44 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,90,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,76,40 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,39,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,39,23 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,29,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,22,15 +/JARVIS843/Unity-Tutorial/find/main,16,13 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-17_230636_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-17_230636_top_referrers_snapshot.csv new file mode 100644 index 00000000..c035bd5d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-17_230636_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,841,111 +github.com,10,4 +m.youtube.com,5,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-18_230607_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-18_230607_top_paths_snapshot.csv new file mode 100644 index 00000000..3954842e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-18_230607_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,258,126 +/JARVIS843/Unity-Tutorial/tree/main/Assets,124,59 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,122,50 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,104,40 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,92,46 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,46,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,40,24 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,34,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,21,14 +/JARVIS843/Unity-Tutorial/find/main,15,12 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-18_230607_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-18_230607_top_referrers_snapshot.csv new file mode 100644 index 00000000..2b53bfd9 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-18_230607_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,932,121 +github.com,10,4 +m.youtube.com,5,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-19_230624_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-19_230624_top_paths_snapshot.csv new file mode 100644 index 00000000..6e0f6cc5 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-19_230624_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,256,126 +/JARVIS843/Unity-Tutorial/tree/main/Assets,139,61 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,138,52 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,121,47 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,107,50 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,51,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,44,26 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,40,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,22,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,18,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-19_230624_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-19_230624_top_referrers_snapshot.csv new file mode 100644 index 00000000..d41f17de --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-19_230624_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,999,122 +github.com,5,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-20_230604_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-20_230604_top_paths_snapshot.csv new file mode 100644 index 00000000..f7346f01 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-20_230604_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,266,130 +/JARVIS843/Unity-Tutorial/tree/main/Assets,151,65 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,148,52 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,131,49 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,113,51 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,55,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,49,28 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,44,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,24,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,19,10 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-20_230604_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-20_230604_top_referrers_snapshot.csv new file mode 100644 index 00000000..ea7dbda7 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-20_230604_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1067,125 +github.com,5,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-21_230621_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-21_230621_top_paths_snapshot.csv new file mode 100644 index 00000000..a730249d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-21_230621_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,270,133 +/JARVIS843/Unity-Tutorial/tree/main/Assets,150,66 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,139,52 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,127,49 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,109,49 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,52,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,47,26 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,44,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,23,15 +/JARVIS843/Unity-Tutorial/find/main,19,15 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-21_230621_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-21_230621_top_referrers_snapshot.csv new file mode 100644 index 00000000..0cd8115a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-21_230621_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1064,130 +github.com,3,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-22_230607_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-22_230607_top_paths_snapshot.csv new file mode 100644 index 00000000..565d416f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-22_230607_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,282,140 +/JARVIS843/Unity-Tutorial/tree/main/Assets,153,67 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,142,53 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,125,50 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,115,50 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,55,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,50,27 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,48,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,26,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,23,11 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-22_230607_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-22_230607_top_referrers_snapshot.csv new file mode 100644 index 00000000..1731b852 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-22_230607_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1115,134 +github.com,3,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-23_230634_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-23_230634_top_paths_snapshot.csv new file mode 100644 index 00000000..612f24eb --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-23_230634_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,306,149 +/JARVIS843/Unity-Tutorial/tree/main/Assets,162,72 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,153,58 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,132,50 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,124,53 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,59,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,53,28 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,51,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,30,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,24,12 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-23_230634_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-23_230634_top_referrers_snapshot.csv new file mode 100644 index 00000000..86788f76 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-23_230634_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1161,141 +github.com,5,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-24_230611_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-24_230611_top_paths_snapshot.csv new file mode 100644 index 00000000..87df5517 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-24_230611_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,320,156 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,176,64 +/JARVIS843/Unity-Tutorial/tree/main/Assets,168,78 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,142,53 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,136,57 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,71,37 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,59,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,50,25 +/JARVIS843/Unity-Tutorial/tree/main/Packages,25,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,25,17 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-24_230611_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-24_230611_top_referrers_snapshot.csv new file mode 100644 index 00000000..e9c490b5 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-24_230611_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1222,148 +github.com,5,2 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-25_230615_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-25_230615_top_paths_snapshot.csv new file mode 100644 index 00000000..bad7dead --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-25_230615_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,320,154 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,176,60 +/JARVIS843/Unity-Tutorial/tree/main/Assets,166,75 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,141,51 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,135,55 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,74,37 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,62,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,50,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,27,16 +/JARVIS843/Unity-Tutorial/tree/main/Packages,25,20 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-25_230615_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-25_230615_top_referrers_snapshot.csv new file mode 100644 index 00000000..6284f506 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-25_230615_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1205,148 +github.com,15,3 +lab.uwa4d.com,1,1 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-26_230627_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-26_230627_top_paths_snapshot.csv new file mode 100644 index 00000000..069b684c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-26_230627_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,309,153 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,170,61 +/JARVIS843/Unity-Tutorial/tree/main/Assets,158,77 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,138,51 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,132,56 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,74,38 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,64,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,48,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,29,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,25,12 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-26_230627_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-26_230627_top_referrers_snapshot.csv new file mode 100644 index 00000000..a2c7a105 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-26_230627_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1174,146 +github.com,17,5 +lab.uwa4d.com,1,1 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-27_230636_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-27_230636_top_paths_snapshot.csv new file mode 100644 index 00000000..71fb31ad --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-27_230636_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,315,153 +/JARVIS843/Unity-Tutorial/tree/main/Assets,180,82 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,175,60 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,139,49 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,137,55 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,77,39 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,64,36 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,64,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,35,22 +/JARVIS843/Unity-Tutorial/find/main,27,21 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-27_230636_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-27_230636_top_referrers_snapshot.csv new file mode 100644 index 00000000..7f5036a6 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-27_230636_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1282,146 +github.com,17,5 +lab.uwa4d.com,1,1 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-28_230625_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-28_230625_top_paths_snapshot.csv new file mode 100644 index 00000000..98786ca1 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-28_230625_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,307,146 +/JARVIS843/Unity-Tutorial/tree/main/Assets,181,80 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,172,61 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,140,48 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,138,55 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,77,39 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,63,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,62,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,34,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,26,13 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-28_230625_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-28_230625_top_referrers_snapshot.csv new file mode 100644 index 00000000..20570936 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-28_230625_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1265,140 +github.com,17,5 +lab.uwa4d.com,1,1 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-29_230630_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-29_230630_top_paths_snapshot.csv new file mode 100644 index 00000000..ec1e47ec --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-29_230630_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,283,138 +/JARVIS843/Unity-Tutorial/tree/main/Assets,155,77 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,152,57 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,124,46 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,121,52 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,71,37 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,58,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,51,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,29,18 +/JARVIS843/Unity-Tutorial/find/main,24,19 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-29_230630_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-29_230630_top_referrers_snapshot.csv new file mode 100644 index 00000000..c008fab9 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-29_230630_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1130,133 +github.com,14,4 +lab.uwa4d.com,2,2 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-30_230626_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-30_230626_top_paths_snapshot.csv new file mode 100644 index 00000000..3e85c7fa --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-30_230626_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,282,142 +/JARVIS843/Unity-Tutorial/tree/main/Assets,160,82 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,153,60 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,127,55 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,125,48 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,70,37 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,56,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,52,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,30,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,25,13 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-30_230626_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-30_230626_top_referrers_snapshot.csv new file mode 100644 index 00000000..88e6e5da --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-30_230626_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1105,137 +github.com,14,4 +lab.uwa4d.com,2,2 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-31_230627_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-31_230627_top_paths_snapshot.csv new file mode 100644 index 00000000..5717f812 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-31_230627_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,276,141 +/JARVIS843/Unity-Tutorial/tree/main/Assets,149,79 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,134,56 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,111,46 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,110,50 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,62,33 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,51,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,50,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,30,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,25,13 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-31_230627_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-31_230627_top_referrers_snapshot.csv new file mode 100644 index 00000000..ffa31931 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-03-31_230627_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1014,137 +github.com,14,4 +lab.uwa4d.com,2,2 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-01_230610_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-01_230610_top_paths_snapshot.csv new file mode 100644 index 00000000..3e0b0528 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-01_230610_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,263,132 +/JARVIS843/Unity-Tutorial/tree/main/Assets,128,69 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,116,48 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,95,42 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,95,39 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,57,30 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,45,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,43,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,27,17 +/JARVIS843/Unity-Tutorial/find/main,23,18 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-01_230610_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-01_230610_top_referrers_snapshot.csv new file mode 100644 index 00000000..6c05e74d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-01_230610_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,918,132 +github.com,14,4 +lab.uwa4d.com,2,2 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-02_230622_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-02_230622_top_paths_snapshot.csv new file mode 100644 index 00000000..db2aaa53 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-02_230622_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,257,129 +/JARVIS843/Unity-Tutorial/tree/main/Assets,123,65 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,109,47 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,92,42 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,88,38 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,53,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,41,25 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,41,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,29,17 +/JARVIS843/Unity-Tutorial/find/main,23,18 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-02_230622_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-02_230622_top_referrers_snapshot.csv new file mode 100644 index 00000000..3b93cb31 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-02_230622_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,893,130 +github.com,35,5 +lab.uwa4d.com,2,2 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-03_230610_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-03_230610_top_paths_snapshot.csv new file mode 100644 index 00000000..aa49f2f3 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-03_230610_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,251,127 +/JARVIS843/Unity-Tutorial/tree/main/Assets,117,61 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,106,46 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,90,43 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,85,38 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,51,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,40,24 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,39,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,29,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,22,11 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-03_230610_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-03_230610_top_referrers_snapshot.csv new file mode 100644 index 00000000..71a76efc --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-03_230610_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,841,125 +github.com,44,7 +lab.uwa4d.com,2,2 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-04_230639_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-04_230639_top_paths_snapshot.csv new file mode 100644 index 00000000..a3676f95 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-04_230639_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,248,126 +/JARVIS843/Unity-Tutorial/tree/main/Assets,118,61 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,104,44 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,85,41 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,82,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,50,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,42,26 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,37,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,28,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,18,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-04_230639_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-04_230639_top_referrers_snapshot.csv new file mode 100644 index 00000000..c1543e75 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-04_230639_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,817,125 +github.com,45,8 +lab.uwa4d.com,2,2 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-05_230608_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-05_230608_top_paths_snapshot.csv new file mode 100644 index 00000000..ee892221 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-05_230608_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,235,124 +/JARVIS843/Unity-Tutorial/tree/main/Assets,113,59 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,93,43 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,77,41 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,71,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,47,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,42,25 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,35,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,25,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,17,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-05_230608_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-05_230608_top_referrers_snapshot.csv new file mode 100644 index 00000000..8bfe98fa --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-05_230608_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,798,121 +github.com,43,7 +lab.uwa4d.com,3,3 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-06_230616_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-06_230616_top_paths_snapshot.csv new file mode 100644 index 00000000..4b602024 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-06_230616_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,227,126 +/JARVIS843/Unity-Tutorial/tree/main/Assets,107,56 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,72,39 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,64,39 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,57,33 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,47,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,33,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,26,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,23,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,21,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-06_230616_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-06_230616_top_referrers_snapshot.csv new file mode 100644 index 00000000..6f226ce8 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-06_230616_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,763,123 +github.com,43,7 +lab.uwa4d.com,3,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-07_230611_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-07_230611_top_paths_snapshot.csv new file mode 100644 index 00000000..37adde40 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-07_230611_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,249,139 +/JARVIS843/Unity-Tutorial/tree/main/Assets,117,61 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,76,45 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,68,44 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,59,38 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,47,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,34,23 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,24,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,22,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,18,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-07_230611_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-07_230611_top_referrers_snapshot.csv new file mode 100644 index 00000000..e2c50c3f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-07_230611_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,833,132 +github.com,34,7 +lab.uwa4d.com,2,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-08_230615_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-08_230615_top_paths_snapshot.csv new file mode 100644 index 00000000..8f8458e9 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-08_230615_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,257,140 +/JARVIS843/Unity-Tutorial/tree/main/Assets,126,63 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,81,46 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,70,45 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,61,40 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,49,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,39,23 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,25,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,19,15 +/JARVIS843/Unity-Tutorial/find/main,17,15 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-08_230615_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-08_230615_top_referrers_snapshot.csv new file mode 100644 index 00000000..0cab59c4 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-08_230615_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,859,134 +github.com,32,5 +lab.uwa4d.com,3,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-09_230615_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-09_230615_top_paths_snapshot.csv new file mode 100644 index 00000000..580df2e8 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-09_230615_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,251,140 +/JARVIS843/Unity-Tutorial/tree/main/Assets,114,62 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,83,49 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,66,47 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,61,43 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,44,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,41,21 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,31,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,15,12 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,15,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-09_230615_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-09_230615_top_referrers_snapshot.csv new file mode 100644 index 00000000..0e5406ea --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-09_230615_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,800,132 +github.com,34,6 +lab.uwa4d.com,3,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-10_230621_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-10_230621_top_paths_snapshot.csv new file mode 100644 index 00000000..ba7afa6c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-10_230621_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,270,148 +/JARVIS843/Unity-Tutorial/tree/main/Assets,128,67 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,91,51 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,72,49 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,66,45 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,49,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,49,23 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,36,23 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,17,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,16,13 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-10_230621_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-10_230621_top_referrers_snapshot.csv new file mode 100644 index 00000000..9182b93a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-10_230621_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,894,138 +github.com,34,6 +lab.uwa4d.com,3,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-11_230632_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-11_230632_top_paths_snapshot.csv new file mode 100644 index 00000000..4cab3987 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-11_230632_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,290,153 +/JARVIS843/Unity-Tutorial/tree/main/Assets,139,70 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,99,53 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,79,51 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,73,47 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,54,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,51,30 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,38,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,20,16 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,19,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-11_230632_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-11_230632_top_referrers_snapshot.csv new file mode 100644 index 00000000..300665f6 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-11_230632_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,932,142 +github.com,34,6 +lab.uwa4d.com,2,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-12_230619_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-12_230619_top_paths_snapshot.csv new file mode 100644 index 00000000..83ce38f0 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-12_230619_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,303,157 +/JARVIS843/Unity-Tutorial/tree/main/Assets,145,70 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,107,55 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,82,51 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,74,48 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,59,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,56,31 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,42,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,25,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,21,10 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-12_230619_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-12_230619_top_referrers_snapshot.csv new file mode 100644 index 00000000..325a35fe --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-12_230619_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,982,142 +github.com,34,6 +Google,4,1 +lab.uwa4d.com,2,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-13_230613_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-13_230613_top_paths_snapshot.csv new file mode 100644 index 00000000..b87240da --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-13_230613_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,290,148 +/JARVIS843/Unity-Tutorial/tree/main/Assets,146,70 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,112,57 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,86,53 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,76,50 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,60,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,59,32 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,44,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,25,17 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,22,12 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-13_230613_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-13_230613_top_referrers_snapshot.csv new file mode 100644 index 00000000..ffd6f145 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-13_230613_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,980,132 +github.com,43,8 +Google,4,1 +lab.uwa4d.com,2,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-14_230629_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-14_230629_top_paths_snapshot.csv new file mode 100644 index 00000000..a03fae94 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-14_230629_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,302,151 +/JARVIS843/Unity-Tutorial/tree/main/Assets,154,74 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,121,59 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,89,55 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,80,52 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,66,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,61,27 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,49,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,26,18 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,25,14 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-14_230629_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-14_230629_top_referrers_snapshot.csv new file mode 100644 index 00000000..9d4e545e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-14_230629_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1051,134 +github.com,44,9 +Google,4,1 +lab.uwa4d.com,2,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-15_230621_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-15_230621_top_paths_snapshot.csv new file mode 100644 index 00000000..c848e340 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-15_230621_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,296,154 +/JARVIS843/Unity-Tutorial/tree/main/Assets,149,72 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,118,57 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,87,53 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,81,52 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,68,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,59,25 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,52,33 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,22,16 +/JARVIS843/Unity-Tutorial/tree/main/Packages,21,17 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-15_230621_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-15_230621_top_referrers_snapshot.csv new file mode 100644 index 00000000..27d321c2 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-15_230621_top_referrers_snapshot.csv @@ -0,0 +1,6 @@ +referrer,views_total,views_unique +youtube.com,1027,137 +github.com,25,9 +Google,4,1 +lab.uwa4d.com,2,2 +m.youtube.com,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-16_230610_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-16_230610_top_paths_snapshot.csv new file mode 100644 index 00000000..4ddb8fe5 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-16_230610_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,316,157 +/JARVIS843/Unity-Tutorial/tree/main/Assets,162,75 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,125,59 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,93,54 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,87,53 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,70,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,66,29 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,54,33 +/JARVIS843/Unity-Tutorial/tree/main/Packages,26,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,26,18 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-16_230610_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-16_230610_top_referrers_snapshot.csv new file mode 100644 index 00000000..325bbeaf --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-16_230610_top_referrers_snapshot.csv @@ -0,0 +1,6 @@ +referrer,views_total,views_unique +youtube.com,1117,140 +github.com,17,8 +Google,4,1 +lab.uwa4d.com,2,2 +m.youtube.com,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-17_230642_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-17_230642_top_paths_snapshot.csv new file mode 100644 index 00000000..810a56da --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-17_230642_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,311,155 +/JARVIS843/Unity-Tutorial/tree/main/Assets,155,72 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,119,57 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,91,52 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,83,50 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,66,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,61,26 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,51,32 +/JARVIS843/Unity-Tutorial/tree/main/Packages,25,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,25,16 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-17_230642_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-17_230642_top_referrers_snapshot.csv new file mode 100644 index 00000000..bb9d1093 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-17_230642_top_referrers_snapshot.csv @@ -0,0 +1,6 @@ +referrer,views_total,views_unique +youtube.com,1070,137 +github.com,16,7 +Google,4,1 +lab.uwa4d.com,2,2 +m.youtube.com,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-18_230650_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-18_230650_top_paths_snapshot.csv new file mode 100644 index 00000000..efeb7933 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-18_230650_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,305,154 +/JARVIS843/Unity-Tutorial/tree/main/Assets,152,75 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,130,60 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,98,54 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,86,52 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,74,37 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,56,25 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,54,34 +/JARVIS843/Unity-Tutorial/tree/main/Packages,24,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,24,15 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-18_230650_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-18_230650_top_referrers_snapshot.csv new file mode 100644 index 00000000..df6a1933 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-18_230650_top_referrers_snapshot.csv @@ -0,0 +1,6 @@ +referrer,views_total,views_unique +youtube.com,1063,136 +github.com,31,8 +Google,4,1 +m.youtube.com,2,1 +lab.uwa4d.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-19_230642_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-19_230642_top_paths_snapshot.csv new file mode 100644 index 00000000..ddb77490 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-19_230642_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,288,144 +/JARVIS843/Unity-Tutorial/tree/main/Assets,142,71 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,125,57 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,94,51 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,82,48 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,75,38 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,54,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,49,23 +/JARVIS843/Unity-Tutorial/tree/main/Packages,23,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,22,14 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-19_230642_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-19_230642_top_referrers_snapshot.csv new file mode 100644 index 00000000..daed6acc --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-19_230642_top_referrers_snapshot.csv @@ -0,0 +1,6 @@ +referrer,views_total,views_unique +youtube.com,999,127 +github.com,31,8 +Google,4,1 +m.youtube.com,2,1 +lab.uwa4d.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-20_230624_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-20_230624_top_paths_snapshot.csv new file mode 100644 index 00000000..c956cec5 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-20_230624_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,264,135 +/JARVIS843/Unity-Tutorial/tree/main/Assets,133,67 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,118,52 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,90,46 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,77,44 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,70,34 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,51,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,48,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,23,15 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,22,13 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-20_230624_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-20_230624_top_referrers_snapshot.csv new file mode 100644 index 00000000..07f23ace --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-20_230624_top_referrers_snapshot.csv @@ -0,0 +1,6 @@ +referrer,views_total,views_unique +youtube.com,933,118 +github.com,31,8 +Google,4,1 +m.youtube.com,2,1 +lab.uwa4d.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-21_230622_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-21_230622_top_paths_snapshot.csv new file mode 100644 index 00000000..1f83d1a1 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-21_230622_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,254,127 +/JARVIS843/Unity-Tutorial/tree/main/Assets,122,62 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,113,49 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,89,44 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,78,43 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,64,32 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,49,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,41,18 +/JARVIS843/Unity-Tutorial/tree/main/Packages,21,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,20,12 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-21_230622_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-21_230622_top_referrers_snapshot.csv new file mode 100644 index 00000000..372121bb --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-21_230622_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,858,112 +github.com,31,8 +Google,4,1 +m.youtube.com,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-22_230615_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-22_230615_top_paths_snapshot.csv new file mode 100644 index 00000000..a5c38b94 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-22_230615_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,234,118 +/JARVIS843/Unity-Tutorial/tree/main/Assets,114,56 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,107,45 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,87,42 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,74,40 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,56,27 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,43,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,38,17 +/JARVIS843/Unity-Tutorial/tree/main/Packages,20,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,19,11 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-22_230615_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-22_230615_top_referrers_snapshot.csv new file mode 100644 index 00000000..c701914d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-22_230615_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,791,105 +github.com,29,7 +Google,4,1 +m.youtube.com,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-23_230608_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-23_230608_top_paths_snapshot.csv new file mode 100644 index 00000000..4c4f678a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-23_230608_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,220,111 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,102,44 +/JARVIS843/Unity-Tutorial/tree/main/Assets,99,53 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,84,41 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,70,39 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,55,27 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,43,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,30,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,18,10 +/JARVIS843/Unity-Tutorial/tree/main/Packages,18,10 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-23_230608_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-23_230608_top_referrers_snapshot.csv new file mode 100644 index 00000000..a68d200f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-23_230608_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,708,99 +github.com,29,7 +Google,4,1 +m.youtube.com,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-24_230636_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-24_230636_top_paths_snapshot.csv new file mode 100644 index 00000000..823dd0a0 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-24_230636_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,217,111 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,102,43 +/JARVIS843/Unity-Tutorial/tree/main/Assets,94,52 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,82,40 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,66,38 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,56,28 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,44,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,29,17 +/JARVIS843/Unity-Tutorial/tree/main/.vscode,18,14 +/JARVIS843/Unity-Tutorial/find/main,17,13 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-24_230636_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-24_230636_top_referrers_snapshot.csv new file mode 100644 index 00000000..d130ddba --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-24_230636_top_referrers_snapshot.csv @@ -0,0 +1,6 @@ +referrer,views_total,views_unique +youtube.com,706,95 +github.com,29,7 +Google,4,1 +m.youtube.com,2,1 +lab.uwa4d.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-25_230605_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-25_230605_top_paths_snapshot.csv new file mode 100644 index 00000000..153d2c31 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-25_230605_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,209,108 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,99,42 +/JARVIS843/Unity-Tutorial/tree/main/Assets,95,52 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,78,40 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,63,38 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,52,29 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,41,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,33,19 +/JARVIS843/Unity-Tutorial/tree/main/.vscode,20,15 +/JARVIS843/Unity-Tutorial/tree/main/Packages,17,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-25_230605_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-25_230605_top_referrers_snapshot.csv new file mode 100644 index 00000000..9162787c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-25_230605_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,719,95 +github.com,29,7 +m.youtube.com,2,1 +lab.uwa4d.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-26_230634_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-26_230634_top_paths_snapshot.csv new file mode 100644 index 00000000..e2823e9c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-26_230634_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,207,108 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,103,43 +/JARVIS843/Unity-Tutorial/tree/main/Assets,96,52 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,82,41 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,67,38 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,55,29 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,41,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,35,18 +/JARVIS843/Unity-Tutorial/tree/main/.vscode,20,15 +/JARVIS843/Unity-Tutorial/find/main,18,13 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-26_230634_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-26_230634_top_referrers_snapshot.csv new file mode 100644 index 00000000..429043ca --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-26_230634_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,716,97 +github.com,20,5 +m.youtube.com,2,1 +lab.uwa4d.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-27_230608_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-27_230608_top_paths_snapshot.csv new file mode 100644 index 00000000..11da2b6b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-27_230608_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,197,104 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,99,42 +/JARVIS843/Unity-Tutorial/tree/main/Assets,93,49 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,82,40 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,65,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,49,28 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,38,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,35,18 +/JARVIS843/Unity-Tutorial/find/main,17,13 +/JARVIS843/Unity-Tutorial/tree/main/.vscode,17,13 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-27_230608_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-27_230608_top_referrers_snapshot.csv new file mode 100644 index 00000000..435dca12 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-27_230608_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,671,92 +github.com,24,6 +lab.uwa4d.com,2,2 +m.youtube.com,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-28_230615_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-28_230615_top_paths_snapshot.csv new file mode 100644 index 00000000..cd1f1a09 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-28_230615_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,199,101 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,103,42 +/JARVIS843/Unity-Tutorial/tree/main/Assets,98,49 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,84,40 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,74,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,53,28 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,40,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,40,20 +/JARVIS843/Unity-Tutorial/find/main,18,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,16,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-28_230615_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-28_230615_top_referrers_snapshot.csv new file mode 100644 index 00000000..e7354d01 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-28_230615_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,732,89 +github.com,22,5 +lab.uwa4d.com,2,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-29_230627_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-29_230627_top_paths_snapshot.csv new file mode 100644 index 00000000..8a600114 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-29_230627_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,191,107 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,107,47 +/JARVIS843/Unity-Tutorial/tree/main/Assets,105,56 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,89,45 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,77,40 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,55,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,43,21 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,40,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,16,12 +/JARVIS843/Unity-Tutorial/find/main,15,11 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-29_230627_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-29_230627_top_referrers_snapshot.csv new file mode 100644 index 00000000..2922676d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-29_230627_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,756,95 +github.com,21,4 +lab.uwa4d.com,2,2 +m.youtube.com,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-30_230611_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-30_230611_top_paths_snapshot.csv new file mode 100644 index 00000000..93a3cff9 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-30_230611_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,218,103 +/JARVIS843/Unity-Tutorial/tree/main/Assets,131,61 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,118,49 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,93,46 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,80,41 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,57,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,56,26 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,42,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,18,13 +/JARVIS843/Unity-Tutorial/find/main,16,13 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-30_230611_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-30_230611_top_referrers_snapshot.csv new file mode 100644 index 00000000..3e16a701 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-04-30_230611_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,832,93 +github.com,40,5 +lab.uwa4d.com,2,2 +m.youtube.com,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-01_230623_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-01_230623_top_paths_snapshot.csv new file mode 100644 index 00000000..09731bdf --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-01_230623_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,258,114 +/JARVIS843/Unity-Tutorial/tree/main/Assets,148,67 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,126,51 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,102,49 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,93,44 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,65,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,57,33 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,45,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,23,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,23,11 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-01_230623_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-01_230623_top_referrers_snapshot.csv new file mode 100644 index 00000000..c84cc085 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-01_230623_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,993,105 +github.com,60,6 +lab.uwa4d.com,2,2 +m.youtube.com,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-02_230609_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-02_230609_top_paths_snapshot.csv new file mode 100644 index 00000000..94ad6933 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-02_230609_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,281,118 +/JARVIS843/Unity-Tutorial/tree/main/Assets,154,69 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,133,53 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,105,52 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,98,47 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,68,33 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,58,33 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,46,28 +/JARVIS843/Unity-Tutorial/find/main,24,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,24,17 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-02_230609_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-02_230609_top_referrers_snapshot.csv new file mode 100644 index 00000000..aeb41c72 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-02_230609_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1043,109 +github.com,60,6 +lab.uwa4d.com,2,2 +m.youtube.com,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-03_230623_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-03_230623_top_paths_snapshot.csv new file mode 100644 index 00000000..8ff47db7 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-03_230623_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,284,121 +/JARVIS843/Unity-Tutorial/tree/main/Assets,158,69 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,137,54 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,107,53 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,103,49 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,70,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,62,35 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,47,30 +/JARVIS843/Unity-Tutorial/find/main,25,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,23,16 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-03_230623_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-03_230623_top_referrers_snapshot.csv new file mode 100644 index 00000000..160b5ba1 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-03_230623_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1109,113 +github.com,59,5 +lab.uwa4d.com,2,2 +m.youtube.com,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-04_230704_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-04_230704_top_paths_snapshot.csv new file mode 100644 index 00000000..6bc9e5e0 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-04_230704_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,285,122 +/JARVIS843/Unity-Tutorial/tree/main/Assets,160,70 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,139,54 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,105,52 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,102,48 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,71,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,64,35 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,48,30 +/JARVIS843/Unity-Tutorial/find/main,25,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,24,17 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-04_230704_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-04_230704_top_referrers_snapshot.csv new file mode 100644 index 00000000..86da7793 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-04_230704_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1119,112 +github.com,59,5 +m.youtube.com,4,2 +lab.uwa4d.com,2,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-05_230646_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-05_230646_top_paths_snapshot.csv new file mode 100644 index 00000000..58bf5f0e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-05_230646_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,298,128 +/JARVIS843/Unity-Tutorial/tree/main/Assets,165,75 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,150,57 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,117,54 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,111,50 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,71,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,68,36 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,52,30 +/JARVIS843/Unity-Tutorial/find/main,27,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,24,17 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-05_230646_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-05_230646_top_referrers_snapshot.csv new file mode 100644 index 00000000..ac9ccd2f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-05_230646_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1151,116 +github.com,59,5 +m.youtube.com,4,2 +lab.uwa4d.com,2,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-06_230616_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-06_230616_top_paths_snapshot.csv new file mode 100644 index 00000000..b6768972 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-06_230616_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,298,134 +/JARVIS843/Unity-Tutorial/tree/main/Assets,169,78 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,147,55 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,113,52 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,108,48 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,72,40 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,67,31 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,48,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,27,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,25,13 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-06_230616_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-06_230616_top_referrers_snapshot.csv new file mode 100644 index 00000000..15691d18 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-06_230616_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1160,123 +github.com,59,5 +m.youtube.com,4,2 +lab.uwa4d.com,2,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-07_230621_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-07_230621_top_paths_snapshot.csv new file mode 100644 index 00000000..d2524673 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-07_230621_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,301,136 +/JARVIS843/Unity-Tutorial/tree/main/Assets,164,75 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,139,53 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,107,49 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,104,45 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,72,37 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,63,29 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,45,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,30,21 +/JARVIS843/Unity-Tutorial/find/main,29,22 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-07_230621_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-07_230621_top_referrers_snapshot.csv new file mode 100644 index 00000000..6bdce571 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-07_230621_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1165,125 +github.com,70,6 +m.youtube.com,4,2 +lab.uwa4d.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-08_230619_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-08_230619_top_paths_snapshot.csv new file mode 100644 index 00000000..b6df3a87 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-08_230619_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,285,128 +/JARVIS843/Unity-Tutorial/tree/main/Assets,171,70 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,149,50 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,109,46 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,100,42 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,73,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,68,29 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,46,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,35,21 +/JARVIS843/Unity-Tutorial/find/main,29,22 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-08_230619_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-08_230619_top_referrers_snapshot.csv new file mode 100644 index 00000000..c79b877c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-08_230619_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1153,118 +github.com,83,7 +m.youtube.com,4,2 +lab.uwa4d.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-09_230643_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-09_230643_top_paths_snapshot.csv new file mode 100644 index 00000000..8172f78d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-09_230643_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,291,130 +/JARVIS843/Unity-Tutorial/tree/main/Assets,176,71 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,141,50 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,102,45 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,101,41 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,70,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,60,26 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,42,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,34,20 +/JARVIS843/Unity-Tutorial/find/main,25,20 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-09_230643_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-09_230643_top_referrers_snapshot.csv new file mode 100644 index 00000000..d810c9b0 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-09_230643_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1155,117 +github.com,83,7 +m.youtube.com,17,4 +lab.uwa4d.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-10_230631_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-10_230631_top_paths_snapshot.csv new file mode 100644 index 00000000..4267e670 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-10_230631_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,301,134 +/JARVIS843/Unity-Tutorial/tree/main/Assets,190,77 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,153,54 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,110,48 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,109,44 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,72,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,69,31 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,48,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,39,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,28,13 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-10_230631_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-10_230631_top_referrers_snapshot.csv new file mode 100644 index 00000000..883f4dc8 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-10_230631_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1254,123 +github.com,86,5 +m.youtube.com,17,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-11_230605_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-11_230605_top_paths_snapshot.csv new file mode 100644 index 00000000..5a99edfb --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-11_230605_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,301,139 +/JARVIS843/Unity-Tutorial/tree/main/Assets,190,80 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,156,58 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,108,49 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,97,45 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,67,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,66,33 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,46,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,35,19 +/JARVIS843/Unity-Tutorial/find/main,25,21 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-11_230605_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-11_230605_top_referrers_snapshot.csv new file mode 100644 index 00000000..607e9aac --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-11_230605_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1210,126 +github.com,88,6 +m.youtube.com,17,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-12_230607_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-12_230607_top_paths_snapshot.csv new file mode 100644 index 00000000..0306a2b8 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-12_230607_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,304,142 +/JARVIS843/Unity-Tutorial/tree/main/Assets,198,78 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,170,57 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,112,48 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,101,45 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,82,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,73,31 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,55,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,41,18 +/JARVIS843/Unity-Tutorial/tree/main/ProjectSettings,33,14 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-12_230607_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-12_230607_top_referrers_snapshot.csv new file mode 100644 index 00000000..d8ca9208 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-12_230607_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1346,125 +github.com,89,7 +m.youtube.com,15,3 +statics.teams.cdn.office.net,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-13_230558_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-13_230558_top_paths_snapshot.csv new file mode 100644 index 00000000..e59ae9e7 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-13_230558_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,275,140 +/JARVIS843/Unity-Tutorial/tree/main/Assets,173,72 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,159,55 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,107,48 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,98,44 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,82,33 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,60,27 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,54,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,38,16 +/JARVIS843/Unity-Tutorial/tree/main/ProjectSettings,32,13 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-13_230558_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-13_230558_top_referrers_snapshot.csv new file mode 100644 index 00000000..fe70dcea --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-13_230558_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1283,123 +github.com,70,7 +m.youtube.com,15,3 +statics.teams.cdn.office.net,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-14_230646_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-14_230646_top_paths_snapshot.csv new file mode 100644 index 00000000..c558ca3f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-14_230646_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,233,127 +/JARVIS843/Unity-Tutorial/tree/main/Assets,160,63 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,139,49 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,91,42 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,83,40 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,73,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,59,24 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,48,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,36,13 +/JARVIS843/Unity-Tutorial/tree/main/ProjectSettings,35,13 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-14_230646_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-14_230646_top_referrers_snapshot.csv new file mode 100644 index 00000000..87111414 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-14_230646_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1156,113 +github.com,35,5 +m.youtube.com,15,3 +statics.teams.cdn.office.net,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-15_230625_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-15_230625_top_paths_snapshot.csv new file mode 100644 index 00000000..78c2871c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-15_230625_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,225,129 +/JARVIS843/Unity-Tutorial/tree/main/Assets,160,65 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,135,50 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,96,43 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,85,40 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,77,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,58,23 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,52,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,38,15 +/JARVIS843/Unity-Tutorial/tree/main/ProjectSettings,34,12 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-15_230625_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-15_230625_top_referrers_snapshot.csv new file mode 100644 index 00000000..ddbe547e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-15_230625_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1169,114 +github.com,36,6 +m.youtube.com,15,3 +statics.teams.cdn.office.net,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-16_230610_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-16_230610_top_paths_snapshot.csv new file mode 100644 index 00000000..d07f5458 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-16_230610_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,224,125 +/JARVIS843/Unity-Tutorial/tree/main/Assets,168,63 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,136,48 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,94,41 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,81,39 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,79,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,58,20 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,56,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,41,15 +/JARVIS843/Unity-Tutorial/tree/main/ProjectSettings,32,11 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-16_230610_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-16_230610_top_referrers_snapshot.csv new file mode 100644 index 00000000..d52f6c19 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-16_230610_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1197,110 +github.com,36,6 +m.youtube.com,15,3 +statics.teams.cdn.office.net,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-17_230623_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-17_230623_top_paths_snapshot.csv new file mode 100644 index 00000000..281a2279 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-17_230623_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,216,120 +/JARVIS843/Unity-Tutorial/tree/main/Assets,165,59 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,135,46 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,94,39 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,77,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,77,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,57,19 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,55,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,40,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations/Jump,31,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-17_230623_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-17_230623_top_referrers_snapshot.csv new file mode 100644 index 00000000..473d1bba --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-17_230623_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1185,106 +github.com,36,6 +m.youtube.com,13,2 +statics.teams.cdn.office.net,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-18_230630_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-18_230630_top_paths_snapshot.csv new file mode 100644 index 00000000..bc08c897 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-18_230630_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,205,114 +/JARVIS843/Unity-Tutorial/tree/main/Assets,157,52 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,132,42 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,85,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,71,28 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,70,33 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,56,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,54,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,39,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations/Jump,31,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-18_230630_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-18_230630_top_referrers_snapshot.csv new file mode 100644 index 00000000..e350688e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-18_230630_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1130,100 +github.com,38,7 +m.youtube.com,13,2 +statics.teams.cdn.office.net,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-19_230618_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-19_230618_top_paths_snapshot.csv new file mode 100644 index 00000000..417052ee --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-19_230618_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,205,115 +/JARVIS843/Unity-Tutorial/tree/main/Assets,154,50 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,132,42 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,91,35 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,77,33 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,75,30 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,60,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,52,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,36,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations/Jump,31,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-19_230618_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-19_230618_top_referrers_snapshot.csv new file mode 100644 index 00000000..5d1e7655 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-19_230618_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1128,101 +github.com,38,7 +m.youtube.com,13,2 +statics.teams.cdn.office.net,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-20_230636_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-20_230636_top_paths_snapshot.csv new file mode 100644 index 00000000..3f38d6f9 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-20_230636_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,192,111 +/JARVIS843/Unity-Tutorial/tree/main/Assets,158,51 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,138,43 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,96,37 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,84,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,80,31 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,62,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,47,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,32,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations/Jump,31,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-20_230636_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-20_230636_top_referrers_snapshot.csv new file mode 100644 index 00000000..5fa00a43 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-20_230636_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1123,99 +github.com,27,6 +m.youtube.com,13,2 +statics.teams.cdn.office.net,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-21_230619_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-21_230619_top_paths_snapshot.csv new file mode 100644 index 00000000..7a5302f8 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-21_230619_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,206,114 +/JARVIS843/Unity-Tutorial/tree/main/Assets,146,52 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,120,42 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,86,35 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,86,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,72,27 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,59,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,40,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations/Jump,30,2 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,27,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-21_230619_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-21_230619_top_referrers_snapshot.csv new file mode 100644 index 00000000..9c21634a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-21_230619_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1070,101 +github.com,14,5 +m.youtube.com,13,2 +statics.teams.cdn.office.net,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-22_230612_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-22_230612_top_paths_snapshot.csv new file mode 100644 index 00000000..3fbe0b13 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-22_230612_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,202,112 +/JARVIS843/Unity-Tutorial/tree/main/Assets,139,52 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,125,42 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,89,36 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,83,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,77,30 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,61,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,40,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations/Jump,30,2 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,28,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-22_230612_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-22_230612_top_referrers_snapshot.csv new file mode 100644 index 00000000..304ee36a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-22_230612_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1084,101 +github.com,14,5 +statics.teams.cdn.office.net,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-23_230616_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-23_230616_top_paths_snapshot.csv new file mode 100644 index 00000000..6c7f6f54 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-23_230616_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,193,109 +/JARVIS843/Unity-Tutorial/tree/main/Assets,135,50 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,118,41 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,81,35 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,77,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,74,31 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,60,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,41,14 +/JARVIS843/Unity-Tutorial/tree/main/ProjectSettings,28,6 +/JARVIS843/Unity-Tutorial/tree/main/.vscode,28,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-23_230616_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-23_230616_top_referrers_snapshot.csv new file mode 100644 index 00000000..ad914a78 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-23_230616_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1032,100 +github.com,6,4 +statics.teams.cdn.office.net,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-24_230626_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-24_230626_top_paths_snapshot.csv new file mode 100644 index 00000000..243592be --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-24_230626_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,185,104 +/JARVIS843/Unity-Tutorial/tree/main/Assets,130,47 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,112,37 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,80,33 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,77,33 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,73,29 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,61,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,42,15 +/JARVIS843/Unity-Tutorial/tree/main/ProjectSettings,28,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,27,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-24_230626_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-24_230626_top_referrers_snapshot.csv new file mode 100644 index 00000000..12b261a9 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-24_230626_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1004,97 +github.com,4,3 +statics.teams.cdn.office.net,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-25_230626_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-25_230626_top_paths_snapshot.csv new file mode 100644 index 00000000..afd5ebba --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-25_230626_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,183,99 +/JARVIS843/Unity-Tutorial/tree/main/Assets,116,47 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,108,37 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,93,33 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,84,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,68,30 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,59,29 +/JARVIS843/Unity-Tutorial/tree/main/ProjectSettings,29,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,28,14 +/JARVIS843/Unity-Tutorial/tree/main/Packages,20,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-25_230626_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-25_230626_top_referrers_snapshot.csv new file mode 100644 index 00000000..1c8d73fe --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-25_230626_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,901,96 +github.com,9,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-26_230617_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-26_230617_top_paths_snapshot.csv new file mode 100644 index 00000000..0d089c47 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-26_230617_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,187,102 +/JARVIS843/Unity-Tutorial/tree/main/Assets,118,48 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,109,38 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,95,34 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,89,33 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,65,28 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,57,28 +/JARVIS843/Unity-Tutorial/tree/main/ProjectSettings,29,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,28,14 +/JARVIS843/Unity-Tutorial/tree/main/Packages,19,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-26_230617_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-26_230617_top_referrers_snapshot.csv new file mode 100644 index 00000000..14f774d2 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-26_230617_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,908,97 +github.com,9,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-27_230601_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-27_230601_top_paths_snapshot.csv new file mode 100644 index 00000000..a799ffda --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-27_230601_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,203,105 +/JARVIS843/Unity-Tutorial/tree/main/Assets,128,52 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,120,41 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,102,37 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,95,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,73,31 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,61,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,37,19 +/JARVIS843/Unity-Tutorial/tree/main/ProjectSettings,26,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,25,16 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-27_230601_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-27_230601_top_referrers_snapshot.csv new file mode 100644 index 00000000..4daf4bd5 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-27_230601_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,988,98 +github.com,16,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-28_230633_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-28_230633_top_paths_snapshot.csv new file mode 100644 index 00000000..67f96772 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-28_230633_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,209,105 +/JARVIS843/Unity-Tutorial/tree/main/Assets,136,50 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,126,38 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,107,33 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,99,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,75,29 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,62,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,41,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,26,13 +/JARVIS843/Unity-Tutorial/tree/main/ProjectSettings,25,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-28_230633_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-28_230633_top_referrers_snapshot.csv new file mode 100644 index 00000000..38435a0b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-28_230633_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1017,96 +github.com,15,3 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-29_230619_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-29_230619_top_paths_snapshot.csv new file mode 100644 index 00000000..6df7edab --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-29_230619_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,210,103 +/JARVIS843/Unity-Tutorial/tree/main/Assets,137,52 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,132,39 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,121,34 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,111,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,74,28 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,59,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,41,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,25,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,22,14 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-29_230619_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-29_230619_top_referrers_snapshot.csv new file mode 100644 index 00000000..dc91f06c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-29_230619_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1009,95 +github.com,15,3 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-30_230632_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-30_230632_top_paths_snapshot.csv new file mode 100644 index 00000000..ce48c078 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-30_230632_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,232,110 +/JARVIS843/Unity-Tutorial/tree/main/Assets,155,55 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,143,40 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,130,36 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,126,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,81,29 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,63,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,47,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,26,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,26,14 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-30_230632_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-30_230632_top_referrers_snapshot.csv new file mode 100644 index 00000000..7388fc9d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-30_230632_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1136,102 +github.com,15,3 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-31_230629_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-31_230629_top_paths_snapshot.csv new file mode 100644 index 00000000..eab92317 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-31_230629_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,230,114 +/JARVIS843/Unity-Tutorial/tree/main/Assets,161,59 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,139,43 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,135,39 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,132,38 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,86,31 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,64,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,50,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,30,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,30,15 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-31_230629_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-31_230629_top_referrers_snapshot.csv new file mode 100644 index 00000000..7c4d3b67 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-05-31_230629_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1210,106 +github.com,13,2 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-01_230616_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-01_230616_top_paths_snapshot.csv new file mode 100644 index 00000000..3e919803 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-01_230616_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,238,113 +/JARVIS843/Unity-Tutorial/tree/main/Assets,178,62 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,160,45 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,149,42 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,145,41 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,91,30 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,65,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,61,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,36,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,35,19 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-01_230616_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-01_230616_top_referrers_snapshot.csv new file mode 100644 index 00000000..6ba5374e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-01_230616_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1332,104 +github.com,13,2 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-02_230616_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-02_230616_top_paths_snapshot.csv new file mode 100644 index 00000000..8c4c6f6a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-02_230616_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,243,120 +/JARVIS843/Unity-Tutorial/tree/main/Assets,179,69 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,161,51 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,150,47 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,143,45 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,90,33 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,67,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,63,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,37,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,36,20 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-02_230616_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-02_230616_top_referrers_snapshot.csv new file mode 100644 index 00000000..eda0927a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-02_230616_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1337,111 +github.com,13,2 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-03_230614_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-03_230614_top_paths_snapshot.csv new file mode 100644 index 00000000..9d1ce4d8 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-03_230614_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,225,115 +/JARVIS843/Unity-Tutorial/tree/main/Assets,168,66 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,161,50 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,152,47 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,140,45 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,93,33 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,67,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,59,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,35,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,34,17 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-03_230614_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-03_230614_top_referrers_snapshot.csv new file mode 100644 index 00000000..7cf60dba --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-03_230614_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1294,107 +github.com,13,2 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-04_230619_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-04_230619_top_paths_snapshot.csv new file mode 100644 index 00000000..99c3a35d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-04_230619_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,233,117 +/JARVIS843/Unity-Tutorial/tree/main/Assets,175,69 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,161,49 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,155,46 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,142,45 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,94,32 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,68,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,63,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,35,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,35,17 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-04_230619_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-04_230619_top_referrers_snapshot.csv new file mode 100644 index 00000000..0b8bcb8d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-04_230619_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1340,110 +github.com,23,3 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-05_230629_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-05_230629_top_paths_snapshot.csv new file mode 100644 index 00000000..f2418894 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-05_230629_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,242,119 +/JARVIS843/Unity-Tutorial/tree/main/Assets,180,72 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,166,52 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,161,48 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,147,48 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,94,33 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,68,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,65,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,35,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,32,15 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-05_230629_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-05_230629_top_referrers_snapshot.csv new file mode 100644 index 00000000..7315fef3 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-05_230629_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1375,111 +github.com,23,3 +lab.uwa4d.com,7,1 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-06_230602_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-06_230602_top_paths_snapshot.csv new file mode 100644 index 00000000..901bff30 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-06_230602_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,251,123 +/JARVIS843/Unity-Tutorial/tree/main/Assets,190,74 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,169,54 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,165,50 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,150,50 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,92,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,68,31 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,65,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,35,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,29,14 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-06_230602_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-06_230602_top_referrers_snapshot.csv new file mode 100644 index 00000000..8525550f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-06_230602_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1403,114 +github.com,23,3 +lab.uwa4d.com,7,1 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-07_230641_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-07_230641_top_paths_snapshot.csv new file mode 100644 index 00000000..9df43d7c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-07_230641_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,238,118 +/JARVIS843/Unity-Tutorial/tree/main/Assets,179,71 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,148,51 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,137,46 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,131,46 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,77,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,65,29 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,55,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,34,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,29,14 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-07_230641_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-07_230641_top_referrers_snapshot.csv new file mode 100644 index 00000000..b8b4aea0 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-07_230641_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1267,110 +github.com,17,2 +lab.uwa4d.com,7,1 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-08_230624_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-08_230624_top_paths_snapshot.csv new file mode 100644 index 00000000..2f3a6bea --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-08_230624_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,242,121 +/JARVIS843/Unity-Tutorial/tree/main/Assets,195,72 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,163,51 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,146,46 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,144,46 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,90,33 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,73,32 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,67,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,41,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,39,17 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-08_230624_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-08_230624_top_referrers_snapshot.csv new file mode 100644 index 00000000..1663c9c0 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-08_230624_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1404,114 +github.com,17,2 +lab.uwa4d.com,7,1 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-09_230635_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-09_230635_top_paths_snapshot.csv new file mode 100644 index 00000000..3ebcf7df --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-09_230635_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,236,120 +/JARVIS843/Unity-Tutorial/tree/main/Assets,180,67 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,155,48 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,139,43 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,139,42 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,82,31 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,61,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,57,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,36,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,32,16 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-09_230635_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-09_230635_top_referrers_snapshot.csv new file mode 100644 index 00000000..0f5b12fa --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-09_230635_top_referrers_snapshot.csv @@ -0,0 +1,6 @@ +referrer,views_total,views_unique +youtube.com,1277,112 +cn.bing.com,20,1 +github.com,10,1 +lab.uwa4d.com,7,1 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-10_230623_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-10_230623_top_paths_snapshot.csv new file mode 100644 index 00000000..96b5cf4e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-10_230623_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,227,112 +/JARVIS843/Unity-Tutorial/tree/main/Assets,171,64 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,148,46 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,131,41 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,129,42 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,74,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,57,24 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,56,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,39,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,35,16 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-10_230623_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-10_230623_top_referrers_snapshot.csv new file mode 100644 index 00000000..479724f5 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-10_230623_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1246,106 +cn.bing.com,20,1 +github.com,12,2 +lab.uwa4d.com,7,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-11_230643_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-11_230643_top_paths_snapshot.csv new file mode 100644 index 00000000..798ca120 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-11_230643_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,230,114 +/JARVIS843/Unity-Tutorial/tree/main/Assets,162,62 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,136,44 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,119,41 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,116,40 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,70,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,58,23 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,54,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,38,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,36,16 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-11_230643_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-11_230643_top_referrers_snapshot.csv new file mode 100644 index 00000000..444bb3bb --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-11_230643_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1200,109 +cn.bing.com,20,1 +github.com,12,2 +lab.uwa4d.com,7,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-12_230617_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-12_230617_top_paths_snapshot.csv new file mode 100644 index 00000000..96d93f4c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-12_230617_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,213,110 +/JARVIS843/Unity-Tutorial/tree/main/Assets,150,59 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,129,43 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,114,39 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,113,39 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,64,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,53,21 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,49,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,38,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,33,15 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-12_230617_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-12_230617_top_referrers_snapshot.csv new file mode 100644 index 00000000..9e20e398 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-12_230617_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1109,104 +cn.bing.com,20,1 +github.com,12,2 +lab.uwa4d.com,7,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-13_230619_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-13_230619_top_paths_snapshot.csv new file mode 100644 index 00000000..4110d2bb --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-13_230619_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,222,109 +/JARVIS843/Unity-Tutorial/tree/main/Assets,143,57 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,124,42 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,108,38 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,106,38 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,59,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,51,21 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,45,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,38,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,30,15 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-13_230619_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-13_230619_top_referrers_snapshot.csv new file mode 100644 index 00000000..2c9bf53e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-13_230619_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1071,103 +cn.bing.com,20,1 +github.com,12,2 +lab.uwa4d.com,7,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-14_230625_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-14_230625_top_paths_snapshot.csv new file mode 100644 index 00000000..5a2b1102 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-14_230625_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,212,107 +/JARVIS843/Unity-Tutorial/tree/main/Assets,126,52 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,103,38 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,93,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,88,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,54,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,41,19 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,39,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,32,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,25,13 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-14_230625_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-14_230625_top_referrers_snapshot.csv new file mode 100644 index 00000000..8ff91506 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-14_230625_top_referrers_snapshot.csv @@ -0,0 +1,6 @@ +referrer,views_total,views_unique +youtube.com,949,100 +cn.bing.com,20,1 +github.com,13,3 +lab.uwa4d.com,8,2 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-15_230625_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-15_230625_top_paths_snapshot.csv new file mode 100644 index 00000000..d90b210e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-15_230625_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,219,109 +/JARVIS843/Unity-Tutorial/tree/main/Assets,130,51 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,105,38 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,97,37 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,89,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,54,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,44,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,35,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,34,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,27,13 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-15_230625_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-15_230625_top_referrers_snapshot.csv new file mode 100644 index 00000000..4fe6a900 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-15_230625_top_referrers_snapshot.csv @@ -0,0 +1,7 @@ +referrer,views_total,views_unique +youtube.com,999,101 +cn.bing.com,20,1 +github.com,13,3 +lab.uwa4d.com,8,2 +Google,1,1 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-16_230636_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-16_230636_top_paths_snapshot.csv new file mode 100644 index 00000000..fc2f6688 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-16_230636_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,217,106 +/JARVIS843/Unity-Tutorial/tree/main/Assets,128,49 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,100,36 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,99,37 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,88,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,53,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,43,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,37,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,33,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,26,12 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-16_230636_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-16_230636_top_referrers_snapshot.csv new file mode 100644 index 00000000..67762cca --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-16_230636_top_referrers_snapshot.csv @@ -0,0 +1,7 @@ +referrer,views_total,views_unique +youtube.com,993,100 +cn.bing.com,20,1 +github.com,13,3 +lab.uwa4d.com,8,2 +Google,1,1 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-17_230630_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-17_230630_top_paths_snapshot.csv new file mode 100644 index 00000000..36fd4c8f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-17_230630_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,209,105 +/JARVIS843/Unity-Tutorial/tree/main/Assets,126,47 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,101,38 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,96,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,89,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,55,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,49,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,39,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,32,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,28,15 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-17_230630_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-17_230630_top_referrers_snapshot.csv new file mode 100644 index 00000000..e872427b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-17_230630_top_referrers_snapshot.csv @@ -0,0 +1,7 @@ +referrer,views_total,views_unique +youtube.com,970,102 +github.com,24,3 +cn.bing.com,20,1 +lab.uwa4d.com,8,2 +Google,1,1 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-18_230628_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-18_230628_top_paths_snapshot.csv new file mode 100644 index 00000000..5ea00d07 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-18_230628_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,198,100 +/JARVIS843/Unity-Tutorial/tree/main/Assets,112,42 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,97,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,91,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,89,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,53,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,43,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,37,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,32,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,26,13 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-18_230628_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-18_230628_top_referrers_snapshot.csv new file mode 100644 index 00000000..bac75695 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-18_230628_top_referrers_snapshot.csv @@ -0,0 +1,7 @@ +referrer,views_total,views_unique +youtube.com,887,97 +github.com,24,3 +cn.bing.com,20,1 +Google,1,1 +lab.uwa4d.com,1,1 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-19_230626_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-19_230626_top_paths_snapshot.csv new file mode 100644 index 00000000..456eb7f6 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-19_230626_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,200,98 +/JARVIS843/Unity-Tutorial/tree/main/Assets,114,43 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,98,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,96,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,92,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,56,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,46,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,40,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,38,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,29,15 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-19_230626_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-19_230626_top_referrers_snapshot.csv new file mode 100644 index 00000000..a9594c09 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-19_230626_top_referrers_snapshot.csv @@ -0,0 +1,7 @@ +referrer,views_total,views_unique +youtube.com,893,96 +github.com,24,3 +cn.bing.com,20,1 +Google,1,1 +lab.uwa4d.com,1,1 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-20_230620_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-20_230620_top_paths_snapshot.csv new file mode 100644 index 00000000..012c0ce0 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-20_230620_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,197,98 +/JARVIS843/Unity-Tutorial/tree/main/Assets,116,43 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,104,35 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,102,38 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,98,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,63,26 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,46,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,46,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,38,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,29,15 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-20_230620_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-20_230620_top_referrers_snapshot.csv new file mode 100644 index 00000000..25d474fd --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-20_230620_top_referrers_snapshot.csv @@ -0,0 +1,7 @@ +referrer,views_total,views_unique +youtube.com,924,97 +github.com,24,3 +cn.bing.com,20,1 +Google,1,1 +lab.uwa4d.com,1,1 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-21_230614_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-21_230614_top_paths_snapshot.csv new file mode 100644 index 00000000..3e299c16 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-21_230614_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,197,94 +/JARVIS843/Unity-Tutorial/tree/main/Assets,113,46 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,100,37 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,99,36 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,89,38 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,55,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,44,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,38,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,32,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,26,14 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-21_230614_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-21_230614_top_referrers_snapshot.csv new file mode 100644 index 00000000..cb43e9ac --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-21_230614_top_referrers_snapshot.csv @@ -0,0 +1,7 @@ +referrer,views_total,views_unique +youtube.com,850,92 +github.com,24,3 +cn.bing.com,20,1 +Google,1,1 +lab.uwa4d.com,1,1 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-22_230629_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-22_230629_top_paths_snapshot.csv new file mode 100644 index 00000000..c1e69cf8 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-22_230629_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,198,100 +/JARVIS843/Unity-Tutorial/tree/main/Assets,117,46 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,108,37 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,103,36 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,102,39 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,64,25 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,52,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,47,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,28,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,28,11 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-22_230629_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-22_230629_top_referrers_snapshot.csv new file mode 100644 index 00000000..76a20253 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-22_230629_top_referrers_snapshot.csv @@ -0,0 +1,6 @@ +referrer,views_total,views_unique +youtube.com,930,99 +github.com,24,3 +Google,1,1 +lab.uwa4d.com,1,1 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-23_230640_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-23_230640_top_paths_snapshot.csv new file mode 100644 index 00000000..006608b7 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-23_230640_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,205,108 +/JARVIS843/Unity-Tutorial/tree/main/Assets,131,51 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,108,38 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,105,40 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,101,37 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,64,24 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,54,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,52,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,34,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,29,13 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-23_230640_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-23_230640_top_referrers_snapshot.csv new file mode 100644 index 00000000..a0191aa3 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-23_230640_top_referrers_snapshot.csv @@ -0,0 +1,6 @@ +referrer,views_total,views_unique +youtube.com,943,106 +github.com,22,2 +Google,1,1 +lab.uwa4d.com,1,1 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-24_230628_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-24_230628_top_paths_snapshot.csv new file mode 100644 index 00000000..01d93c6a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-24_230628_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,203,109 +/JARVIS843/Unity-Tutorial/tree/main/Assets,127,51 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,109,39 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,108,41 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,100,38 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,62,23 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,54,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,48,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,31,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,28,12 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-24_230628_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-24_230628_top_referrers_snapshot.csv new file mode 100644 index 00000000..c9ce4b75 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-24_230628_top_referrers_snapshot.csv @@ -0,0 +1,6 @@ +referrer,views_total,views_unique +youtube.com,914,107 +github.com,22,2 +Google,1,1 +lab.uwa4d.com,1,1 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-25_230627_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-25_230627_top_paths_snapshot.csv new file mode 100644 index 00000000..fd8bd1f4 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-25_230627_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,202,104 +/JARVIS843/Unity-Tutorial/tree/main/Assets,124,49 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,106,37 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,105,40 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,97,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,63,23 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,60,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,47,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,30,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,27,11 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-25_230627_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-25_230627_top_referrers_snapshot.csv new file mode 100644 index 00000000..0be8e7c3 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-25_230627_top_referrers_snapshot.csv @@ -0,0 +1,6 @@ +referrer,views_total,views_unique +youtube.com,905,102 +github.com,22,2 +Google,1,1 +lab.uwa4d.com,1,1 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-26_230629_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-26_230629_top_paths_snapshot.csv new file mode 100644 index 00000000..762fe1cb --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-26_230629_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,200,107 +/JARVIS843/Unity-Tutorial/tree/main/Assets,126,51 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,108,38 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,106,40 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,98,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,65,24 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,61,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,46,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,29,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,23,10 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-26_230629_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-26_230629_top_referrers_snapshot.csv new file mode 100644 index 00000000..1daf771c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-26_230629_top_referrers_snapshot.csv @@ -0,0 +1,6 @@ +referrer,views_total,views_unique +youtube.com,904,104 +github.com,27,4 +Google,1,1 +lab.uwa4d.com,1,1 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-27_230632_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-27_230632_top_paths_snapshot.csv new file mode 100644 index 00000000..6931210d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-27_230632_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,199,108 +/JARVIS843/Unity-Tutorial/tree/main/Assets,124,51 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,112,40 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,108,40 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,103,38 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,64,27 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,63,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,47,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,30,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,24,11 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-27_230632_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-27_230632_top_referrers_snapshot.csv new file mode 100644 index 00000000..d3435c4f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-27_230632_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,907,103 +github.com,28,5 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-28_230700_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-28_230700_top_paths_snapshot.csv new file mode 100644 index 00000000..daed7598 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-28_230700_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,184,99 +/JARVIS843/Unity-Tutorial/tree/main/Assets,113,49 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,106,39 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,105,38 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,100,37 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,64,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,62,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,44,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,27,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,21,10 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-28_230700_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-28_230700_top_referrers_snapshot.csv new file mode 100644 index 00000000..5e74eb5f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-28_230700_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,830,95 +github.com,28,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-29_230636_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-29_230636_top_paths_snapshot.csv new file mode 100644 index 00000000..4d0bb7a1 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-29_230636_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,189,101 +/JARVIS843/Unity-Tutorial/tree/main/Assets,119,50 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,110,40 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,109,37 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,100,37 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,64,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,61,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,51,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,32,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,29,11 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-29_230636_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-29_230636_top_referrers_snapshot.csv new file mode 100644 index 00000000..b3646b2b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-29_230636_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,877,94 +github.com,28,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-30_230640_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-30_230640_top_paths_snapshot.csv new file mode 100644 index 00000000..38bb821e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-30_230640_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,197,108 +/JARVIS843/Unity-Tutorial/tree/main/Assets,120,54 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,114,39 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,111,43 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,92,38 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,61,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,56,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,47,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,32,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,28,10 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-30_230640_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-30_230640_top_referrers_snapshot.csv new file mode 100644 index 00000000..fa012b57 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-06-30_230640_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,889,98 +github.com,7,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-01_230630_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-01_230630_top_paths_snapshot.csv new file mode 100644 index 00000000..52039282 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-01_230630_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,196,110 +/JARVIS843/Unity-Tutorial/tree/main/Assets,119,53 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,113,37 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,100,41 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,81,36 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,57,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,51,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,49,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,34,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,30,11 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-01_230630_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-01_230630_top_referrers_snapshot.csv new file mode 100644 index 00000000..d15fd57d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-01_230630_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,850,97 +github.com,7,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-02_230651_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-02_230651_top_paths_snapshot.csv new file mode 100644 index 00000000..988dde03 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-02_230651_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,194,114 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,119,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets,110,52 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,94,40 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,78,35 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,57,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,52,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,42,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,30,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,24,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-02_230651_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-02_230651_top_referrers_snapshot.csv new file mode 100644 index 00000000..a47a7a4d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-02_230651_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,852,101 +github.com,7,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-03_230633_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-03_230633_top_paths_snapshot.csv new file mode 100644 index 00000000..a45c86de --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-03_230633_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,200,117 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,125,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets,115,55 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,104,42 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,83,36 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,57,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,55,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,46,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,33,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Input%20System,26,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-03_230633_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-03_230633_top_referrers_snapshot.csv new file mode 100644 index 00000000..ccd98e1a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-03_230633_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,904,104 +github.com,7,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-04_230624_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-04_230624_top_paths_snapshot.csv new file mode 100644 index 00000000..267fd763 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-04_230624_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,200,121 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,127,39 +/JARVIS843/Unity-Tutorial/tree/main/Assets,113,55 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,101,43 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,80,37 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,56,26 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,55,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,45,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,30,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Input%20System,26,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-04_230624_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-04_230624_top_referrers_snapshot.csv new file mode 100644 index 00000000..1bec02f3 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-04_230624_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,897,107 +github.com,7,4 +m.youtube.com,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-05_230622_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-05_230622_top_paths_snapshot.csv new file mode 100644 index 00000000..a4da0a16 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-05_230622_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,209,121 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,119,43 +/JARVIS843/Unity-Tutorial/tree/main/Assets,116,59 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,102,47 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,83,41 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,52,27 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,45,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,43,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,27,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Input%20System,21,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-05_230622_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-05_230622_top_referrers_snapshot.csv new file mode 100644 index 00000000..d7a645ae --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-05_230622_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,886,105 +github.com,20,5 +m.youtube.com,5,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-06_230653_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-06_230653_top_paths_snapshot.csv new file mode 100644 index 00000000..c496f208 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-06_230653_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,198,114 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,117,42 +/JARVIS843/Unity-Tutorial/tree/main/Assets,104,55 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,104,47 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,87,42 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,52,27 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,43,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,34,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Input%20System,19,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,18,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-06_230653_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-06_230653_top_referrers_snapshot.csv new file mode 100644 index 00000000..821bf509 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-06_230653_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,852,99 +github.com,20,5 +m.youtube.com,5,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-07_230627_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-07_230627_top_paths_snapshot.csv new file mode 100644 index 00000000..e3d4e3cc --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-07_230627_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,198,111 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,115,40 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,108,46 +/JARVIS843/Unity-Tutorial/tree/main/Assets,106,54 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,86,40 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,55,29 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,43,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,34,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,18,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Input%20System,18,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-07_230627_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-07_230627_top_referrers_snapshot.csv new file mode 100644 index 00000000..5acd1fd5 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-07_230627_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,881,96 +github.com,20,5 +m.youtube.com,5,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-08_230651_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-08_230651_top_paths_snapshot.csv new file mode 100644 index 00000000..9d2f940d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-08_230651_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,199,112 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,120,39 +/JARVIS843/Unity-Tutorial/tree/main/Assets,118,54 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,116,46 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,95,40 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,55,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,40,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,38,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,28,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Input%20System,20,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-08_230651_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-08_230651_top_referrers_snapshot.csv new file mode 100644 index 00000000..e6d3fdb5 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-08_230651_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,943,97 +github.com,43,6 +m.youtube.com,5,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-09_230635_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-09_230635_top_paths_snapshot.csv new file mode 100644 index 00000000..b48dde40 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-09_230635_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,199,113 +/JARVIS843/Unity-Tutorial/tree/main/Assets,133,53 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,126,46 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,122,40 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,94,40 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,61,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,44,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,38,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,33,12 +/JARVIS843/Unity-Tutorial/tree/main,27,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-09_230635_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-09_230635_top_referrers_snapshot.csv new file mode 100644 index 00000000..cba19c55 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-09_230635_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,963,97 +github.com,38,4 +m.youtube.com,5,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-10_230649_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-10_230649_top_paths_snapshot.csv new file mode 100644 index 00000000..943b2ce4 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-10_230649_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,194,108 +/JARVIS843/Unity-Tutorial/tree/main/Assets,159,53 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,124,42 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,118,38 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,91,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,59,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,57,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,40,14 +/JARVIS843/Unity-Tutorial/tree/main,39,9 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,34,20 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-10_230649_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-10_230649_top_referrers_snapshot.csv new file mode 100644 index 00000000..a6a1795b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-10_230649_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1050,98 +github.com,65,3 +m.youtube.com,5,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-11_230642_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-11_230642_top_paths_snapshot.csv new file mode 100644 index 00000000..cdcafbb4 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-11_230642_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,199,105 +/JARVIS843/Unity-Tutorial/tree/main/Assets,170,53 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,136,42 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,120,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,96,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,71,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,57,20 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,41,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,40,14 +/JARVIS843/Unity-Tutorial/tree/main,39,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-11_230642_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-11_230642_top_referrers_snapshot.csv new file mode 100644 index 00000000..056794cb --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-11_230642_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1091,93 +github.com,65,3 +m.youtube.com,5,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-12_230647_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-12_230647_top_paths_snapshot.csv new file mode 100644 index 00000000..71420667 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-12_230647_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,207,104 +/JARVIS843/Unity-Tutorial/tree/main/Assets,173,53 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,137,41 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,111,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,95,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,68,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,55,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,40,15 +/JARVIS843/Unity-Tutorial/tree/main,39,9 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,37,19 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-12_230647_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-12_230647_top_referrers_snapshot.csv new file mode 100644 index 00000000..cd1c5c4f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-12_230647_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1131,93 +github.com,66,4 +m.youtube.com,5,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-13_230654_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-13_230654_top_paths_snapshot.csv new file mode 100644 index 00000000..63948927 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-13_230654_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,206,99 +/JARVIS843/Unity-Tutorial/tree/main/Assets,165,48 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,130,37 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,111,33 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,92,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,65,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,51,17 +/JARVIS843/Unity-Tutorial/tree/main,42,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,40,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,39,19 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-13_230654_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-13_230654_top_referrers_snapshot.csv new file mode 100644 index 00000000..df0ebe04 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-13_230654_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1145,88 +github.com,66,4 +m.youtube.com,5,2 +Google,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-14_230631_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-14_230631_top_paths_snapshot.csv new file mode 100644 index 00000000..608b8a55 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-14_230631_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,214,96 +/JARVIS843/Unity-Tutorial/tree/main/Assets,166,48 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,143,38 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,110,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,102,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,71,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,56,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,44,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,42,14 +/JARVIS843/Unity-Tutorial/tree/main,42,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-14_230631_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-14_230631_top_referrers_snapshot.csv new file mode 100644 index 00000000..ea900f26 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-14_230631_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1221,87 +github.com,75,5 +m.youtube.com,5,2 +Google,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-15_230613_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-15_230613_top_paths_snapshot.csv new file mode 100644 index 00000000..1e92b08d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-15_230613_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,214,101 +/JARVIS843/Unity-Tutorial/tree/main/Assets,182,50 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,161,41 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,114,38 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,113,37 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,76,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,62,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,46,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,46,15 +/JARVIS843/Unity-Tutorial/tree/main,42,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-15_230613_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-15_230613_top_referrers_snapshot.csv new file mode 100644 index 00000000..a5fbcca9 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-15_230613_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1270,88 +github.com,76,6 +m.youtube.com,5,2 +Google,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-16_230638_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-16_230638_top_paths_snapshot.csv new file mode 100644 index 00000000..134931b1 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-16_230638_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,212,97 +/JARVIS843/Unity-Tutorial/tree/main/Assets,179,47 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,147,40 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,104,37 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,102,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,69,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,58,17 +/JARVIS843/Unity-Tutorial/tree/main,45,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,43,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,41,18 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-16_230638_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-16_230638_top_referrers_snapshot.csv new file mode 100644 index 00000000..d4dbd6f1 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-16_230638_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1207,84 +github.com,76,6 +m.youtube.com,5,2 +Google,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-17_230620_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-17_230620_top_paths_snapshot.csv new file mode 100644 index 00000000..915f7cd6 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-17_230620_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,200,88 +/JARVIS843/Unity-Tutorial/tree/main/Assets,169,43 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,140,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,99,33 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,93,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,65,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,53,16 +/JARVIS843/Unity-Tutorial/tree/main,45,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,42,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,41,17 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-17_230620_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-17_230620_top_referrers_snapshot.csv new file mode 100644 index 00000000..a3507109 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-17_230620_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1155,78 +github.com,76,6 +m.youtube.com,3,1 +Google,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-18_230637_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-18_230637_top_paths_snapshot.csv new file mode 100644 index 00000000..09411f8a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-18_230637_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,184,84 +/JARVIS843/Unity-Tutorial/tree/main/Assets,164,40 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,131,33 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,93,31 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,93,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,58,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,51,15 +/JARVIS843/Unity-Tutorial/tree/main,44,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,40,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,36,14 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-18_230637_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-18_230637_top_referrers_snapshot.csv new file mode 100644 index 00000000..86a85f2b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-18_230637_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1086,77 +github.com,63,6 +Google,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-19_230629_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-19_230629_top_paths_snapshot.csv new file mode 100644 index 00000000..91d7124a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-19_230629_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,193,40 +/JARVIS843/Unity-Tutorial,180,85 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,136,32 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,97,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,94,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,66,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,62,17 +/JARVIS843/Unity-Tutorial/tree/main,54,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,44,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,38,14 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-19_230629_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-19_230629_top_referrers_snapshot.csv new file mode 100644 index 00000000..09fee910 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-19_230629_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1043,76 +github.com,63,6 +Google,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-20_230627_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-20_230627_top_paths_snapshot.csv new file mode 100644 index 00000000..35d92a47 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-20_230627_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,206,45 +/JARVIS843/Unity-Tutorial,197,92 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,161,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,113,34 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,113,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,76,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,68,16 +/JARVIS843/Unity-Tutorial/tree/main,59,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,47,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,42,15 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-20_230627_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-20_230627_top_referrers_snapshot.csv new file mode 100644 index 00000000..8572f687 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-20_230627_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1155,83 +github.com,64,7 +Google,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-21_230613_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-21_230613_top_paths_snapshot.csv new file mode 100644 index 00000000..cfc6c0e4 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-21_230613_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,244,50 +/JARVIS843/Unity-Tutorial,217,98 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,180,38 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,119,35 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,117,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,83,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,67,15 +/JARVIS843/Unity-Tutorial/tree/main,55,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,48,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,39,12 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-21_230613_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-21_230613_top_referrers_snapshot.csv new file mode 100644 index 00000000..10d312bf --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-21_230613_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1199,89 +github.com,85,7 +Google,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-22_230625_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-22_230625_top_paths_snapshot.csv new file mode 100644 index 00000000..88b35dbf --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-22_230625_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,251,51 +/JARVIS843/Unity-Tutorial,231,104 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,182,39 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,131,38 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,129,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,83,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,77,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,60,22 +/JARVIS843/Unity-Tutorial/tree/main,43,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,38,12 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-22_230625_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-22_230625_top_referrers_snapshot.csv new file mode 100644 index 00000000..8fd51959 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-22_230625_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1332,95 +github.com,85,7 +Google,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-23_230635_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-23_230635_top_paths_snapshot.csv new file mode 100644 index 00000000..0c9099b2 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-23_230635_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,237,50 +/JARVIS843/Unity-Tutorial,234,103 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,196,42 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,137,40 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,137,37 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,91,29 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,70,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,64,13 +/JARVIS843/Unity-Tutorial/tree/main,33,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,32,10 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-23_230635_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-23_230635_top_referrers_snapshot.csv new file mode 100644 index 00000000..fb305cca --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-23_230635_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1276,94 +github.com,56,5 +Google,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-24_230635_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-24_230635_top_paths_snapshot.csv new file mode 100644 index 00000000..9ade779a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-24_230635_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,238,107 +/JARVIS843/Unity-Tutorial/tree/main/Assets,235,50 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,194,43 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,141,37 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,137,40 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,82,27 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,68,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,62,12 +/JARVIS843/Unity-Tutorial/tree/main,34,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,32,10 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-24_230635_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-24_230635_top_referrers_snapshot.csv new file mode 100644 index 00000000..faeef378 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-24_230635_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1267,97 +github.com,56,5 +Google,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-25_230619_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-25_230619_top_paths_snapshot.csv new file mode 100644 index 00000000..4da9e9e7 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-25_230619_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,237,50 +/JARVIS843/Unity-Tutorial,232,108 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,192,43 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,143,38 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,137,40 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,82,27 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,72,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,59,11 +/JARVIS843/Unity-Tutorial/tree/main,35,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,29,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-25_230619_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-25_230619_top_referrers_snapshot.csv new file mode 100644 index 00000000..a3277ef7 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-25_230619_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1204,102 +github.com,55,4 +Google,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-26_230606_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-26_230606_top_paths_snapshot.csv new file mode 100644 index 00000000..2120b8ca --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-26_230606_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,244,52 +/JARVIS843/Unity-Tutorial,239,113 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,197,45 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,139,41 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,131,38 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,84,28 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,74,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,56,10 +/JARVIS843/Unity-Tutorial/tree/main,37,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,26,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-26_230606_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-26_230606_top_referrers_snapshot.csv new file mode 100644 index 00000000..8866c7ca --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-26_230606_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1141,106 +github.com,55,4 +m.youtube.com,26,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-27_230626_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-27_230626_top_paths_snapshot.csv new file mode 100644 index 00000000..a0fca5ae --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-27_230626_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,252,53 +/JARVIS843/Unity-Tutorial,231,112 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,197,45 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,142,41 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,133,38 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,81,28 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,74,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,53,10 +/JARVIS843/Unity-Tutorial/tree/main,36,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,24,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-27_230626_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-27_230626_top_referrers_snapshot.csv new file mode 100644 index 00000000..e2366300 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-27_230626_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1132,105 +github.com,46,3 +m.youtube.com,26,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-28_230613_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-28_230613_top_paths_snapshot.csv new file mode 100644 index 00000000..392a1d3f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-28_230613_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,265,56 +/JARVIS843/Unity-Tutorial,239,111 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,202,45 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,149,40 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,144,37 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,82,28 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,78,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,54,12 +/JARVIS843/Unity-Tutorial/tree/main,36,14 +/JARVIS843/Unity-Tutorial/tree/main/UserSettings,21,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-28_230613_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-28_230613_top_referrers_snapshot.csv new file mode 100644 index 00000000..5d50a772 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-28_230613_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1218,108 +github.com,45,2 +m.youtube.com,26,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-29_230655_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-29_230655_top_paths_snapshot.csv new file mode 100644 index 00000000..9a8730d8 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-29_230655_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,274,59 +/JARVIS843/Unity-Tutorial,238,115 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,199,44 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,148,37 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,147,39 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,80,28 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,78,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,61,14 +/JARVIS843/Unity-Tutorial/tree/main,35,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,25,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-29_230655_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-29_230655_top_referrers_snapshot.csv new file mode 100644 index 00000000..3678adbb --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-29_230655_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1228,111 +github.com,45,2 +m.youtube.com,26,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-30_230634_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-30_230634_top_paths_snapshot.csv new file mode 100644 index 00000000..793b2d01 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-30_230634_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,286,60 +/JARVIS843/Unity-Tutorial,244,119 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,215,46 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,157,41 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,156,39 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,86,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,84,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,61,14 +/JARVIS843/Unity-Tutorial/tree/main,38,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,25,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-30_230634_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-30_230634_top_referrers_snapshot.csv new file mode 100644 index 00000000..b544f8b1 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-30_230634_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1281,114 +github.com,45,2 +m.youtube.com,26,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-31_230636_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-31_230636_top_paths_snapshot.csv new file mode 100644 index 00000000..745a1b05 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-31_230636_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,295,60 +/JARVIS843/Unity-Tutorial,251,120 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,222,44 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,165,39 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,164,36 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,92,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,88,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,61,14 +/JARVIS843/Unity-Tutorial/tree/main,38,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,25,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-31_230636_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-31_230636_top_referrers_snapshot.csv new file mode 100644 index 00000000..95fe793c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-07-31_230636_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1342,114 +github.com,45,2 +m.youtube.com,26,1 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-01_230618_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-01_230618_top_paths_snapshot.csv new file mode 100644 index 00000000..e6428018 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-01_230618_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,277,63 +/JARVIS843/Unity-Tutorial,254,122 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,240,48 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,173,41 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,170,39 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,98,32 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,98,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,47,13 +/JARVIS843/Unity-Tutorial/tree/main,32,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,24,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-01_230618_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-01_230618_top_referrers_snapshot.csv new file mode 100644 index 00000000..36406562 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-01_230618_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1431,116 +github.com,45,2 +m.youtube.com,26,1 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-02_230624_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-02_230624_top_paths_snapshot.csv new file mode 100644 index 00000000..ce3d727d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-02_230624_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,290,65 +/JARVIS843/Unity-Tutorial,254,124 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,231,48 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,170,40 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,168,39 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,100,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,89,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,59,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,32,8 +/JARVIS843/Unity-Tutorial/tree/main,29,15 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-02_230624_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-02_230624_top_referrers_snapshot.csv new file mode 100644 index 00000000..1d90402a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-02_230624_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1468,117 +github.com,44,1 +m.youtube.com,26,1 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-03_230605_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-03_230605_top_paths_snapshot.csv new file mode 100644 index 00000000..ef8de2e2 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-03_230605_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,246,61 +/JARVIS843/Unity-Tutorial,234,120 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,207,45 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,162,39 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,157,38 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,100,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,89,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,60,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,46,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,27,10 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-03_230605_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-03_230605_top_referrers_snapshot.csv new file mode 100644 index 00000000..03a0686c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-03_230605_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1387,113 +m.youtube.com,26,1 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-04_230556_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-04_230556_top_paths_snapshot.csv new file mode 100644 index 00000000..a89eeab8 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-04_230556_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,233,58 +/JARVIS843/Unity-Tutorial,217,112 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,201,42 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,156,37 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,149,35 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,94,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,83,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,47,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,45,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,25,10 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-04_230556_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-04_230556_top_referrers_snapshot.csv new file mode 100644 index 00000000..5f537e0c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-04_230556_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1274,107 +m.youtube.com,26,1 +Google,1,1 +github.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-05_230609_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-05_230609_top_paths_snapshot.csv new file mode 100644 index 00000000..8a828d8e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-05_230609_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,246,56 +/JARVIS843/Unity-Tutorial,232,113 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,202,39 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,169,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,149,32 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,96,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,81,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,52,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,41,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,25,10 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-05_230609_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-05_230609_top_referrers_snapshot.csv new file mode 100644 index 00000000..e887ffc0 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-05_230609_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1377,107 +m.youtube.com,26,1 +github.com,2,2 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-06_230607_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-06_230607_top_paths_snapshot.csv new file mode 100644 index 00000000..f0f8058f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-06_230607_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,244,55 +/JARVIS843/Unity-Tutorial,218,106 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,197,36 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,169,33 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,150,30 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,93,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,79,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,56,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,43,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,27,11 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-06_230607_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-06_230607_top_referrers_snapshot.csv new file mode 100644 index 00000000..199dd0c5 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-06_230607_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1376,101 +m.youtube.com,26,1 +github.com,3,3 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-07_230618_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-07_230618_top_paths_snapshot.csv new file mode 100644 index 00000000..c730c45a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-07_230618_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,240,54 +/JARVIS843/Unity-Tutorial,212,104 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,192,34 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,165,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,146,28 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,89,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,79,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,57,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,41,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,27,11 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-07_230618_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-07_230618_top_referrers_snapshot.csv new file mode 100644 index 00000000..6d4d4529 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-07_230618_top_referrers_snapshot.csv @@ -0,0 +1,6 @@ +referrer,views_total,views_unique +youtube.com,1334,97 +m.youtube.com,26,1 +l.facebook.com,14,1 +github.com,3,3 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-08_230610_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-08_230610_top_paths_snapshot.csv new file mode 100644 index 00000000..397377cd --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-08_230610_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,240,55 +/JARVIS843/Unity-Tutorial,199,104 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,191,34 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,164,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,148,29 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,89,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,81,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,63,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,41,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,29,12 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-08_230610_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-08_230610_top_referrers_snapshot.csv new file mode 100644 index 00000000..e1d3caaf --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-08_230610_top_referrers_snapshot.csv @@ -0,0 +1,6 @@ +referrer,views_total,views_unique +youtube.com,1352,95 +l.facebook.com,14,1 +github.com,3,3 +Google,1,1 +yandex.ru,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-09_230716_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-09_230716_top_paths_snapshot.csv new file mode 100644 index 00000000..7362cfc6 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-09_230716_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,241,52 +/JARVIS843/Unity-Tutorial,200,102 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,183,31 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,160,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,138,26 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,93,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,81,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,61,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,39,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,27,11 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-09_230716_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-09_230716_top_referrers_snapshot.csv new file mode 100644 index 00000000..09f8439f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-09_230716_top_referrers_snapshot.csv @@ -0,0 +1,6 @@ +referrer,views_total,views_unique +youtube.com,1339,94 +l.facebook.com,14,1 +github.com,3,3 +Google,1,1 +yandex.ru,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-10_230608_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-10_230608_top_paths_snapshot.csv new file mode 100644 index 00000000..b319059a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-10_230608_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,214,47 +/JARVIS843/Unity-Tutorial,183,95 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,166,28 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,140,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,122,24 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,89,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,76,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,56,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,37,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,27,11 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-10_230608_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-10_230608_top_referrers_snapshot.csv new file mode 100644 index 00000000..01c6698c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-10_230608_top_referrers_snapshot.csv @@ -0,0 +1,6 @@ +referrer,views_total,views_unique +youtube.com,1191,87 +l.facebook.com,14,1 +github.com,3,3 +Google,1,1 +yandex.ru,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-11_230600_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-11_230600_top_paths_snapshot.csv new file mode 100644 index 00000000..bffa79ea --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-11_230600_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,207,45 +/JARVIS843/Unity-Tutorial,180,90 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,176,30 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,144,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,130,26 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,91,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,76,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,49,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,32,7 +/JARVIS843/Unity-Tutorial/tree/main,29,13 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-11_230600_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-11_230600_top_referrers_snapshot.csv new file mode 100644 index 00000000..9c07c0db --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-11_230600_top_referrers_snapshot.csv @@ -0,0 +1,6 @@ +referrer,views_total,views_unique +youtube.com,1208,86 +l.facebook.com,14,1 +github.com,3,3 +Google,1,1 +yandex.ru,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-12_230619_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-12_230619_top_paths_snapshot.csv new file mode 100644 index 00000000..4b9cb1dc --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-12_230619_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,208,47 +/JARVIS843/Unity-Tutorial,178,92 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,165,30 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,136,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,121,26 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,81,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,72,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,55,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,34,7 +/JARVIS843/Unity-Tutorial/tree/main,26,12 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-12_230619_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-12_230619_top_referrers_snapshot.csv new file mode 100644 index 00000000..f2b5a460 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-12_230619_top_referrers_snapshot.csv @@ -0,0 +1,6 @@ +referrer,views_total,views_unique +youtube.com,1167,88 +l.facebook.com,14,1 +github.com,3,3 +Google,1,1 +yandex.ru,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-13_230604_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-13_230604_top_paths_snapshot.csv new file mode 100644 index 00000000..9a05de89 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-13_230604_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,209,46 +/JARVIS843/Unity-Tutorial,179,89 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,174,30 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,128,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,122,26 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,79,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,77,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,63,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,46,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,30,13 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-13_230604_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-13_230604_top_referrers_snapshot.csv new file mode 100644 index 00000000..783a704e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-13_230604_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1206,86 +l.facebook.com,14,1 +github.com,3,3 +yandex.ru,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-14_230614_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-14_230614_top_paths_snapshot.csv new file mode 100644 index 00000000..6a346f68 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-14_230614_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,202,46 +/JARVIS843/Unity-Tutorial,182,91 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,166,30 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,132,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,122,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,75,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,75,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,64,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,56,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,37,13 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-14_230614_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-14_230614_top_referrers_snapshot.csv new file mode 100644 index 00000000..bb66d1d8 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-14_230614_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1234,87 +l.facebook.com,14,1 +github.com,3,3 +yandex.ru,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-15_230630_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-15_230630_top_paths_snapshot.csv new file mode 100644 index 00000000..1417809d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-15_230630_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,186,43 +/JARVIS843/Unity-Tutorial,168,84 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,149,28 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,121,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,105,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,71,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,69,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,51,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,48,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,31,11 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-15_230630_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-15_230630_top_referrers_snapshot.csv new file mode 100644 index 00000000..aeaec4e4 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-15_230630_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1075,80 +l.facebook.com,14,1 +github.com,4,4 +yandex.ru,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-16_230619_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-16_230619_top_paths_snapshot.csv new file mode 100644 index 00000000..25a29c77 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-16_230619_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,200,45 +/JARVIS843/Unity-Tutorial,166,85 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,154,30 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,119,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,109,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,65,19 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,63,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,51,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,32,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,29,10 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-16_230619_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-16_230619_top_referrers_snapshot.csv new file mode 100644 index 00000000..ae6ca750 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-16_230619_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1111,82 +l.facebook.com,14,1 +github.com,4,4 +yandex.ru,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-17_230623_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-17_230623_top_paths_snapshot.csv new file mode 100644 index 00000000..1ac002ff --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-17_230623_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,203,47 +/JARVIS843/Unity-Tutorial,169,85 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,144,30 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,113,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,103,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,61,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,59,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,58,20 +/JARVIS843/Unity-Tutorial/tree/main,35,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,30,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-17_230623_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-17_230623_top_referrers_snapshot.csv new file mode 100644 index 00000000..6e2a763d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-17_230623_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1103,85 +l.facebook.com,14,1 +github.com,3,3 +yandex.ru,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-18_230636_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-18_230636_top_paths_snapshot.csv new file mode 100644 index 00000000..946d6509 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-18_230636_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,190,48 +/JARVIS843/Unity-Tutorial,152,82 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,137,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,100,28 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,96,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,57,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,51,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,51,16 +/JARVIS843/Unity-Tutorial/tree/main,33,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,30,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-18_230636_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-18_230636_top_referrers_snapshot.csv new file mode 100644 index 00000000..57523830 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-18_230636_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,983,84 +l.facebook.com,14,1 +github.com,2,2 +yandex.ru,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-19_230605_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-19_230605_top_paths_snapshot.csv new file mode 100644 index 00000000..94e16a7d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-19_230605_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,193,49 +/JARVIS843/Unity-Tutorial,155,84 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,138,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,96,29 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,94,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,62,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,60,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,47,15 +/JARVIS843/Unity-Tutorial/tree/main,34,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,28,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-19_230605_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-19_230605_top_referrers_snapshot.csv new file mode 100644 index 00000000..5cbf5a03 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-19_230605_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1002,85 +l.facebook.com,14,1 +github.com,1,1 +yandex.ru,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-20_230623_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-20_230623_top_paths_snapshot.csv new file mode 100644 index 00000000..a067858f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-20_230623_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,195,50 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,162,35 +/JARVIS843/Unity-Tutorial,158,86 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,114,32 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,110,34 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,78,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,76,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,44,14 +/JARVIS843/Unity-Tutorial/tree/main,41,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,28,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-20_230623_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-20_230623_top_referrers_snapshot.csv new file mode 100644 index 00000000..814fd0b1 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-20_230623_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1129,88 +github.com,1,1 +yandex.ru,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-21_230621_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-21_230621_top_paths_snapshot.csv new file mode 100644 index 00000000..be9dc1a7 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-21_230621_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,201,53 +/JARVIS843/Unity-Tutorial,176,93 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,170,37 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,121,34 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,115,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,76,21 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,76,19 +/JARVIS843/Unity-Tutorial/tree/main,43,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,43,14 +/JARVIS843/Unity-Tutorial/tree/main/ProjectSettings,31,11 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-21_230621_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-21_230621_top_referrers_snapshot.csv new file mode 100644 index 00000000..6b605607 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-21_230621_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1219,93 +github.com,2,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-22_230620_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-22_230620_top_paths_snapshot.csv new file mode 100644 index 00000000..5288b312 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-22_230620_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,202,53 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,181,38 +/JARVIS843/Unity-Tutorial,171,88 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,127,34 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,119,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,74,20 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,68,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,41,13 +/JARVIS843/Unity-Tutorial/tree/main,36,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,30,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-22_230620_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-22_230620_top_referrers_snapshot.csv new file mode 100644 index 00000000..2071e44d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-22_230620_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1199,88 +github.com,2,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-23_230607_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-23_230607_top_paths_snapshot.csv new file mode 100644 index 00000000..cbe78db5 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-23_230607_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,203,52 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,181,38 +/JARVIS843/Unity-Tutorial,178,91 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,125,34 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,117,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,74,20 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,66,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,39,12 +/JARVIS843/Unity-Tutorial/tree/main,36,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,30,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-23_230607_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-23_230607_top_referrers_snapshot.csv new file mode 100644 index 00000000..06d2fb1c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-23_230607_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1175,88 +github.com,2,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-24_230624_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-24_230624_top_paths_snapshot.csv new file mode 100644 index 00000000..0fd030dd --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-24_230624_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,206,52 +/JARVIS843/Unity-Tutorial,192,99 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,184,37 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,125,33 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,121,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,76,20 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,64,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,43,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,34,7 +/JARVIS843/Unity-Tutorial/tree/main,30,14 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-24_230624_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-24_230624_top_referrers_snapshot.csv new file mode 100644 index 00000000..d8eb58e9 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-24_230624_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1255,95 +github.com,2,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-25_230659_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-25_230659_top_paths_snapshot.csv new file mode 100644 index 00000000..1b0f44a8 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-25_230659_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,220,51 +/JARVIS843/Unity-Tutorial,188,96 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,182,39 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,124,34 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,121,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,79,21 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,66,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,65,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,47,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,43,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-25_230659_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-25_230659_top_referrers_snapshot.csv new file mode 100644 index 00000000..f0db80cd --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-25_230659_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1503,93 +github.com,3,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-26_230613_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-26_230613_top_paths_snapshot.csv new file mode 100644 index 00000000..542e2968 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-26_230613_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,211,50 +/JARVIS843/Unity-Tutorial,200,98 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,162,37 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,119,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,111,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,70,19 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,64,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,59,11 +/JARVIS843/Unity-Tutorial/tree/main,43,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,41,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-26_230613_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-26_230613_top_referrers_snapshot.csv new file mode 100644 index 00000000..45c6c666 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-26_230613_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1452,95 +github.com,5,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-27_230631_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-27_230631_top_paths_snapshot.csv new file mode 100644 index 00000000..5dcae4bf --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-27_230631_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,206,48 +/JARVIS843/Unity-Tutorial,193,96 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,153,34 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,107,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,106,29 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,62,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,61,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,55,10 +/JARVIS843/Unity-Tutorial/tree/main,41,17 +/JARVIS843/Unity-Tutorial/tree/main/ProjectSettings,35,11 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-27_230631_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-27_230631_top_referrers_snapshot.csv new file mode 100644 index 00000000..0961d54b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-27_230631_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1370,91 +github.com,5,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-28_230622_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-28_230622_top_paths_snapshot.csv new file mode 100644 index 00000000..95c2607a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-28_230622_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,212,48 +/JARVIS843/Unity-Tutorial,190,96 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,170,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,117,32 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,110,32 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,71,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,68,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,65,10 +/JARVIS843/Unity-Tutorial/tree/main,40,17 +/JARVIS843/Unity-Tutorial/tree/main/ProjectSettings,35,10 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-28_230622_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-28_230622_top_referrers_snapshot.csv new file mode 100644 index 00000000..7c198c0d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-28_230622_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1447,91 +github.com,4,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-29_230559_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-29_230559_top_paths_snapshot.csv new file mode 100644 index 00000000..4843fa98 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-29_230559_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,186,41 +/JARVIS843/Unity-Tutorial,180,89 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,155,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,105,26 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,102,28 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,69,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,63,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,59,8 +/JARVIS843/Unity-Tutorial/tree/main,35,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,32,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-29_230559_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-29_230559_top_referrers_snapshot.csv new file mode 100644 index 00000000..c76e5700 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-29_230559_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1334,83 +github.com,4,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-30_230608_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-30_230608_top_paths_snapshot.csv new file mode 100644 index 00000000..ae034418 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-30_230608_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,182,41 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,173,33 +/JARVIS843/Unity-Tutorial,172,86 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,117,29 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,104,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,79,21 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,75,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,56,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,30,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Scenes,29,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-30_230608_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-30_230608_top_referrers_snapshot.csv new file mode 100644 index 00000000..4ac3906b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-30_230608_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1358,78 +github.com,4,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-31_230649_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-31_230649_top_paths_snapshot.csv new file mode 100644 index 00000000..30828993 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-31_230649_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,172,38 +/JARVIS843/Unity-Tutorial,167,84 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,163,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,112,27 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,102,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,75,20 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,71,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,56,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,30,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Scenes,29,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-31_230649_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-31_230649_top_referrers_snapshot.csv new file mode 100644 index 00000000..9284b8c8 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-08-31_230649_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1315,76 +github.com,4,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-01_230627_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-01_230627_top_paths_snapshot.csv new file mode 100644 index 00000000..d3e1341c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-01_230627_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,166,85 +/JARVIS843/Unity-Tutorial/tree/main/Assets,163,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,157,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,110,27 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,98,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,67,19 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,59,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,56,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,30,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Scenes,25,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-01_230627_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-01_230627_top_referrers_snapshot.csv new file mode 100644 index 00000000..16c3d6d9 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-01_230627_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1263,77 +github.com,4,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-02_230635_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-02_230635_top_paths_snapshot.csv new file mode 100644 index 00000000..81ab4d4b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-02_230635_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,176,86 +/JARVIS843/Unity-Tutorial/tree/main/Assets,166,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,143,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,105,26 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,92,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,56,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,53,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,43,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,30,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Scenes,26,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-02_230635_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-02_230635_top_referrers_snapshot.csv new file mode 100644 index 00000000..a5b5009e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-02_230635_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1179,79 +github.com,34,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-03_230642_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-03_230642_top_paths_snapshot.csv new file mode 100644 index 00000000..e606ad95 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-03_230642_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,160,33 +/JARVIS843/Unity-Tutorial,159,79 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,144,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,102,26 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,94,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,53,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,53,7 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,43,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,25,4 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Scenes,24,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-03_230642_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-03_230642_top_referrers_snapshot.csv new file mode 100644 index 00000000..7b226696 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-03_230642_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1080,74 +github.com,42,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-04_230611_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-04_230611_top_paths_snapshot.csv new file mode 100644 index 00000000..90bbf6cc --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-04_230611_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,175,85 +/JARVIS843/Unity-Tutorial/tree/main/Assets,171,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,143,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,102,28 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,98,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,70,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,55,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,45,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,35,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Scenes,26,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-04_230611_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-04_230611_top_referrers_snapshot.csv new file mode 100644 index 00000000..1d5faac1 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-04_230611_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1105,80 +github.com,43,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-05_230636_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-05_230636_top_paths_snapshot.csv new file mode 100644 index 00000000..5324413c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-05_230636_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,176,39 +/JARVIS843/Unity-Tutorial,170,87 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,152,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,110,31 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,104,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,72,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,57,19 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,47,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,37,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Scenes,26,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-05_230636_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-05_230636_top_referrers_snapshot.csv new file mode 100644 index 00000000..1f831194 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-05_230636_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1168,85 +github.com,46,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-06_231642_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-06_231642_top_paths_snapshot.csv new file mode 100644 index 00000000..f4c79b3f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-06_231642_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,172,38 +/JARVIS843/Unity-Tutorial,158,80 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,151,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,106,30 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,94,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,68,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,63,19 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,53,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,33,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Scenes,23,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-06_231642_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-06_231642_top_referrers_snapshot.csv new file mode 100644 index 00000000..bdcbe634 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-06_231642_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1097,78 +github.com,48,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-07_231715_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-07_231715_top_paths_snapshot.csv new file mode 100644 index 00000000..dc793ea4 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-07_231715_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,175,79 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,155,33 +/JARVIS843/Unity-Tutorial/tree/main/Assets,150,37 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,112,30 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,94,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,62,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,57,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,47,10 +/JARVIS843/Unity-Tutorial/tree/main/.github/workflows,25,3 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,20,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-07_231715_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-07_231715_top_referrers_snapshot.csv new file mode 100644 index 00000000..66c9288d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-07_231715_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,949,78 +github.com,47,6 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-08_231632_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-08_231632_top_paths_snapshot.csv new file mode 100644 index 00000000..206cbd21 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-08_231632_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,166,34 +/JARVIS843/Unity-Tutorial,153,78 +/JARVIS843/Unity-Tutorial/tree/main/Assets,146,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,118,31 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,96,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,72,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,61,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,45,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,20,6 +/JARVIS843/Unity-Tutorial/tree/main/.github/workflows,19,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-08_231632_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-08_231632_top_referrers_snapshot.csv new file mode 100644 index 00000000..fe0d66e8 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-08_231632_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,920,77 +github.com,45,5 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-09_231557_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-09_231557_top_paths_snapshot.csv new file mode 100644 index 00000000..3961c137 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-09_231557_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,210,41 +/JARVIS843/Unity-Tutorial/tree/main/Assets,183,45 +/JARVIS843/Unity-Tutorial,173,89 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,151,37 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,121,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,95,22 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,78,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,57,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,28,10 +/JARVIS843/Unity-Tutorial/tree/main/ProjectSettings,20,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-09_231557_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-09_231557_top_referrers_snapshot.csv new file mode 100644 index 00000000..0336ba94 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-09_231557_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1224,86 +github.com,46,6 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-10_231611_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-10_231611_top_paths_snapshot.csv new file mode 100644 index 00000000..eda6f908 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-10_231611_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,223,38 +/JARVIS843/Unity-Tutorial/tree/main/Assets,217,44 +/JARVIS843/Unity-Tutorial,180,90 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,166,35 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,133,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,98,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,93,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,79,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,46,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,44,13 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-10_231611_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-10_231611_top_referrers_snapshot.csv new file mode 100644 index 00000000..f4800ccd --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-10_231611_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1523,84 +github.com,47,7 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-11_231749_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-11_231749_top_paths_snapshot.csv new file mode 100644 index 00000000..0110055f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-11_231749_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,242,44 +/JARVIS843/Unity-Tutorial/tree/main/Assets,241,50 +/JARVIS843/Unity-Tutorial,197,101 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,181,40 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,159,38 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,102,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,101,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,81,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,52,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,50,12 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-11_231749_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-11_231749_top_referrers_snapshot.csv new file mode 100644 index 00000000..fc17aafa --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-11_231749_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1673,95 +github.com,47,7 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-12_231713_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-12_231713_top_paths_snapshot.csv new file mode 100644 index 00000000..0ce84e3f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-12_231713_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,250,51 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,247,43 +/JARVIS843/Unity-Tutorial,206,106 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,185,39 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,165,37 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,107,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,100,22 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,84,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,59,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,50,12 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-12_231713_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-12_231713_top_referrers_snapshot.csv new file mode 100644 index 00000000..7d7b7ef8 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-12_231713_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1745,99 +github.com,47,7 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-13_230624_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-13_230624_top_paths_snapshot.csv new file mode 100644 index 00000000..6ec24a7c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-13_230624_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,269,56 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,252,46 +/JARVIS843/Unity-Tutorial,226,114 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,188,42 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,167,40 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,117,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,102,23 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,86,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,71,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,60,13 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-13_230624_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-13_230624_top_referrers_snapshot.csv new file mode 100644 index 00000000..af5af4e2 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-13_230624_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1851,108 +github.com,48,8 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-14_230636_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-14_230636_top_paths_snapshot.csv new file mode 100644 index 00000000..e08d71e6 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-14_230636_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,288,59 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,272,49 +/JARVIS843/Unity-Tutorial,246,116 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,196,45 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,171,43 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,132,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,110,26 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,92,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,75,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,60,13 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-14_230636_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-14_230636_top_referrers_snapshot.csv new file mode 100644 index 00000000..e51eb057 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-14_230636_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,2011,108 +github.com,51,8 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-15_230617_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-15_230617_top_paths_snapshot.csv new file mode 100644 index 00000000..c6bc8c0a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-15_230617_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,287,59 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,281,49 +/JARVIS843/Unity-Tutorial,232,111 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,194,45 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,170,43 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,139,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,122,29 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,100,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,77,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,62,14 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-15_230617_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-15_230617_top_referrers_snapshot.csv new file mode 100644 index 00000000..8c374851 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-15_230617_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,2049,103 +github.com,21,7 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-16_230606_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-16_230606_top_paths_snapshot.csv new file mode 100644 index 00000000..ca4258c8 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-16_230606_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,287,59 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,282,49 +/JARVIS843/Unity-Tutorial,231,114 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,200,45 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,170,43 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,137,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,123,29 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,102,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,77,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,62,14 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-16_230606_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-16_230606_top_referrers_snapshot.csv new file mode 100644 index 00000000..3d63529f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-16_230606_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,2054,106 +github.com,12,6 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-17_230604_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-17_230604_top_paths_snapshot.csv new file mode 100644 index 00000000..109b5f6c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-17_230604_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,284,46 +/JARVIS843/Unity-Tutorial/tree/main/Assets,281,59 +/JARVIS843/Unity-Tutorial,228,111 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,201,42 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,169,41 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,124,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,123,27 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,102,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,67,17 +/JARVIS843/Unity-Tutorial/tree/main,54,18 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-17_230604_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-17_230604_top_referrers_snapshot.csv new file mode 100644 index 00000000..9dbed547 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-17_230604_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,2119,103 +github.com,16,7 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-18_230611_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-18_230611_top_paths_snapshot.csv new file mode 100644 index 00000000..39ebaed1 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-18_230611_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,279,61 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,271,46 +/JARVIS843/Unity-Tutorial,235,116 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,191,42 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,165,41 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,128,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,121,30 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,102,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,67,18 +/JARVIS843/Unity-Tutorial/tree/main,56,19 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-18_230611_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-18_230611_top_referrers_snapshot.csv new file mode 100644 index 00000000..7fe944b9 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-18_230611_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,2107,106 +github.com,13,7 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-19_230617_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-19_230617_top_paths_snapshot.csv new file mode 100644 index 00000000..9c468245 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-19_230617_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,290,50 +/JARVIS843/Unity-Tutorial/tree/main/Assets,284,66 +/JARVIS843/Unity-Tutorial,247,122 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,209,45 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,178,44 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,143,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,139,34 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,115,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,76,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,71,15 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-19_230617_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-19_230617_top_referrers_snapshot.csv new file mode 100644 index 00000000..ea6a0d80 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-19_230617_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,2244,112 +github.com,11,5 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-20_230615_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-20_230615_top_paths_snapshot.csv new file mode 100644 index 00000000..584f0043 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-20_230615_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,326,53 +/JARVIS843/Unity-Tutorial/tree/main/Assets,304,69 +/JARVIS843/Unity-Tutorial,241,124 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,237,48 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,210,49 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,161,39 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,142,28 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,127,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,80,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,74,21 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-20_230615_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-20_230615_top_referrers_snapshot.csv new file mode 100644 index 00000000..285453fd --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-20_230615_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,2342,113 +github.com,11,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-21_230613_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-21_230613_top_paths_snapshot.csv new file mode 100644 index 00000000..71770865 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-21_230613_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,319,52 +/JARVIS843/Unity-Tutorial/tree/main/Assets,310,69 +/JARVIS843/Unity-Tutorial,240,121 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,233,47 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,206,48 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,159,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,155,39 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,123,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,88,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,87,23 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-21_230613_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-21_230613_top_referrers_snapshot.csv new file mode 100644 index 00000000..38ebcafe --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-21_230613_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,2411,108 +github.com,12,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-22_230623_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-22_230623_top_paths_snapshot.csv new file mode 100644 index 00000000..79e94b56 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-22_230623_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,265,61 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,262,45 +/JARVIS843/Unity-Tutorial,217,109 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,189,41 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,177,44 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,149,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,127,35 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,102,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,79,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,76,17 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-22_230623_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-22_230623_top_referrers_snapshot.csv new file mode 100644 index 00000000..0ac5f537 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-22_230623_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,2079,100 +github.com,11,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-23_230607_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-23_230607_top_paths_snapshot.csv new file mode 100644 index 00000000..d12a11e0 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-23_230607_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,239,44 +/JARVIS843/Unity-Tutorial/tree/main/Assets,238,60 +/JARVIS843/Unity-Tutorial,213,107 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,171,40 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,165,42 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,120,33 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,118,26 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,96,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,75,18 +/JARVIS843/Unity-Tutorial/tree/main,66,21 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-23_230607_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-23_230607_top_referrers_snapshot.csv new file mode 100644 index 00000000..2113deba --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-23_230607_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1856,98 +github.com,10,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-24_230619_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-24_230619_top_paths_snapshot.csv new file mode 100644 index 00000000..5538c506 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-24_230619_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,230,58 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,228,41 +/JARVIS843/Unity-Tutorial,215,106 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,162,38 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,143,38 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,122,33 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,118,25 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,98,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,81,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,75,17 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-24_230619_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-24_230619_top_referrers_snapshot.csv new file mode 100644 index 00000000..60d6efa6 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-24_230619_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1795,97 +away.vk.com,56,1 +github.com,10,4 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-25_230636_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-25_230636_top_paths_snapshot.csv new file mode 100644 index 00000000..afc940d8 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-25_230636_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,240,57 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,225,42 +/JARVIS843/Unity-Tutorial,215,102 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,158,39 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,141,38 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,118,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,114,31 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,87,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,81,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,72,17 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-25_230636_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-25_230636_top_referrers_snapshot.csv new file mode 100644 index 00000000..7d37c08c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-25_230636_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1748,93 +away.vk.com,56,1 +github.com,11,5 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-26_230618_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-26_230618_top_paths_snapshot.csv new file mode 100644 index 00000000..22d6ed14 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-26_230618_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,247,61 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,244,46 +/JARVIS843/Unity-Tutorial,226,109 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,170,43 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,151,41 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,124,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,122,23 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,100,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,81,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,68,16 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-26_230618_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-26_230618_top_referrers_snapshot.csv new file mode 100644 index 00000000..18e2747d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-26_230618_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1854,96 +away.vk.com,56,1 +github.com,10,5 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-27_230612_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-27_230612_top_paths_snapshot.csv new file mode 100644 index 00000000..b428632f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-27_230612_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,228,57 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,222,42 +/JARVIS843/Unity-Tutorial,203,101 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,160,39 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,145,37 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,116,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,109,22 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,94,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,81,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,64,15 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-27_230612_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-27_230612_top_referrers_snapshot.csv new file mode 100644 index 00000000..c4efb40b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-27_230612_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1685,91 +away.vk.com,56,1 +github.com,7,5 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-28_230630_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-28_230630_top_paths_snapshot.csv new file mode 100644 index 00000000..289f6faf --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-28_230630_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,228,57 +/JARVIS843/Unity-Tutorial,206,103 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,205,41 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,151,38 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,138,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,112,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,104,28 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,84,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,79,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,64,15 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-28_230630_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-28_230630_top_referrers_snapshot.csv new file mode 100644 index 00000000..2af064d2 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-28_230630_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1628,93 +away.vk.com,56,1 +github.com,16,6 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-29_230623_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-29_230623_top_paths_snapshot.csv new file mode 100644 index 00000000..e22695d0 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-29_230623_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,245,60 +/JARVIS843/Unity-Tutorial,210,106 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,210,42 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,157,39 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,144,37 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,117,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,108,29 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,86,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,81,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,69,17 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-29_230623_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-29_230623_top_referrers_snapshot.csv new file mode 100644 index 00000000..b2277571 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-29_230623_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1677,96 +away.vk.com,56,1 +github.com,17,7 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-30_230605_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-30_230605_top_paths_snapshot.csv new file mode 100644 index 00000000..d31d9ee3 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-30_230605_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,230,54 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,212,39 +/JARVIS843/Unity-Tutorial,200,103 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,156,37 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,140,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,117,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,112,29 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,88,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,85,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,73,18 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-30_230605_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-30_230605_top_referrers_snapshot.csv new file mode 100644 index 00000000..367559f1 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-09-30_230605_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1620,94 +away.vk.com,56,1 +github.com,12,4 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-01_230626_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-01_230626_top_paths_snapshot.csv new file mode 100644 index 00000000..1ac0c3ca --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-01_230626_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,278,55 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,240,42 +/JARVIS843/Unity-Tutorial,199,101 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,172,40 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,164,26 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,142,37 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,120,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,92,22 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,90,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,89,17 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-01_230626_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-01_230626_top_referrers_snapshot.csv new file mode 100644 index 00000000..4ed82d01 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-01_230626_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1901,92 +away.vk.com,56,1 +github.com,12,4 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-02_230627_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-02_230627_top_paths_snapshot.csv new file mode 100644 index 00000000..f07dd150 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-02_230627_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,286,56 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,236,42 +/JARVIS843/Unity-Tutorial,191,98 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,161,41 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,149,23 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,145,40 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,101,29 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,83,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,83,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,74,15 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-02_230627_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-02_230627_top_referrers_snapshot.csv new file mode 100644 index 00000000..fddd6fe2 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-02_230627_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1822,91 +away.vk.com,56,1 +github.com,13,5 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-03_230614_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-03_230614_top_paths_snapshot.csv new file mode 100644 index 00000000..7939f3ba --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-03_230614_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,257,51 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,190,36 +/JARVIS843/Unity-Tutorial,175,91 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,143,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,124,35 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,113,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,79,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,75,23 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,65,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,65,12 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-03_230614_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-03_230614_top_referrers_snapshot.csv new file mode 100644 index 00000000..c85a92e6 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-03_230614_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1567,82 +away.vk.com,56,1 +github.com,15,6 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-04_230615_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-04_230615_top_paths_snapshot.csv new file mode 100644 index 00000000..baab89dd --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-04_230615_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,256,50 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,193,37 +/JARVIS843/Unity-Tutorial,173,90 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,132,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,129,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,126,19 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,73,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,71,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,66,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,57,10 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-04_230615_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-04_230615_top_referrers_snapshot.csv new file mode 100644 index 00000000..71c772e6 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-04_230615_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1506,83 +away.vk.com,56,1 +github.com,14,5 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-05_230639_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-05_230639_top_paths_snapshot.csv new file mode 100644 index 00000000..e0135343 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-05_230639_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,274,54 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,214,41 +/JARVIS843/Unity-Tutorial,179,93 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,146,37 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,142,39 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,136,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,79,23 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,75,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,74,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,62,11 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-05_230639_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-05_230639_top_referrers_snapshot.csv new file mode 100644 index 00000000..d1b6226f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-05_230639_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1596,85 +away.vk.com,56,1 +github.com,14,5 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-06_230618_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-06_230618_top_paths_snapshot.csv new file mode 100644 index 00000000..f5861571 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-06_230618_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,253,52 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,208,41 +/JARVIS843/Unity-Tutorial,174,91 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,146,39 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,140,40 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,120,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,72,21 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,69,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,60,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,49,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-06_230618_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-06_230618_top_referrers_snapshot.csv new file mode 100644 index 00000000..a9d08883 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-06_230618_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1426,82 +away.vk.com,56,1 +github.com,23,6 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-07_230604_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-07_230604_top_paths_snapshot.csv new file mode 100644 index 00000000..b79ea30e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-07_230604_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,248,50 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,208,40 +/JARVIS843/Unity-Tutorial,161,86 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,148,38 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,140,39 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,118,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,66,19 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,65,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,54,13 +/JARVIS843/Unity-Tutorial/tree/main,28,11 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-07_230604_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-07_230604_top_referrers_snapshot.csv new file mode 100644 index 00000000..b1d65cbc --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-07_230604_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1377,76 +github.com,23,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-08_230636_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-08_230636_top_paths_snapshot.csv new file mode 100644 index 00000000..fee3b4bd --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-08_230636_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,248,50 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,205,38 +/JARVIS843/Unity-Tutorial,164,83 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,150,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,144,37 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,115,21 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,65,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,62,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,53,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,31,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-08_230636_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-08_230636_top_referrers_snapshot.csv new file mode 100644 index 00000000..baf065fe --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-08_230636_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1331,73 +github.com,22,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-09_230632_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-09_230632_top_paths_snapshot.csv new file mode 100644 index 00000000..9a5bc54a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-09_230632_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,245,46 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,202,36 +/JARVIS843/Unity-Tutorial,155,80 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,142,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,140,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,113,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,65,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,62,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,51,14 +/JARVIS843/Unity-Tutorial/tree/main/Packages,26,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-09_230632_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-09_230632_top_referrers_snapshot.csv new file mode 100644 index 00000000..5895ee4f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-09_230632_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1370,71 +github.com,22,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-10_230636_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-10_230636_top_paths_snapshot.csv new file mode 100644 index 00000000..a679fce3 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-10_230636_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,246,44 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,200,35 +/JARVIS843/Unity-Tutorial,154,78 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,138,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,138,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,113,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,65,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,62,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,53,15 +/JARVIS843/Unity-Tutorial/tree/main/Packages,26,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-10_230636_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-10_230636_top_referrers_snapshot.csv new file mode 100644 index 00000000..79022e3f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-10_230636_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1376,68 +github.com,22,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-11_230621_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-11_230621_top_paths_snapshot.csv new file mode 100644 index 00000000..8e660e44 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-11_230621_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,244,45 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,208,38 +/JARVIS843/Unity-Tutorial,154,77 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,145,37 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,144,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,106,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,67,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,62,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,54,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,28,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-11_230621_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-11_230621_top_referrers_snapshot.csv new file mode 100644 index 00000000..f13e9aab --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-11_230621_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1393,68 +github.com,22,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-12_230627_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-12_230627_top_paths_snapshot.csv new file mode 100644 index 00000000..72f3dff0 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-12_230627_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,228,42 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,206,36 +/JARVIS843/Unity-Tutorial,152,79 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,146,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,140,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,103,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,66,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,60,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,49,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,26,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-12_230627_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-12_230627_top_referrers_snapshot.csv new file mode 100644 index 00000000..be377df7 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-12_230627_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1383,70 +github.com,21,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-13_230610_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-13_230610_top_paths_snapshot.csv new file mode 100644 index 00000000..4533a3e6 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-13_230610_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,228,44 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,197,38 +/JARVIS843/Unity-Tutorial,158,83 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,143,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,136,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,101,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,62,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,56,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,47,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Scenes,25,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-13_230610_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-13_230610_top_referrers_snapshot.csv new file mode 100644 index 00000000..e5d6c539 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-13_230610_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1337,73 +github.com,21,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-14_230626_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-14_230626_top_paths_snapshot.csv new file mode 100644 index 00000000..48db5353 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-14_230626_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,193,44 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,188,38 +/JARVIS843/Unity-Tutorial,160,86 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,150,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,136,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,61,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,58,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,57,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,28,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Scenes,21,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-14_230626_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-14_230626_top_referrers_snapshot.csv new file mode 100644 index 00000000..dff93c41 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-14_230626_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1139,74 +github.com,21,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-15_230609_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-15_230609_top_paths_snapshot.csv new file mode 100644 index 00000000..3fd6c9e3 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-15_230609_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,184,42 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,172,39 +/JARVIS843/Unity-Tutorial,162,86 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,136,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,132,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,62,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,60,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,47,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,28,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Scenes,23,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-15_230609_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-15_230609_top_referrers_snapshot.csv new file mode 100644 index 00000000..21553961 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-15_230609_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1119,76 +github.com,20,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-16_230627_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-16_230627_top_paths_snapshot.csv new file mode 100644 index 00000000..f37feb9b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-16_230627_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,201,43 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,183,40 +/JARVIS843/Unity-Tutorial,167,87 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,144,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,141,37 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,72,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,65,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,53,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,30,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Scenes,23,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-16_230627_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-16_230627_top_referrers_snapshot.csv new file mode 100644 index 00000000..e8982c7b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-16_230627_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1211,77 +github.com,18,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-17_230618_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-17_230618_top_paths_snapshot.csv new file mode 100644 index 00000000..957097da --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-17_230618_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,225,43 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,218,40 +/JARVIS843/Unity-Tutorial,173,89 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,154,36 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,148,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,88,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,87,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,58,14 +/JARVIS843/Unity-Tutorial/tree/main,43,11 +/JARVIS843/Unity-Tutorial/tree/main/ProjectSettings,39,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-17_230618_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-17_230618_top_referrers_snapshot.csv new file mode 100644 index 00000000..775fb30e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-17_230618_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1377,76 +github.com,49,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-18_230623_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-18_230623_top_paths_snapshot.csv new file mode 100644 index 00000000..f4f2d5b2 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-18_230623_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,215,42 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,207,38 +/JARVIS843/Unity-Tutorial,176,89 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,151,35 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,138,33 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,81,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,76,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,58,14 +/JARVIS843/Unity-Tutorial/tree/main,53,13 +/JARVIS843/Unity-Tutorial/tree/main/ProjectSettings,39,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-18_230623_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-18_230623_top_referrers_snapshot.csv new file mode 100644 index 00000000..0cb66801 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-18_230623_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1340,76 +github.com,49,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-19_230620_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-19_230620_top_paths_snapshot.csv new file mode 100644 index 00000000..aff5ca19 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-19_230620_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,218,43 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,203,37 +/JARVIS843/Unity-Tutorial,171,88 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,143,32 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,128,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,81,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,81,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,58,14 +/JARVIS843/Unity-Tutorial/tree/main,52,13 +/JARVIS843/Unity-Tutorial/tree/main/ProjectSettings,42,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-19_230620_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-19_230620_top_referrers_snapshot.csv new file mode 100644 index 00000000..5d4eebe5 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-19_230620_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1347,77 +github.com,40,2 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-20_230618_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-20_230618_top_paths_snapshot.csv new file mode 100644 index 00000000..f382e336 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-20_230618_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,210,42 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,199,36 +/JARVIS843/Unity-Tutorial,172,88 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,139,31 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,124,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,85,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,80,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,60,15 +/JARVIS843/Unity-Tutorial/tree/main,51,13 +/JARVIS843/Unity-Tutorial/tree/main/ProjectSettings,42,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-20_230618_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-20_230618_top_referrers_snapshot.csv new file mode 100644 index 00000000..0a5238b8 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-20_230618_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1350,79 +github.com,40,2 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-21_230602_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-21_230602_top_paths_snapshot.csv new file mode 100644 index 00000000..f6d367f6 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-21_230602_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,182,38 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,182,33 +/JARVIS843/Unity-Tutorial,165,89 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,121,28 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,112,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,83,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,71,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,58,14 +/JARVIS843/Unity-Tutorial/tree/main,54,14 +/JARVIS843/Unity-Tutorial/tree/main/ProjectSettings,43,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-21_230602_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-21_230602_top_referrers_snapshot.csv new file mode 100644 index 00000000..363659cf --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-21_230602_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1314,83 +github.com,40,2 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-22_230613_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-22_230613_top_paths_snapshot.csv new file mode 100644 index 00000000..ea3d71af --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-22_230613_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,167,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,161,31 +/JARVIS843/Unity-Tutorial,156,87 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,112,26 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,106,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,68,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,65,15 +/JARVIS843/Unity-Tutorial/tree/main,61,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,48,13 +/JARVIS843/Unity-Tutorial/tree/main/ProjectSettings,32,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-22_230613_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-22_230613_top_referrers_snapshot.csv new file mode 100644 index 00000000..a6d7d893 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-22_230613_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1138,81 +github.com,40,2 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-23_230628_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-23_230628_top_paths_snapshot.csv new file mode 100644 index 00000000..109fe73b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-23_230628_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,170,91 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,165,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets,164,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,114,27 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,108,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,70,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,63,14 +/JARVIS843/Unity-Tutorial/tree/main,61,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,50,14 +/JARVIS843/Unity-Tutorial/tree/main/ProjectSettings,32,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-23_230628_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-23_230628_top_referrers_snapshot.csv new file mode 100644 index 00000000..91848e95 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-23_230628_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1143,83 +github.com,40,2 +Google,1,1 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-24_230621_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-24_230621_top_paths_snapshot.csv new file mode 100644 index 00000000..4b263bbe --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-24_230621_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,169,95 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,167,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets,165,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,110,25 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,104,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,76,14 +/JARVIS843/Unity-Tutorial/tree/main,62,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,60,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,56,15 +/JARVIS843/Unity-Tutorial/tree/main/ProjectSettings,32,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-24_230621_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-24_230621_top_referrers_snapshot.csv new file mode 100644 index 00000000..96d88dd2 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-24_230621_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1161,86 +github.com,31,1 +Google,1,1 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-25_230641_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-25_230641_top_paths_snapshot.csv new file mode 100644 index 00000000..8b9f2b91 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-25_230641_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,167,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,164,31 +/JARVIS843/Unity-Tutorial,161,89 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,101,24 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,92,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,79,16 +/JARVIS843/Unity-Tutorial/tree/main,66,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,62,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,56,17 +/JARVIS843/Unity-Tutorial/tree/main/ProjectSettings,40,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-25_230641_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-25_230641_top_referrers_snapshot.csv new file mode 100644 index 00000000..ec6ffe59 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-25_230641_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1188,81 +github.com,31,1 +Google,1,1 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-26_230626_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-26_230626_top_paths_snapshot.csv new file mode 100644 index 00000000..e31acee6 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-26_230626_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,169,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets,168,37 +/JARVIS843/Unity-Tutorial,164,87 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,109,24 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,96,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,83,16 +/JARVIS843/Unity-Tutorial/tree/main,68,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,60,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,60,12 +/JARVIS843/Unity-Tutorial/tree/main/ProjectSettings,40,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-26_230626_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-26_230626_top_referrers_snapshot.csv new file mode 100644 index 00000000..d451a2b5 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-26_230626_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1243,81 +github.com,31,1 +Google,1,1 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-27_230605_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-27_230605_top_paths_snapshot.csv new file mode 100644 index 00000000..9521df19 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-27_230605_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,171,84 +/JARVIS843/Unity-Tutorial/tree/main/Assets,165,37 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,163,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,106,26 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,102,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,78,17 +/JARVIS843/Unity-Tutorial/tree/main,66,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,59,10 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,55,18 +/JARVIS843/Unity-Tutorial/tree/main/ProjectSettings,40,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-27_230605_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-27_230605_top_referrers_snapshot.csv new file mode 100644 index 00000000..2b7f9cca --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-27_230605_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1209,81 +github.com,32,2 +Google,1,1 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-28_230605_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-28_230605_top_paths_snapshot.csv new file mode 100644 index 00000000..a2595688 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-28_230605_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,171,39 +/JARVIS843/Unity-Tutorial,169,82 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,158,32 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,106,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,105,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,72,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,69,11 +/JARVIS843/Unity-Tutorial/tree/main,67,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,59,18 +/JARVIS843/Unity-Tutorial/tree/main/ProjectSettings,42,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-28_230605_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-28_230605_top_referrers_snapshot.csv new file mode 100644 index 00000000..79c44714 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-28_230605_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1200,79 +github.com,32,2 +Google,1,1 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-29_230606_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-29_230606_top_paths_snapshot.csv new file mode 100644 index 00000000..c3bc1db1 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-29_230606_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,174,85 +/JARVIS843/Unity-Tutorial/tree/main/Assets,168,38 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,155,30 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,98,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,98,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,77,17 +/JARVIS843/Unity-Tutorial/tree/main,69,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,69,10 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,57,18 +/JARVIS843/Unity-Tutorial/tree/main/ProjectSettings,42,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-29_230606_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-29_230606_top_referrers_snapshot.csv new file mode 100644 index 00000000..af047786 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-29_230606_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1191,81 +github.com,33,3 +Google,1,1 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-30_230616_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-30_230616_top_paths_snapshot.csv new file mode 100644 index 00000000..1e6aacda --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-30_230616_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,172,86 +/JARVIS843/Unity-Tutorial/tree/main/Assets,142,38 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,118,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,82,24 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,75,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,59,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,53,8 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,44,16 +/JARVIS843/Unity-Tutorial/tree/main,38,13 +/JARVIS843/Unity-Tutorial/tree/main/.vscode,27,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-30_230616_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-30_230616_top_referrers_snapshot.csv new file mode 100644 index 00000000..5164f78a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-30_230616_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1000,84 +github.com,2,2 +Google,1,1 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-31_230607_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-31_230607_top_paths_snapshot.csv new file mode 100644 index 00000000..58269e28 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-31_230607_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,176,88 +/JARVIS843/Unity-Tutorial/tree/main/Assets,141,38 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,112,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,74,23 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,69,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,59,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,53,8 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,44,15 +/JARVIS843/Unity-Tutorial/tree/main,35,13 +/JARVIS843/Unity-Tutorial/tree/main/.vscode,24,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-31_230607_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-31_230607_top_referrers_snapshot.csv new file mode 100644 index 00000000..0ab89604 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-10-31_230607_top_referrers_snapshot.csv @@ -0,0 +1,6 @@ +referrer,views_total,views_unique +youtube.com,981,84 +github.com,2,2 +Google,1,1 +lab.uwa4d.com,1,1 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-01_230620_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-01_230620_top_paths_snapshot.csv new file mode 100644 index 00000000..df7f1c6b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-01_230620_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,190,89 +/JARVIS843/Unity-Tutorial/tree/main/Assets,136,37 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,111,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,76,24 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,69,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,61,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,50,8 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,46,16 +/JARVIS843/Unity-Tutorial/tree/main,37,14 +/JARVIS843/Unity-Tutorial/tree/main/.vscode,29,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-01_230620_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-01_230620_top_referrers_snapshot.csv new file mode 100644 index 00000000..1e8bd456 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-01_230620_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,998,84 +github.com,2,2 +Google,1,1 +lab.uwa4d.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-02_230631_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-02_230631_top_paths_snapshot.csv new file mode 100644 index 00000000..e5be1afb --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-02_230631_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,194,92 +/JARVIS843/Unity-Tutorial/tree/main/Assets,137,37 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,112,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,78,24 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,73,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,59,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,47,7 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,44,15 +/JARVIS843/Unity-Tutorial/tree/main,35,13 +/JARVIS843/Unity-Tutorial/tree/main/.vscode,25,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-02_230631_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-02_230631_top_referrers_snapshot.csv new file mode 100644 index 00000000..f614d7f5 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-02_230631_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1001,87 +github.com,3,3 +Google,1,1 +lab.uwa4d.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-03_230631_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-03_230631_top_paths_snapshot.csv new file mode 100644 index 00000000..472fb8e3 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-03_230631_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,187,89 +/JARVIS843/Unity-Tutorial/tree/main/Assets,145,39 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,112,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,80,25 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,73,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,59,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,57,10 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,44,15 +/JARVIS843/Unity-Tutorial/tree/main,29,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,26,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-03_230631_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-03_230631_top_referrers_snapshot.csv new file mode 100644 index 00000000..01d8c752 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-03_230631_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1044,83 +github.com,3,3 +Google,1,1 +lab.uwa4d.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-04_230612_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-04_230612_top_paths_snapshot.csv new file mode 100644 index 00000000..31578a55 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-04_230612_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,173,86 +/JARVIS843/Unity-Tutorial/tree/main/Assets,135,39 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,112,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,76,25 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,73,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,59,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,51,9 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,44,15 +/JARVIS843/Unity-Tutorial/tree/main/.vscode,25,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,24,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-04_230612_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-04_230612_top_referrers_snapshot.csv new file mode 100644 index 00000000..0ceeb361 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-04_230612_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,974,81 +github.com,3,3 +Google,1,1 +lab.uwa4d.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-05_230603_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-05_230603_top_paths_snapshot.csv new file mode 100644 index 00000000..744fd9b0 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-05_230603_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,171,88 +/JARVIS843/Unity-Tutorial/tree/main/Assets,143,41 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,124,31 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,87,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,87,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,65,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,56,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,53,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,28,8 +/JARVIS843/Unity-Tutorial/tree/main/.vscode,25,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-05_230603_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-05_230603_top_referrers_snapshot.csv new file mode 100644 index 00000000..279d9d2c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-05_230603_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1069,84 +github.com,3,3 +lab.uwa4d.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-06_230618_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-06_230618_top_paths_snapshot.csv new file mode 100644 index 00000000..404c9b42 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-06_230618_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,193,96 +/JARVIS843/Unity-Tutorial/tree/main/Assets,156,44 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,130,33 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,92,29 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,91,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,65,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,58,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,54,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,34,9 +/JARVIS843/Unity-Tutorial/tree/main/.vscode,27,10 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-06_230618_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-06_230618_top_referrers_snapshot.csv new file mode 100644 index 00000000..670b017c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-06_230618_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1128,91 +Google,36,1 +github.com,3,3 +lab.uwa4d.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-07_230647_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-07_230647_top_paths_snapshot.csv new file mode 100644 index 00000000..971c4e68 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-07_230647_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,208,101 +/JARVIS843/Unity-Tutorial/tree/main/Assets,174,47 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,133,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,99,30 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,95,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,65,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,61,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,54,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,38,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,30,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-07_230647_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-07_230647_top_referrers_snapshot.csv new file mode 100644 index 00000000..333d9525 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-07_230647_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1160,95 +Google,36,1 +github.com,5,5 +lab.uwa4d.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-08_230626_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-08_230626_top_paths_snapshot.csv new file mode 100644 index 00000000..c0cabc9e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-08_230626_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,192,99 +/JARVIS843/Unity-Tutorial/tree/main/Assets,170,45 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,118,30 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,89,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,87,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,65,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,54,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,50,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,38,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,30,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-08_230626_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-08_230626_top_referrers_snapshot.csv new file mode 100644 index 00000000..aea9b0a5 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-08_230626_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1078,92 +Google,36,1 +github.com,5,5 +lab.uwa4d.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-09_230643_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-09_230643_top_paths_snapshot.csv new file mode 100644 index 00000000..f074f62d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-09_230643_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,180,96 +/JARVIS843/Unity-Tutorial/tree/main/Assets,174,42 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,110,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,77,25 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,76,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,66,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,53,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,46,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,40,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,30,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-09_230643_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-09_230643_top_referrers_snapshot.csv new file mode 100644 index 00000000..3d1a5676 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-09_230643_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1117,90 +Google,36,1 +github.com,4,4 +lab.uwa4d.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-10_230623_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-10_230623_top_paths_snapshot.csv new file mode 100644 index 00000000..af79337a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-10_230623_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,174,95 +/JARVIS843/Unity-Tutorial/tree/main/Assets,163,40 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,106,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,74,23 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,68,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,58,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,54,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,40,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,34,11 +/JARVIS843/Unity-Tutorial/tree/main/.vscode,29,10 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-10_230623_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-10_230623_top_referrers_snapshot.csv new file mode 100644 index 00000000..de475d7c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-10_230623_top_referrers_snapshot.csv @@ -0,0 +1,6 @@ +referrer,views_total,views_unique +youtube.com,1048,88 +Google,36,1 +m.youtube.com,20,1 +github.com,4,4 +lab.uwa4d.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-11_230610_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-11_230610_top_paths_snapshot.csv new file mode 100644 index 00000000..b040a1ed --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-11_230610_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,167,90 +/JARVIS843/Unity-Tutorial/tree/main/Assets,149,37 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,98,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,72,22 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,66,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,48,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,44,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,36,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,34,11 +/JARVIS843/Unity-Tutorial/tree/main/.vscode,29,10 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-11_230610_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-11_230610_top_referrers_snapshot.csv new file mode 100644 index 00000000..3eb60e5a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-11_230610_top_referrers_snapshot.csv @@ -0,0 +1,6 @@ +referrer,views_total,views_unique +youtube.com,979,85 +Google,36,1 +m.youtube.com,20,1 +github.com,3,3 +lab.uwa4d.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-12_230603_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-12_230603_top_paths_snapshot.csv new file mode 100644 index 00000000..2702fc2b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-12_230603_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,182,100 +/JARVIS843/Unity-Tutorial/tree/main/Assets,165,42 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,107,24 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,79,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,79,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,58,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,42,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,38,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,38,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,36,10 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-12_230603_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-12_230603_top_referrers_snapshot.csv new file mode 100644 index 00000000..bc377b54 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-12_230603_top_referrers_snapshot.csv @@ -0,0 +1,6 @@ +referrer,views_total,views_unique +youtube.com,1098,95 +Google,36,1 +m.youtube.com,21,2 +github.com,3,3 +lab.uwa4d.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-13_230617_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-13_230617_top_paths_snapshot.csv new file mode 100644 index 00000000..a42e1787 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-13_230617_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,177,43 +/JARVIS843/Unity-Tutorial,174,93 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,117,25 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,91,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,85,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,73,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,46,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,42,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,40,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,36,10 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-13_230617_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-13_230617_top_referrers_snapshot.csv new file mode 100644 index 00000000..a5085182 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-13_230617_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1162,92 +Google,36,1 +m.youtube.com,21,2 +github.com,3,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-14_230625_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-14_230625_top_paths_snapshot.csv new file mode 100644 index 00000000..1cc9acb7 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-14_230625_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,180,43 +/JARVIS843/Unity-Tutorial,161,91 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,128,26 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,99,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,89,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,75,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,50,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,44,11 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,42,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,41,11 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-14_230625_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-14_230625_top_referrers_snapshot.csv new file mode 100644 index 00000000..65d0269a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-14_230625_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1229,90 +Google,36,1 +m.youtube.com,21,2 +github.com,3,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-15_230618_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-15_230618_top_paths_snapshot.csv new file mode 100644 index 00000000..39ec3c8f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-15_230618_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,201,46 +/JARVIS843/Unity-Tutorial,172,90 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,149,29 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,108,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,105,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,84,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,61,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,55,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,50,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,50,12 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-15_230618_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-15_230618_top_referrers_snapshot.csv new file mode 100644 index 00000000..3f942a17 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-15_230618_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1382,88 +m.youtube.com,36,3 +Google,36,1 +github.com,25,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-16_230630_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-16_230630_top_paths_snapshot.csv new file mode 100644 index 00000000..cb42cfdf --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-16_230630_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,223,50 +/JARVIS843/Unity-Tutorial,180,92 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,179,34 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,124,37 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,124,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,94,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,69,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,61,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,58,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,51,12 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-16_230630_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-16_230630_top_referrers_snapshot.csv new file mode 100644 index 00000000..a9ef6565 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-16_230630_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1533,92 +m.youtube.com,36,3 +Google,36,1 +github.com,25,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-17_230617_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-17_230617_top_paths_snapshot.csv new file mode 100644 index 00000000..c6c6f09a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-17_230617_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,225,50 +/JARVIS843/Unity-Tutorial,207,98 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,177,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,124,31 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,123,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,94,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,69,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,61,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,56,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,51,12 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-17_230617_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-17_230617_top_referrers_snapshot.csv new file mode 100644 index 00000000..92950ab1 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-17_230617_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1551,97 +github.com,63,6 +m.youtube.com,36,3 +Google,36,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-18_230620_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-18_230620_top_paths_snapshot.csv new file mode 100644 index 00000000..e717e2b1 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-18_230620_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,226,51 +/JARVIS843/Unity-Tutorial,209,97 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,167,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,117,32 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,113,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,96,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,61,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,59,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,51,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,42,14 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-18_230620_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-18_230620_top_referrers_snapshot.csv new file mode 100644 index 00000000..c43f7be1 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-18_230620_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1486,95 +github.com,64,7 +m.youtube.com,36,3 +Google,36,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-19_230615_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-19_230615_top_paths_snapshot.csv new file mode 100644 index 00000000..6ee42e46 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-19_230615_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,212,49 +/JARVIS843/Unity-Tutorial,195,86 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,169,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,124,30 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,117,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,97,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,62,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,55,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,51,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,48,15 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-19_230615_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-19_230615_top_referrers_snapshot.csv new file mode 100644 index 00000000..63ee7e70 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-19_230615_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1454,84 +github.com,64,7 +m.youtube.com,36,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-20_230625_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-20_230625_top_paths_snapshot.csv new file mode 100644 index 00000000..4a66f907 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-20_230625_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,181,79 +/JARVIS843/Unity-Tutorial/tree/main/Assets,181,43 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,152,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,111,27 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,107,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,86,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,55,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,48,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,48,11 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,42,15 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-20_230625_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-20_230625_top_referrers_snapshot.csv new file mode 100644 index 00000000..71837a52 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-20_230625_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1307,79 +github.com,62,5 +m.youtube.com,36,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-21_230610_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-21_230610_top_paths_snapshot.csv new file mode 100644 index 00000000..377667de --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-21_230610_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,199,86 +/JARVIS843/Unity-Tutorial/tree/main/Assets,194,45 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,172,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,125,31 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,121,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,88,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,64,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,48,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,48,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,48,11 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-21_230610_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-21_230610_top_referrers_snapshot.csv new file mode 100644 index 00000000..d1f0482e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-21_230610_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1460,81 +github.com,62,5 +m.youtube.com,36,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-22_230628_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-22_230628_top_paths_snapshot.csv new file mode 100644 index 00000000..76ff5ebf --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-22_230628_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,194,84 +/JARVIS843/Unity-Tutorial/tree/main/Assets,174,44 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,167,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,120,28 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,115,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,80,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,64,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,60,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,48,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,46,13 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-22_230628_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-22_230628_top_referrers_snapshot.csv new file mode 100644 index 00000000..f69cdf06 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-22_230628_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1324,79 +github.com,63,6 +m.youtube.com,36,3 +lab.uwa4d.com,13,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-23_230616_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-23_230616_top_paths_snapshot.csv new file mode 100644 index 00000000..e9da5a77 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-23_230616_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,205,88 +/JARVIS843/Unity-Tutorial/tree/main/Assets,180,46 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,173,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,126,31 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,121,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,77,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,71,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,67,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,46,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,44,12 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-23_230616_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-23_230616_top_referrers_snapshot.csv new file mode 100644 index 00000000..6f81a894 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-23_230616_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1346,83 +github.com,75,8 +m.youtube.com,16,2 +lab.uwa4d.com,13,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-24_230611_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-24_230611_top_paths_snapshot.csv new file mode 100644 index 00000000..1c331798 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-24_230611_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,216,94 +/JARVIS843/Unity-Tutorial/tree/main/Assets,184,48 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,175,33 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,130,32 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,123,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,78,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,71,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,67,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,46,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,44,12 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-24_230611_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-24_230611_top_referrers_snapshot.csv new file mode 100644 index 00000000..a868aab2 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-24_230611_top_referrers_snapshot.csv @@ -0,0 +1,6 @@ +referrer,views_total,views_unique +youtube.com,1369,89 +github.com,75,8 +m.youtube.com,16,2 +lab.uwa4d.com,13,1 +Google,3,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-25_230623_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-25_230623_top_paths_snapshot.csv new file mode 100644 index 00000000..fcf03045 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-25_230623_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,198,81 +/JARVIS843/Unity-Tutorial/tree/main/Assets,166,42 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,165,33 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,121,32 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,108,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,71,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,68,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,63,22 +/JARVIS843/Unity-Tutorial/tree/main,42,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,40,10 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-25_230623_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-25_230623_top_referrers_snapshot.csv new file mode 100644 index 00000000..95609dee --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-25_230623_top_referrers_snapshot.csv @@ -0,0 +1,6 @@ +referrer,views_total,views_unique +youtube.com,1239,78 +github.com,75,8 +m.youtube.com,15,1 +lab.uwa4d.com,13,1 +Google,3,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-26_230604_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-26_230604_top_paths_snapshot.csv new file mode 100644 index 00000000..a92fa242 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-26_230604_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,210,87 +/JARVIS843/Unity-Tutorial/tree/main/Assets,181,44 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,175,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,131,34 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,104,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,81,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,71,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,67,23 +/JARVIS843/Unity-Tutorial/tree/main,43,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,43,12 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-26_230604_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-26_230604_top_referrers_snapshot.csv new file mode 100644 index 00000000..23201646 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-26_230604_top_referrers_snapshot.csv @@ -0,0 +1,6 @@ +referrer,views_total,views_unique +youtube.com,1338,81 +github.com,75,8 +m.youtube.com,15,1 +lab.uwa4d.com,13,1 +Google,3,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-27_230625_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-27_230625_top_paths_snapshot.csv new file mode 100644 index 00000000..f15ee01f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-27_230625_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,213,92 +/JARVIS843/Unity-Tutorial/tree/main/Assets,180,46 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,166,37 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,133,35 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,102,33 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,77,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,69,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,63,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,43,12 +/JARVIS843/Unity-Tutorial/tree/main,42,20 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-27_230625_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-27_230625_top_referrers_snapshot.csv new file mode 100644 index 00000000..fa55623f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-27_230625_top_referrers_snapshot.csv @@ -0,0 +1,6 @@ +referrer,views_total,views_unique +youtube.com,1267,86 +github.com,75,8 +m.youtube.com,15,1 +lab.uwa4d.com,13,1 +Google,3,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-28_230630_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-28_230630_top_paths_snapshot.csv new file mode 100644 index 00000000..c9986e77 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-28_230630_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,198,91 +/JARVIS843/Unity-Tutorial/tree/main/Assets,167,44 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,148,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,121,33 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,91,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,66,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,64,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,55,19 +/JARVIS843/Unity-Tutorial/tree/main,40,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,32,11 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-28_230630_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-28_230630_top_referrers_snapshot.csv new file mode 100644 index 00000000..abc98de3 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-28_230630_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1125,87 +github.com,52,6 +lab.uwa4d.com,13,1 +Google,3,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-29_230620_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-29_230620_top_paths_snapshot.csv new file mode 100644 index 00000000..ab5585bf --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-29_230620_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,197,91 +/JARVIS843/Unity-Tutorial/tree/main/Assets,157,42 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,143,33 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,117,31 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,82,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,61,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,59,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,58,15 +/JARVIS843/Unity-Tutorial/tree/main,34,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,27,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-29_230620_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-29_230620_top_referrers_snapshot.csv new file mode 100644 index 00000000..b0e9f701 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-29_230620_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1075,87 +github.com,52,6 +lab.uwa4d.com,13,1 +Google,3,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-30_230624_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-30_230624_top_paths_snapshot.csv new file mode 100644 index 00000000..8e383fcf --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-30_230624_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,186,90 +/JARVIS843/Unity-Tutorial/tree/main/Assets,165,43 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,152,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,125,34 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,89,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,66,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,65,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,63,21 +/JARVIS843/Unity-Tutorial/tree/main,32,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,27,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-30_230624_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-30_230624_top_referrers_snapshot.csv new file mode 100644 index 00000000..41f1ccae --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-11-30_230624_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1084,86 +github.com,45,5 +lab.uwa4d.com,13,1 +Google,3,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-01_230617_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-01_230617_top_paths_snapshot.csv new file mode 100644 index 00000000..991206f5 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-01_230617_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,191,93 +/JARVIS843/Unity-Tutorial/tree/main/Assets,182,43 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,152,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,122,33 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,85,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,75,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,70,19 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,69,22 +/JARVIS843/Unity-Tutorial/tree/main,33,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,31,11 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-01_230617_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-01_230617_top_referrers_snapshot.csv new file mode 100644 index 00000000..87716660 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-01_230617_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1103,90 +github.com,61,5 +lab.uwa4d.com,15,2 +Google,3,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-02_230602_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-02_230602_top_paths_snapshot.csv new file mode 100644 index 00000000..6732b44d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-02_230602_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,179,92 +/JARVIS843/Unity-Tutorial/tree/main/Assets,173,42 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,132,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,105,30 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,73,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,69,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,61,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,59,20 +/JARVIS843/Unity-Tutorial/tree/main,30,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,29,10 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-02_230602_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-02_230602_top_referrers_snapshot.csv new file mode 100644 index 00000000..3aaaee12 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-02_230602_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1015,87 +github.com,61,5 +lab.uwa4d.com,15,2 +Google,3,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-03_230630_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-03_230630_top_paths_snapshot.csv new file mode 100644 index 00000000..bd1beb9a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-03_230630_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,177,43 +/JARVIS843/Unity-Tutorial,175,92 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,136,33 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,109,31 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,79,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,69,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,61,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,59,20 +/JARVIS843/Unity-Tutorial/tree/main,30,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,29,10 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-03_230630_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-03_230630_top_referrers_snapshot.csv new file mode 100644 index 00000000..fffcf001 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-03_230630_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1030,86 +github.com,61,5 +lab.uwa4d.com,15,2 +Google,3,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-04_230627_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-04_230627_top_paths_snapshot.csv new file mode 100644 index 00000000..fefa5f29 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-04_230627_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,176,44 +/JARVIS843/Unity-Tutorial,162,90 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,121,33 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,102,31 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,75,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,73,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,51,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,51,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,31,11 +/JARVIS843/Unity-Tutorial/tree/main/Packages,24,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-04_230627_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-04_230627_top_referrers_snapshot.csv new file mode 100644 index 00000000..77787966 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-04_230627_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,951,88 +github.com,61,5 +lab.uwa4d.com,15,2 +Google,3,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-05_230613_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-05_230613_top_paths_snapshot.csv new file mode 100644 index 00000000..fe443aca --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-05_230613_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,189,47 +/JARVIS843/Unity-Tutorial,172,95 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,127,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,107,33 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,78,19 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,76,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,51,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,43,14 +/JARVIS843/Unity-Tutorial/tree/main/Packages,35,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,34,12 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-05_230613_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-05_230613_top_referrers_snapshot.csv new file mode 100644 index 00000000..3917fc07 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-05_230613_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1042,92 +github.com,60,4 +Google,3,1 +lab.uwa4d.com,3,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-06_230637_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-06_230637_top_paths_snapshot.csv new file mode 100644 index 00000000..db575d8f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-06_230637_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,188,46 +/JARVIS843/Unity-Tutorial,167,96 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,122,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,105,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,79,19 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,74,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,41,14 +/JARVIS843/Unity-Tutorial/tree/main/Packages,38,11 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,36,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,34,12 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-06_230637_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-06_230637_top_referrers_snapshot.csv new file mode 100644 index 00000000..b8533154 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-06_230637_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1032,92 +github.com,48,2 +lab.uwa4d.com,4,1 +Google,3,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-07_230624_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-07_230624_top_paths_snapshot.csv new file mode 100644 index 00000000..3300af11 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-07_230624_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,189,45 +/JARVIS843/Unity-Tutorial,172,97 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,125,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,104,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,81,19 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,74,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,45,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,40,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,37,13 +/JARVIS843/Unity-Tutorial/tree/main/Packages,36,10 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-07_230624_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-07_230624_top_referrers_snapshot.csv new file mode 100644 index 00000000..6554ab11 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-07_230624_top_referrers_snapshot.csv @@ -0,0 +1,6 @@ +referrer,views_total,views_unique +youtube.com,1051,92 +github.com,49,3 +m.youtube.com,12,1 +lab.uwa4d.com,4,1 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-08_230607_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-08_230607_top_paths_snapshot.csv new file mode 100644 index 00000000..84948064 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-08_230607_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,194,48 +/JARVIS843/Unity-Tutorial,182,102 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,127,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,107,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,83,20 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,78,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,47,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,42,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,37,13 +/JARVIS843/Unity-Tutorial/tree/main/Packages,36,10 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-08_230607_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-08_230607_top_referrers_snapshot.csv new file mode 100644 index 00000000..5cd0746a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-08_230607_top_referrers_snapshot.csv @@ -0,0 +1,6 @@ +referrer,views_total,views_unique +youtube.com,1059,97 +github.com,50,4 +m.youtube.com,12,1 +lab.uwa4d.com,4,1 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-09_230606_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-09_230606_top_paths_snapshot.csv new file mode 100644 index 00000000..9bc532db --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-09_230606_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,179,101 +/JARVIS843/Unity-Tutorial/tree/main/Assets,171,46 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,114,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,99,34 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,86,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,67,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,42,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,38,12 +/JARVIS843/Unity-Tutorial/tree/main/Packages,36,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,26,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-09_230606_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-09_230606_top_referrers_snapshot.csv new file mode 100644 index 00000000..ca37a59d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-09_230606_top_referrers_snapshot.csv @@ -0,0 +1,6 @@ +referrer,views_total,views_unique +youtube.com,919,94 +github.com,52,6 +m.youtube.com,12,1 +lab.uwa4d.com,4,1 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-10_230608_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-10_230608_top_paths_snapshot.csv new file mode 100644 index 00000000..6d6c4280 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-10_230608_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,174,98 +/JARVIS843/Unity-Tutorial/tree/main/Assets,165,43 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,111,33 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,95,31 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,84,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,65,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,42,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,38,12 +/JARVIS843/Unity-Tutorial/tree/main/Packages,36,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,22,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-10_230608_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-10_230608_top_referrers_snapshot.csv new file mode 100644 index 00000000..fad6acfc --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-10_230608_top_referrers_snapshot.csv @@ -0,0 +1,6 @@ +referrer,views_total,views_unique +youtube.com,890,89 +github.com,52,6 +m.youtube.com,12,1 +lab.uwa4d.com,4,1 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-11_230617_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-11_230617_top_paths_snapshot.csv new file mode 100644 index 00000000..6c0fcf10 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-11_230617_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,174,95 +/JARVIS843/Unity-Tutorial/tree/main/Assets,159,43 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,119,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,99,32 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,97,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,57,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,55,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,52,14 +/JARVIS843/Unity-Tutorial/tree/main/Packages,41,11 +/JARVIS843/Unity-Tutorial/tree/main,25,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-11_230617_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-11_230617_top_referrers_snapshot.csv new file mode 100644 index 00000000..e4cd8ff8 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-11_230617_top_referrers_snapshot.csv @@ -0,0 +1,6 @@ +referrer,views_total,views_unique +youtube.com,943,87 +github.com,52,6 +m.youtube.com,12,1 +lab.uwa4d.com,4,1 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-12_230617_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-12_230617_top_paths_snapshot.csv new file mode 100644 index 00000000..d5d4a06c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-12_230617_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,182,92 +/JARVIS843/Unity-Tutorial/tree/main/Assets,151,43 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,109,32 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,104,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,101,31 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,49,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,49,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,47,14 +/JARVIS843/Unity-Tutorial/tree/main/Packages,41,11 +/JARVIS843/Unity-Tutorial/tree/main,24,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-12_230617_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-12_230617_top_referrers_snapshot.csv new file mode 100644 index 00000000..d12ca80e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-12_230617_top_referrers_snapshot.csv @@ -0,0 +1,6 @@ +referrer,views_total,views_unique +youtube.com,876,84 +github.com,52,6 +m.youtube.com,12,1 +lab.uwa4d.com,4,1 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-13_230615_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-13_230615_top_paths_snapshot.csv new file mode 100644 index 00000000..0872ef25 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-13_230615_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,183,92 +/JARVIS843/Unity-Tutorial/tree/main/Assets,149,41 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,104,30 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,98,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,95,29 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,47,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,47,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,45,13 +/JARVIS843/Unity-Tutorial/tree/main/Packages,41,11 +/JARVIS843/Unity-Tutorial/tree/main,26,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-13_230615_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-13_230615_top_referrers_snapshot.csv new file mode 100644 index 00000000..f581b399 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-13_230615_top_referrers_snapshot.csv @@ -0,0 +1,6 @@ +referrer,views_total,views_unique +youtube.com,898,86 +github.com,21,5 +m.youtube.com,12,1 +lab.uwa4d.com,4,1 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-14_230612_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-14_230612_top_paths_snapshot.csv new file mode 100644 index 00000000..0d102089 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-14_230612_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,174,92 +/JARVIS843/Unity-Tutorial/tree/main/Assets,134,40 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,109,32 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,102,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,100,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,46,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,43,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,40,12 +/JARVIS843/Unity-Tutorial/tree/main/Packages,32,10 +/JARVIS843/Unity-Tutorial/blob/main/Assets/Scenes/Test%20Range.unity,26,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-14_230612_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-14_230612_top_referrers_snapshot.csv new file mode 100644 index 00000000..3943b1f2 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-14_230612_top_referrers_snapshot.csv @@ -0,0 +1,6 @@ +referrer,views_total,views_unique +youtube.com,913,84 +m.youtube.com,12,1 +github.com,4,4 +lab.uwa4d.com,2,1 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-15_230611_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-15_230611_top_paths_snapshot.csv new file mode 100644 index 00000000..ba366c35 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-15_230611_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,183,97 +/JARVIS843/Unity-Tutorial/tree/main/Assets,148,42 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,128,35 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,112,33 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,110,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,54,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,48,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,47,15 +/JARVIS843/Unity-Tutorial/tree/main,30,10 +/JARVIS843/Unity-Tutorial/tree/main/Packages,30,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-15_230611_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-15_230611_top_referrers_snapshot.csv new file mode 100644 index 00000000..6b5697ce --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-15_230611_top_referrers_snapshot.csv @@ -0,0 +1,6 @@ +referrer,views_total,views_unique +youtube.com,1033,89 +m.youtube.com,12,1 +github.com,4,4 +lab.uwa4d.com,2,1 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-16_230608_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-16_230608_top_paths_snapshot.csv new file mode 100644 index 00000000..b39f4981 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-16_230608_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,183,97 +/JARVIS843/Unity-Tutorial/tree/main/Assets,146,42 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,126,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,108,34 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,108,33 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,54,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,48,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,47,15 +/JARVIS843/Unity-Tutorial/tree/main,30,10 +/JARVIS843/Unity-Tutorial/tree/main/Packages,30,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-16_230608_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-16_230608_top_referrers_snapshot.csv new file mode 100644 index 00000000..4ea839f6 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-16_230608_top_referrers_snapshot.csv @@ -0,0 +1,6 @@ +referrer,views_total,views_unique +youtube.com,1024,89 +m.youtube.com,12,1 +github.com,4,4 +lab.uwa4d.com,2,1 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-17_230628_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-17_230628_top_paths_snapshot.csv new file mode 100644 index 00000000..9a31deb0 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-17_230628_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,206,103 +/JARVIS843/Unity-Tutorial/tree/main/Assets,179,41 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,152,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,120,33 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,114,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,62,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,58,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,53,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,40,7 +/JARVIS843/Unity-Tutorial/tree/main,35,13 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-17_230628_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-17_230628_top_referrers_snapshot.csv new file mode 100644 index 00000000..a778ab0d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-17_230628_top_referrers_snapshot.csv @@ -0,0 +1,6 @@ +referrer,views_total,views_unique +youtube.com,1229,92 +m.youtube.com,12,1 +github.com,4,4 +lab.uwa4d.com,2,1 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-18_230622_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-18_230622_top_paths_snapshot.csv new file mode 100644 index 00000000..47bb5ab2 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-18_230622_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,201,101 +/JARVIS843/Unity-Tutorial/tree/main/Assets,169,39 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,149,33 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,123,32 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,119,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,59,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,53,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,53,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,36,6 +/JARVIS843/Unity-Tutorial/blob/main/Assets/Scenes/Test%20Range.unity,30,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-18_230622_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-18_230622_top_referrers_snapshot.csv new file mode 100644 index 00000000..e9bf0537 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-18_230622_top_referrers_snapshot.csv @@ -0,0 +1,6 @@ +referrer,views_total,views_unique +youtube.com,1154,92 +m.youtube.com,12,1 +github.com,4,4 +Google,1,1 +lab.uwa4d.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-19_230552_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-19_230552_top_paths_snapshot.csv new file mode 100644 index 00000000..d726278d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-19_230552_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,196,96 +/JARVIS843/Unity-Tutorial/tree/main/Assets,166,38 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,150,32 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,119,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,119,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,62,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,59,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,53,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,38,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,33,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-19_230552_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-19_230552_top_referrers_snapshot.csv new file mode 100644 index 00000000..9b7af296 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-19_230552_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1172,87 +m.youtube.com,12,1 +github.com,4,4 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-20_230614_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-20_230614_top_paths_snapshot.csv new file mode 100644 index 00000000..5f42ab54 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-20_230614_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,198,92 +/JARVIS843/Unity-Tutorial/tree/main/Assets,170,39 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,151,32 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,121,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,120,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,60,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,60,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,49,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,39,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,32,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-20_230614_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-20_230614_top_referrers_snapshot.csv new file mode 100644 index 00000000..a8d51f70 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-20_230614_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1228,85 +Bing,7,1 +github.com,4,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-21_230621_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-21_230621_top_paths_snapshot.csv new file mode 100644 index 00000000..3d9faeaa --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-21_230621_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,206,95 +/JARVIS843/Unity-Tutorial/tree/main/Assets,192,41 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,171,33 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,133,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,130,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,70,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,66,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,64,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,39,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,32,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-21_230621_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-21_230621_top_referrers_snapshot.csv new file mode 100644 index 00000000..37e90cce --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-21_230621_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1379,87 +github.com,29,4 +Bing,7,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-22_230603_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-22_230603_top_paths_snapshot.csv new file mode 100644 index 00000000..a8adc1f9 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-22_230603_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,193,86 +/JARVIS843/Unity-Tutorial/tree/main/Assets,185,38 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,160,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,120,28 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,117,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,67,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,64,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,56,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,39,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,32,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-22_230603_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-22_230603_top_referrers_snapshot.csv new file mode 100644 index 00000000..b81c46d7 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-22_230603_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1311,81 +github.com,27,2 +Bing,7,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-23_230616_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-23_230616_top_paths_snapshot.csv new file mode 100644 index 00000000..a0196184 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-23_230616_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,211,40 +/JARVIS843/Unity-Tutorial,200,88 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,176,31 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,131,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,130,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,70,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,69,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,58,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,55,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,53,10 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-23_230616_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-23_230616_top_referrers_snapshot.csv new file mode 100644 index 00000000..61f108fc --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-23_230616_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1589,84 +github.com,27,2 +Bing,7,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-24_230611_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-24_230611_top_paths_snapshot.csv new file mode 100644 index 00000000..3908a5a2 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-24_230611_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,228,43 +/JARVIS843/Unity-Tutorial,213,96 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,174,32 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,135,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,130,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,75,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,59,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,57,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,53,10 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,51,17 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-24_230611_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-24_230611_top_referrers_snapshot.csv new file mode 100644 index 00000000..c6d1fe62 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-24_230611_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1593,91 +github.com,27,2 +Bing,7,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-25_230610_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-25_230610_top_paths_snapshot.csv new file mode 100644 index 00000000..beff6dc2 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-25_230610_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,233,41 +/JARVIS843/Unity-Tutorial,211,97 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,183,31 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,131,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,125,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,79,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,61,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,53,7 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,51,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,51,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-25_230610_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-25_230610_top_referrers_snapshot.csv new file mode 100644 index 00000000..ae8e742c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-25_230610_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1604,93 +github.com,27,2 +Bing,7,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-26_230641_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-26_230641_top_paths_snapshot.csv new file mode 100644 index 00000000..fe042a29 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-26_230641_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,230,41 +/JARVIS843/Unity-Tutorial,205,94 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,181,30 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,133,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,124,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,83,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,63,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,61,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,55,8 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,51,16 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-26_230641_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-26_230641_top_referrers_snapshot.csv new file mode 100644 index 00000000..87df3488 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-26_230641_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1619,89 +github.com,27,2 +Bing,7,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-27_230623_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-27_230623_top_paths_snapshot.csv new file mode 100644 index 00000000..4d2af5db --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-27_230623_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,247,40 +/JARVIS843/Unity-Tutorial,215,93 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,186,30 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,141,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,126,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,97,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,69,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,61,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,60,9 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,49,15 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-27_230623_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-27_230623_top_referrers_snapshot.csv new file mode 100644 index 00000000..13a4bebf --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-27_230623_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1742,91 +github.com,28,3 +Bing,7,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-28_230624_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-28_230624_top_paths_snapshot.csv new file mode 100644 index 00000000..fa4130e7 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-28_230624_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,239,42 +/JARVIS843/Unity-Tutorial,214,93 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,174,31 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,139,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,123,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,93,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,73,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,58,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,53,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,45,13 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-28_230624_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-28_230624_top_referrers_snapshot.csv new file mode 100644 index 00000000..9021e9cd --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-28_230624_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1662,88 +github.com,28,3 +Bing,7,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-29_230608_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-29_230608_top_paths_snapshot.csv new file mode 100644 index 00000000..dc5c5836 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-29_230608_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,272,46 +/JARVIS843/Unity-Tutorial,239,101 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,207,34 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,161,33 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,137,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,118,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,80,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,71,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,66,9 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,55,16 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-29_230608_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-29_230608_top_referrers_snapshot.csv new file mode 100644 index 00000000..57dd4818 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-29_230608_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1916,95 +github.com,32,5 +Bing,7,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-30_230557_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-30_230557_top_paths_snapshot.csv new file mode 100644 index 00000000..1327eefc --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-30_230557_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,247,49 +/JARVIS843/Unity-Tutorial,232,102 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,202,33 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,167,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,142,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,106,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,71,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,69,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,53,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,47,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-30_230557_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-30_230557_top_referrers_snapshot.csv new file mode 100644 index 00000000..a4346681 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-30_230557_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1782,97 +github.com,41,6 +Bing,7,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-31_230621_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-31_230621_top_paths_snapshot.csv new file mode 100644 index 00000000..541cb3e4 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-31_230621_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,241,49 +/JARVIS843/Unity-Tutorial,226,103 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,193,33 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,159,33 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,132,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,104,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,69,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,67,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,49,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,47,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-31_230621_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-31_230621_top_referrers_snapshot.csv new file mode 100644 index 00000000..e4e5da58 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2023-12-31_230621_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1760,98 +github.com,41,6 +Bing,7,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-01_230611_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-01_230611_top_paths_snapshot.csv new file mode 100644 index 00000000..d0976653 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-01_230611_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,237,47 +/JARVIS843/Unity-Tutorial,221,100 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,185,30 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,153,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,127,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,99,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,64,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,62,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,47,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,47,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-01_230611_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-01_230611_top_referrers_snapshot.csv new file mode 100644 index 00000000..00c0bdfd --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-01_230611_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1707,94 +github.com,41,6 +Bing,7,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-02_230605_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-02_230605_top_paths_snapshot.csv new file mode 100644 index 00000000..e28d9d01 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-02_230605_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,273,51 +/JARVIS843/Unity-Tutorial,226,101 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,194,31 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,159,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,136,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,120,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,74,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,65,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,62,11 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,55,15 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-02_230605_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-02_230605_top_referrers_snapshot.csv new file mode 100644 index 00000000..be61203c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-02_230605_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1900,94 +github.com,41,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-03_230638_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-03_230638_top_paths_snapshot.csv new file mode 100644 index 00000000..93e81ddf --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-03_230638_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,272,51 +/JARVIS843/Unity-Tutorial,233,102 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,190,30 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,153,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,141,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,132,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,84,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,72,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,62,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,48,13 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-03_230638_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-03_230638_top_referrers_snapshot.csv new file mode 100644 index 00000000..bd946a25 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-03_230638_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1960,94 +github.com,20,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-04_230614_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-04_230614_top_paths_snapshot.csv new file mode 100644 index 00000000..4c8f83d7 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-04_230614_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,288,52 +/JARVIS843/Unity-Tutorial,240,104 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,203,31 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,163,33 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,150,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,140,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,88,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,78,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,74,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations/Base,59,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-04_230614_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-04_230614_top_referrers_snapshot.csv new file mode 100644 index 00000000..42951054 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-04_230614_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,2085,97 +github.com,20,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-05_230605_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-05_230605_top_paths_snapshot.csv new file mode 100644 index 00000000..ca7d3ee7 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-05_230605_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,273,52 +/JARVIS843/Unity-Tutorial,232,100 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,199,32 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,151,33 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,146,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,138,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,77,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,76,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,70,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,52,14 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-05_230605_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-05_230605_top_referrers_snapshot.csv new file mode 100644 index 00000000..cd0a3d12 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-05_230605_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1858,93 +github.com,50,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-06_230612_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-06_230612_top_paths_snapshot.csv new file mode 100644 index 00000000..eb40d2d1 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-06_230612_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,256,48 +/JARVIS843/Unity-Tutorial,214,90 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,194,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,141,29 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,137,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,133,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,77,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,77,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,68,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,50,14 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-06_230612_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-06_230612_top_referrers_snapshot.csv new file mode 100644 index 00000000..a6c45b8a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-06_230612_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1783,83 +github.com,50,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-07_230605_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-07_230605_top_paths_snapshot.csv new file mode 100644 index 00000000..b7c2727a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-07_230605_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,250,46 +/JARVIS843/Unity-Tutorial,204,89 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,179,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,135,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,133,23 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,131,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,79,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,72,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,68,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,46,12 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-07_230605_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-07_230605_top_referrers_snapshot.csv new file mode 100644 index 00000000..e5e93fb8 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-07_230605_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1729,83 +github.com,50,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-08_230622_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-08_230622_top_paths_snapshot.csv new file mode 100644 index 00000000..063b21a0 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-08_230622_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,253,45 +/JARVIS843/Unity-Tutorial,201,89 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,188,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,146,27 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,137,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,126,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,76,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,69,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,66,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,48,12 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-08_230622_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-08_230622_top_referrers_snapshot.csv new file mode 100644 index 00000000..a43989d1 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-08_230622_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1706,82 +github.com,50,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-09_230609_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-09_230609_top_paths_snapshot.csv new file mode 100644 index 00000000..de9af6d4 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-09_230609_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,232,43 +/JARVIS843/Unity-Tutorial,186,87 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,174,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,138,25 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,125,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,106,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,72,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,59,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,55,10 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,48,12 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-09_230609_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-09_230609_top_referrers_snapshot.csv new file mode 100644 index 00000000..3d3405a5 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-09_230609_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1529,80 +github.com,49,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-10_230618_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-10_230618_top_paths_snapshot.csv new file mode 100644 index 00000000..3f500d90 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-10_230618_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,261,43 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,198,26 +/JARVIS843/Unity-Tutorial,189,84 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,154,25 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,136,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,112,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,85,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,64,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,61,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,58,15 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-10_230618_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-10_230618_top_referrers_snapshot.csv new file mode 100644 index 00000000..5a7b9ce0 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-10_230618_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1719,78 +github.com,49,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-11_230617_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-11_230617_top_paths_snapshot.csv new file mode 100644 index 00000000..f50158ce --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-11_230617_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,238,42 +/JARVIS843/Unity-Tutorial,174,80 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,167,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,140,25 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,112,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,91,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,69,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,56,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,54,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations/Base,50,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-11_230617_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-11_230617_top_referrers_snapshot.csv new file mode 100644 index 00000000..0750b303 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-11_230617_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1504,73 +github.com,45,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-12_230614_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-12_230614_top_paths_snapshot.csv new file mode 100644 index 00000000..9aeaa6db --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-12_230614_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,236,39 +/JARVIS843/Unity-Tutorial,157,74 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,153,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,121,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,102,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,96,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,65,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,58,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,54,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations/Base,50,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-12_230614_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-12_230614_top_referrers_snapshot.csv new file mode 100644 index 00000000..190e5294 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-12_230614_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1480,68 +github.com,36,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-13_230635_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-13_230635_top_paths_snapshot.csv new file mode 100644 index 00000000..bfc50142 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-13_230635_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,239,40 +/JARVIS843/Unity-Tutorial,164,75 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,153,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,121,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,104,19 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,100,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,65,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,58,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,56,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,54,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-13_230635_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-13_230635_top_referrers_snapshot.csv new file mode 100644 index 00000000..96f7db52 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-13_230635_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1498,69 +github.com,36,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-14_230603_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-14_230603_top_paths_snapshot.csv new file mode 100644 index 00000000..2d17b06c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-14_230603_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,243,40 +/JARVIS843/Unity-Tutorial,173,81 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,164,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,130,24 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,104,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,101,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,65,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,58,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,56,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,54,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-14_230603_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-14_230603_top_referrers_snapshot.csv new file mode 100644 index 00000000..ad47842b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-14_230603_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1535,75 +github.com,36,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-15_230633_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-15_230633_top_paths_snapshot.csv new file mode 100644 index 00000000..36dacf50 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-15_230633_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,215,38 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,170,27 +/JARVIS843/Unity-Tutorial,155,78 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,133,26 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,106,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,84,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,67,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,48,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,46,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,35,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-15_230633_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-15_230633_top_referrers_snapshot.csv new file mode 100644 index 00000000..27e86022 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-15_230633_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1345,75 +github.com,35,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-16_230611_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-16_230611_top_paths_snapshot.csv new file mode 100644 index 00000000..5fa95fba --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-16_230611_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,189,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,148,27 +/JARVIS843/Unity-Tutorial,129,72 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,111,24 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,96,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,66,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,56,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,38,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,36,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations/Base,31,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-16_230611_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-16_230611_top_referrers_snapshot.csv new file mode 100644 index 00000000..aad7d9c5 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-16_230611_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1117,69 +github.com,30,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-17_230633_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-17_230633_top_paths_snapshot.csv new file mode 100644 index 00000000..c5bb9836 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-17_230633_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,182,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,151,26 +/JARVIS843/Unity-Tutorial,126,69 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,118,23 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,106,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,58,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,50,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,34,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,32,8 +/JARVIS843/Unity-Tutorial/tree/main,29,11 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-17_230633_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-17_230633_top_referrers_snapshot.csv new file mode 100644 index 00000000..eaa822b2 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-17_230633_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1071,66 +github.com,30,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-18_230613_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-18_230613_top_paths_snapshot.csv new file mode 100644 index 00000000..acb7a3a2 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-18_230613_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,176,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,144,24 +/JARVIS843/Unity-Tutorial,128,70 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,114,21 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,110,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,54,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,48,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,36,12 +/JARVIS843/Unity-Tutorial/tree/main,26,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,22,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-18_230613_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-18_230613_top_referrers_snapshot.csv new file mode 100644 index 00000000..d9abdf23 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-18_230613_top_referrers_snapshot.csv @@ -0,0 +1,2 @@ +referrer,views_total,views_unique +youtube.com,1043,69 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-19_230600_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-19_230600_top_paths_snapshot.csv new file mode 100644 index 00000000..373b49df --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-19_230600_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,203,37 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,155,26 +/JARVIS843/Unity-Tutorial,140,75 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,128,23 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,119,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,60,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,52,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,38,12 +/JARVIS843/Unity-Tutorial/tree/main,30,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,28,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-19_230600_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-19_230600_top_referrers_snapshot.csv new file mode 100644 index 00000000..2eb4c554 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-19_230600_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1153,73 +github.com,14,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-20_230704_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-20_230704_top_paths_snapshot.csv new file mode 100644 index 00000000..f3046362 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-20_230704_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,199,37 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,146,26 +/JARVIS843/Unity-Tutorial,142,75 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,123,23 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,117,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,60,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,47,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,36,11 +/JARVIS843/Unity-Tutorial/tree/main,33,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,29,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-20_230704_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-20_230704_top_referrers_snapshot.csv new file mode 100644 index 00000000..18989741 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-20_230704_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1132,73 +github.com,14,1 +lab.uwa4d.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-21_230616_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-21_230616_top_paths_snapshot.csv new file mode 100644 index 00000000..e64a87ac --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-21_230616_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,203,39 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,153,26 +/JARVIS843/Unity-Tutorial,143,78 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,121,23 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,119,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,63,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,50,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,46,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,33,8 +/JARVIS843/Unity-Tutorial/tree/main,32,11 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-21_230616_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-21_230616_top_referrers_snapshot.csv new file mode 100644 index 00000000..974c1688 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-21_230616_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1146,75 +github.com,14,1 +lab.uwa4d.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-22_230607_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-22_230607_top_paths_snapshot.csv new file mode 100644 index 00000000..4c0993c9 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-22_230607_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,198,38 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,153,26 +/JARVIS843/Unity-Tutorial,142,77 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,127,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,123,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,61,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,52,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,48,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,33,8 +/JARVIS843/Unity-Tutorial/tree/main,31,10 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-22_230607_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-22_230607_top_referrers_snapshot.csv new file mode 100644 index 00000000..48be7efc --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-22_230607_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1124,73 +github.com,14,1 +lab.uwa4d.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-23_230610_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-23_230610_top_paths_snapshot.csv new file mode 100644 index 00000000..8541ac55 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-23_230610_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,173,38 +/JARVIS843/Unity-Tutorial,141,78 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,133,26 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,122,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,111,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,55,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,45,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,42,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,25,7 +/JARVIS843/Unity-Tutorial/tree/main,23,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-23_230610_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-23_230610_top_referrers_snapshot.csv new file mode 100644 index 00000000..237623f4 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-23_230610_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,969,74 +github.com,14,1 +lab.uwa4d.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-24_230619_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-24_230619_top_paths_snapshot.csv new file mode 100644 index 00000000..e4895a87 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-24_230619_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,179,39 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,141,27 +/JARVIS843/Unity-Tutorial,140,78 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,128,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,119,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,55,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,49,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,46,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,31,8 +/JARVIS843/Unity-Tutorial/tree/main,23,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-24_230619_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-24_230619_top_referrers_snapshot.csv new file mode 100644 index 00000000..8fe60f5f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-24_230619_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1029,77 +github.com,14,1 +Google,1,1 +lab.uwa4d.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-25_230633_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-25_230633_top_paths_snapshot.csv new file mode 100644 index 00000000..008f91a1 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-25_230633_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,175,40 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,144,28 +/JARVIS843/Unity-Tutorial,142,81 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,134,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,122,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,54,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,48,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,47,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,31,9 +/JARVIS843/Unity-Tutorial/tree/main,16,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-25_230633_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-25_230633_top_referrers_snapshot.csv new file mode 100644 index 00000000..6bf095a1 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-25_230633_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1002,81 +github.com,14,1 +Google,1,1 +lab.uwa4d.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-26_230636_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-26_230636_top_paths_snapshot.csv new file mode 100644 index 00000000..608071fd --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-26_230636_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,190,42 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,173,31 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,142,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,142,28 +/JARVIS843/Unity-Tutorial,141,84 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,67,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,50,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,50,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,35,10 +/JARVIS843/Unity-Tutorial/tree/main/.vscode,20,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-26_230636_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-26_230636_top_referrers_snapshot.csv new file mode 100644 index 00000000..ea941be5 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-26_230636_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1130,81 +github.com,14,1 +Google,1,1 +lab.uwa4d.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-27_230635_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-27_230635_top_paths_snapshot.csv new file mode 100644 index 00000000..e64e3571 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-27_230635_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,196,44 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,186,33 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,158,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,150,30 +/JARVIS843/Unity-Tutorial,138,83 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,74,20 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,60,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,54,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,35,10 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player.meta,28,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-27_230635_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-27_230635_top_referrers_snapshot.csv new file mode 100644 index 00000000..83002d75 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-27_230635_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1265,81 +github.com,14,1 +Google,1,1 +lab.uwa4d.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-28_230707_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-28_230707_top_paths_snapshot.csv new file mode 100644 index 00000000..7e8c3bf4 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-28_230707_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,189,46 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,171,34 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,160,31 +/JARVIS843/Unity-Tutorial,144,85 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,138,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,71,19 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,62,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,48,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,33,9 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player.meta,26,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-28_230707_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-28_230707_top_referrers_snapshot.csv new file mode 100644 index 00000000..6edfffce --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-28_230707_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1206,80 +github.com,21,3 +Google,1,1 +lab.uwa4d.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-29_230626_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-29_230626_top_paths_snapshot.csv new file mode 100644 index 00000000..f29e5b34 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-29_230626_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,186,46 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,171,34 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,166,31 +/JARVIS843/Unity-Tutorial,143,85 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,140,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,71,19 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,62,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,46,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,33,9 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player.meta,26,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-29_230626_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-29_230626_top_referrers_snapshot.csv new file mode 100644 index 00000000..6edfffce --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-29_230626_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1206,80 +github.com,21,3 +Google,1,1 +lab.uwa4d.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-30_230605_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-30_230605_top_paths_snapshot.csv new file mode 100644 index 00000000..cddbc2cc --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-30_230605_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,177,46 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,159,34 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,148,30 +/JARVIS843/Unity-Tutorial,136,85 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,126,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,65,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,60,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,46,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,33,9 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player.meta,24,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-30_230605_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-30_230605_top_referrers_snapshot.csv new file mode 100644 index 00000000..3695c947 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-30_230605_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1128,81 +github.com,21,3 +Google,1,1 +lab.uwa4d.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-31_230607_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-31_230607_top_paths_snapshot.csv new file mode 100644 index 00000000..4c32c0a0 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-31_230607_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,178,46 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,159,34 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,142,29 +/JARVIS843/Unity-Tutorial,135,83 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,127,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,65,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,60,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,46,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,33,9 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player.meta,22,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-31_230607_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-31_230607_top_referrers_snapshot.csv new file mode 100644 index 00000000..fccba5b0 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-01-31_230607_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1115,78 +github.com,21,3 +Google,1,1 +lab.uwa4d.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-01_230640_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-01_230640_top_paths_snapshot.csv new file mode 100644 index 00000000..0272c25c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-01_230640_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,154,46 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,147,32 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,130,27 +/JARVIS843/Unity-Tutorial,129,84 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,111,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,59,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,57,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,42,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,27,8 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player.meta,20,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-01_230640_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-01_230640_top_referrers_snapshot.csv new file mode 100644 index 00000000..7019aec1 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-01_230640_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1022,78 +github.com,7,2 +Google,1,1 +lab.uwa4d.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-02_230602_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-02_230602_top_paths_snapshot.csv new file mode 100644 index 00000000..3cebad50 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-02_230602_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,149,46 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,149,32 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,142,28 +/JARVIS843/Unity-Tutorial,126,82 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,114,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,61,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,61,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,38,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,26,8 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player.meta,20,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-02_230602_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-02_230602_top_referrers_snapshot.csv new file mode 100644 index 00000000..09dce50e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-02_230602_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1039,74 +Google,26,3 +github.com,8,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-03_230618_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-03_230618_top_paths_snapshot.csv new file mode 100644 index 00000000..c9760c62 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-03_230618_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,144,45 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,133,30 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,130,26 +/JARVIS843/Unity-Tutorial,123,78 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,106,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,52,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,47,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,44,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,32,8 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player.meta,20,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-03_230618_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-03_230618_top_referrers_snapshot.csv new file mode 100644 index 00000000..9d50d001 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-03_230618_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1039,71 +Google,26,3 +github.com,8,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-04_230557_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-04_230557_top_paths_snapshot.csv new file mode 100644 index 00000000..2da22ff9 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-04_230557_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,169,49 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,149,33 +/JARVIS843/Unity-Tutorial,128,82 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,126,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,113,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,75,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,57,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,49,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,46,11 +/JARVIS843/Unity-Tutorial/tree/main/Packages,27,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-04_230557_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-04_230557_top_referrers_snapshot.csv new file mode 100644 index 00000000..fa9455fc --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-04_230557_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1215,74 +Google,26,3 +github.com,8,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-05_230629_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-05_230629_top_paths_snapshot.csv new file mode 100644 index 00000000..f2b98869 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-05_230629_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,166,48 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,147,33 +/JARVIS843/Unity-Tutorial,127,83 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,114,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,109,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,71,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,54,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,47,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,46,11 +/JARVIS843/Unity-Tutorial/tree/main/Packages,29,10 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-05_230629_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-05_230629_top_referrers_snapshot.csv new file mode 100644 index 00000000..e5145b64 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-05_230629_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1185,72 +Google,26,3 +github.com,9,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-06_230606_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-06_230606_top_paths_snapshot.csv new file mode 100644 index 00000000..14e8b9d9 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-06_230606_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,158,47 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,145,33 +/JARVIS843/Unity-Tutorial,128,82 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,114,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,105,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,71,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,52,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,47,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,42,11 +/JARVIS843/Unity-Tutorial/tree/main/Packages,29,10 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-06_230606_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-06_230606_top_referrers_snapshot.csv new file mode 100644 index 00000000..0eb7036f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-06_230606_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1148,72 +Google,25,2 +github.com,9,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-07_230626_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-07_230626_top_paths_snapshot.csv new file mode 100644 index 00000000..9db769b4 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-07_230626_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,147,45 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,134,32 +/JARVIS843/Unity-Tutorial,123,79 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,104,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,100,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,68,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,47,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,45,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,43,12 +/JARVIS843/Unity-Tutorial/tree/main/Packages,25,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-07_230626_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-07_230626_top_referrers_snapshot.csv new file mode 100644 index 00000000..06eb4005 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-07_230626_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1077,69 +Google,25,2 +github.com,9,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-08_230624_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-08_230624_top_paths_snapshot.csv new file mode 100644 index 00000000..6c94a485 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-08_230624_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,129,42 +/JARVIS843/Unity-Tutorial,115,76 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,108,30 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,94,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,82,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,63,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,39,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,36,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,35,13 +/JARVIS843/Unity-Tutorial/tree/main/Packages,23,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-08_230624_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-08_230624_top_referrers_snapshot.csv new file mode 100644 index 00000000..93046f22 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-08_230624_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,922,65 +Google,25,2 +github.com,10,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-09_230631_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-09_230631_top_paths_snapshot.csv new file mode 100644 index 00000000..9c772e10 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-09_230631_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,127,41 +/JARVIS843/Unity-Tutorial,119,77 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,92,29 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,76,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,71,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,61,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,40,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,33,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,27,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,23,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-09_230631_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-09_230631_top_referrers_snapshot.csv new file mode 100644 index 00000000..67385c5f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-09_230631_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,822,65 +Google,25,2 +github.com,10,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-10_230609_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-10_230609_top_paths_snapshot.csv new file mode 100644 index 00000000..3478b4de --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-10_230609_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,122,39 +/JARVIS843/Unity-Tutorial,106,74 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,92,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,72,23 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,66,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,59,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,40,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,34,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,29,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,23,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-10_230609_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-10_230609_top_referrers_snapshot.csv new file mode 100644 index 00000000..ddac5e14 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-10_230609_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,805,64 +Google,25,2 +github.com,3,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-11_230617_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-11_230617_top_paths_snapshot.csv new file mode 100644 index 00000000..efdfbd0b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-11_230617_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,135,42 +/JARVIS843/Unity-Tutorial,112,78 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,98,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,75,24 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,62,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,59,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,40,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,34,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,29,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,23,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-11_230617_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-11_230617_top_referrers_snapshot.csv new file mode 100644 index 00000000..b631ea95 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-11_230617_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,846,66 +Google,25,2 +github.com,3,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-12_230619_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-12_230619_top_paths_snapshot.csv new file mode 100644 index 00000000..689c7df5 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-12_230619_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,140,42 +/JARVIS843/Unity-Tutorial,120,80 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,98,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,77,25 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,66,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,66,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,43,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,36,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,35,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,25,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-12_230619_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-12_230619_top_referrers_snapshot.csv new file mode 100644 index 00000000..93f41cc3 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-12_230619_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,914,68 +Google,25,2 +github.com,3,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-13_230608_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-13_230608_top_paths_snapshot.csv new file mode 100644 index 00000000..f8d63d0d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-13_230608_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,142,41 +/JARVIS843/Unity-Tutorial,120,79 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,104,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,78,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,73,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,67,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,45,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,40,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,35,15 +/JARVIS843/Unity-Tutorial/tree/main/Packages,25,10 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-13_230608_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-13_230608_top_referrers_snapshot.csv new file mode 100644 index 00000000..ed214d96 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-13_230608_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,913,69 +Google,25,2 +github.com,3,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-14_230614_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-14_230614_top_paths_snapshot.csv new file mode 100644 index 00000000..d3e27358 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-14_230614_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,139,40 +/JARVIS843/Unity-Tutorial,124,80 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,107,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,81,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,71,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,70,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,45,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,41,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,34,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,25,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-14_230614_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-14_230614_top_referrers_snapshot.csv new file mode 100644 index 00000000..8828fd64 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-14_230614_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,909,72 +Google,25,2 +github.com,3,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-15_230633_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-15_230633_top_paths_snapshot.csv new file mode 100644 index 00000000..ce2d58ce --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-15_230633_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,135,38 +/JARVIS843/Unity-Tutorial,125,81 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,105,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,77,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,69,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,54,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,43,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,39,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,30,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,25,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-15_230633_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-15_230633_top_referrers_snapshot.csv new file mode 100644 index 00000000..4ab3f85f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-15_230633_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,854,76 +github.com,2,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-16_230602_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-16_230602_top_paths_snapshot.csv new file mode 100644 index 00000000..21220ae4 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-16_230602_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,134,39 +/JARVIS843/Unity-Tutorial,132,81 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,111,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,83,26 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,58,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,57,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,46,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,38,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,31,11 +/JARVIS843/Unity-Tutorial/tree/main/Packages,26,11 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-16_230602_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-16_230602_top_referrers_snapshot.csv new file mode 100644 index 00000000..f1c5c74e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-16_230602_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,854,77 +github.com,2,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-17_230557_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-17_230557_top_paths_snapshot.csv new file mode 100644 index 00000000..648646ab --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-17_230557_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,135,81 +/JARVIS843/Unity-Tutorial/tree/main/Assets,116,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,109,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,83,25 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,63,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,45,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,38,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,32,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,21,8 +/JARVIS843/Unity-Tutorial/tree/main/Packages,18,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-17_230557_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-17_230557_top_referrers_snapshot.csv new file mode 100644 index 00000000..b7d65655 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-17_230557_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,761,78 +github.com,2,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-18_230613_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-18_230613_top_paths_snapshot.csv new file mode 100644 index 00000000..f3d5852d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-18_230613_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,127,72 +/JARVIS843/Unity-Tutorial/tree/main/Assets,118,37 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,110,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,86,26 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,71,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,42,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,36,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,32,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,21,8 +/JARVIS843/Unity-Tutorial/tree/main/ProjectSettings,18,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-18_230613_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-18_230613_top_referrers_snapshot.csv new file mode 100644 index 00000000..ce74138b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-18_230613_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,755,73 +github.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-19_230603_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-19_230603_top_paths_snapshot.csv new file mode 100644 index 00000000..9cb81b60 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-19_230603_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,120,68 +/JARVIS843/Unity-Tutorial/tree/main/Assets,114,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,108,28 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,89,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,89,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,42,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,40,10 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,34,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,23,9 +/JARVIS843/Unity-Tutorial/tree/main/ProjectSettings,20,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-19_230603_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-19_230603_top_referrers_snapshot.csv new file mode 100644 index 00000000..8b0029a1 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-19_230603_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,766,69 +github.com,2,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-20_230622_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-20_230622_top_paths_snapshot.csv new file mode 100644 index 00000000..5815075b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-20_230622_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,126,69 +/JARVIS843/Unity-Tutorial/tree/main/Assets,120,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,113,28 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,105,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,93,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,41,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,38,9 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,32,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,25,4 +/JARVIS843/Unity-Tutorial/tree/main/ProjectSettings,22,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-20_230622_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-20_230622_top_referrers_snapshot.csv new file mode 100644 index 00000000..7d3af8c1 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-20_230622_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,811,71 +github.com,2,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-21_230650_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-21_230650_top_paths_snapshot.csv new file mode 100644 index 00000000..72d430b4 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-21_230650_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,140,77 +/JARVIS843/Unity-Tutorial/tree/main/Assets,132,37 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,131,30 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,124,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,110,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,46,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,38,9 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,36,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,25,4 +/JARVIS843/Unity-Tutorial/tree/main/ProjectSettings,22,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-21_230650_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-21_230650_top_referrers_snapshot.csv new file mode 100644 index 00000000..1ddd28e6 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-21_230650_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,876,80 +github.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-22_230646_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-22_230646_top_paths_snapshot.csv new file mode 100644 index 00000000..34b7ffb5 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-22_230646_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,137,79 +/JARVIS843/Unity-Tutorial/tree/main/Assets,134,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,129,29 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,128,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,108,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,47,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,42,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,35,5 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,34,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,25,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-22_230646_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-22_230646_top_referrers_snapshot.csv new file mode 100644 index 00000000..38bf358e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-22_230646_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,893,83 +github.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-23_230615_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-23_230615_top_paths_snapshot.csv new file mode 100644 index 00000000..8c94d8f9 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-23_230615_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,152,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets,147,38 +/JARVIS843/Unity-Tutorial,146,84 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,134,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,122,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,57,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,56,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,41,6 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,38,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,31,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-23_230615_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-23_230615_top_referrers_snapshot.csv new file mode 100644 index 00000000..546b42eb --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-23_230615_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1010,85 +github.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-24_230610_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-24_230610_top_paths_snapshot.csv new file mode 100644 index 00000000..505b237e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-24_230610_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,153,29 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,142,28 +/JARVIS843/Unity-Tutorial,138,77 +/JARVIS843/Unity-Tutorial/tree/main/Assets,137,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,131,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,64,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,62,11 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,44,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,41,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,33,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-24_230610_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-24_230610_top_referrers_snapshot.csv new file mode 100644 index 00000000..8108f839 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-24_230610_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1016,79 +github.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-25_230618_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-25_230618_top_paths_snapshot.csv new file mode 100644 index 00000000..f106f0ef --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-25_230618_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,159,29 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,142,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,139,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets,136,35 +/JARVIS843/Unity-Tutorial,135,77 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,70,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,59,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,45,6 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,42,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,36,10 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-25_230618_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-25_230618_top_referrers_snapshot.csv new file mode 100644 index 00000000..ef38dc8d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-25_230618_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1007,78 +github.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-26_230629_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-26_230629_top_paths_snapshot.csv new file mode 100644 index 00000000..e2dc81a7 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-26_230629_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,164,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets,156,39 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,153,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,145,29 +/JARVIS843/Unity-Tutorial,144,82 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,72,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,62,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,45,6 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,44,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,34,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-26_230629_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-26_230629_top_referrers_snapshot.csv new file mode 100644 index 00000000..342a57ea --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-26_230629_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1069,80 +github.com,2,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-27_230619_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-27_230619_top_paths_snapshot.csv new file mode 100644 index 00000000..02c5ad95 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-27_230619_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,181,41 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,167,32 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,148,27 +/JARVIS843/Unity-Tutorial,143,79 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,141,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,74,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,68,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,49,7 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,44,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,42,11 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-27_230619_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-27_230619_top_referrers_snapshot.csv new file mode 100644 index 00000000..63ff01ba --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-27_230619_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1137,76 +github.com,7,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-28_230656_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-28_230656_top_paths_snapshot.csv new file mode 100644 index 00000000..b445f199 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-28_230656_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,190,44 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,177,34 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,152,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,145,30 +/JARVIS843/Unity-Tutorial,139,78 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,79,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,72,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,54,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,47,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,44,14 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-28_230656_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-28_230656_top_referrers_snapshot.csv new file mode 100644 index 00000000..dfab87e4 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-28_230656_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1198,75 +github.com,7,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-29_230610_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-29_230610_top_paths_snapshot.csv new file mode 100644 index 00000000..fec45e29 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-29_230610_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,186,43 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,175,34 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,154,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,141,31 +/JARVIS843/Unity-Tutorial,131,75 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,79,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,69,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,54,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,47,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,38,13 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-29_230610_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-29_230610_top_referrers_snapshot.csv new file mode 100644 index 00000000..d587f6ab --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-02-29_230610_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1152,71 +github.com,7,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-01_230607_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-01_230607_top_paths_snapshot.csv new file mode 100644 index 00000000..82fb1b4f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-01_230607_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,187,46 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,172,36 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,156,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,143,33 +/JARVIS843/Unity-Tutorial,128,80 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,77,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,71,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,52,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,46,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,38,12 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-01_230607_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-01_230607_top_referrers_snapshot.csv new file mode 100644 index 00000000..598733c0 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-01_230607_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1142,73 +github.com,7,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-02_230617_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-02_230617_top_paths_snapshot.csv new file mode 100644 index 00000000..406753aa --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-02_230617_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,185,46 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,164,34 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,152,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,135,31 +/JARVIS843/Unity-Tutorial,127,81 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,77,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,71,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,52,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,46,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,38,12 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-02_230617_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-02_230617_top_referrers_snapshot.csv new file mode 100644 index 00000000..28c1bcfc --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-02_230617_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1124,74 +github.com,7,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-03_230610_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-03_230610_top_paths_snapshot.csv new file mode 100644 index 00000000..3b50bf4c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-03_230610_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,181,45 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,159,33 +/JARVIS843/Unity-Tutorial,132,85 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,130,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,128,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,67,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,65,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,52,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,42,11 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,36,11 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-03_230610_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-03_230610_top_referrers_snapshot.csv new file mode 100644 index 00000000..86f5ddd1 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-03_230610_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1058,77 +github.com,7,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-04_230635_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-04_230635_top_paths_snapshot.csv new file mode 100644 index 00000000..0905858a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-04_230635_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,175,44 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,159,33 +/JARVIS843/Unity-Tutorial,130,84 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,128,30 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,118,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,69,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,63,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,40,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,40,7 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,38,12 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-04_230635_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-04_230635_top_referrers_snapshot.csv new file mode 100644 index 00000000..a5165b3f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-04_230635_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1039,76 +github.com,7,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-05_230628_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-05_230628_top_paths_snapshot.csv new file mode 100644 index 00000000..8f3950a6 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-05_230628_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,174,45 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,140,32 +/JARVIS843/Unity-Tutorial,117,82 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,109,28 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,99,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,83,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,64,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,50,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,44,8 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,36,11 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-05_230628_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-05_230628_top_referrers_snapshot.csv new file mode 100644 index 00000000..0c2123c0 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-05_230628_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1055,72 +github.com,7,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-06_230652_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-06_230652_top_paths_snapshot.csv new file mode 100644 index 00000000..d67d13a7 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-06_230652_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,169,43 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,144,31 +/JARVIS843/Unity-Tutorial,116,76 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,116,28 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,99,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,76,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,69,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,51,11 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,38,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,36,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-06_230652_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-06_230652_top_referrers_snapshot.csv new file mode 100644 index 00000000..f08bc12d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-06_230652_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1100,67 +github.com,7,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-07_230652_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-07_230652_top_paths_snapshot.csv new file mode 100644 index 00000000..a17a1852 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-07_230652_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,153,41 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,117,29 +/JARVIS843/Unity-Tutorial,115,70 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,99,27 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,91,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,66,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,52,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,45,11 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,30,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,30,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-07_230652_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-07_230652_top_referrers_snapshot.csv new file mode 100644 index 00000000..4670018d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-07_230652_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,964,63 +github.com,7,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-08_230636_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-08_230636_top_paths_snapshot.csv new file mode 100644 index 00000000..751ff8c3 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-08_230636_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,159,44 +/JARVIS843/Unity-Tutorial,126,76 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,121,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,97,29 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,93,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,63,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,46,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,43,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,30,6 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,28,11 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-08_230636_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-08_230636_top_referrers_snapshot.csv new file mode 100644 index 00000000..105b0de3 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-08_230636_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,989,69 +github.com,7,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-09_230617_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-09_230617_top_paths_snapshot.csv new file mode 100644 index 00000000..1875ecf6 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-09_230617_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,174,46 +/JARVIS843/Unity-Tutorial,131,78 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,124,32 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,93,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,91,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,75,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,48,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,46,11 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,31,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,31,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-09_230617_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-09_230617_top_referrers_snapshot.csv new file mode 100644 index 00000000..b9359600 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-09_230617_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1000,71 +github.com,8,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-10_230600_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-10_230600_top_paths_snapshot.csv new file mode 100644 index 00000000..9742dbd3 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-10_230600_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,150,43 +/JARVIS843/Unity-Tutorial,132,81 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,116,30 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,85,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,83,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,67,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,50,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,46,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,38,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,36,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-10_230600_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-10_230600_top_referrers_snapshot.csv new file mode 100644 index 00000000..a9f815c7 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-10_230600_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,989,73 +github.com,7,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-11_230628_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-11_230628_top_paths_snapshot.csv new file mode 100644 index 00000000..aa6d43cb --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-11_230628_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,129,41 +/JARVIS843/Unity-Tutorial,128,81 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,112,29 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,91,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,85,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,60,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,50,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,49,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,47,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,35,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-11_230628_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-11_230628_top_referrers_snapshot.csv new file mode 100644 index 00000000..d08d1c59 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-11_230628_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,958,75 +github.com,2,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-12_230619_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-12_230619_top_paths_snapshot.csv new file mode 100644 index 00000000..60b48999 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-12_230619_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,132,80 +/JARVIS843/Unity-Tutorial/tree/main/Assets,124,40 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,107,27 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,91,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,85,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,60,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,53,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,53,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,44,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,30,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-12_230619_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-12_230619_top_referrers_snapshot.csv new file mode 100644 index 00000000..0a971bc6 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-12_230619_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,922,76 +github.com,2,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-13_230619_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-13_230619_top_paths_snapshot.csv new file mode 100644 index 00000000..0d8baefc --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-13_230619_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,133,77 +/JARVIS843/Unity-Tutorial/tree/main/Assets,132,40 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,117,26 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,101,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,93,25 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,69,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,66,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,58,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,44,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,30,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-13_230619_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-13_230619_top_referrers_snapshot.csv new file mode 100644 index 00000000..f4692202 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-13_230619_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,985,74 +github.com,2,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-14_230605_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-14_230605_top_paths_snapshot.csv new file mode 100644 index 00000000..16c4ad9c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-14_230605_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,132,76 +/JARVIS843/Unity-Tutorial/tree/main/Assets,131,40 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,114,26 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,106,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,90,24 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,71,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,65,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,54,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,41,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,30,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-14_230605_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-14_230605_top_referrers_snapshot.csv new file mode 100644 index 00000000..3afdb607 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-14_230605_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,973,73 +github.com,2,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-15_230714_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-15_230714_top_paths_snapshot.csv new file mode 100644 index 00000000..14e81f2c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-15_230714_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,142,80 +/JARVIS843/Unity-Tutorial/tree/main/Assets,134,40 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,131,27 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,113,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,103,26 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,81,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,66,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,65,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,41,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,30,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-15_230714_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-15_230714_top_referrers_snapshot.csv new file mode 100644 index 00000000..a5a739c4 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-15_230714_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1023,76 +github.com,2,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-16_230633_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-16_230633_top_paths_snapshot.csv new file mode 100644 index 00000000..800875da --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-16_230633_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,161,45 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,155,31 +/JARVIS843/Unity-Tutorial,148,81 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,124,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,124,28 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,93,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,79,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,73,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,47,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,36,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-16_230633_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-16_230633_top_referrers_snapshot.csv new file mode 100644 index 00000000..73e0d64e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-16_230633_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1180,79 +github.com,3,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-17_230710_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-17_230710_top_paths_snapshot.csv new file mode 100644 index 00000000..7983f118 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-17_230710_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,168,45 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,161,32 +/JARVIS843/Unity-Tutorial,155,83 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,124,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,123,28 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,94,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,83,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,76,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,49,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,36,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-17_230710_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-17_230710_top_referrers_snapshot.csv new file mode 100644 index 00000000..3c09f17e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-17_230710_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1221,79 +github.com,4,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-18_230634_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-18_230634_top_paths_snapshot.csv new file mode 100644 index 00000000..56b679ce --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-18_230634_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,158,80 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,157,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets,155,43 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,123,27 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,122,29 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,92,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,81,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,56,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,39,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,32,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-18_230634_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-18_230634_top_referrers_snapshot.csv new file mode 100644 index 00000000..a0f6344e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-18_230634_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1127,77 +github.com,4,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-19_230649_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-19_230649_top_paths_snapshot.csv new file mode 100644 index 00000000..96fe76a5 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-19_230649_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,151,78 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,151,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets,147,41 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,124,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,120,27 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,90,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,76,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,50,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,28,8 +/JARVIS843/Unity-Tutorial/tree/main,22,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-19_230649_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-19_230649_top_referrers_snapshot.csv new file mode 100644 index 00000000..f6f5ad2f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-19_230649_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,990,73 +github.com,4,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-20_230731_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-20_230731_top_paths_snapshot.csv new file mode 100644 index 00000000..45cab7d6 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-20_230731_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,149,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets,145,41 +/JARVIS843/Unity-Tutorial,144,77 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,122,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,118,26 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,90,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,76,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,50,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,28,8 +/JARVIS843/Unity-Tutorial/tree/main,22,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-20_230731_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-20_230731_top_referrers_snapshot.csv new file mode 100644 index 00000000..803f8a2a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-20_230731_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,976,73 +github.com,4,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-21_230624_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-21_230624_top_paths_snapshot.csv new file mode 100644 index 00000000..20b26081 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-21_230624_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,172,44 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,167,31 +/JARVIS843/Unity-Tutorial,142,78 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,122,27 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,120,29 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,94,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,82,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,58,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,32,9 +/JARVIS843/Unity-Tutorial/tree/main,28,11 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-21_230624_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-21_230624_top_referrers_snapshot.csv new file mode 100644 index 00000000..a4068200 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-21_230624_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1042,73 +github.com,4,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-22_230608_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-22_230608_top_paths_snapshot.csv new file mode 100644 index 00000000..7cb1fdb1 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-22_230608_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,158,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets,156,40 +/JARVIS843/Unity-Tutorial,136,71 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,120,27 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,118,29 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,89,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,72,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,42,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,23,6 +/JARVIS843/Unity-Tutorial/tree/main,21,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-22_230608_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-22_230608_top_referrers_snapshot.csv new file mode 100644 index 00000000..7186605f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-22_230608_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,972,67 +github.com,4,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-23_230607_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-23_230607_top_paths_snapshot.csv new file mode 100644 index 00000000..219a8a61 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-23_230607_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,155,39 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,150,30 +/JARVIS843/Unity-Tutorial,126,67 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,116,26 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,112,29 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,82,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,68,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,43,10 +/JARVIS843/Unity-Tutorial/tree/main,23,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,19,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-23_230607_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-23_230607_top_referrers_snapshot.csv new file mode 100644 index 00000000..8db70280 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-23_230607_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,920,62 +github.com,4,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-24_230623_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-24_230623_top_paths_snapshot.csv new file mode 100644 index 00000000..107d9388 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-24_230623_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,157,40 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,144,29 +/JARVIS843/Unity-Tutorial,127,68 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,114,25 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,112,29 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,71,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,64,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,41,10 +/JARVIS843/Unity-Tutorial/tree/main,23,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,16,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-24_230623_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-24_230623_top_referrers_snapshot.csv new file mode 100644 index 00000000..e2c08705 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-24_230623_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,874,64 +github.com,4,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-25_230609_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-25_230609_top_paths_snapshot.csv new file mode 100644 index 00000000..b714bde2 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-25_230609_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,159,40 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,149,31 +/JARVIS843/Unity-Tutorial,128,70 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,115,26 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,112,30 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,65,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,61,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,39,10 +/JARVIS843/Unity-Tutorial/tree/main,21,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,16,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-25_230609_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-25_230609_top_referrers_snapshot.csv new file mode 100644 index 00000000..11f13e2f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-25_230609_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,886,64 +github.com,4,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-26_230700_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-26_230700_top_paths_snapshot.csv new file mode 100644 index 00000000..188c3630 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-26_230700_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,157,39 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,143,31 +/JARVIS843/Unity-Tutorial,131,73 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,107,26 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,102,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,62,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,58,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,35,10 +/JARVIS843/Unity-Tutorial/tree/main,24,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,16,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-26_230700_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-26_230700_top_referrers_snapshot.csv new file mode 100644 index 00000000..5e0d820d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-26_230700_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,879,67 +github.com,5,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-27_230611_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-27_230611_top_paths_snapshot.csv new file mode 100644 index 00000000..f2c9a7e4 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-27_230611_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,158,40 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,147,33 +/JARVIS843/Unity-Tutorial,136,73 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,107,26 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,90,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,66,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,60,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,34,10 +/JARVIS843/Unity-Tutorial/tree/main,25,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,19,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-27_230611_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-27_230611_top_referrers_snapshot.csv new file mode 100644 index 00000000..428b7da2 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-27_230611_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,873,66 +away.vk.com,15,1 +github.com,5,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-28_230617_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-28_230617_top_paths_snapshot.csv new file mode 100644 index 00000000..d1beed4e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-28_230617_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,159,38 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,133,32 +/JARVIS843/Unity-Tutorial,130,72 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,94,25 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,79,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,54,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,50,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,34,10 +/JARVIS843/Unity-Tutorial/tree/main,27,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,20,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-28_230617_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-28_230617_top_referrers_snapshot.csv new file mode 100644 index 00000000..87b12897 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-28_230617_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,824,65 +away.vk.com,15,1 +github.com,5,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-29_230604_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-29_230604_top_paths_snapshot.csv new file mode 100644 index 00000000..0c01261e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-29_230604_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,146,35 +/JARVIS843/Unity-Tutorial,125,66 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,123,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,85,23 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,81,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,48,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,44,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,30,9 +/JARVIS843/Unity-Tutorial/tree/main,29,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,16,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-29_230604_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-29_230604_top_referrers_snapshot.csv new file mode 100644 index 00000000..4982b2c1 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-29_230604_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,724,59 +away.vk.com,15,1 +github.com,5,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-30_230606_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-30_230606_top_paths_snapshot.csv new file mode 100644 index 00000000..0b6fb25a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-30_230606_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,149,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,119,27 +/JARVIS843/Unity-Tutorial,115,63 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,86,23 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,79,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,44,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,41,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,39,10 +/JARVIS843/Unity-Tutorial/tree/main,27,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,20,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-30_230606_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-30_230606_top_referrers_snapshot.csv new file mode 100644 index 00000000..0cdb9a61 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-30_230606_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,729,59 +away.vk.com,15,1 +github.com,6,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-31_230605_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-31_230605_top_paths_snapshot.csv new file mode 100644 index 00000000..8b21345b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-31_230605_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,149,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,127,28 +/JARVIS843/Unity-Tutorial,109,63 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,90,24 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,89,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,46,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,41,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,39,10 +/JARVIS843/Unity-Tutorial/tree/main,30,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,20,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-31_230605_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-31_230605_top_referrers_snapshot.csv new file mode 100644 index 00000000..f89f9bdf --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-03-31_230605_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,746,58 +away.vk.com,15,1 +github.com,6,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-01_230639_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-01_230639_top_paths_snapshot.csv new file mode 100644 index 00000000..72d7bcfd --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-01_230639_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,163,39 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,140,31 +/JARVIS843/Unity-Tutorial,113,65 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,99,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,93,26 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,51,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,46,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,39,10 +/JARVIS843/Unity-Tutorial/tree/main,36,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,20,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-01_230639_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-01_230639_top_referrers_snapshot.csv new file mode 100644 index 00000000..7690f57c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-01_230639_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,823,61 +away.vk.com,15,1 +github.com,6,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-02_230622_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-02_230622_top_paths_snapshot.csv new file mode 100644 index 00000000..1ffe6353 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-02_230622_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,177,43 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,146,33 +/JARVIS843/Unity-Tutorial,121,73 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,103,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,99,28 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,51,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,50,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,48,17 +/JARVIS843/Unity-Tutorial/tree/main,42,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,24,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-02_230622_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-02_230622_top_referrers_snapshot.csv new file mode 100644 index 00000000..01cf3ce7 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-02_230622_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,919,69 +away.vk.com,15,1 +github.com,6,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-03_230633_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-03_230633_top_paths_snapshot.csv new file mode 100644 index 00000000..5f72ea66 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-03_230633_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,158,44 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,135,31 +/JARVIS843/Unity-Tutorial,122,72 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,109,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,101,26 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,51,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,50,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,48,18 +/JARVIS843/Unity-Tutorial/tree/main,35,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,26,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-03_230633_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-03_230633_top_referrers_snapshot.csv new file mode 100644 index 00000000..8c91f1f0 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-03_230633_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,876,70 +away.vk.com,15,1 +github.com,7,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-04_230704_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-04_230704_top_paths_snapshot.csv new file mode 100644 index 00000000..b6fe6fe5 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-04_230704_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,157,44 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,139,30 +/JARVIS843/Unity-Tutorial,129,77 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,109,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,101,25 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,53,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,52,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,50,15 +/JARVIS843/Unity-Tutorial/tree/main,38,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,26,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-04_230704_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-04_230704_top_referrers_snapshot.csv new file mode 100644 index 00000000..1dd5fff3 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-04_230704_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,904,75 +away.vk.com,15,1 +github.com,6,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-05_230622_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-05_230622_top_paths_snapshot.csv new file mode 100644 index 00000000..a7cd7998 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-05_230622_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,164,46 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,149,31 +/JARVIS843/Unity-Tutorial,140,84 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,117,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,107,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,57,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,54,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,53,16 +/JARVIS843/Unity-Tutorial/tree/main,35,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,28,10 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-05_230622_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-05_230622_top_referrers_snapshot.csv new file mode 100644 index 00000000..0e2031ce --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-05_230622_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,947,81 +away.vk.com,15,1 +github.com,6,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-06_230601_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-06_230601_top_paths_snapshot.csv new file mode 100644 index 00000000..53216bbc --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-06_230601_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,159,45 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,155,32 +/JARVIS843/Unity-Tutorial,141,86 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,124,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,112,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,61,21 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,57,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,51,14 +/JARVIS843/Unity-Tutorial/tree/main,35,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,24,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-06_230601_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-06_230601_top_referrers_snapshot.csv new file mode 100644 index 00000000..36601ece --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-06_230601_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,962,83 +away.vk.com,15,1 +github.com,6,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-07_230626_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-07_230626_top_paths_snapshot.csv new file mode 100644 index 00000000..291de377 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-07_230626_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,171,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets,167,47 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,144,30 +/JARVIS843/Unity-Tutorial,141,89 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,126,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,70,22 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,67,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,52,14 +/JARVIS843/Unity-Tutorial/tree/main,36,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,26,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-07_230626_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-07_230626_top_referrers_snapshot.csv new file mode 100644 index 00000000..8bae9668 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-07_230626_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1039,88 +away.vk.com,15,1 +github.com,6,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-08_230624_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-08_230624_top_paths_snapshot.csv new file mode 100644 index 00000000..586f57a9 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-08_230624_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,167,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets,163,46 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,151,30 +/JARVIS843/Unity-Tutorial,141,89 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,130,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,64,19 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,60,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,52,13 +/JARVIS843/Unity-Tutorial/tree/main,28,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,28,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-08_230624_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-08_230624_top_referrers_snapshot.csv new file mode 100644 index 00000000..07309d3e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-08_230624_top_referrers_snapshot.csv @@ -0,0 +1,6 @@ +referrer,views_total,views_unique +youtube.com,1005,85 +away.vk.com,15,1 +github.com,5,2 +Google,1,1 +lab.uwa4d.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-09_230610_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-09_230610_top_paths_snapshot.csv new file mode 100644 index 00000000..9fae2002 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-09_230610_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,183,33 +/JARVIS843/Unity-Tutorial/tree/main/Assets,169,48 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,158,33 +/JARVIS843/Unity-Tutorial,140,95 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,138,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,72,20 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,62,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,60,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,32,10 +/JARVIS843/Unity-Tutorial/tree/main,28,12 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-09_230610_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-09_230610_top_referrers_snapshot.csv new file mode 100644 index 00000000..51743487 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-09_230610_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1108,93 +github.com,8,3 +Google,1,1 +lab.uwa4d.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-10_230638_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-10_230638_top_paths_snapshot.csv new file mode 100644 index 00000000..d85d6575 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-10_230638_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,186,33 +/JARVIS843/Unity-Tutorial/tree/main/Assets,166,47 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,162,33 +/JARVIS843/Unity-Tutorial,142,94 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,140,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,75,21 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,66,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,62,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,38,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,34,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-10_230638_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-10_230638_top_referrers_snapshot.csv new file mode 100644 index 00000000..2f05e1c6 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-10_230638_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1120,93 +github.com,12,4 +Google,1,1 +lab.uwa4d.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-11_230648_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-11_230648_top_paths_snapshot.csv new file mode 100644 index 00000000..752ec57f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-11_230648_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,179,34 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,160,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets,158,45 +/JARVIS843/Unity-Tutorial,138,92 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,138,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,70,19 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,60,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,58,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,36,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,32,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-11_230648_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-11_230648_top_referrers_snapshot.csv new file mode 100644 index 00000000..2a1633c3 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-11_230648_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1097,91 +github.com,10,4 +Google,1,1 +lab.uwa4d.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-12_230602_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-12_230602_top_paths_snapshot.csv new file mode 100644 index 00000000..63e94d16 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-12_230602_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,173,35 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,158,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets,147,45 +/JARVIS843/Unity-Tutorial,139,95 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,135,33 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,67,19 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,60,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,46,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,30,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,30,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-12_230602_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-12_230602_top_referrers_snapshot.csv new file mode 100644 index 00000000..783c8bf8 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-12_230602_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1021,91 +github.com,8,3 +Google,2,2 +lab.uwa4d.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-13_230659_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-13_230659_top_paths_snapshot.csv new file mode 100644 index 00000000..42b9af46 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-13_230659_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,174,35 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,154,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets,151,45 +/JARVIS843/Unity-Tutorial,144,96 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,135,33 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,73,19 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,64,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,46,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,32,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,30,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-13_230659_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-13_230659_top_referrers_snapshot.csv new file mode 100644 index 00000000..9c17d6af --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-13_230659_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1058,90 +github.com,9,4 +Google,2,2 +lab.uwa4d.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-14_233437_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-14_233437_top_paths_snapshot.csv new file mode 100644 index 00000000..4a0a809c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-14_233437_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,165,32 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,150,33 +/JARVIS843/Unity-Tutorial/tree/main/Assets,147,43 +/JARVIS843/Unity-Tutorial,146,96 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,132,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,73,19 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,56,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,49,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,32,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,30,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-14_233437_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-14_233437_top_referrers_snapshot.csv new file mode 100644 index 00000000..168c46b7 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-14_233437_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,1061,90 +github.com,9,4 +Google,3,3 +lab.uwa4d.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-15_230613_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-15_230613_top_paths_snapshot.csv new file mode 100644 index 00000000..f34bc965 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-15_230613_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,159,32 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,146,33 +/JARVIS843/Unity-Tutorial,135,89 +/JARVIS843/Unity-Tutorial/tree/main/Assets,133,41 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,126,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,71,19 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,58,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,38,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,28,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,26,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-15_230613_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-15_230613_top_referrers_snapshot.csv new file mode 100644 index 00000000..10f549bb --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-15_230613_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,965,84 +github.com,9,4 +Google,3,3 +lab.uwa4d.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-16_230635_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-16_230635_top_paths_snapshot.csv new file mode 100644 index 00000000..76aca785 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-16_230635_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,153,31 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,138,32 +/JARVIS843/Unity-Tutorial,134,89 +/JARVIS843/Unity-Tutorial/tree/main/Assets,125,38 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,113,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,73,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,60,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,28,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,26,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,22,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-16_230635_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-16_230635_top_referrers_snapshot.csv new file mode 100644 index 00000000..a205d082 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-16_230635_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,922,83 +github.com,8,3 +Google,3,3 +lab.uwa4d.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-17_230625_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-17_230625_top_paths_snapshot.csv new file mode 100644 index 00000000..6f16b5af --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-17_230625_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,149,33 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,140,35 +/JARVIS843/Unity-Tutorial,136,85 +/JARVIS843/Unity-Tutorial/tree/main/Assets,125,39 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,113,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,71,19 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,58,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,30,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,26,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,22,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-17_230625_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-17_230625_top_referrers_snapshot.csv new file mode 100644 index 00000000..d20883c3 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-17_230625_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,925,79 +github.com,8,3 +Google,3,3 +lab.uwa4d.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-18_230652_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-18_230652_top_paths_snapshot.csv new file mode 100644 index 00000000..ffb47c9d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-18_230652_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,139,31 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,132,34 +/JARVIS843/Unity-Tutorial,127,79 +/JARVIS843/Unity-Tutorial/tree/main/Assets,125,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,107,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,64,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,54,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,26,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,25,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,22,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-18_230652_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-18_230652_top_referrers_snapshot.csv new file mode 100644 index 00000000..1be24780 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-18_230652_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,868,73 +github.com,8,3 +Google,3,3 +lab.uwa4d.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-19_230622_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-19_230622_top_paths_snapshot.csv new file mode 100644 index 00000000..759a37bb --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-19_230622_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,135,28 +/JARVIS843/Unity-Tutorial,121,75 +/JARVIS843/Unity-Tutorial/tree/main/Assets,120,32 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,119,33 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,102,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,62,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,52,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,26,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,25,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,22,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-19_230622_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-19_230622_top_referrers_snapshot.csv new file mode 100644 index 00000000..055066f6 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-19_230622_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,847,71 +github.com,8,3 +Google,3,3 +lab.uwa4d.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-20_230609_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-20_230609_top_paths_snapshot.csv new file mode 100644 index 00000000..ff025792 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-20_230609_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,116,73 +/JARVIS843/Unity-Tutorial/tree/main/Assets,114,33 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,113,27 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,99,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,86,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,54,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,46,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,26,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,21,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,20,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-20_230609_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-20_230609_top_referrers_snapshot.csv new file mode 100644 index 00000000..513fced6 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-20_230609_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,768,69 +github.com,8,3 +Google,3,3 +lab.uwa4d.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-21_230609_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-21_230609_top_paths_snapshot.csv new file mode 100644 index 00000000..3b84d751 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-21_230609_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,120,33 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,119,27 +/JARVIS843/Unity-Tutorial,113,70 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,92,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,86,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,56,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,46,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,34,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,26,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,25,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-21_230609_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-21_230609_top_referrers_snapshot.csv new file mode 100644 index 00000000..07f6de1d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-21_230609_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,805,63 +github.com,9,4 +Google,2,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-22_230608_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-22_230608_top_paths_snapshot.csv new file mode 100644 index 00000000..617e2d23 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-22_230608_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,120,32 +/JARVIS843/Unity-Tutorial,106,63 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,103,26 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,92,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,82,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,40,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,39,7 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,36,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,25,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,22,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-22_230608_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-22_230608_top_referrers_snapshot.csv new file mode 100644 index 00000000..45594efd --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-22_230608_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,725,56 +github.com,7,4 +Google,2,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-23_230620_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-23_230620_top_paths_snapshot.csv new file mode 100644 index 00000000..2f68d4c6 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-23_230620_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,137,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,117,26 +/JARVIS843/Unity-Tutorial,106,64 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,94,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,86,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,48,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,37,9 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,36,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,34,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,23,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-23_230620_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-23_230620_top_referrers_snapshot.csv new file mode 100644 index 00000000..16207f23 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-23_230620_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,814,54 +github.com,3,3 +Google,2,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-24_230659_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-24_230659_top_paths_snapshot.csv new file mode 100644 index 00000000..04a641c9 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-24_230659_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,155,34 +/JARVIS843/Unity-Tutorial,118,67 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,115,25 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,95,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,82,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,48,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,44,11 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,38,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,34,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,25,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-24_230659_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-24_230659_top_referrers_snapshot.csv new file mode 100644 index 00000000..e0b339e7 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-24_230659_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,897,57 +github.com,3,3 +Google,2,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-25_230629_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-25_230629_top_paths_snapshot.csv new file mode 100644 index 00000000..0f585655 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-25_230629_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,159,37 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,125,27 +/JARVIS843/Unity-Tutorial,123,67 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,101,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,91,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,50,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,44,11 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,38,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,34,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,25,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-25_230629_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-25_230629_top_referrers_snapshot.csv new file mode 100644 index 00000000..52f19e49 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-25_230629_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,964,63 +github.com,3,3 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-26_230639_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-26_230639_top_paths_snapshot.csv new file mode 100644 index 00000000..16b226f4 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-26_230639_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,193,41 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,164,31 +/JARVIS843/Unity-Tutorial,139,74 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,127,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,117,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,63,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,61,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,54,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,44,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,31,10 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-26_230639_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-26_230639_top_referrers_snapshot.csv new file mode 100644 index 00000000..504063bf --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-26_230639_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1137,70 +github.com,2,2 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-27_230637_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-27_230637_top_paths_snapshot.csv new file mode 100644 index 00000000..830af294 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-27_230637_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,192,38 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,164,29 +/JARVIS843/Unity-Tutorial,152,72 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,121,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,115,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,69,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,65,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,54,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,44,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,33,11 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-27_230637_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-27_230637_top_referrers_snapshot.csv new file mode 100644 index 00000000..58a462d0 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-27_230637_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1099,68 +github.com,3,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-28_230610_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-28_230610_top_paths_snapshot.csv new file mode 100644 index 00000000..944d1415 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-28_230610_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,209,40 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,192,33 +/JARVIS843/Unity-Tutorial,157,75 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,135,31 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,131,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,86,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,77,21 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,56,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,49,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,43,13 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-28_230610_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-28_230610_top_referrers_snapshot.csv new file mode 100644 index 00000000..a91e91cf --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-28_230610_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1219,71 +github.com,3,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-29_230605_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-29_230605_top_paths_snapshot.csv new file mode 100644 index 00000000..69eb754e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-29_230605_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,224,43 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,204,33 +/JARVIS843/Unity-Tutorial,157,74 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,148,33 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,141,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,94,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,74,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,69,9 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,54,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,49,14 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-29_230605_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-29_230605_top_referrers_snapshot.csv new file mode 100644 index 00000000..66932eba --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-29_230605_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1294,70 +github.com,3,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-30_230619_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-30_230619_top_paths_snapshot.csv new file mode 100644 index 00000000..b3faf8b8 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-30_230619_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,226,42 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,216,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,158,34 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,145,31 +/JARVIS843/Unity-Tutorial,144,70 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,98,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,81,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,71,9 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,58,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,53,14 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-30_230619_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-30_230619_top_referrers_snapshot.csv new file mode 100644 index 00000000..3c6beb08 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-04-30_230619_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1334,66 +github.com,3,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-01_230657_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-01_230657_top_paths_snapshot.csv new file mode 100644 index 00000000..f1f8e591 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-01_230657_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,220,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets,218,41 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,162,35 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,153,32 +/JARVIS843/Unity-Tutorial,149,71 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,96,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,81,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,69,8 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,62,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,51,13 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-01_230657_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-01_230657_top_referrers_snapshot.csv new file mode 100644 index 00000000..16a92acf --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-01_230657_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,1363,67 +github.com,3,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-02_230658_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-02_230658_top_paths_snapshot.csv new file mode 100644 index 00000000..ac553fb0 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-02_230658_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,222,42 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,216,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,160,35 +/JARVIS843/Unity-Tutorial,155,73 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,155,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,98,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,79,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,69,8 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,60,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,53,14 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-02_230658_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-02_230658_top_referrers_snapshot.csv new file mode 100644 index 00000000..615d0ec1 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-02_230658_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1351,67 +github.com,3,3 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-03_230634_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-03_230634_top_paths_snapshot.csv new file mode 100644 index 00000000..ba6c0009 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-03_230634_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,226,46 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,222,40 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,169,41 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,167,37 +/JARVIS843/Unity-Tutorial,159,78 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,103,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,74,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,69,8 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,60,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,55,15 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-03_230634_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-03_230634_top_referrers_snapshot.csv new file mode 100644 index 00000000..4b51e9c6 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-03_230634_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1386,72 +github.com,3,3 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-04_230637_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-04_230637_top_paths_snapshot.csv new file mode 100644 index 00000000..e67adc62 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-04_230637_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,216,45 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,214,39 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,162,40 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,161,36 +/JARVIS843/Unity-Tutorial,153,76 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,96,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,71,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,61,7 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,58,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,48,13 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-04_230637_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-04_230637_top_referrers_snapshot.csv new file mode 100644 index 00000000..76935ef1 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-04_230637_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1321,71 +github.com,3,3 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-05_230617_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-05_230617_top_paths_snapshot.csv new file mode 100644 index 00000000..792845d1 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-05_230617_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,207,39 +/JARVIS843/Unity-Tutorial/tree/main/Assets,204,45 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,157,40 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,154,37 +/JARVIS843/Unity-Tutorial,152,76 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,90,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,73,21 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,62,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,54,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,44,12 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-05_230617_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-05_230617_top_referrers_snapshot.csv new file mode 100644 index 00000000..c804a2a5 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-05_230617_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1295,71 +github.com,2,2 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-06_230616_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-06_230616_top_paths_snapshot.csv new file mode 100644 index 00000000..2445869d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-06_230616_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,193,37 +/JARVIS843/Unity-Tutorial/tree/main/Assets,181,41 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,157,38 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,154,36 +/JARVIS843/Unity-Tutorial,147,69 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,73,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,64,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,64,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,41,4 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,38,10 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-06_230616_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-06_230616_top_referrers_snapshot.csv new file mode 100644 index 00000000..9aa8756c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-06_230616_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1204,69 +github.com,2,2 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-07_230611_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-07_230611_top_paths_snapshot.csv new file mode 100644 index 00000000..7d304a5b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-07_230611_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,185,33 +/JARVIS843/Unity-Tutorial/tree/main/Assets,155,37 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,149,34 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,140,34 +/JARVIS843/Unity-Tutorial,131,64 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,66,9 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,62,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,62,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,41,4 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,36,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-07_230611_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-07_230611_top_referrers_snapshot.csv new file mode 100644 index 00000000..f5d94775 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-07_230611_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1073,64 +github.com,2,2 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-08_230708_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-08_230708_top_paths_snapshot.csv new file mode 100644 index 00000000..64f205fc --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-08_230708_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,185,33 +/JARVIS843/Unity-Tutorial/tree/main/Assets,157,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,147,34 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,142,35 +/JARVIS843/Unity-Tutorial,128,64 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,68,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,67,19 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,66,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,53,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,45,10 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-08_230708_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-08_230708_top_referrers_snapshot.csv new file mode 100644 index 00000000..3bd87be3 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-08_230708_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,1029,63 +github.com,2,2 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-09_230618_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-09_230618_top_paths_snapshot.csv new file mode 100644 index 00000000..fb7b4a38 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-09_230618_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,152,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets,135,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,123,32 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,119,31 +/JARVIS843/Unity-Tutorial,118,64 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,71,9 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,52,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,50,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,47,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,45,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-09_230618_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-09_230618_top_referrers_snapshot.csv new file mode 100644 index 00000000..0bd15b26 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-09_230618_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,895,63 +github.com,2,2 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-10_230613_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-10_230613_top_paths_snapshot.csv new file mode 100644 index 00000000..7dbd9cfc --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-10_230613_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,144,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets,136,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,117,31 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,113,30 +/JARVIS843/Unity-Tutorial,105,68 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,62,9 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,52,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,48,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,47,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,47,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-10_230613_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-10_230613_top_referrers_snapshot.csv new file mode 100644 index 00000000..d132d9c0 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-10_230613_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,839,63 +github.com,7,2 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-11_230620_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-11_230620_top_paths_snapshot.csv new file mode 100644 index 00000000..e2b05b91 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-11_230620_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,129,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets,125,35 +/JARVIS843/Unity-Tutorial,111,73 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,111,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,107,31 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,52,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,47,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,44,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,42,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,39,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-11_230620_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-11_230620_top_referrers_snapshot.csv new file mode 100644 index 00000000..d1787a15 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-11_230620_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,803,68 +github.com,7,2 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-12_230617_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-12_230617_top_paths_snapshot.csv new file mode 100644 index 00000000..75c2cc47 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-12_230617_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,114,74 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,109,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets,107,32 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,99,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,95,27 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,49,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,39,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,37,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,33,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,18,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-12_230617_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-12_230617_top_referrers_snapshot.csv new file mode 100644 index 00000000..669dbf0b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-12_230617_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,708,70 +github.com,7,2 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-13_230634_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-13_230634_top_paths_snapshot.csv new file mode 100644 index 00000000..57074aba --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-13_230634_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,121,78 +/JARVIS843/Unity-Tutorial/tree/main/Assets,105,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,97,26 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,95,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,85,26 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,49,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,35,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,32,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,31,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,18,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-13_230634_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-13_230634_top_referrers_snapshot.csv new file mode 100644 index 00000000..e8dcf10e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-13_230634_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,684,73 +github.com,7,2 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-14_230626_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-14_230626_top_paths_snapshot.csv new file mode 100644 index 00000000..266b9487 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-14_230626_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,119,76 +/JARVIS843/Unity-Tutorial/tree/main/Assets,107,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,91,24 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,87,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,79,24 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,45,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,38,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,32,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,31,8 +/JARVIS843/Unity-Tutorial/tree/main,19,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-14_230626_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-14_230626_top_referrers_snapshot.csv new file mode 100644 index 00000000..dc86e761 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-14_230626_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,674,71 +github.com,7,2 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-15_230706_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-15_230706_top_paths_snapshot.csv new file mode 100644 index 00000000..51fec146 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-15_230706_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,121,74 +/JARVIS843/Unity-Tutorial/tree/main/Assets,111,33 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,99,25 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,85,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,83,25 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,47,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,41,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,38,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,29,7 +/JARVIS843/Unity-Tutorial/tree/main,25,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-15_230706_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-15_230706_top_referrers_snapshot.csv new file mode 100644 index 00000000..c9756509 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-15_230706_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,741,70 +github.com,8,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-16_230642_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-16_230642_top_paths_snapshot.csv new file mode 100644 index 00000000..9bcde74a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-16_230642_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,113,66 +/JARVIS843/Unity-Tutorial/tree/main/Assets,97,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,87,19 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,69,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,69,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,43,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,38,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,36,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,27,6 +/JARVIS843/Unity-Tutorial/tree/main/.vscode,21,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-16_230642_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-16_230642_top_referrers_snapshot.csv new file mode 100644 index 00000000..47362190 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-16_230642_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,653,65 +github.com,8,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-17_230620_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-17_230620_top_paths_snapshot.csv new file mode 100644 index 00000000..a007e5a1 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-17_230620_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,120,68 +/JARVIS843/Unity-Tutorial/tree/main/Assets,105,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,90,21 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,73,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,72,20 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,41,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,39,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,36,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,27,6 +/JARVIS843/Unity-Tutorial/tree/main,19,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-17_230620_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-17_230620_top_referrers_snapshot.csv new file mode 100644 index 00000000..2066ec38 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-17_230620_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,663,67 +github.com,7,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-18_230618_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-18_230618_top_paths_snapshot.csv new file mode 100644 index 00000000..27433113 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-18_230618_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,120,72 +/JARVIS843/Unity-Tutorial/tree/main/Assets,105,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,85,20 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,67,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,65,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,37,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,37,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,36,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,25,5 +/JARVIS843/Unity-Tutorial/tree/main,23,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-18_230618_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-18_230618_top_referrers_snapshot.csv new file mode 100644 index 00000000..d3db2572 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-18_230618_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,619,72 +github.com,7,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-19_230642_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-19_230642_top_paths_snapshot.csv new file mode 100644 index 00000000..b0536521 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-19_230642_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,121,73 +/JARVIS843/Unity-Tutorial/tree/main/Assets,103,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,77,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,59,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,57,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,38,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,35,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,31,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,25,5 +/JARVIS843/Unity-Tutorial/tree/main,22,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-19_230642_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-19_230642_top_referrers_snapshot.csv new file mode 100644 index 00000000..84e94f4e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-19_230642_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,598,72 +github.com,7,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-20_230651_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-20_230651_top_paths_snapshot.csv new file mode 100644 index 00000000..b68300a4 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-20_230651_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,120,72 +/JARVIS843/Unity-Tutorial/tree/main/Assets,103,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,77,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,59,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,57,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,38,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,35,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,31,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,25,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,22,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-20_230651_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-20_230651_top_referrers_snapshot.csv new file mode 100644 index 00000000..38760ee9 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-20_230651_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,598,70 +github.com,7,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-21_230646_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-21_230646_top_paths_snapshot.csv new file mode 100644 index 00000000..080202d6 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-21_230646_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,117,70 +/JARVIS843/Unity-Tutorial/tree/main/Assets,90,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,61,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,47,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,44,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,36,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,26,9 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,25,8 +/JARVIS843/Unity-Tutorial/tree/main,21,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,16,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-21_230646_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-21_230646_top_referrers_snapshot.csv new file mode 100644 index 00000000..a347cbd9 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-21_230646_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,549,68 +github.com,7,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-22_230708_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-22_230708_top_paths_snapshot.csv new file mode 100644 index 00000000..2f598d3a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-22_230708_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,107,62 +/JARVIS843/Unity-Tutorial/tree/main/Assets,74,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,52,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,41,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,40,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,25,9 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,21,7 +/JARVIS843/Unity-Tutorial/tree/main,20,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,16,7 +/JARVIS843/Unity-Tutorial/tree/main/.vscode,16,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-22_230708_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-22_230708_top_referrers_snapshot.csv new file mode 100644 index 00000000..29d4a6a6 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-22_230708_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,474,59 +github.com,7,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-23_230625_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-23_230625_top_paths_snapshot.csv new file mode 100644 index 00000000..ce312d83 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-23_230625_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,102,55 +/JARVIS843/Unity-Tutorial/tree/main/Assets,70,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,65,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,47,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,42,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,29,10 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,23,9 +/JARVIS843/Unity-Tutorial/tree/main,18,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,16,7 +/JARVIS843/Unity-Tutorial/tree/main/.vscode,16,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-23_230625_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-23_230625_top_referrers_snapshot.csv new file mode 100644 index 00000000..334a739c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-23_230625_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,478,55 +github.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-24_230617_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-24_230617_top_paths_snapshot.csv new file mode 100644 index 00000000..fed42e1c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-24_230617_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,95,53 +/JARVIS843/Unity-Tutorial/tree/main/Assets,78,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,58,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,39,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,34,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,26,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,23,8 +/JARVIS843/Unity-Tutorial/tree/main,21,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Textures,20,1 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,19,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-24_230617_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-24_230617_top_referrers_snapshot.csv new file mode 100644 index 00000000..273d6439 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-24_230617_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,464,53 +github.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-25_230623_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-25_230623_top_paths_snapshot.csv new file mode 100644 index 00000000..dd1d9b5e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-25_230623_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,87,52 +/JARVIS843/Unity-Tutorial/tree/main/Assets,86,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,63,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,42,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,34,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,30,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,26,9 +/JARVIS843/Unity-Tutorial/tree/main,22,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Textures,20,1 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,18,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-25_230623_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-25_230623_top_referrers_snapshot.csv new file mode 100644 index 00000000..5844cadf --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-25_230623_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,494,51 +github.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-26_230619_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-26_230619_top_paths_snapshot.csv new file mode 100644 index 00000000..ef399c06 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-26_230619_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,86,20 +/JARVIS843/Unity-Tutorial,85,53 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,67,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,43,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,32,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,28,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,24,9 +/JARVIS843/Unity-Tutorial/tree/main/.vscode,20,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Textures,20,1 +/JARVIS843/Unity-Tutorial/tree/main,18,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-26_230619_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-26_230619_top_referrers_snapshot.csv new file mode 100644 index 00000000..d2723548 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-26_230619_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,481,54 +github.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-27_230619_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-27_230619_top_paths_snapshot.csv new file mode 100644 index 00000000..a46c401b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-27_230619_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,91,21 +/JARVIS843/Unity-Tutorial,87,54 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,74,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,48,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,34,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,28,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,26,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Textures,20,1 +/JARVIS843/Unity-Tutorial/tree/main/.vscode,18,4 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,16,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-27_230619_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-27_230619_top_referrers_snapshot.csv new file mode 100644 index 00000000..6715001f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-27_230619_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,497,54 +github.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-28_230712_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-28_230712_top_paths_snapshot.csv new file mode 100644 index 00000000..44128fc6 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-28_230712_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,90,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,88,18 +/JARVIS843/Unity-Tutorial,84,57 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,52,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,40,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,28,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,23,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Textures,20,1 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,18,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,14,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-28_230712_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-28_230712_top_referrers_snapshot.csv new file mode 100644 index 00000000..3e6a5e31 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-28_230712_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,475,56 +github.com,3,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-29_230626_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-29_230626_top_paths_snapshot.csv new file mode 100644 index 00000000..e624adb7 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-29_230626_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,96,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,94,20 +/JARVIS843/Unity-Tutorial,89,61 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,58,19 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,46,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,28,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,23,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Textures,20,1 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,18,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,14,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-29_230626_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-29_230626_top_referrers_snapshot.csv new file mode 100644 index 00000000..e4a71810 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-29_230626_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,501,60 +github.com,3,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-30_230720_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-30_230720_top_paths_snapshot.csv new file mode 100644 index 00000000..5e88df04 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-30_230720_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,87,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets,86,21 +/JARVIS843/Unity-Tutorial,80,56 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,54,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,42,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,24,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,23,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Textures,20,1 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,18,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,14,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-30_230720_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-30_230720_top_referrers_snapshot.csv new file mode 100644 index 00000000..3c93879d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-30_230720_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,470,56 +github.com,3,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-31_230619_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-31_230619_top_paths_snapshot.csv new file mode 100644 index 00000000..830df213 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-31_230619_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,92,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,88,18 +/JARVIS843/Unity-Tutorial,75,53 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,58,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,48,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,28,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,24,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Textures,20,1 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,18,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,17,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-31_230619_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-31_230619_top_referrers_snapshot.csv new file mode 100644 index 00000000..8a3033c8 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-05-31_230619_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,493,53 +github.com,3,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-01_230630_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-01_230630_top_paths_snapshot.csv new file mode 100644 index 00000000..07f9e3dd --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-01_230630_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,103,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,93,19 +/JARVIS843/Unity-Tutorial,78,54 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,62,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,54,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,28,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,26,7 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,24,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Textures,20,1 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,17,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-01_230630_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-01_230630_top_referrers_snapshot.csv new file mode 100644 index 00000000..3083f30c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-01_230630_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,502,54 +github.com,4,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-02_230618_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-02_230618_top_paths_snapshot.csv new file mode 100644 index 00000000..8a972f6c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-02_230618_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,127,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,115,23 +/JARVIS843/Unity-Tutorial,86,60 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,73,22 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,68,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,44,10 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,35,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,32,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,21,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Textures,20,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-02_230618_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-02_230618_top_referrers_snapshot.csv new file mode 100644 index 00000000..a60839db --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-02_230618_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,619,61 +github.com,24,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-03_230646_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-03_230646_top_paths_snapshot.csv new file mode 100644 index 00000000..3058ed18 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-03_230646_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,141,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,127,26 +/JARVIS843/Unity-Tutorial,87,60 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,87,26 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,78,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,54,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,43,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,40,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,25,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Textures,20,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-03_230646_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-03_230646_top_referrers_snapshot.csv new file mode 100644 index 00000000..935073a6 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-03_230646_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,713,61 +github.com,31,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-04_230648_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-04_230648_top_paths_snapshot.csv new file mode 100644 index 00000000..ba648d0c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-04_230648_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,157,33 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,125,26 +/JARVIS843/Unity-Tutorial,87,59 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,86,26 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,76,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,53,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,52,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,43,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,29,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,24,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-04_230648_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-04_230648_top_referrers_snapshot.csv new file mode 100644 index 00000000..9bebea96 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-04_230648_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,750,60 +github.com,31,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-05_230647_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-05_230647_top_paths_snapshot.csv new file mode 100644 index 00000000..72c67b1e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-05_230647_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,169,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,127,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,90,27 +/JARVIS843/Unity-Tutorial,89,59 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,81,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,61,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,54,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,45,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,33,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,26,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-05_230647_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-05_230647_top_referrers_snapshot.csv new file mode 100644 index 00000000..745be653 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-05_230647_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,832,61 +github.com,31,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-06_230714_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-06_230714_top_paths_snapshot.csv new file mode 100644 index 00000000..b65161d0 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-06_230714_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,165,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,123,25 +/JARVIS843/Unity-Tutorial,90,58 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,86,25 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,79,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,54,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,53,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,45,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,29,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,27,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-06_230714_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-06_230714_top_referrers_snapshot.csv new file mode 100644 index 00000000..d021e1b1 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-06_230714_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,819,60 +github.com,31,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-07_230644_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-07_230644_top_paths_snapshot.csv new file mode 100644 index 00000000..1b5ce10f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-07_230644_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,151,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,116,22 +/JARVIS843/Unity-Tutorial,89,57 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,79,23 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,75,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,53,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,49,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,43,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,25,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,25,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-07_230644_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-07_230644_top_referrers_snapshot.csv new file mode 100644 index 00000000..10938cb8 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-07_230644_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,758,58 +github.com,31,3 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-08_230627_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-08_230627_top_paths_snapshot.csv new file mode 100644 index 00000000..9ef59b3c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-08_230627_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,151,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,116,22 +/JARVIS843/Unity-Tutorial,86,57 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,80,23 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,73,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,55,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,51,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,43,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,28,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,27,10 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-08_230627_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-08_230627_top_referrers_snapshot.csv new file mode 100644 index 00000000..8fd57f61 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-08_230627_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,763,56 +github.com,31,3 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-09_230644_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-09_230644_top_paths_snapshot.csv new file mode 100644 index 00000000..4ab2c416 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-09_230644_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,146,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,109,21 +/JARVIS843/Unity-Tutorial,85,53 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,75,22 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,69,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,60,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,53,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,41,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,35,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,32,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-09_230644_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-09_230644_top_referrers_snapshot.csv new file mode 100644 index 00000000..027fe62b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-09_230644_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,780,52 +github.com,31,3 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-10_230625_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-10_230625_top_paths_snapshot.csv new file mode 100644 index 00000000..37fd3a4d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-10_230625_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,148,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,97,22 +/JARVIS843/Unity-Tutorial,91,51 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,77,23 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,70,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,60,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,49,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,41,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,35,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,32,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-10_230625_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-10_230625_top_referrers_snapshot.csv new file mode 100644 index 00000000..ac1873a0 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-10_230625_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,780,50 +github.com,28,2 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-11_230632_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-11_230632_top_paths_snapshot.csv new file mode 100644 index 00000000..7b7f7746 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-11_230632_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,157,32 +/JARVIS843/Unity-Tutorial,95,49 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,91,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,73,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,71,21 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,64,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,49,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,47,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,41,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,32,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-11_230632_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-11_230632_top_referrers_snapshot.csv new file mode 100644 index 00000000..410a5be3 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-11_230632_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,777,49 +github.com,28,2 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-12_230630_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-12_230630_top_paths_snapshot.csv new file mode 100644 index 00000000..1cda8087 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-12_230630_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,164,33 +/JARVIS843/Unity-Tutorial,103,51 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,97,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,77,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,73,21 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,64,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,53,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,51,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,43,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,36,10 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-12_230630_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-12_230630_top_referrers_snapshot.csv new file mode 100644 index 00000000..9c568d73 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-12_230630_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,820,51 +github.com,36,3 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-13_230636_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-13_230636_top_paths_snapshot.csv new file mode 100644 index 00000000..497ccb6d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-13_230636_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,168,36 +/JARVIS843/Unity-Tutorial,124,53 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,107,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,75,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,72,21 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,62,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,58,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,48,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,47,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,34,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-13_230636_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-13_230636_top_referrers_snapshot.csv new file mode 100644 index 00000000..91ed0a62 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-13_230636_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,846,53 +github.com,36,3 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-14_230636_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-14_230636_top_paths_snapshot.csv new file mode 100644 index 00000000..71beca69 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-14_230636_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,165,37 +/JARVIS843/Unity-Tutorial,126,57 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,117,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,82,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,75,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,68,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,62,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,48,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,45,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,36,10 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-14_230636_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-14_230636_top_referrers_snapshot.csv new file mode 100644 index 00000000..4bea169e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-14_230636_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,901,53 +github.com,35,2 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-15_230658_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-15_230658_top_paths_snapshot.csv new file mode 100644 index 00000000..e48f5c73 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-15_230658_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,155,33 +/JARVIS843/Unity-Tutorial,123,53 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,108,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,81,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,69,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,64,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,49,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,44,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,36,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,32,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-15_230658_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-15_230658_top_referrers_snapshot.csv new file mode 100644 index 00000000..913bc51d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-15_230658_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,867,48 +github.com,15,2 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-16_230656_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-16_230656_top_paths_snapshot.csv new file mode 100644 index 00000000..3673b607 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-16_230656_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,145,30 +/JARVIS843/Unity-Tutorial,118,51 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,100,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,71,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,63,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,56,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,44,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,41,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,28,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,28,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-16_230656_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-16_230656_top_referrers_snapshot.csv new file mode 100644 index 00000000..4477b6e3 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-16_230656_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,791,46 +github.com,8,1 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-17_230632_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-17_230632_top_paths_snapshot.csv new file mode 100644 index 00000000..de7ca064 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-17_230632_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,127,29 +/JARVIS843/Unity-Tutorial,116,51 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,96,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,67,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,54,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,51,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,40,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,39,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,26,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,20,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-17_230632_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-17_230632_top_referrers_snapshot.csv new file mode 100644 index 00000000..0699f5a9 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-17_230632_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,726,46 +github.com,8,1 +away.vk.com,1,1 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-18_230624_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-18_230624_top_paths_snapshot.csv new file mode 100644 index 00000000..35f7d1dd --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-18_230624_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,113,50 +/JARVIS843/Unity-Tutorial/tree/main/Assets,107,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,81,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,57,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,47,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,40,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,36,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,34,11 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,20,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,18,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-18_230624_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-18_230624_top_referrers_snapshot.csv new file mode 100644 index 00000000..26913cd1 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-18_230624_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,635,44 +github.com,10,2 +away.vk.com,1,1 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-19_230621_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-19_230621_top_paths_snapshot.csv new file mode 100644 index 00000000..bcacf6f9 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-19_230621_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,111,49 +/JARVIS843/Unity-Tutorial/tree/main/Assets,95,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,77,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,57,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,47,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,36,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,32,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,30,6 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,20,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,13,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-19_230621_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-19_230621_top_referrers_snapshot.csv new file mode 100644 index 00000000..99342d89 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-19_230621_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,577,43 +github.com,10,2 +away.vk.com,1,1 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-20_230711_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-20_230711_top_paths_snapshot.csv new file mode 100644 index 00000000..d852b367 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-20_230711_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,110,47 +/JARVIS843/Unity-Tutorial/tree/main/Assets,95,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,76,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,57,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,43,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,36,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,32,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,30,6 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,18,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,13,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-20_230711_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-20_230711_top_referrers_snapshot.csv new file mode 100644 index 00000000..0ce41f04 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-20_230711_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,578,42 +github.com,10,2 +away.vk.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-21_230620_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-21_230620_top_paths_snapshot.csv new file mode 100644 index 00000000..f3a60ec8 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-21_230620_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,109,48 +/JARVIS843/Unity-Tutorial/tree/main/Assets,97,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,76,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,55,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,45,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,36,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,30,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,28,5 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,20,7 +/JARVIS843/Unity-Tutorial/tree/main,12,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-21_230620_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-21_230620_top_referrers_snapshot.csv new file mode 100644 index 00000000..f6b6f4ce --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-21_230620_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,553,43 +github.com,11,3 +away.vk.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-22_230606_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-22_230606_top_paths_snapshot.csv new file mode 100644 index 00000000..6f799f2a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-22_230606_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,113,27 +/JARVIS843/Unity-Tutorial,112,54 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,111,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,76,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,59,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,47,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,35,9 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,28,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,24,5 +/JARVIS843/Unity-Tutorial/tree/main,16,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-22_230606_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-22_230606_top_referrers_snapshot.csv new file mode 100644 index 00000000..e1079a0a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-22_230606_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,686,49 +github.com,11,3 +away.vk.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-23_230656_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-23_230656_top_paths_snapshot.csv new file mode 100644 index 00000000..e6b1723c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-23_230656_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,108,25 +/JARVIS843/Unity-Tutorial,100,50 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,99,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,64,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,50,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,43,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,38,10 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,24,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,24,5 +/JARVIS843/Unity-Tutorial/tree/main,16,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-23_230656_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-23_230656_top_referrers_snapshot.csv new file mode 100644 index 00000000..e2185dc7 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-23_230656_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,631,46 +github.com,11,3 +away.vk.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-24_230714_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-24_230714_top_paths_snapshot.csv new file mode 100644 index 00000000..fd04c727 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-24_230714_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,102,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets,101,25 +/JARVIS843/Unity-Tutorial,93,50 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,66,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,52,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,46,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,31,10 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,26,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,16,4 +/JARVIS843/Unity-Tutorial/tree/main,14,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-24_230714_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-24_230714_top_referrers_snapshot.csv new file mode 100644 index 00000000..7e37903d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-24_230714_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,647,44 +github.com,11,3 +away.vk.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-25_230637_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-25_230637_top_paths_snapshot.csv new file mode 100644 index 00000000..43e72ab2 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-25_230637_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,96,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,96,18 +/JARVIS843/Unity-Tutorial,91,51 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,62,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,52,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,42,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,27,9 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,26,10 +/JARVIS843/Unity-Tutorial/tree/main,13,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,12,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-25_230637_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-25_230637_top_referrers_snapshot.csv new file mode 100644 index 00000000..cf8579b5 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-25_230637_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,612,47 +github.com,3,2 +away.vk.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-26_230638_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-26_230638_top_paths_snapshot.csv new file mode 100644 index 00000000..487653ea --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-26_230638_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,89,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets,88,24 +/JARVIS843/Unity-Tutorial,75,53 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,61,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,50,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,39,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,26,9 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,22,9 +/JARVIS843/Unity-Tutorial/tree/main,14,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,14,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-26_230638_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-26_230638_top_referrers_snapshot.csv new file mode 100644 index 00000000..59ced279 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-26_230638_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,552,48 +github.com,4,3 +away.vk.com,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-27_230714_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-27_230714_top_paths_snapshot.csv new file mode 100644 index 00000000..7b492a65 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-27_230714_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,99,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets,93,25 +/JARVIS843/Unity-Tutorial,74,53 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,68,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,49,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,42,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,28,10 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,22,9 +/JARVIS843/Unity-Tutorial/tree/main,19,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,19,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-27_230714_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-27_230714_top_referrers_snapshot.csv new file mode 100644 index 00000000..6511f5a8 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-27_230714_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,591,51 +github.com,4,3 +away.vk.com,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-28_230659_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-28_230659_top_paths_snapshot.csv new file mode 100644 index 00000000..24fa24b4 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-28_230659_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,96,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets,87,25 +/JARVIS843/Unity-Tutorial,77,59 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,65,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,45,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,43,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,28,10 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,24,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,19,6 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,13,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-28_230659_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-28_230659_top_referrers_snapshot.csv new file mode 100644 index 00000000..9c8b6cdb --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-28_230659_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,563,54 +github.com,4,3 +away.vk.com,2,1 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-29_230628_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-29_230628_top_paths_snapshot.csv new file mode 100644 index 00000000..ac2b2ccd --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-29_230628_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,98,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets,89,25 +/JARVIS843/Unity-Tutorial,81,60 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,67,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,49,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,43,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,26,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,26,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,15,5 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,13,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-29_230628_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-29_230628_top_referrers_snapshot.csv new file mode 100644 index 00000000..3f3abe5e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-29_230628_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,579,55 +github.com,4,3 +away.vk.com,2,1 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-30_230644_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-30_230644_top_paths_snapshot.csv new file mode 100644 index 00000000..72c27e79 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-30_230644_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,101,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,100,19 +/JARVIS843/Unity-Tutorial,86,64 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,69,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,51,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,43,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,34,11 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,26,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,20,7 +/JARVIS843/Unity-Tutorial/tree/main,16,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-30_230644_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-30_230644_top_referrers_snapshot.csv new file mode 100644 index 00000000..49169f03 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-06-30_230644_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,625,58 +github.com,4,3 +away.vk.com,1,1 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-01_230618_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-01_230618_top_paths_snapshot.csv new file mode 100644 index 00000000..d197954f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-01_230618_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,103,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,103,20 +/JARVIS843/Unity-Tutorial,87,62 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,72,19 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,55,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,45,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,36,11 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,30,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,20,7 +/JARVIS843/Unity-Tutorial/tree/main,18,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-01_230618_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-01_230618_top_referrers_snapshot.csv new file mode 100644 index 00000000..66b408b3 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-01_230618_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,656,57 +github.com,4,3 +away.vk.com,1,1 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-02_230634_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-02_230634_top_paths_snapshot.csv new file mode 100644 index 00000000..f3eff1f4 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-02_230634_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,114,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,109,22 +/JARVIS843/Unity-Tutorial,89,62 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,78,21 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,57,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,45,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,42,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,30,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,22,8 +/JARVIS843/Unity-Tutorial/tree/main,19,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-02_230634_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-02_230634_top_referrers_snapshot.csv new file mode 100644 index 00000000..d94c38dd --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-02_230634_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,695,56 +github.com,5,4 +away.vk.com,1,1 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-03_230655_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-03_230655_top_paths_snapshot.csv new file mode 100644 index 00000000..3bbac119 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-03_230655_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,114,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,106,21 +/JARVIS843/Unity-Tutorial,88,60 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,76,20 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,57,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,44,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,43,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,30,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,26,8 +/JARVIS843/Unity-Tutorial/tree/main,19,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-03_230655_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-03_230655_top_referrers_snapshot.csv new file mode 100644 index 00000000..a95466eb --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-03_230655_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,700,53 +github.com,5,4 +away.vk.com,1,1 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-04_230632_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-04_230632_top_paths_snapshot.csv new file mode 100644 index 00000000..5320101d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-04_230632_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,118,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,110,21 +/JARVIS843/Unity-Tutorial,94,59 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,82,20 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,59,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,49,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,44,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,32,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,26,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,19,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-04_230632_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-04_230632_top_referrers_snapshot.csv new file mode 100644 index 00000000..ab6732e0 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-04_230632_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,745,52 +github.com,4,3 +away.vk.com,1,1 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-05_230654_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-05_230654_top_paths_snapshot.csv new file mode 100644 index 00000000..68da2d37 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-05_230654_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,110,25 +/JARVIS843/Unity-Tutorial,89,55 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,83,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,68,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,49,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,38,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,34,10 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,26,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,24,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,15,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-05_230654_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-05_230654_top_referrers_snapshot.csv new file mode 100644 index 00000000..b4c67403 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-05_230654_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,615,47 +github.com,11,4 +away.vk.com,1,1 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-06_230614_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-06_230614_top_paths_snapshot.csv new file mode 100644 index 00000000..60425ac0 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-06_230614_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,118,27 +/JARVIS843/Unity-Tutorial,97,60 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,90,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,78,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,55,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,37,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,36,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,32,8 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,26,10 +/JARVIS843/Unity-Tutorial/tree/main/ProjectSettings,16,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-06_230614_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-06_230614_top_referrers_snapshot.csv new file mode 100644 index 00000000..930f9450 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-06_230614_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,725,51 +github.com,15,5 +away.vk.com,1,1 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-07_230629_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-07_230629_top_paths_snapshot.csv new file mode 100644 index 00000000..44cd104e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-07_230629_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,118,25 +/JARVIS843/Unity-Tutorial,104,62 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,91,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,80,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,57,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,36,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,33,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,33,9 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,24,9 +/JARVIS843/Unity-Tutorial/tree/main/ProjectSettings,20,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-07_230629_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-07_230629_top_referrers_snapshot.csv new file mode 100644 index 00000000..61538d9f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-07_230629_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,746,52 +github.com,15,5 +away.vk.com,1,1 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-08_230624_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-08_230624_top_paths_snapshot.csv new file mode 100644 index 00000000..43b0e4bc --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-08_230624_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,114,24 +/JARVIS843/Unity-Tutorial,104,61 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,89,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,80,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,55,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,36,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,33,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,33,9 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,22,8 +/JARVIS843/Unity-Tutorial/tree/main/ProjectSettings,20,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-08_230624_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-08_230624_top_referrers_snapshot.csv new file mode 100644 index 00000000..194729da --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-08_230624_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,735,50 +github.com,15,5 +away.vk.com,1,1 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-09_230708_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-09_230708_top_paths_snapshot.csv new file mode 100644 index 00000000..fd0128a9 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-09_230708_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,118,61 +/JARVIS843/Unity-Tutorial/tree/main/Assets,109,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,86,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,79,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,55,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,34,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,31,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,31,8 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,22,8 +/JARVIS843/Unity-Tutorial/tree/main/ProjectSettings,20,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-09_230708_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-09_230708_top_referrers_snapshot.csv new file mode 100644 index 00000000..5b774828 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-09_230708_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,756,52 +github.com,14,4 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-10_230620_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-10_230620_top_paths_snapshot.csv new file mode 100644 index 00000000..ab886a9f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-10_230620_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,110,56 +/JARVIS843/Unity-Tutorial/tree/main/Assets,102,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,65,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,58,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,44,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,40,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,30,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,20,6 +/JARVIS843/Unity-Tutorial/tree/main/ProjectSettings,18,7 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,18,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-10_230620_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-10_230620_top_referrers_snapshot.csv new file mode 100644 index 00000000..75cf3b04 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-10_230620_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,680,47 +github.com,14,4 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-11_230734_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-11_230734_top_paths_snapshot.csv new file mode 100644 index 00000000..df6af8b3 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-11_230734_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,109,55 +/JARVIS843/Unity-Tutorial/tree/main/Assets,96,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,55,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,51,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,42,10 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,38,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,32,8 +/JARVIS843/Unity-Tutorial/tree/main/ProjectSettings,18,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,16,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations/Jump,16,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-11_230734_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-11_230734_top_referrers_snapshot.csv new file mode 100644 index 00000000..3b3748bc --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-11_230734_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,640,46 +github.com,15,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-12_230620_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-12_230620_top_paths_snapshot.csv new file mode 100644 index 00000000..822ef099 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-12_230620_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,106,53 +/JARVIS843/Unity-Tutorial/tree/main/Assets,100,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,54,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,49,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,42,10 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,34,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,32,8 +/JARVIS843/Unity-Tutorial/tree/main/ProjectSettings,16,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,16,5 +/JARVIS843/Unity-Tutorial/tree/main/.vscode,16,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-12_230620_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-12_230620_top_referrers_snapshot.csv new file mode 100644 index 00000000..5ee08f91 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-12_230620_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,619,43 +github.com,15,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-13_230622_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-13_230622_top_paths_snapshot.csv new file mode 100644 index 00000000..fdc3dffa --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-13_230622_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,105,55 +/JARVIS843/Unity-Tutorial/tree/main/Assets,103,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,58,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,53,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,38,11 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,36,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,29,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,18,6 +/JARVIS843/Unity-Tutorial/tree/main/ProjectSettings,16,6 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,16,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-13_230622_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-13_230622_top_referrers_snapshot.csv new file mode 100644 index 00000000..e0bb3cde --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-13_230622_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,630,45 +github.com,15,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-14_230638_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-14_230638_top_paths_snapshot.csv new file mode 100644 index 00000000..5d4369d4 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-14_230638_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,106,55 +/JARVIS843/Unity-Tutorial/tree/main/Assets,105,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,61,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,54,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,42,11 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,36,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,29,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,18,7 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,18,6 +/JARVIS843/Unity-Tutorial/tree/main/ProjectSettings,16,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-14_230638_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-14_230638_top_referrers_snapshot.csv new file mode 100644 index 00000000..170e75ef --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-14_230638_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,640,45 +github.com,13,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-15_230727_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-15_230727_top_paths_snapshot.csv new file mode 100644 index 00000000..f3a63de7 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-15_230727_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,104,57 +/JARVIS843/Unity-Tutorial/tree/main/Assets,96,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,58,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,50,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,36,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,36,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,27,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,18,7 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,18,6 +/JARVIS843/Unity-Tutorial/tree/main/Packages,16,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-15_230727_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-15_230727_top_referrers_snapshot.csv new file mode 100644 index 00000000..6c6943a5 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-15_230727_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,607,45 +github.com,12,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-16_230611_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-16_230611_top_paths_snapshot.csv new file mode 100644 index 00000000..d845168a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-16_230611_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,110,61 +/JARVIS843/Unity-Tutorial/tree/main/Assets,104,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,74,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,63,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,50,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,34,9 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,26,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,24,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,23,6 +/JARVIS843/Unity-Tutorial/tree/main/Packages,16,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-16_230611_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-16_230611_top_referrers_snapshot.csv new file mode 100644 index 00000000..5b73dcb6 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-16_230611_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,668,50 +github.com,12,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-17_230719_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-17_230719_top_paths_snapshot.csv new file mode 100644 index 00000000..87b9597e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-17_230719_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,111,61 +/JARVIS843/Unity-Tutorial/tree/main/Assets,98,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,69,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,62,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,52,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,32,8 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,26,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,23,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,21,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations/Jump,16,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-17_230719_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-17_230719_top_referrers_snapshot.csv new file mode 100644 index 00000000..2a4beca1 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-17_230719_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,650,50 +github.com,14,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-18_230628_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-18_230628_top_paths_snapshot.csv new file mode 100644 index 00000000..cd9d6a25 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-18_230628_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,110,60 +/JARVIS843/Unity-Tutorial/tree/main/Assets,92,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,70,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,61,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,54,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,28,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,27,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,25,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,21,5 +/JARVIS843/Unity-Tutorial/tree/main,16,12 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-18_230628_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-18_230628_top_referrers_snapshot.csv new file mode 100644 index 00000000..35dcb468 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-18_230628_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,633,49 +github.com,9,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-19_230725_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-19_230725_top_paths_snapshot.csv new file mode 100644 index 00000000..de344f16 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-19_230725_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,103,55 +/JARVIS843/Unity-Tutorial/tree/main/Assets,85,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,72,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,58,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,52,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,30,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,27,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,26,10 +/JARVIS843/Unity-Tutorial/tree/main,16,12 +/JARVIS843/Unity-Tutorial/tree/main/Packages,14,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-19_230725_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-19_230725_top_referrers_snapshot.csv new file mode 100644 index 00000000..60c37b77 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-19_230725_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,546,45 +github.com,5,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-20_230609_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-20_230609_top_paths_snapshot.csv new file mode 100644 index 00000000..dff2b3a1 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-20_230609_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,99,56 +/JARVIS843/Unity-Tutorial/tree/main/Assets,81,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,76,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,64,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,52,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,34,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,32,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,22,5 +/JARVIS843/Unity-Tutorial/tree/main,15,11 +/JARVIS843/Unity-Tutorial/tree/main/Packages,12,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-20_230609_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-20_230609_top_referrers_snapshot.csv new file mode 100644 index 00000000..f77c329a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-20_230609_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,522,46 +github.com,5,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-21_230632_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-21_230632_top_paths_snapshot.csv new file mode 100644 index 00000000..0fb8c61e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-21_230632_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,103,56 +/JARVIS843/Unity-Tutorial/tree/main/Assets,91,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,81,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,66,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,54,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,36,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,35,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,28,7 +/JARVIS843/Unity-Tutorial/tree/main,15,11 +/JARVIS843/Unity-Tutorial/tree/main/Packages,12,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-21_230632_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-21_230632_top_referrers_snapshot.csv new file mode 100644 index 00000000..e10ec0bf --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-21_230632_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,574,47 +github.com,5,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-22_230624_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-22_230624_top_paths_snapshot.csv new file mode 100644 index 00000000..13622af9 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-22_230624_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,95,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,90,19 +/JARVIS843/Unity-Tutorial,86,52 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,77,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,60,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,46,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,43,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,30,8 +/JARVIS843/Unity-Tutorial/tree/main,15,11 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,12,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-22_230624_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-22_230624_top_referrers_snapshot.csv new file mode 100644 index 00000000..393b58be --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-22_230624_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,630,43 +github.com,5,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-23_230755_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-23_230755_top_paths_snapshot.csv new file mode 100644 index 00000000..3d84452e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-23_230755_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,100,27 +/JARVIS843/Unity-Tutorial,97,58 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,95,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,81,20 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,62,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,48,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,45,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,22,7 +/JARVIS843/Unity-Tutorial/tree/main,15,11 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,15,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-23_230755_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-23_230755_top_referrers_snapshot.csv new file mode 100644 index 00000000..5220b324 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-23_230755_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,638,49 +github.com,5,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-24_230713_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-24_230713_top_paths_snapshot.csv new file mode 100644 index 00000000..ea70e6bf --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-24_230713_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,101,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,95,21 +/JARVIS843/Unity-Tutorial,94,53 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,81,20 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,62,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,48,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,45,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,23,7 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,16,9 +/JARVIS843/Unity-Tutorial/tree/main,14,10 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-24_230713_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-24_230713_top_referrers_snapshot.csv new file mode 100644 index 00000000..0448fedf --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-24_230713_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,635,46 +github.com,5,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-25_230713_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-25_230713_top_paths_snapshot.csv new file mode 100644 index 00000000..71214d61 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-25_230713_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,114,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets,108,28 +/JARVIS843/Unity-Tutorial,98,55 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,97,22 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,74,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,55,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,52,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,25,8 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,15,9 +/JARVIS843/Unity-Tutorial/tree/main,11,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-25_230713_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-25_230713_top_referrers_snapshot.csv new file mode 100644 index 00000000..8355fd6d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-25_230713_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,730,50 +github.com,5,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-26_230623_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-26_230623_top_paths_snapshot.csv new file mode 100644 index 00000000..a7a627b1 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-26_230623_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,114,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets,111,27 +/JARVIS843/Unity-Tutorial,101,55 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,98,22 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,74,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,55,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,50,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,33,9 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,15,9 +/JARVIS843/Unity-Tutorial/tree/main,12,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-26_230623_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-26_230623_top_referrers_snapshot.csv new file mode 100644 index 00000000..a3d5f3fc --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-26_230623_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,756,50 +github.com,5,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-27_230648_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-27_230648_top_paths_snapshot.csv new file mode 100644 index 00000000..fe08f818 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-27_230648_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,116,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets,111,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,100,22 +/JARVIS843/Unity-Tutorial,99,56 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,76,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,55,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,44,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,29,9 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,16,10 +/JARVIS843/Unity-Tutorial/tree/main/Packages,12,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-27_230648_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-27_230648_top_referrers_snapshot.csv new file mode 100644 index 00000000..7c54e348 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-27_230648_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,744,52 +github.com,5,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-28_230658_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-28_230658_top_paths_snapshot.csv new file mode 100644 index 00000000..439ac056 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-28_230658_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,127,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets,118,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,108,23 +/JARVIS843/Unity-Tutorial,100,54 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,83,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,61,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,56,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,29,9 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,19,10 +/JARVIS843/Unity-Tutorial/tree/main,10,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-28_230658_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-28_230658_top_referrers_snapshot.csv new file mode 100644 index 00000000..00761985 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-28_230658_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,784,54 +github.com,5,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-29_230625_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-29_230625_top_paths_snapshot.csv new file mode 100644 index 00000000..44bc7d50 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-29_230625_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,115,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets,114,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,100,24 +/JARVIS843/Unity-Tutorial,95,53 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,71,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,55,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,48,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,29,9 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,19,10 +/JARVIS843/Unity-Tutorial/tree/main,9,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-29_230625_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-29_230625_top_referrers_snapshot.csv new file mode 100644 index 00000000..ea3c8711 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-29_230625_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,705,51 +github.com,5,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-30_230616_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-30_230616_top_paths_snapshot.csv new file mode 100644 index 00000000..cd3ca4f1 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-30_230616_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,118,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,116,25 +/JARVIS843/Unity-Tutorial,97,55 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,97,24 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,67,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,56,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,50,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,34,10 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,16,10 +/JARVIS843/Unity-Tutorial/tree/main/Packages,13,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-30_230616_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-30_230616_top_referrers_snapshot.csv new file mode 100644 index 00000000..f62f1afc --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-30_230616_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,687,52 +m.youtube.com,50,1 +github.com,9,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-31_230623_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-31_230623_top_paths_snapshot.csv new file mode 100644 index 00000000..a07104c3 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-31_230623_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,112,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,109,25 +/JARVIS843/Unity-Tutorial,96,56 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,93,24 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,65,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,52,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,48,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,34,10 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,16,10 +/JARVIS843/Unity-Tutorial/tree/main/Packages,13,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-31_230623_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-31_230623_top_referrers_snapshot.csv new file mode 100644 index 00000000..dcbc58d9 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-07-31_230623_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,674,53 +m.youtube.com,50,1 +github.com,7,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-01_230624_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-01_230624_top_paths_snapshot.csv new file mode 100644 index 00000000..18bb21a3 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-01_230624_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,119,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,112,26 +/JARVIS843/Unity-Tutorial,99,56 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,96,25 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,69,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,57,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,50,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,32,9 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,16,10 +/JARVIS843/Unity-Tutorial/tree/main/Packages,15,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-01_230624_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-01_230624_top_referrers_snapshot.csv new file mode 100644 index 00000000..9a12cb35 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-01_230624_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,692,53 +m.youtube.com,50,1 +github.com,7,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-02_230619_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-02_230619_top_paths_snapshot.csv new file mode 100644 index 00000000..f8450327 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-02_230619_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,115,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,104,23 +/JARVIS843/Unity-Tutorial,97,55 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,86,22 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,65,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,51,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,46,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,32,9 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,15,9 +/JARVIS843/Unity-Tutorial/tree/main/Packages,15,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-02_230619_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-02_230619_top_referrers_snapshot.csv new file mode 100644 index 00000000..bd25ee84 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-02_230619_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,658,51 +m.youtube.com,50,1 +github.com,7,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-03_230659_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-03_230659_top_paths_snapshot.csv new file mode 100644 index 00000000..41e54f60 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-03_230659_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,110,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,101,23 +/JARVIS843/Unity-Tutorial,95,58 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,84,21 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,69,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,50,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,46,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,26,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Scenes,14,6 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,13,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-03_230659_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-03_230659_top_referrers_snapshot.csv new file mode 100644 index 00000000..02f00a75 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-03_230659_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,616,52 +m.youtube.com,56,2 +github.com,13,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-04_230719_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-04_230719_top_paths_snapshot.csv new file mode 100644 index 00000000..a89ac3f1 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-04_230719_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,112,29 +/JARVIS843/Unity-Tutorial,96,59 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,91,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,72,20 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,63,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,42,11 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,38,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,26,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Scenes,16,7 +/JARVIS843/Unity-Tutorial/tree/main,13,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-04_230719_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-04_230719_top_referrers_snapshot.csv new file mode 100644 index 00000000..ec5d0a9e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-04_230719_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,562,54 +m.youtube.com,56,2 +github.com,13,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-05_230730_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-05_230730_top_paths_snapshot.csv new file mode 100644 index 00000000..846ace88 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-05_230730_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,105,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,89,20 +/JARVIS843/Unity-Tutorial,87,54 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,76,20 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,65,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,42,11 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,36,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,26,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Scenes,16,7 +/JARVIS843/Unity-Tutorial/tree/main/Packages,15,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-05_230730_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-05_230730_top_referrers_snapshot.csv new file mode 100644 index 00000000..1b8d265c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-05_230730_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,539,48 +m.youtube.com,56,2 +github.com,13,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-06_230655_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-06_230655_top_paths_snapshot.csv new file mode 100644 index 00000000..733753f8 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-06_230655_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,117,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,105,24 +/JARVIS843/Unity-Tutorial,88,55 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,87,23 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,74,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,49,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,42,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,28,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Scenes,16,7 +/JARVIS843/Unity-Tutorial/tree/main/Packages,15,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-06_230655_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-06_230655_top_referrers_snapshot.csv new file mode 100644 index 00000000..21943094 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-06_230655_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,613,49 +m.youtube.com,56,2 +github.com,13,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-07_230613_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-07_230613_top_paths_snapshot.csv new file mode 100644 index 00000000..08503a99 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-07_230613_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,104,29 +/JARVIS843/Unity-Tutorial,90,54 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,85,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,71,21 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,66,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,37,11 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,36,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,26,7 +/JARVIS843/Unity-Tutorial/tree/main/Packages,13,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Scenes,12,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-07_230613_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-07_230613_top_referrers_snapshot.csv new file mode 100644 index 00000000..e825e858 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-07_230613_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,527,49 +m.youtube.com,56,2 +github.com,13,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-08_230638_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-08_230638_top_paths_snapshot.csv new file mode 100644 index 00000000..8e6692ee --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-08_230638_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,102,29 +/JARVIS843/Unity-Tutorial,87,53 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,86,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,68,21 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,64,23 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,42,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,40,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,16,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Scenes,12,6 +/JARVIS843/Unity-Tutorial/tree/main/Packages,11,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-08_230638_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-08_230638_top_referrers_snapshot.csv new file mode 100644 index 00000000..073851bf --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-08_230638_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,464,47 +m.youtube.com,56,2 +github.com,13,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-09_230646_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-09_230646_top_paths_snapshot.csv new file mode 100644 index 00000000..33e7392f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-09_230646_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,96,27 +/JARVIS843/Unity-Tutorial,83,49 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,78,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,62,19 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,56,20 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,42,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,38,10 +/JARVIS843/Unity-Tutorial/tree/main,16,4 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,14,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Scenes,12,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-09_230646_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-09_230646_top_referrers_snapshot.csv new file mode 100644 index 00000000..2124c7cd --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-09_230646_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,437,44 +m.youtube.com,56,2 +github.com,13,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-10_230632_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-10_230632_top_paths_snapshot.csv new file mode 100644 index 00000000..49a3f72d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-10_230632_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,102,29 +/JARVIS843/Unity-Tutorial,83,51 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,74,20 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,59,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,59,19 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,40,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,37,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,26,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,24,4 +/JARVIS843/Unity-Tutorial/tree/main,20,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-10_230632_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-10_230632_top_referrers_snapshot.csv new file mode 100644 index 00000000..48df94d0 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-10_230632_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,492,45 +m.youtube.com,56,2 +github.com,13,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-11_230612_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-11_230612_top_paths_snapshot.csv new file mode 100644 index 00000000..2b34a8f7 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-11_230612_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,114,30 +/JARVIS843/Unity-Tutorial,90,54 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,82,21 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,72,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,64,20 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,42,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,39,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,30,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,26,4 +/JARVIS843/Unity-Tutorial/tree/main,20,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-11_230612_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-11_230612_top_referrers_snapshot.csv new file mode 100644 index 00000000..042c08c0 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-11_230612_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,520,48 +m.youtube.com,56,2 +github.com,13,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-12_230723_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-12_230723_top_paths_snapshot.csv new file mode 100644 index 00000000..9ae64876 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-12_230723_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,104,28 +/JARVIS843/Unity-Tutorial,80,51 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,74,19 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,68,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,58,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,34,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,33,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,26,4 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,25,9 +/JARVIS843/Unity-Tutorial/tree/main,20,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-12_230723_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-12_230723_top_referrers_snapshot.csv new file mode 100644 index 00000000..0e2c7490 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-12_230723_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,485,46 +github.com,7,1 +m.youtube.com,6,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-13_230625_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-13_230625_top_paths_snapshot.csv new file mode 100644 index 00000000..3cb7d2af --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-13_230625_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,108,28 +/JARVIS843/Unity-Tutorial,81,51 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,79,19 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,69,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,64,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,38,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,33,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,29,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,26,4 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,17,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-13_230625_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-13_230625_top_referrers_snapshot.csv new file mode 100644 index 00000000..c82295e7 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-13_230625_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,479,46 +github.com,7,1 +m.youtube.com,6,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-15_232526_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-15_232526_top_paths_snapshot.csv new file mode 100644 index 00000000..03378e9c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-15_232526_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,108,28 +/JARVIS843/Unity-Tutorial,89,54 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,89,20 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,68,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,65,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,37,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,36,10 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,36,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,26,4 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,21,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-15_232526_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-15_232526_top_referrers_snapshot.csv new file mode 100644 index 00000000..fd7f4a07 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-15_232526_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,525,49 +github.com,7,1 +m.youtube.com,6,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-16_230658_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-16_230658_top_paths_snapshot.csv new file mode 100644 index 00000000..341eb8cc --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-16_230658_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,108,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,97,20 +/JARVIS843/Unity-Tutorial,82,51 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,71,20 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,68,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,38,9 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,38,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,37,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,26,4 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,21,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-16_230658_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-16_230658_top_referrers_snapshot.csv new file mode 100644 index 00000000..6dbe8ef0 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-16_230658_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,519,47 +github.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-17_230612_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-17_230612_top_paths_snapshot.csv new file mode 100644 index 00000000..fdf88893 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-17_230612_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,104,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,103,21 +/JARVIS843/Unity-Tutorial,80,49 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,75,20 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,70,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,45,11 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,41,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,35,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,22,3 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,19,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-17_230612_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-17_230612_top_referrers_snapshot.csv new file mode 100644 index 00000000..95b0fab9 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-17_230612_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,520,46 +github.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-18_230637_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-18_230637_top_paths_snapshot.csv new file mode 100644 index 00000000..39eccbd5 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-18_230637_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,109,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,105,22 +/JARVIS843/Unity-Tutorial,86,53 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,74,21 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,72,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,53,11 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,45,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,37,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,22,3 +/JARVIS843/Unity-Tutorial/tree/main,19,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-18_230637_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-18_230637_top_referrers_snapshot.csv new file mode 100644 index 00000000..2bd07cd9 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-18_230637_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,555,48 +Google,1,1 +github.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-19_230700_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-19_230700_top_paths_snapshot.csv new file mode 100644 index 00000000..5545c717 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-19_230700_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,106,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,97,19 +/JARVIS843/Unity-Tutorial,83,52 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,67,19 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,65,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,50,10 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,41,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,38,3 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,36,11 +/JARVIS843/Unity-Tutorial/tree/main,20,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-19_230700_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-19_230700_top_referrers_snapshot.csv new file mode 100644 index 00000000..cdb0f558 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-19_230700_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,642,47 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-20_230715_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-20_230715_top_paths_snapshot.csv new file mode 100644 index 00000000..e1bf3a4f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-20_230715_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,105,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,100,19 +/JARVIS843/Unity-Tutorial,76,51 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,67,19 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,63,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,54,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,43,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,38,3 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,36,11 +/JARVIS843/Unity-Tutorial/tree/main,20,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-20_230715_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-20_230715_top_referrers_snapshot.csv new file mode 100644 index 00000000..9039b9b7 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-20_230715_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,642,45 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-21_230640_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-21_230640_top_paths_snapshot.csv new file mode 100644 index 00000000..0b5d3744 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-21_230640_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,95,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets,91,21 +/JARVIS843/Unity-Tutorial,71,48 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,65,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,63,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,49,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,38,3 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,37,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,34,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,20,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-21_230640_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-21_230640_top_referrers_snapshot.csv new file mode 100644 index 00000000..1e5fbe8f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-21_230640_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,630,43 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-22_230621_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-22_230621_top_paths_snapshot.csv new file mode 100644 index 00000000..b431b686 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-22_230621_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,95,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets,91,21 +/JARVIS843/Unity-Tutorial,74,50 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,71,19 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,65,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,56,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,43,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,38,3 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,34,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,20,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-22_230621_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-22_230621_top_referrers_snapshot.csv new file mode 100644 index 00000000..e3b6a583 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-22_230621_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,649,44 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-23_230629_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-23_230629_top_paths_snapshot.csv new file mode 100644 index 00000000..7a8e1bcb --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-23_230629_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,87,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets,80,21 +/JARVIS843/Unity-Tutorial,71,49 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,66,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,55,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,51,11 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,33,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,27,3 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,24,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations/Base,17,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-23_230629_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-23_230629_top_referrers_snapshot.csv new file mode 100644 index 00000000..45386a6c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-23_230629_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,564,42 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-24_230633_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-24_230633_top_paths_snapshot.csv new file mode 100644 index 00000000..3de4e834 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-24_230633_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,75,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets,65,17 +/JARVIS843/Unity-Tutorial,61,44 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,56,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,49,10 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,40,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,31,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,25,2 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,22,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations/Base,17,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-24_230633_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-24_230633_top_referrers_snapshot.csv new file mode 100644 index 00000000..31ec1486 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-24_230633_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,548,39 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-25_230650_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-25_230650_top_paths_snapshot.csv new file mode 100644 index 00000000..7e54f09a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-25_230650_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,79,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets,67,18 +/JARVIS843/Unity-Tutorial,63,46 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,58,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,49,10 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,40,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,31,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,25,2 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,22,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations/Base,17,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-25_230650_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-25_230650_top_referrers_snapshot.csv new file mode 100644 index 00000000..b6be26a5 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-25_230650_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,563,40 +Google,2,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-26_230703_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-26_230703_top_paths_snapshot.csv new file mode 100644 index 00000000..7dd17fac --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-26_230703_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,72,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets,64,18 +/JARVIS843/Unity-Tutorial,58,43 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,50,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,47,9 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,35,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,25,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,25,2 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,18,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations/Base,17,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-26_230703_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-26_230703_top_referrers_snapshot.csv new file mode 100644 index 00000000..ced72876 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-26_230703_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,531,38 +Google,2,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-27_230719_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-27_230719_top_paths_snapshot.csv new file mode 100644 index 00000000..affdf074 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-27_230719_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,57,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets,56,19 +/JARVIS843/Unity-Tutorial,52,42 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,46,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,38,8 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,35,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,25,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,25,2 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations/Base,17,2 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations/Jump,15,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-27_230719_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-27_230719_top_referrers_snapshot.csv new file mode 100644 index 00000000..65b6f172 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-27_230719_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,458,34 +Google,2,2 +github.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-28_230631_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-28_230631_top_paths_snapshot.csv new file mode 100644 index 00000000..48ffea91 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-28_230631_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,68,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,56,15 +/JARVIS843/Unity-Tutorial,52,40 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,45,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,40,9 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,38,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,27,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,25,2 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,18,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations/Base,17,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-28_230631_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-28_230631_top_referrers_snapshot.csv new file mode 100644 index 00000000..a782a00d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-28_230631_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,503,33 +Google,2,2 +github.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-29_230639_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-29_230639_top_paths_snapshot.csv new file mode 100644 index 00000000..4b8db2a0 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-29_230639_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,65,20 +/JARVIS843/Unity-Tutorial,53,42 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,48,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,41,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,36,8 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,34,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,25,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,25,2 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,18,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations/Base,17,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-29_230639_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-29_230639_top_referrers_snapshot.csv new file mode 100644 index 00000000..2b840568 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-29_230639_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,506,36 +Google,2,2 +github.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-30_230708_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-30_230708_top_paths_snapshot.csv new file mode 100644 index 00000000..40e7999e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-30_230708_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,66,21 +/JARVIS843/Unity-Tutorial,54,41 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,48,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,42,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,40,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,31,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,25,2 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,22,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,18,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations/Base,17,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-30_230708_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-30_230708_top_referrers_snapshot.csv new file mode 100644 index 00000000..294be414 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-30_230708_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,506,35 +Google,2,2 +github.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-31_230611_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-31_230611_top_paths_snapshot.csv new file mode 100644 index 00000000..0fe43784 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-31_230611_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,88,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,84,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,64,16 +/JARVIS843/Unity-Tutorial,58,40 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,52,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,50,7 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,33,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,30,3 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,28,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations/Base,21,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-31_230611_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-31_230611_top_referrers_snapshot.csv new file mode 100644 index 00000000..1ac93398 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-08-31_230611_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,705,34 +github.com,2,2 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-01_230621_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-01_230621_top_paths_snapshot.csv new file mode 100644 index 00000000..eb7513b8 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-01_230621_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,82,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,80,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,64,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,58,15 +/JARVIS843/Unity-Tutorial,56,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,46,6 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,31,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,26,5 +/JARVIS843/Unity-Tutorial/tree/main,17,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,17,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-01_230621_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-01_230621_top_referrers_snapshot.csv new file mode 100644 index 00000000..88395e8c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-01_230621_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,570,31 +github.com,2,2 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-02_230717_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-02_230717_top_paths_snapshot.csv new file mode 100644 index 00000000..fdb46529 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-02_230717_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,83,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,77,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,64,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,60,17 +/JARVIS843/Unity-Tutorial,58,37 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,42,4 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,29,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,26,5 +/JARVIS843/Unity-Tutorial/tree/main,17,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,17,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-02_230717_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-02_230717_top_referrers_snapshot.csv new file mode 100644 index 00000000..86a62229 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-02_230717_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,562,32 +github.com,2,2 +m.youtube.com,2,1 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-03_230627_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-03_230627_top_paths_snapshot.csv new file mode 100644 index 00000000..65b6437a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-03_230627_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,81,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,75,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,62,14 +/JARVIS843/Unity-Tutorial,61,39 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,58,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,42,4 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,29,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,26,5 +/JARVIS843/Unity-Tutorial/tree/main,17,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,17,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-03_230627_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-03_230627_top_referrers_snapshot.csv new file mode 100644 index 00000000..fcba3503 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-03_230627_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,556,33 +github.com,2,2 +m.youtube.com,2,1 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-04_230631_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-04_230631_top_paths_snapshot.csv new file mode 100644 index 00000000..ff4bd723 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-04_230631_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,83,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,77,13 +/JARVIS843/Unity-Tutorial,61,38 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,58,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,58,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,37,4 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,28,6 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,25,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,21,4 +/JARVIS843/Unity-Tutorial/tree/main,17,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-04_230631_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-04_230631_top_referrers_snapshot.csv new file mode 100644 index 00000000..aa5bca22 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-04_230631_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,564,31 +github.com,2,2 +m.youtube.com,2,1 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-05_230714_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-05_230714_top_paths_snapshot.csv new file mode 100644 index 00000000..7ce030e8 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-05_230714_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,84,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,77,12 +/JARVIS843/Unity-Tutorial,62,36 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,58,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,58,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,37,4 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,28,6 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,25,6 +/JARVIS843/Unity-Tutorial/tree/main,19,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,19,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-05_230714_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-05_230714_top_referrers_snapshot.csv new file mode 100644 index 00000000..3fb18bff --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-05_230714_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,554,30 +github.com,10,3 +m.youtube.com,2,1 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-06_230715_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-06_230715_top_paths_snapshot.csv new file mode 100644 index 00000000..a67b6f34 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-06_230715_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,81,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,77,12 +/JARVIS843/Unity-Tutorial,61,36 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,60,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,58,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,37,4 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,26,5 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,25,6 +/JARVIS843/Unity-Tutorial/tree/main,19,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,19,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-06_230715_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-06_230715_top_referrers_snapshot.csv new file mode 100644 index 00000000..3b104787 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-06_230715_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,535,31 +github.com,10,3 +m.youtube.com,2,1 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-07_230612_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-07_230612_top_paths_snapshot.csv new file mode 100644 index 00000000..3516516d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-07_230612_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,83,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,75,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,69,16 +/JARVIS843/Unity-Tutorial,58,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,58,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,37,4 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,26,5 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,25,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,19,3 +/JARVIS843/Unity-Tutorial/tree/main,18,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-07_230612_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-07_230612_top_referrers_snapshot.csv new file mode 100644 index 00000000..5bd2749b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-07_230612_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,538,30 +github.com,10,3 +m.youtube.com,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-08_230717_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-08_230717_top_paths_snapshot.csv new file mode 100644 index 00000000..1186451a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-08_230717_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,86,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,81,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,73,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,62,14 +/JARVIS843/Unity-Tutorial,60,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,39,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,26,5 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,25,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,19,3 +/JARVIS843/Unity-Tutorial/tree/main,18,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-08_230717_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-08_230717_top_referrers_snapshot.csv new file mode 100644 index 00000000..de760180 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-08_230717_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,563,32 +github.com,10,3 +m.youtube.com,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-09_230730_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-09_230730_top_paths_snapshot.csv new file mode 100644 index 00000000..00021ae1 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-09_230730_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,85,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets,84,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,71,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,62,14 +/JARVIS843/Unity-Tutorial,53,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,41,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,26,5 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,25,6 +/JARVIS843/Unity-Tutorial/tree/main,19,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,19,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-09_230730_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-09_230730_top_referrers_snapshot.csv new file mode 100644 index 00000000..7a015242 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-09_230730_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,563,31 +github.com,9,2 +m.youtube.com,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-10_230630_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-10_230630_top_paths_snapshot.csv new file mode 100644 index 00000000..caaa5723 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-10_230630_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,91,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets,83,19 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,71,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,68,15 +/JARVIS843/Unity-Tutorial,52,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,43,6 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,27,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,27,3 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,21,3 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,20,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-10_230630_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-10_230630_top_referrers_snapshot.csv new file mode 100644 index 00000000..9b859726 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-10_230630_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,590,34 +github.com,9,2 +m.youtube.com,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-11_230635_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-11_230635_top_paths_snapshot.csv new file mode 100644 index 00000000..23a35790 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-11_230635_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,95,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets,84,19 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,74,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,71,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,52,6 +/JARVIS843/Unity-Tutorial,50,32 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,33,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,27,3 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,22,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,21,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-11_230635_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-11_230635_top_referrers_snapshot.csv new file mode 100644 index 00000000..5cfce272 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-11_230635_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,614,31 +github.com,9,2 +m.youtube.com,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-12_230758_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-12_230758_top_paths_snapshot.csv new file mode 100644 index 00000000..ad668f83 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-12_230758_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,97,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets,84,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,70,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,68,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,56,7 +/JARVIS843/Unity-Tutorial,53,35 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,35,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,27,3 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,22,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,21,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-12_230758_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-12_230758_top_referrers_snapshot.csv new file mode 100644 index 00000000..61b3c0e6 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-12_230758_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,618,32 +github.com,9,2 +m.youtube.com,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-13_230646_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-13_230646_top_paths_snapshot.csv new file mode 100644 index 00000000..ca04df32 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-13_230646_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,59,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,58,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,54,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,43,13 +/JARVIS843/Unity-Tutorial,42,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,27,5 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,24,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,22,3 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations/Base,15,3 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,14,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-13_230646_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-13_230646_top_referrers_snapshot.csv new file mode 100644 index 00000000..462db69e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-13_230646_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,382,29 +github.com,8,1 +m.youtube.com,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-14_230614_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-14_230614_top_paths_snapshot.csv new file mode 100644 index 00000000..01e2a996 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-14_230614_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,65,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,56,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,48,14 +/JARVIS843/Unity-Tutorial,43,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,41,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,27,5 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,24,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,19,3 +/JARVIS843/Unity-Tutorial/tree/main,13,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,11,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-14_230614_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-14_230614_top_referrers_snapshot.csv new file mode 100644 index 00000000..5c8246ba --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-14_230614_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,374,30 +github.com,9,2 +m.youtube.com,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-15_230655_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-15_230655_top_paths_snapshot.csv new file mode 100644 index 00000000..207088d7 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-15_230655_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,65,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,52,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,42,12 +/JARVIS843/Unity-Tutorial,39,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,37,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,27,5 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,24,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,19,3 +/JARVIS843/Unity-Tutorial/tree/main,13,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,11,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-15_230655_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-15_230655_top_referrers_snapshot.csv new file mode 100644 index 00000000..ec13a4b5 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-15_230655_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,354,28 +github.com,9,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-16_230643_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-16_230643_top_paths_snapshot.csv new file mode 100644 index 00000000..b47de195 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-16_230643_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,83,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,60,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,46,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,43,12 +/JARVIS843/Unity-Tutorial,36,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,31,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,30,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,29,4 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,28,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,23,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-16_230643_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-16_230643_top_referrers_snapshot.csv new file mode 100644 index 00000000..4f5d7a77 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-16_230643_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,351,26 +github.com,9,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-17_230733_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-17_230733_top_paths_snapshot.csv new file mode 100644 index 00000000..79bae2ea --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-17_230733_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,81,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,58,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,46,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,41,11 +/JARVIS843/Unity-Tutorial,34,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,29,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,28,5 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,26,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,25,3 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,19,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-17_230733_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-17_230733_top_referrers_snapshot.csv new file mode 100644 index 00000000..a2c83b62 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-17_230733_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,321,25 +github.com,9,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-18_230644_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-18_230644_top_paths_snapshot.csv new file mode 100644 index 00000000..ac4e9d79 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-18_230644_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,78,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,58,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,46,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,41,11 +/JARVIS843/Unity-Tutorial,33,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,29,5 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,26,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,26,4 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,25,3 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,19,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-18_230644_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-18_230644_top_referrers_snapshot.csv new file mode 100644 index 00000000..8d9c2624 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-18_230644_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,318,26 +github.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-19_230722_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-19_230722_top_paths_snapshot.csv new file mode 100644 index 00000000..1bab90b2 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-19_230722_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,85,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,64,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,48,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,46,13 +/JARVIS843/Unity-Tutorial,35,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,33,6 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,30,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,29,4 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,28,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,21,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-19_230722_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-19_230722_top_referrers_snapshot.csv new file mode 100644 index 00000000..cafda029 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-19_230722_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,432,26 +github.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-20_230625_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-20_230625_top_paths_snapshot.csv new file mode 100644 index 00000000..ea7affbe --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-20_230625_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,94,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,80,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,58,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,55,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,47,9 +/JARVIS843/Unity-Tutorial,40,31 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,38,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,29,4 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,28,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,21,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-20_230625_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-20_230625_top_referrers_snapshot.csv new file mode 100644 index 00000000..4771ed45 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-20_230625_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,500,29 +github.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-21_230616_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-21_230616_top_paths_snapshot.csv new file mode 100644 index 00000000..29f999c1 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-21_230616_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,101,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,92,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,65,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,59,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,54,10 +/JARVIS843/Unity-Tutorial,46,36 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,46,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,29,4 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,28,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,21,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-21_230616_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-21_230616_top_referrers_snapshot.csv new file mode 100644 index 00000000..990efe33 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-21_230616_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,541,32 +github.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-22_230710_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-22_230710_top_paths_snapshot.csv new file mode 100644 index 00000000..73d6848e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-22_230710_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,105,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,90,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,65,19 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,59,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,52,10 +/JARVIS843/Unity-Tutorial,49,39 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,44,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,29,4 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,28,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,21,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-22_230710_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-22_230710_top_referrers_snapshot.csv new file mode 100644 index 00000000..dbf34871 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-22_230710_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,538,34 +github.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-23_230628_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-23_230628_top_paths_snapshot.csv new file mode 100644 index 00000000..d3f67cfc --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-23_230628_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,103,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,97,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,65,22 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,61,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,55,14 +/JARVIS843/Unity-Tutorial,51,39 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,46,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,30,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,18,4 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,18,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-23_230628_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-23_230628_top_referrers_snapshot.csv new file mode 100644 index 00000000..e26341a0 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-23_230628_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,519,34 +github.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-24_230621_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-24_230621_top_paths_snapshot.csv new file mode 100644 index 00000000..cdecf69c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-24_230621_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,102,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,94,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,62,21 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,58,19 +/JARVIS843/Unity-Tutorial,55,42 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,49,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,40,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,28,4 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,18,4 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,18,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-24_230621_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-24_230621_top_referrers_snapshot.csv new file mode 100644 index 00000000..ed25dc1c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-24_230621_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,499,35 +github.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-25_230630_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-25_230630_top_paths_snapshot.csv new file mode 100644 index 00000000..f9d3a0c2 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-25_230630_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,104,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,88,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,56,19 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,54,17 +/JARVIS843/Unity-Tutorial,52,38 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,45,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,36,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,30,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,20,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,18,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-25_230630_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-25_230630_top_referrers_snapshot.csv new file mode 100644 index 00000000..af047c77 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-25_230630_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,486,34 +github.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-26_230657_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-26_230657_top_paths_snapshot.csv new file mode 100644 index 00000000..93118bd8 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-26_230657_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,109,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,94,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,66,21 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,60,20 +/JARVIS843/Unity-Tutorial,53,38 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,49,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,34,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,30,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,20,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,18,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-26_230657_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-26_230657_top_referrers_snapshot.csv new file mode 100644 index 00000000..cc9444c1 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-26_230657_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,524,35 +github.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-27_230631_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-27_230631_top_paths_snapshot.csv new file mode 100644 index 00000000..ad531034 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-27_230631_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets,97,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,92,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,64,20 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,58,19 +/JARVIS843/Unity-Tutorial,51,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,49,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,34,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,28,4 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,18,4 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,17,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-27_230631_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-27_230631_top_referrers_snapshot.csv new file mode 100644 index 00000000..ea32ea8e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-27_230631_top_referrers_snapshot.csv @@ -0,0 +1,2 @@ +referrer,views_total,views_unique +youtube.com,497,33 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-28_230628_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-28_230628_top_paths_snapshot.csv new file mode 100644 index 00000000..ac8ace26 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-28_230628_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,95,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets,94,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,67,21 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,60,20 +/JARVIS843/Unity-Tutorial,52,37 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,51,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,35,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,28,4 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,18,4 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,17,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-28_230628_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-28_230628_top_referrers_snapshot.csv new file mode 100644 index 00000000..951acf0e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-28_230628_top_referrers_snapshot.csv @@ -0,0 +1,2 @@ +referrer,views_total,views_unique +youtube.com,511,34 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-29_230616_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-29_230616_top_paths_snapshot.csv new file mode 100644 index 00000000..ed9dca7e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-29_230616_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,90,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets,79,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,63,20 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,58,19 +/JARVIS843/Unity-Tutorial,54,37 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,49,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,32,9 +/JARVIS843/Unity-Tutorial/tree/main/.vscode,13,5 +/JARVIS843/Unity-Tutorial/tree/main/ProjectSettings,11,3 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager.meta,10,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-29_230616_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-29_230616_top_referrers_snapshot.csv new file mode 100644 index 00000000..a9515e50 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-29_230616_top_referrers_snapshot.csv @@ -0,0 +1,2 @@ +referrer,views_total,views_unique +youtube.com,533,35 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-30_230648_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-30_230648_top_paths_snapshot.csv new file mode 100644 index 00000000..afdcc6a2 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-30_230648_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,100,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets,85,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,71,22 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,69,21 +/JARVIS843/Unity-Tutorial,64,41 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,54,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,38,12 +/JARVIS843/Unity-Tutorial/tree/main/.vscode,14,6 +/JARVIS843/Unity-Tutorial/tree/main/ProjectSettings,11,3 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager.meta,10,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-30_230648_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-30_230648_top_referrers_snapshot.csv new file mode 100644 index 00000000..8774af10 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-09-30_230648_top_referrers_snapshot.csv @@ -0,0 +1,2 @@ +referrer,views_total,views_unique +youtube.com,593,37 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-01_230639_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-01_230639_top_paths_snapshot.csv new file mode 100644 index 00000000..58ec6a9a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-01_230639_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,101,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets,84,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,71,23 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,69,22 +/JARVIS843/Unity-Tutorial,62,39 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,56,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,39,13 +/JARVIS843/Unity-Tutorial/tree/main/.vscode,14,6 +/JARVIS843/Unity-Tutorial/tree/main/ProjectSettings,11,3 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager.meta,10,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-01_230639_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-01_230639_top_referrers_snapshot.csv new file mode 100644 index 00000000..023d99d9 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-01_230639_top_referrers_snapshot.csv @@ -0,0 +1,2 @@ +referrer,views_total,views_unique +youtube.com,592,36 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-02_230708_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-02_230708_top_paths_snapshot.csv new file mode 100644 index 00000000..f3823053 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-02_230708_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,100,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets,82,27 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,70,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,69,23 +/JARVIS843/Unity-Tutorial,66,43 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,55,21 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,38,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,9,4 +/JARVIS843/Unity-Tutorial/tree/main/.vscode,6,4 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager.meta,6,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-02_230708_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-02_230708_top_referrers_snapshot.csv new file mode 100644 index 00000000..a8d6c2b5 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-02_230708_top_referrers_snapshot.csv @@ -0,0 +1,2 @@ +referrer,views_total,views_unique +youtube.com,508,39 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-03_230649_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-03_230649_top_paths_snapshot.csv new file mode 100644 index 00000000..16e47255 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-03_230649_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,84,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets,73,25 +/JARVIS843/Unity-Tutorial,68,42 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,57,20 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,56,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,41,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,30,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,10,5 +/JARVIS843/Unity-Tutorial/tree/main/.vscode,6,4 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,5,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-03_230649_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-03_230649_top_referrers_snapshot.csv new file mode 100644 index 00000000..d48096d9 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-03_230649_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,442,35 +github.com,5,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-04_230632_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-04_230632_top_paths_snapshot.csv new file mode 100644 index 00000000..f8980a45 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-04_230632_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,67,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets,61,20 +/JARVIS843/Unity-Tutorial,59,34 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,50,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,47,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,33,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,23,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,10,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,5,3 +/JARVIS843/Unity-Tutorial/tree/main/Packages,5,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-04_230632_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-04_230632_top_referrers_snapshot.csv new file mode 100644 index 00000000..b16d9d09 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-04_230632_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,380,29 +github.com,5,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-05_230634_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-05_230634_top_paths_snapshot.csv new file mode 100644 index 00000000..a5321630 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-05_230634_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,64,18 +/JARVIS843/Unity-Tutorial,56,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets,56,19 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,49,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,46,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,33,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,23,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,10,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,5,3 +/JARVIS843/Unity-Tutorial/tree/main/Packages,5,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-05_230634_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-05_230634_top_referrers_snapshot.csv new file mode 100644 index 00000000..f6f48d14 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-05_230634_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,374,28 +github.com,5,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-06_230639_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-06_230639_top_paths_snapshot.csv new file mode 100644 index 00000000..e76f2989 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-06_230639_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,52,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,47,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets,45,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,41,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,36,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,24,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,17,10 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,6,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,6,4 +/JARVIS843/Unity-Tutorial/tree/main/Packages,5,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-06_230639_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-06_230639_top_referrers_snapshot.csv new file mode 100644 index 00000000..8edd74ba --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-06_230639_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,303,26 +github.com,5,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-07_230628_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-07_230628_top_paths_snapshot.csv new file mode 100644 index 00000000..753e26ad --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-07_230628_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,49,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,44,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets,43,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,39,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,34,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,21,11 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,15,9 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,6,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,6,4 +/JARVIS843/Unity-Tutorial/tree/main/Packages,5,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-07_230628_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-07_230628_top_referrers_snapshot.csv new file mode 100644 index 00000000..c6c4e531 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-07_230628_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,287,24 +github.com,5,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-08_230710_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-08_230710_top_paths_snapshot.csv new file mode 100644 index 00000000..56bcac0c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-08_230710_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,48,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,41,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,40,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets,36,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,35,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,19,10 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,15,9 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,6,5 +/JARVIS843/Unity-Tutorial/tree/main/Packages,5,1 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,4,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-08_230710_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-08_230710_top_referrers_snapshot.csv new file mode 100644 index 00000000..528ef1cd --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-08_230710_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,265,24 +github.com,5,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-09_230751_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-09_230751_top_paths_snapshot.csv new file mode 100644 index 00000000..02cdb259 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-09_230751_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,45,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,31,11 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,30,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets,25,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,25,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,17,10 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,13,8 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,6,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,5,4 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations/Jump,4,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-09_230751_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-09_230751_top_referrers_snapshot.csv new file mode 100644 index 00000000..f3258db1 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-09_230751_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,210,23 +github.com,5,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-10_230646_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-10_230646_top_paths_snapshot.csv new file mode 100644 index 00000000..2a567389 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-10_230646_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,47,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,36,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,34,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,30,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets,28,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,23,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,18,10 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,6,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,5,4 +/JARVIS843/Unity-Tutorial/tree/main,4,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-10_230646_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-10_230646_top_referrers_snapshot.csv new file mode 100644 index 00000000..81424943 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-10_230646_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,244,25 +github.com,5,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-11_230624_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-11_230624_top_paths_snapshot.csv new file mode 100644 index 00000000..98c581a5 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-11_230624_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,49,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,34,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,33,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets,28,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,28,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,21,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,17,10 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,6,5 +/JARVIS843/Unity-Tutorial/tree/main,5,4 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,5,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-11_230624_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-11_230624_top_referrers_snapshot.csv new file mode 100644 index 00000000..b1f7f891 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-11_230624_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,240,24 +github.com,5,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-12_230638_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-12_230638_top_paths_snapshot.csv new file mode 100644 index 00000000..cc24f019 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-12_230638_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,54,33 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,35,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,31,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets,27,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,27,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,19,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,18,11 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,5,4 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,5,4 +/JARVIS843/Unity-Tutorial/tree/main,4,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-12_230638_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-12_230638_top_referrers_snapshot.csv new file mode 100644 index 00000000..5ae7c12b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-12_230638_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,236,28 +github.com,5,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-13_230716_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-13_230716_top_paths_snapshot.csv new file mode 100644 index 00000000..15c756e9 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-13_230716_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,46,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets,24,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,22,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,21,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,19,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,14,8 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,12,7 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,4,3 +/JARVIS843/Unity-Tutorial/tree/main,4,3 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,3,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-13_230716_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-13_230716_top_referrers_snapshot.csv new file mode 100644 index 00000000..a02e04df --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-13_230716_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,180,26 +github.com,5,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-14_230635_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-14_230635_top_paths_snapshot.csv new file mode 100644 index 00000000..5705c63d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-14_230635_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,52,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets,29,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,21,11 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,21,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,18,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,14,7 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,13,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,7,6 +/JARVIS843/Unity-Tutorial/tree/main,5,4 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,4,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-14_230635_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-14_230635_top_referrers_snapshot.csv new file mode 100644 index 00000000..fa28765c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-14_230635_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,201,27 +github.com,7,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-15_230639_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-15_230639_top_paths_snapshot.csv new file mode 100644 index 00000000..f86cfa60 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-15_230639_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,49,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets,30,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,21,9 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,20,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,19,10 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,15,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,14,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,10,5 +/JARVIS843/Unity-Tutorial/blob/main/Assets/Resources/Exports/Player.unitypackage,6,1 +/JARVIS843/Unity-Tutorial/tree/main,5,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-15_230639_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-15_230639_top_referrers_snapshot.csv new file mode 100644 index 00000000..49782484 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-15_230639_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,182,24 +github.com,7,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-16_230641_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-16_230641_top_paths_snapshot.csv new file mode 100644 index 00000000..f0cf8eed --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-16_230641_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,43,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets,28,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,24,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,20,11 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,20,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,16,7 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,15,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,9,4 +/JARVIS843/Unity-Tutorial/blob/main/Assets/Resources/Exports/Player.unitypackage,6,1 +/JARVIS843/Unity-Tutorial/tree/main,5,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-16_230641_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-16_230641_top_referrers_snapshot.csv new file mode 100644 index 00000000..aa86e875 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-16_230641_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,175,24 +github.com,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-17_230730_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-17_230730_top_paths_snapshot.csv new file mode 100644 index 00000000..6e4a647b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-17_230730_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,45,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets,30,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,24,11 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,20,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,20,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,16,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,15,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,9,4 +/JARVIS843/Unity-Tutorial/blob/main/Assets/Resources/Exports/Player.unitypackage,6,1 +/JARVIS843/Unity-Tutorial/tree/main,5,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-17_230730_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-17_230730_top_referrers_snapshot.csv new file mode 100644 index 00000000..e14bbccf --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-17_230730_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,179,26 +github.com,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-18_230628_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-18_230628_top_paths_snapshot.csv new file mode 100644 index 00000000..7b77817f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-18_230628_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,45,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets,31,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,27,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,22,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,21,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,18,8 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,18,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,9,4 +/JARVIS843/Unity-Tutorial/blob/main/Assets/Resources/Exports/Player.unitypackage,6,1 +/JARVIS843/Unity-Tutorial/tree/main,5,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-18_230628_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-18_230628_top_referrers_snapshot.csv new file mode 100644 index 00000000..169674c9 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-18_230628_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,175,26 +github.com,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-19_230626_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-19_230626_top_paths_snapshot.csv new file mode 100644 index 00000000..22492b4c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-19_230626_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,57,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets,37,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,28,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,23,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,22,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,18,8 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,18,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,11,6 +/JARVIS843/Unity-Tutorial/tree/main/UserSettings,7,2 +/JARVIS843/Unity-Tutorial/tree/main,6,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-19_230626_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-19_230626_top_referrers_snapshot.csv new file mode 100644 index 00000000..55c91b4c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-19_230626_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,228,32 +github.com,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-20_230656_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-20_230656_top_paths_snapshot.csv new file mode 100644 index 00000000..abfc2fd6 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-20_230656_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,61,38 +/JARVIS843/Unity-Tutorial/tree/main/Assets,38,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,28,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,23,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,22,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,18,8 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,18,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,11,6 +/JARVIS843/Unity-Tutorial/tree/main/UserSettings,7,2 +/JARVIS843/Unity-Tutorial/tree/main,6,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-20_230656_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-20_230656_top_referrers_snapshot.csv new file mode 100644 index 00000000..6efb8240 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-20_230656_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,234,36 +github.com,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-21_230645_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-21_230645_top_paths_snapshot.csv new file mode 100644 index 00000000..4ebf3150 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-21_230645_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,63,38 +/JARVIS843/Unity-Tutorial/tree/main/Assets,46,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,33,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,25,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,22,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,20,10 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,18,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,14,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,9,5 +/JARVIS843/Unity-Tutorial/tree/main/UserSettings,9,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-21_230645_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-21_230645_top_referrers_snapshot.csv new file mode 100644 index 00000000..2da40349 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-21_230645_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,276,36 +github.com,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-22_230658_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-22_230658_top_paths_snapshot.csv new file mode 100644 index 00000000..1b60057b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-22_230658_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,68,40 +/JARVIS843/Unity-Tutorial/tree/main/Assets,44,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,31,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,23,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,22,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,18,9 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,18,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,13,6 +/JARVIS843/Unity-Tutorial/tree/main/UserSettings,9,3 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,8,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-22_230658_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-22_230658_top_referrers_snapshot.csv new file mode 100644 index 00000000..0cb3d675 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-22_230658_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,269,38 +github.com,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-23_230643_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-23_230643_top_paths_snapshot.csv new file mode 100644 index 00000000..96734ef0 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-23_230643_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,68,41 +/JARVIS843/Unity-Tutorial/tree/main/Assets,42,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,29,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,20,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,19,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,15,8 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,15,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,13,6 +/JARVIS843/Unity-Tutorial/tree/main/UserSettings,9,3 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,8,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-23_230643_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-23_230643_top_referrers_snapshot.csv new file mode 100644 index 00000000..8c262c08 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-23_230643_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,240,39 +github.com,3,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-24_230656_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-24_230656_top_paths_snapshot.csv new file mode 100644 index 00000000..bbd1ee56 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-24_230656_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,73,43 +/JARVIS843/Unity-Tutorial/tree/main/Assets,44,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,31,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,22,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,20,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,17,10 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,17,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,16,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,10,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,10,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-24_230656_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-24_230656_top_referrers_snapshot.csv new file mode 100644 index 00000000..a75e98bb --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-24_230656_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,263,40 +github.com,3,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-25_230732_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-25_230732_top_paths_snapshot.csv new file mode 100644 index 00000000..b8668793 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-25_230732_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,66,38 +/JARVIS843/Unity-Tutorial/tree/main/Assets,42,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,31,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,19,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,18,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,17,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,16,8 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,15,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,10,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,10,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-25_230732_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-25_230732_top_referrers_snapshot.csv new file mode 100644 index 00000000..63cfcb78 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-25_230732_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,246,35 +github.com,3,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-26_230656_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-26_230656_top_paths_snapshot.csv new file mode 100644 index 00000000..72d2cd01 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-26_230656_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,72,39 +/JARVIS843/Unity-Tutorial/tree/main/Assets,53,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,41,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,23,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,21,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,21,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,20,9 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,18,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,13,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,12,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-26_230656_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-26_230656_top_referrers_snapshot.csv new file mode 100644 index 00000000..010a9244 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-26_230656_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,280,35 +github.com,4,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-27_230642_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-27_230642_top_paths_snapshot.csv new file mode 100644 index 00000000..4d412aca --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-27_230642_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,66,38 +/JARVIS843/Unity-Tutorial/tree/main/Assets,51,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,43,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,25,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,23,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,21,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,18,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,18,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,13,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,13,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-27_230642_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-27_230642_top_referrers_snapshot.csv new file mode 100644 index 00000000..03ff1946 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-27_230642_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,282,34 +github.com,2,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-28_230640_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-28_230640_top_paths_snapshot.csv new file mode 100644 index 00000000..296c4373 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-28_230640_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,73,39 +/JARVIS843/Unity-Tutorial/tree/main/Assets,46,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,40,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,22,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,21,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,18,11 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,16,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,14,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,12,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,12,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-28_230640_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-28_230640_top_referrers_snapshot.csv new file mode 100644 index 00000000..3287bc71 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-28_230640_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,281,37 +github.com,4,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-29_230709_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-29_230709_top_paths_snapshot.csv new file mode 100644 index 00000000..33fd8485 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-29_230709_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,75,39 +/JARVIS843/Unity-Tutorial/tree/main/Assets,44,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,35,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,19,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,19,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,16,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,16,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,14,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,12,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,12,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-29_230709_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-29_230709_top_referrers_snapshot.csv new file mode 100644 index 00000000..cd87daac --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-29_230709_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,268,36 +github.com,4,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-30_230705_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-30_230705_top_paths_snapshot.csv new file mode 100644 index 00000000..8812e1c1 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-30_230705_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,86,43 +/JARVIS843/Unity-Tutorial/tree/main/Assets,53,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,43,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,23,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,19,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,19,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,19,10 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,15,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,14,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,14,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-30_230705_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-30_230705_top_referrers_snapshot.csv new file mode 100644 index 00000000..85a5e99e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-30_230705_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,300,39 +github.com,9,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-31_230826_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-31_230826_top_paths_snapshot.csv new file mode 100644 index 00000000..919a7f74 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-31_230826_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,91,44 +/JARVIS843/Unity-Tutorial/tree/main/Assets,52,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,39,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,20,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,19,10 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,17,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,16,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,14,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,14,8 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,13,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-31_230826_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-31_230826_top_referrers_snapshot.csv new file mode 100644 index 00000000..b5790998 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-10-31_230826_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,305,40 +github.com,9,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-01_230650_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-01_230650_top_paths_snapshot.csv new file mode 100644 index 00000000..c48ed890 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-01_230650_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,81,40 +/JARVIS843/Unity-Tutorial/tree/main/Assets,49,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,39,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,20,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,19,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,19,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,16,10 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,13,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,12,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,12,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-01_230650_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-01_230650_top_referrers_snapshot.csv new file mode 100644 index 00000000..456359ce --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-01_230650_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,267,36 +github.com,9,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-02_230824_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-02_230824_top_paths_snapshot.csv new file mode 100644 index 00000000..64f5db3d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-02_230824_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,77,38 +/JARVIS843/Unity-Tutorial/tree/main/Assets,49,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,39,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,20,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,19,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,19,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,16,10 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,13,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,12,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,12,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-02_230824_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-02_230824_top_referrers_snapshot.csv new file mode 100644 index 00000000..47198f17 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-02_230824_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,263,34 +github.com,9,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-03_230737_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-03_230737_top_paths_snapshot.csv new file mode 100644 index 00000000..d0964c40 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-03_230737_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,77,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets,43,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,38,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,20,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,20,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,17,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,17,9 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,15,10 +/JARVIS843/Unity-Tutorial/tree/main,10,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,10,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-03_230737_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-03_230737_top_referrers_snapshot.csv new file mode 100644 index 00000000..db04a7b5 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-03_230737_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,237,32 +github.com,9,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-04_230651_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-04_230651_top_paths_snapshot.csv new file mode 100644 index 00000000..cd1b3e49 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-04_230651_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,73,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets,49,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,44,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,24,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,24,10 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,22,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,21,11 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,17,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,12,6 +/JARVIS843/Unity-Tutorial/tree/main,11,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-04_230651_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-04_230651_top_referrers_snapshot.csv new file mode 100644 index 00000000..5e533f93 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-04_230651_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,269,32 +github.com,9,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-05_230702_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-05_230702_top_paths_snapshot.csv new file mode 100644 index 00000000..b4ef8abb --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-05_230702_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,70,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets,48,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,41,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,25,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,23,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,20,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,18,10 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,15,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,12,6 +/JARVIS843/Unity-Tutorial/tree/main,11,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-05_230702_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-05_230702_top_referrers_snapshot.csv new file mode 100644 index 00000000..34403964 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-05_230702_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,256,30 +github.com,9,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-06_230648_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-06_230648_top_paths_snapshot.csv new file mode 100644 index 00000000..ada0f04b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-06_230648_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,68,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets,50,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,44,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,26,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,24,9 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,20,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,20,10 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,16,11 +/JARVIS843/Unity-Tutorial/tree/main,13,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,8,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-06_230648_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-06_230648_top_referrers_snapshot.csv new file mode 100644 index 00000000..3326eff4 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-06_230648_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,268,31 +github.com,9,5 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-07_230657_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-07_230657_top_paths_snapshot.csv new file mode 100644 index 00000000..313fc3cc --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-07_230657_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,67,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets,50,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,44,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,26,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,24,9 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,20,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,20,10 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,16,11 +/JARVIS843/Unity-Tutorial/tree/main,13,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,8,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-07_230657_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-07_230657_top_referrers_snapshot.csv new file mode 100644 index 00000000..5805df11 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-07_230657_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,267,30 +github.com,9,5 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-08_230720_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-08_230720_top_paths_snapshot.csv new file mode 100644 index 00000000..8b44baf4 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-08_230720_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,67,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets,40,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,37,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,24,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,21,9 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,18,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,18,10 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,15,10 +/JARVIS843/Unity-Tutorial/tree/main,7,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,7,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-08_230720_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-08_230720_top_referrers_snapshot.csv new file mode 100644 index 00000000..e51afc10 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-08_230720_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,253,29 +github.com,8,4 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-09_230638_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-09_230638_top_paths_snapshot.csv new file mode 100644 index 00000000..447b30e6 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-09_230638_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,69,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets,39,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,34,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,24,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,19,8 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,18,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,18,11 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,15,11 +/JARVIS843/Unity-Tutorial/tree/main,6,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,5,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-09_230638_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-09_230638_top_referrers_snapshot.csv new file mode 100644 index 00000000..bae554d2 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-09_230638_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,231,32 +github.com,8,4 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-10_230628_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-10_230628_top_paths_snapshot.csv new file mode 100644 index 00000000..ffc960a6 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-10_230628_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,58,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets,40,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,33,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,23,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,19,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,19,8 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,17,11 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,13,10 +/JARVIS843/Unity-Tutorial/tree/main,5,4 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,5,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-10_230628_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-10_230628_top_referrers_snapshot.csv new file mode 100644 index 00000000..3a1ea0e2 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-10_230628_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,218,28 +github.com,6,2 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-11_230638_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-11_230638_top_paths_snapshot.csv new file mode 100644 index 00000000..b82b5869 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-11_230638_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,59,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets,45,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,35,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,25,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,21,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,20,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,20,9 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,14,11 +/JARVIS843/Unity-Tutorial/tree/main,5,4 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,5,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-11_230638_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-11_230638_top_referrers_snapshot.csv new file mode 100644 index 00000000..e092f5fd --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-11_230638_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,235,31 +github.com,6,2 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-12_230655_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-12_230655_top_paths_snapshot.csv new file mode 100644 index 00000000..62831cbc --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-12_230655_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,49,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets,36,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,28,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,28,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,23,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,18,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,16,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,15,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Prefabs,5,2 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,3,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-12_230655_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-12_230655_top_referrers_snapshot.csv new file mode 100644 index 00000000..e26c70d7 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-12_230655_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,221,27 +github.com,2,2 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-13_230656_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-13_230656_top_paths_snapshot.csv new file mode 100644 index 00000000..ed6963a3 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-13_230656_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,46,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets,36,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,29,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,29,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,24,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,18,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,16,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,16,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Prefabs,5,2 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Exports,4,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-13_230656_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-13_230656_top_referrers_snapshot.csv new file mode 100644 index 00000000..b704ac83 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-13_230656_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,224,27 +github.com,2,2 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-14_230726_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-14_230726_top_paths_snapshot.csv new file mode 100644 index 00000000..ca2e4faa --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-14_230726_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,48,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets,37,20 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,37,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,33,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,28,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,20,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,17,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,14,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Prefabs,5,2 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,3,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-14_230726_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-14_230726_top_referrers_snapshot.csv new file mode 100644 index 00000000..40b0bab1 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-14_230726_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,224,29 +away.vk.com,9,1 +github.com,2,2 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-15_230650_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-15_230650_top_paths_snapshot.csv new file mode 100644 index 00000000..ed146601 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-15_230650_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,51,31 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,41,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets,37,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,34,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,29,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,20,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,17,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,14,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Prefabs,5,2 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,3,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-15_230650_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-15_230650_top_referrers_snapshot.csv new file mode 100644 index 00000000..f345e400 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-15_230650_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,231,30 +away.vk.com,9,1 +github.com,2,2 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-16_230713_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-16_230713_top_paths_snapshot.csv new file mode 100644 index 00000000..5b3990d5 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-16_230713_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,47,30 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,41,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets,34,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,29,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,26,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,17,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,17,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,13,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Prefabs,5,2 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Scenes,4,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-16_230713_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-16_230713_top_referrers_snapshot.csv new file mode 100644 index 00000000..ea17d972 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-16_230713_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,216,29 +away.vk.com,10,2 +github.com,2,2 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-17_230624_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-17_230624_top_paths_snapshot.csv new file mode 100644 index 00000000..6aa84be5 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-17_230624_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,46,29 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,42,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets,29,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,23,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,22,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,15,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,13,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,7,6 +/JARVIS843/Unity-Tutorial/blob/main/Assets/Resources/Exports/Player.unitypackage,3,3 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,3,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-17_230624_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-17_230624_top_referrers_snapshot.csv new file mode 100644 index 00000000..5f8ed27f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-17_230624_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,186,30 +away.vk.com,10,2 +github.com,2,2 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-18_230718_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-18_230718_top_paths_snapshot.csv new file mode 100644 index 00000000..a52e7acb --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-18_230718_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,54,33 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,42,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets,30,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,24,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,23,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,15,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,14,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,7,6 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,6,5 +/JARVIS843/Unity-Tutorial/blob/main/Assets/Resources/Exports/Player.unitypackage,3,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-18_230718_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-18_230718_top_referrers_snapshot.csv new file mode 100644 index 00000000..f2f7df8b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-18_230718_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,206,35 +away.vk.com,10,2 +github.com,1,1 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-19_230639_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-19_230639_top_paths_snapshot.csv new file mode 100644 index 00000000..4efbbe1d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-19_230639_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,54,33 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,41,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets,30,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,23,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,20,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,14,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,13,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,7,7 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,7,6 +/JARVIS843/Unity-Tutorial/blob/main/Assets/Resources/Exports/Player.unitypackage,3,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-19_230639_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-19_230639_top_referrers_snapshot.csv new file mode 100644 index 00000000..3db5d2c2 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-19_230639_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,194,35 +away.vk.com,10,2 +github.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-20_230658_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-20_230658_top_paths_snapshot.csv new file mode 100644 index 00000000..5c1c6340 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-20_230658_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,58,36 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,41,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets,30,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,23,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,20,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,14,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,13,11 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,8,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,7,7 +/JARVIS843/Unity-Tutorial/blob/main/Assets/Resources/Exports/Player.unitypackage,3,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-20_230658_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-20_230658_top_referrers_snapshot.csv new file mode 100644 index 00000000..94fe3c61 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-20_230658_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,199,38 +away.vk.com,10,2 +github.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-21_230711_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-21_230711_top_paths_snapshot.csv new file mode 100644 index 00000000..df96d599 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-21_230711_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,54,39 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,40,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets,26,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,20,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,18,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,12,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,11,9 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,8,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,6,6 +/JARVIS843/Unity-Tutorial/blob/main/Assets/Resources/Exports/Player.unitypackage,3,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-21_230711_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-21_230711_top_referrers_snapshot.csv new file mode 100644 index 00000000..42cab82c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-21_230711_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,176,39 +away.vk.com,10,2 +github.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-22_230708_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-22_230708_top_paths_snapshot.csv new file mode 100644 index 00000000..dffd825e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-22_230708_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,52,37 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,38,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets,24,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,20,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,17,11 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,11,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,10,8 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,7,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,6,6 +/JARVIS843/Unity-Tutorial/blob/main/Assets/Resources/Exports/Player.unitypackage,3,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-22_230708_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-22_230708_top_referrers_snapshot.csv new file mode 100644 index 00000000..4e2ccbfc --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-22_230708_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,173,37 +away.vk.com,10,2 +github.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-23_230709_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-23_230709_top_paths_snapshot.csv new file mode 100644 index 00000000..07f88228 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-23_230709_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,53,38 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,39,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets,25,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,21,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,19,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,10,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,9,7 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,7,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,6,6 +/JARVIS843/Unity-Tutorial/blob/main/Assets/Resources/Exports/Player.unitypackage,3,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-23_230709_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-23_230709_top_referrers_snapshot.csv new file mode 100644 index 00000000..e3a69934 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-23_230709_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,183,38 +away.vk.com,10,2 +github.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-24_230626_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-24_230626_top_paths_snapshot.csv new file mode 100644 index 00000000..f0e6d225 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-24_230626_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,50,36 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,37,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets,21,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,20,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,17,10 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,9,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,8,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,6,6 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,6,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Scenes,4,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-24_230626_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-24_230626_top_referrers_snapshot.csv new file mode 100644 index 00000000..d5d0a60d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-24_230626_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,172,36 +away.vk.com,10,2 +github.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-25_230720_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-25_230720_top_paths_snapshot.csv new file mode 100644 index 00000000..497ec1d1 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-25_230720_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,55,40 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,31,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets,22,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,22,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,17,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,10,7 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,9,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,9,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,8,4 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,6,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-25_230720_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-25_230720_top_referrers_snapshot.csv new file mode 100644 index 00000000..c29ae544 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-25_230720_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,190,42 +away.vk.com,10,2 +github.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-26_230713_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-26_230713_top_paths_snapshot.csv new file mode 100644 index 00000000..b4de71cd --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-26_230713_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,53,39 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,32,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets,22,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,22,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,17,11 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,9,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,9,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,9,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,8,4 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,6,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-26_230713_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-26_230713_top_referrers_snapshot.csv new file mode 100644 index 00000000..5c6398de --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-26_230713_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,186,41 +away.vk.com,10,2 +github.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-27_230714_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-27_230714_top_paths_snapshot.csv new file mode 100644 index 00000000..78382713 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-27_230714_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,51,36 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,22,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,21,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets,20,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,13,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,10,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,9,6 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,9,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,8,4 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,6,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-27_230714_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-27_230714_top_referrers_snapshot.csv new file mode 100644 index 00000000..6eb515c7 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-27_230714_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,198,37 +away.vk.com,1,1 +github.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-28_230712_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-28_230712_top_paths_snapshot.csv new file mode 100644 index 00000000..24edabfe --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-28_230712_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,52,36 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,23,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,23,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets,22,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,16,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,13,7 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,12,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,9,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,8,4 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,6,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-28_230712_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-28_230712_top_referrers_snapshot.csv new file mode 100644 index 00000000..fe28644e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-28_230712_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,207,37 +m.youtube.com,14,1 +away.vk.com,1,1 +github.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-29_230655_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-29_230655_top_paths_snapshot.csv new file mode 100644 index 00000000..81fd919c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-29_230655_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,59,37 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,28,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets,23,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,23,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,20,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,14,8 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,11,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,10,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,8,4 +/JARVIS843/Unity-Tutorial/tree/main,7,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-29_230655_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-29_230655_top_referrers_snapshot.csv new file mode 100644 index 00000000..d0e4c841 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-29_230655_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,213,37 +m.youtube.com,14,1 +github.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-30_230625_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-30_230625_top_paths_snapshot.csv new file mode 100644 index 00000000..f9b47189 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-30_230625_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,62,39 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,30,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets,26,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,22,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,22,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,14,8 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,11,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,11,7 +/JARVIS843/Unity-Tutorial/tree/main,8,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,8,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-30_230625_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-30_230625_top_referrers_snapshot.csv new file mode 100644 index 00000000..7b9b1a26 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-11-30_230625_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,231,37 +m.youtube.com,14,1 +github.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-01_230640_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-01_230640_top_paths_snapshot.csv new file mode 100644 index 00000000..f9f872f3 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-01_230640_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,58,39 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,33,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets,28,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,27,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,26,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,15,9 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,13,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,11,7 +/JARVIS843/Unity-Tutorial/tree/main,8,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,8,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-01_230640_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-01_230640_top_referrers_snapshot.csv new file mode 100644 index 00000000..95407631 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-01_230640_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,248,37 +m.youtube.com,14,1 +github.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-02_230828_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-02_230828_top_paths_snapshot.csv new file mode 100644 index 00000000..df4c25f4 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-02_230828_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,54,37 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,28,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,25,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets,24,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,24,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,12,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,12,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,10,6 +/JARVIS843/Unity-Tutorial/tree/main,8,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,7,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-02_230828_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-02_230828_top_referrers_snapshot.csv new file mode 100644 index 00000000..efa3fc3f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-02_230828_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,219,35 +m.youtube.com,14,1 +github.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-03_230707_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-03_230707_top_paths_snapshot.csv new file mode 100644 index 00000000..78f5159d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-03_230707_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,55,38 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,31,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,27,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,27,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets,26,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,13,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,13,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,10,6 +/JARVIS843/Unity-Tutorial/tree/main,9,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,7,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-03_230707_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-03_230707_top_referrers_snapshot.csv new file mode 100644 index 00000000..da7b5959 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-03_230707_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,231,36 +m.youtube.com,14,1 +github.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-04_230728_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-04_230728_top_paths_snapshot.csv new file mode 100644 index 00000000..e33c774e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-04_230728_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,53,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,31,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets,27,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,27,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,27,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,13,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,13,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,10,6 +/JARVIS843/Unity-Tutorial/tree/main,9,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,7,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-04_230728_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-04_230728_top_referrers_snapshot.csv new file mode 100644 index 00000000..3ae195aa --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-04_230728_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,231,35 +m.youtube.com,14,1 +github.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-05_230733_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-05_230733_top_paths_snapshot.csv new file mode 100644 index 00000000..58b3125f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-05_230733_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,55,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,29,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets,27,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,26,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,25,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,12,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,12,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,12,7 +/JARVIS843/Unity-Tutorial/tree/main,9,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,7,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-05_230733_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-05_230733_top_referrers_snapshot.csv new file mode 100644 index 00000000..90e3d86a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-05_230733_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,234,37 +m.youtube.com,14,1 +github.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-06_230708_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-06_230708_top_paths_snapshot.csv new file mode 100644 index 00000000..5dc99e95 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-06_230708_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,58,39 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,29,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets,27,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,26,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,25,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,15,9 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,14,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,12,7 +/JARVIS843/Unity-Tutorial/tree/main,9,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,7,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-06_230708_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-06_230708_top_referrers_snapshot.csv new file mode 100644 index 00000000..8258f603 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-06_230708_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,245,37 +m.youtube.com,14,1 +github.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-07_230637_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-07_230637_top_paths_snapshot.csv new file mode 100644 index 00000000..c7f6a277 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-07_230637_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,60,38 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,28,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets,26,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,25,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,24,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,15,9 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,14,10 +/JARVIS843/Unity-Tutorial/tree/main,14,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,11,6 +/JARVIS843/Unity-Tutorial/tree/main/.vscode,7,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-07_230637_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-07_230637_top_referrers_snapshot.csv new file mode 100644 index 00000000..f393a6a7 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-07_230637_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,253,35 +m.youtube.com,14,1 +github.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-08_230634_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-08_230634_top_paths_snapshot.csv new file mode 100644 index 00000000..5a0a8cf3 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-08_230634_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,56,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,25,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets,23,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,22,11 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,21,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,14,10 +/JARVIS843/Unity-Tutorial/tree/main,13,6 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,12,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,7,5 +/JARVIS843/Unity-Tutorial/tree/main/.vscode,7,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-08_230634_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-08_230634_top_referrers_snapshot.csv new file mode 100644 index 00000000..d132e66a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-08_230634_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,214,31 +m.youtube.com,14,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-09_230717_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-09_230717_top_paths_snapshot.csv new file mode 100644 index 00000000..64793576 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-09_230717_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,55,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,24,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets,22,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,21,10 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,19,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,14,10 +/JARVIS843/Unity-Tutorial/tree/main,13,6 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,12,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,7,5 +/JARVIS843/Unity-Tutorial/tree/main/.vscode,7,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-09_230717_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-09_230717_top_referrers_snapshot.csv new file mode 100644 index 00000000..64aa713d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-09_230717_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,209,30 +m.youtube.com,14,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-10_230701_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-10_230701_top_paths_snapshot.csv new file mode 100644 index 00000000..ea4cb53f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-10_230701_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,52,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets,20,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,20,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,20,9 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,18,10 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,11,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,11,8 +/JARVIS843/Unity-Tutorial/tree/main,10,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,7,5 +/JARVIS843/Unity-Tutorial/tree/main/Packages,5,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-10_230701_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-10_230701_top_referrers_snapshot.csv new file mode 100644 index 00000000..df0f2876 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-10_230701_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,181,31 +m.youtube.com,14,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-11_230716_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-11_230716_top_paths_snapshot.csv new file mode 100644 index 00000000..af33a016 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-11_230716_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,46,33 +/JARVIS843/Unity-Tutorial/tree/main/Assets,17,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,17,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,16,7 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,13,8 +/JARVIS843/Unity-Tutorial/tree/main,10,5 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,8,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,8,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,7,5 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,3,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-11_230716_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-11_230716_top_referrers_snapshot.csv new file mode 100644 index 00000000..ca92f0bf --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-11_230716_top_referrers_snapshot.csv @@ -0,0 +1,2 @@ +referrer,views_total,views_unique +youtube.com,162,30 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-12_230730_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-12_230730_top_paths_snapshot.csv new file mode 100644 index 00000000..67af332f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-12_230730_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,42,33 +/JARVIS843/Unity-Tutorial/tree/main/Assets,18,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,14,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,14,8 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,13,9 +/JARVIS843/Unity-Tutorial/tree/main,10,5 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,7,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,7,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,6,4 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,3,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-12_230730_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-12_230730_top_referrers_snapshot.csv new file mode 100644 index 00000000..86f17f1d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-12_230730_top_referrers_snapshot.csv @@ -0,0 +1,2 @@ +referrer,views_total,views_unique +youtube.com,159,30 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-13_230712_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-13_230712_top_paths_snapshot.csv new file mode 100644 index 00000000..c49beff3 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-13_230712_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,46,33 +/JARVIS843/Unity-Tutorial/tree/main/Assets,23,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,19,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,17,9 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,15,9 +/JARVIS843/Unity-Tutorial/tree/main,11,5 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,10,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,10,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,7,4 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Scenes,5,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-13_230712_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-13_230712_top_referrers_snapshot.csv new file mode 100644 index 00000000..bf481ea7 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-13_230712_top_referrers_snapshot.csv @@ -0,0 +1,2 @@ +referrer,views_total,views_unique +youtube.com,191,30 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-14_230633_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-14_230633_top_paths_snapshot.csv new file mode 100644 index 00000000..26fa66f4 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-14_230633_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,46,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets,23,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,14,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,14,6 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,12,7 +/JARVIS843/Unity-Tutorial/tree/main,10,4 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,9,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,9,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,7,4 +/JARVIS843/Unity-Tutorial/tree/main/Packages,6,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-14_230633_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-14_230633_top_referrers_snapshot.csv new file mode 100644 index 00000000..05f8ab56 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-14_230633_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,171,28 +lab.uwa4d.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-15_230732_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-15_230732_top_paths_snapshot.csv new file mode 100644 index 00000000..4189af40 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-15_230732_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,48,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets,25,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,15,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,15,7 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,13,7 +/JARVIS843/Unity-Tutorial/tree/main,11,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,9,5 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,8,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,7,4 +/JARVIS843/Unity-Tutorial/tree/main/Packages,6,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-15_230732_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-15_230732_top_referrers_snapshot.csv new file mode 100644 index 00000000..d07fae82 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-15_230732_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,182,28 +lab.uwa4d.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-16_230716_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-16_230716_top_paths_snapshot.csv new file mode 100644 index 00000000..4d0cdf3c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-16_230716_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,47,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets,24,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,15,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,14,7 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,11,7 +/JARVIS843/Unity-Tutorial/tree/main,11,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,9,5 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,8,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,7,4 +/JARVIS843/Unity-Tutorial/tree/main/Packages,6,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-16_230716_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-16_230716_top_referrers_snapshot.csv new file mode 100644 index 00000000..96f9a320 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-16_230716_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,178,27 +lab.uwa4d.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-17_230654_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-17_230654_top_paths_snapshot.csv new file mode 100644 index 00000000..c434735a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-17_230654_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,47,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets,27,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,19,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,19,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,14,6 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,13,8 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,13,6 +/JARVIS843/Unity-Tutorial/tree/main,12,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,8,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,6,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-17_230654_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-17_230654_top_referrers_snapshot.csv new file mode 100644 index 00000000..7e9fbdab --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-17_230654_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,177,28 +lab.uwa4d.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-18_230655_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-18_230655_top_paths_snapshot.csv new file mode 100644 index 00000000..9c9259dc --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-18_230655_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,48,33 +/JARVIS843/Unity-Tutorial/tree/main/Assets,31,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,24,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,23,10 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,17,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,15,6 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,14,6 +/JARVIS843/Unity-Tutorial/tree/main,13,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,6,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,6,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-18_230655_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-18_230655_top_referrers_snapshot.csv new file mode 100644 index 00000000..46008768 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-18_230655_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,179,29 +lab.uwa4d.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-19_230645_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-19_230645_top_paths_snapshot.csv new file mode 100644 index 00000000..bd6c83e3 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-19_230645_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,47,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets,28,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,22,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,21,9 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,16,9 +/JARVIS843/Unity-Tutorial/tree/main,13,7 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,13,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,12,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,6,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,6,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-19_230645_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-19_230645_top_referrers_snapshot.csv new file mode 100644 index 00000000..effbc71b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-19_230645_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,161,30 +lab.uwa4d.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-20_230627_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-20_230627_top_paths_snapshot.csv new file mode 100644 index 00000000..f338fc42 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-20_230627_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,47,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets,31,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,22,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,21,9 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,16,9 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,13,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,12,5 +/JARVIS843/Unity-Tutorial/tree/main,9,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,6,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,6,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-20_230627_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-20_230627_top_referrers_snapshot.csv new file mode 100644 index 00000000..df83236c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-20_230627_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,153,28 +lab.uwa4d.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-21_230629_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-21_230629_top_paths_snapshot.csv new file mode 100644 index 00000000..2517e111 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-21_230629_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,49,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets,34,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,30,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,26,11 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,20,11 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,16,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,15,7 +/JARVIS843/Unity-Tutorial/tree/main,13,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,6,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,6,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-21_230629_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-21_230629_top_referrers_snapshot.csv new file mode 100644 index 00000000..6a9c2c35 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-21_230629_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,187,30 +github.com,1,1 +lab.uwa4d.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-22_230628_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-22_230628_top_paths_snapshot.csv new file mode 100644 index 00000000..43aabe44 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-22_230628_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,57,38 +/JARVIS843/Unity-Tutorial/tree/main/Assets,37,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,33,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,28,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,22,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,17,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,17,8 +/JARVIS843/Unity-Tutorial/tree/main,15,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,7,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,6,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-22_230628_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-22_230628_top_referrers_snapshot.csv new file mode 100644 index 00000000..7b4a959b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-22_230628_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,213,35 +github.com,1,1 +lab.uwa4d.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-23_230631_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-23_230631_top_paths_snapshot.csv new file mode 100644 index 00000000..8cc2985d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-23_230631_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,64,43 +/JARVIS843/Unity-Tutorial/tree/main/Assets,39,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,35,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,29,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,26,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,17,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,17,8 +/JARVIS843/Unity-Tutorial/tree/main,15,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,11,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,9,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-23_230631_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-23_230631_top_referrers_snapshot.csv new file mode 100644 index 00000000..adea42fd --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-23_230631_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,247,38 +github.com,2,2 +lab.uwa4d.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-24_230646_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-24_230646_top_paths_snapshot.csv new file mode 100644 index 00000000..20b333d1 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-24_230646_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,71,49 +/JARVIS843/Unity-Tutorial/tree/main/Assets,44,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,40,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,32,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,29,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,19,10 +/JARVIS843/Unity-Tutorial/tree/main,18,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,18,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,11,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,9,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-24_230646_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-24_230646_top_referrers_snapshot.csv new file mode 100644 index 00000000..325b84a9 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-24_230646_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,270,45 +github.com,2,2 +chatgpt.com,1,1 +lab.uwa4d.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-25_230634_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-25_230634_top_paths_snapshot.csv new file mode 100644 index 00000000..7938aeec --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-25_230634_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,71,46 +/JARVIS843/Unity-Tutorial/tree/main/Assets,45,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,40,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,32,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,29,13 +/JARVIS843/Unity-Tutorial/tree/main,19,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,19,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,19,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,11,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,10,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-25_230634_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-25_230634_top_referrers_snapshot.csv new file mode 100644 index 00000000..015e6c10 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-25_230634_top_referrers_snapshot.csv @@ -0,0 +1,6 @@ +referrer,views_total,views_unique +youtube.com,277,42 +github.com,2,2 +Google,1,1 +chatgpt.com,1,1 +lab.uwa4d.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-26_230640_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-26_230640_top_paths_snapshot.csv new file mode 100644 index 00000000..5d3c278b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-26_230640_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,67,46 +/JARVIS843/Unity-Tutorial/tree/main/Assets,38,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,36,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,28,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,26,14 +/JARVIS843/Unity-Tutorial/tree/main,19,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,17,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,16,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,10,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,8,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-26_230640_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-26_230640_top_referrers_snapshot.csv new file mode 100644 index 00000000..f8263654 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-26_230640_top_referrers_snapshot.csv @@ -0,0 +1,6 @@ +referrer,views_total,views_unique +youtube.com,247,42 +github.com,2,2 +Google,1,1 +chatgpt.com,1,1 +lab.uwa4d.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-27_230638_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-27_230638_top_paths_snapshot.csv new file mode 100644 index 00000000..92391f67 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-27_230638_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,67,43 +/JARVIS843/Unity-Tutorial/tree/main/Assets,35,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,35,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,27,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,25,13 +/JARVIS843/Unity-Tutorial/tree/main,21,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,16,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,15,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,9,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,7,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-27_230638_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-27_230638_top_referrers_snapshot.csv new file mode 100644 index 00000000..05336cd0 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-27_230638_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,243,40 +github.com,2,2 +Google,1,1 +chatgpt.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-28_230617_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-28_230617_top_paths_snapshot.csv new file mode 100644 index 00000000..6e3bdf41 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-28_230617_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,64,41 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,34,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets,32,19 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,27,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,24,13 +/JARVIS843/Unity-Tutorial/tree/main,20,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,16,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,15,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,8,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Exports,6,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-28_230617_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-28_230617_top_referrers_snapshot.csv new file mode 100644 index 00000000..5cfb69e4 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-28_230617_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,229,38 +github.com,2,2 +Google,1,1 +chatgpt.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-29_230640_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-29_230640_top_paths_snapshot.csv new file mode 100644 index 00000000..e050ba2b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-29_230640_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,71,48 +/JARVIS843/Unity-Tutorial/tree/main/Assets,37,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,35,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,30,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,25,15 +/JARVIS843/Unity-Tutorial/tree/main,19,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,18,9 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,16,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,8,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Exports,6,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-29_230640_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-29_230640_top_referrers_snapshot.csv new file mode 100644 index 00000000..ecc31cb7 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-29_230640_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,253,43 +github.com,15,4 +Google,1,1 +chatgpt.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-30_230625_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-30_230625_top_paths_snapshot.csv new file mode 100644 index 00000000..432bcc03 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-30_230625_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,79,50 +/JARVIS843/Unity-Tutorial/tree/main/Assets,41,27 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,40,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,38,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,31,17 +/JARVIS843/Unity-Tutorial/tree/main,21,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,21,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,20,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,10,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Exports,6,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-30_230625_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-30_230625_top_referrers_snapshot.csv new file mode 100644 index 00000000..ed16b2ce --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-30_230625_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,332,45 +github.com,15,4 +Google,1,1 +chatgpt.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-31_230622_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-31_230622_top_paths_snapshot.csv new file mode 100644 index 00000000..e20189d6 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-31_230622_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,85,51 +/JARVIS843/Unity-Tutorial/tree/main/Assets,46,27 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,43,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,38,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,31,17 +/JARVIS843/Unity-Tutorial/tree/main,22,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,22,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,22,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,14,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,12,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-31_230622_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-31_230622_top_referrers_snapshot.csv new file mode 100644 index 00000000..ba4e7a8c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2024-12-31_230622_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,392,46 +github.com,29,5 +Google,1,1 +chatgpt.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-01_230627_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-01_230627_top_paths_snapshot.csv new file mode 100644 index 00000000..725e4052 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-01_230627_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,81,49 +/JARVIS843/Unity-Tutorial/tree/main/Assets,49,28 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,44,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,41,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,33,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,24,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,23,13 +/JARVIS843/Unity-Tutorial/tree/main,22,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,15,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,12,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-01_230627_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-01_230627_top_referrers_snapshot.csv new file mode 100644 index 00000000..155664ce --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-01_230627_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,398,45 +github.com,29,5 +Google,1,1 +chatgpt.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-02_230643_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-02_230643_top_paths_snapshot.csv new file mode 100644 index 00000000..15bc7ed2 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-02_230643_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,88,50 +/JARVIS843/Unity-Tutorial/tree/main/Assets,54,31 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,49,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,43,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,35,19 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,25,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,25,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,22,13 +/JARVIS843/Unity-Tutorial/tree/main,20,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,18,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-02_230643_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-02_230643_top_referrers_snapshot.csv new file mode 100644 index 00000000..c09341c3 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-02_230643_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,453,49 +github.com,29,5 +Google,1,1 +chatgpt.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-03_230700_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-03_230700_top_paths_snapshot.csv new file mode 100644 index 00000000..6a09ca0f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-03_230700_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,95,52 +/JARVIS843/Unity-Tutorial/tree/main/Assets,62,33 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,56,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,51,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,41,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,32,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,30,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,27,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,22,6 +/JARVIS843/Unity-Tutorial/tree/main,20,13 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-03_230700_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-03_230700_top_referrers_snapshot.csv new file mode 100644 index 00000000..46125914 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-03_230700_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,486,49 +github.com,37,5 +Google,1,1 +chatgpt.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-04_230626_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-04_230626_top_paths_snapshot.csv new file mode 100644 index 00000000..f12ea8f3 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-04_230626_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,91,51 +/JARVIS843/Unity-Tutorial/tree/main/Assets,60,32 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,54,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,48,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,39,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,30,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,29,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,27,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,23,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,20,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-04_230626_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-04_230626_top_referrers_snapshot.csv new file mode 100644 index 00000000..f6f57cdf --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-04_230626_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,473,48 +github.com,37,5 +Google,1,1 +chatgpt.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-05_230635_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-05_230635_top_paths_snapshot.csv new file mode 100644 index 00000000..3685c997 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-05_230635_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,87,47 +/JARVIS843/Unity-Tutorial/tree/main/Assets,62,32 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,50,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,46,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,38,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,30,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,29,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,27,15 +/JARVIS843/Unity-Tutorial/tree/main,21,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,19,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-05_230635_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-05_230635_top_referrers_snapshot.csv new file mode 100644 index 00000000..f658a8b9 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-05_230635_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,453,44 +github.com,36,4 +Google,1,1 +chatgpt.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-06_230647_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-06_230647_top_paths_snapshot.csv new file mode 100644 index 00000000..d115e77b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-06_230647_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,83,45 +/JARVIS843/Unity-Tutorial/tree/main/Assets,58,30 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,49,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,42,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,36,19 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,29,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,29,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,26,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,19,7 +/JARVIS843/Unity-Tutorial/tree/main,18,12 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-06_230647_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-06_230647_top_referrers_snapshot.csv new file mode 100644 index 00000000..01586d9d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-06_230647_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,441,43 +github.com,36,4 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-07_230634_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-07_230634_top_paths_snapshot.csv new file mode 100644 index 00000000..b40987ef --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-07_230634_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,83,46 +/JARVIS843/Unity-Tutorial/tree/main/Assets,59,32 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,52,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,43,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,37,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,31,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,31,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,25,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,19,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,18,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-07_230634_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-07_230634_top_referrers_snapshot.csv new file mode 100644 index 00000000..2523b472 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-07_230634_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,452,44 +github.com,36,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-08_230641_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-08_230641_top_paths_snapshot.csv new file mode 100644 index 00000000..6bf736cf --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-08_230641_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,84,49 +/JARVIS843/Unity-Tutorial/tree/main/Assets,58,31 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,49,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,42,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,36,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,31,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,30,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,22,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,19,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,18,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-08_230641_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-08_230641_top_referrers_snapshot.csv new file mode 100644 index 00000000..8f574792 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-08_230641_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,434,47 +github.com,36,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-09_230659_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-09_230659_top_paths_snapshot.csv new file mode 100644 index 00000000..bcf520a7 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-09_230659_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,82,49 +/JARVIS843/Unity-Tutorial/tree/main/Assets,60,33 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,52,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,44,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,38,20 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,33,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,31,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,23,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,20,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,20,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-09_230659_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-09_230659_top_referrers_snapshot.csv new file mode 100644 index 00000000..dc2f6651 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-09_230659_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,441,45 +github.com,36,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-10_230638_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-10_230638_top_paths_snapshot.csv new file mode 100644 index 00000000..2eab6d41 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-10_230638_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,87,52 +/JARVIS843/Unity-Tutorial/tree/main/Assets,64,36 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,57,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,50,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,43,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,37,20 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,36,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,25,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,22,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,22,10 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-10_230638_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-10_230638_top_referrers_snapshot.csv new file mode 100644 index 00000000..bfcf156b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-10_230638_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,490,48 +github.com,36,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-11_230638_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-11_230638_top_paths_snapshot.csv new file mode 100644 index 00000000..14d1c73d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-11_230638_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,80,48 +/JARVIS843/Unity-Tutorial/tree/main/Assets,61,33 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,54,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,48,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,41,21 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,36,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,34,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,25,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,22,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,22,10 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-11_230638_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-11_230638_top_referrers_snapshot.csv new file mode 100644 index 00000000..6b4912e6 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-11_230638_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,468,47 +github.com,24,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-12_230626_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-12_230626_top_paths_snapshot.csv new file mode 100644 index 00000000..ff0f4877 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-12_230626_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,78,50 +/JARVIS843/Unity-Tutorial/tree/main/Assets,60,35 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,46,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,44,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,34,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,29,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,27,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,26,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,25,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,25,12 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-12_230626_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-12_230626_top_referrers_snapshot.csv new file mode 100644 index 00000000..0ff7dce0 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-12_230626_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,434,49 +github.com,24,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-13_230626_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-13_230626_top_paths_snapshot.csv new file mode 100644 index 00000000..88967f50 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-13_230626_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,82,50 +/JARVIS843/Unity-Tutorial/tree/main/Assets,55,33 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,40,19 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,40,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,31,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,25,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,25,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,25,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,23,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,19,12 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-13_230626_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-13_230626_top_referrers_snapshot.csv new file mode 100644 index 00000000..1fa4c0c7 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-13_230626_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,397,49 +github.com,10,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-14_230623_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-14_230623_top_paths_snapshot.csv new file mode 100644 index 00000000..dcad1ab1 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-14_230623_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,99,56 +/JARVIS843/Unity-Tutorial/tree/main/Assets,64,35 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,47,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,45,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,38,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,28,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,27,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,27,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,25,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,21,14 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-14_230623_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-14_230623_top_referrers_snapshot.csv new file mode 100644 index 00000000..24f7465f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-14_230623_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,432,55 +github.com,35,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-15_230655_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-15_230655_top_paths_snapshot.csv new file mode 100644 index 00000000..eabe4e5b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-15_230655_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,97,57 +/JARVIS843/Unity-Tutorial/tree/main/Assets,61,33 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,48,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,47,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,38,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,30,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,29,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,21,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,19,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,16,11 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-15_230655_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-15_230655_top_referrers_snapshot.csv new file mode 100644 index 00000000..cde644cb --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-15_230655_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,402,54 +github.com,35,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-16_230708_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-16_230708_top_paths_snapshot.csv new file mode 100644 index 00000000..16d7202f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-16_230708_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,92,53 +/JARVIS843/Unity-Tutorial/tree/main/Assets,53,28 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,38,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,31,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,28,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,21,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,19,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,19,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,17,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,16,11 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-16_230708_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-16_230708_top_referrers_snapshot.csv new file mode 100644 index 00000000..284359ed --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-16_230708_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,374,51 +github.com,26,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-17_230630_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-17_230630_top_paths_snapshot.csv new file mode 100644 index 00000000..aced58dd --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-17_230630_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,101,58 +/JARVIS843/Unity-Tutorial/tree/main/Assets,60,31 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,41,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,34,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,30,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,25,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,22,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,22,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,20,12 +/JARVIS843/Unity-Tutorial/tree/main,19,11 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-17_230630_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-17_230630_top_referrers_snapshot.csv new file mode 100644 index 00000000..111da44f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-17_230630_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,428,56 +github.com,28,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-18_230630_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-18_230630_top_paths_snapshot.csv new file mode 100644 index 00000000..f8788dea --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-18_230630_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,102,57 +/JARVIS843/Unity-Tutorial/tree/main/Assets,57,31 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,41,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,34,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,30,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,24,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,22,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,21,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,20,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations/Base,19,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-18_230630_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-18_230630_top_referrers_snapshot.csv new file mode 100644 index 00000000..11da0603 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-18_230630_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,416,56 +github.com,32,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-19_230616_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-19_230616_top_paths_snapshot.csv new file mode 100644 index 00000000..dcc0c2a5 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-19_230616_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,100,57 +/JARVIS843/Unity-Tutorial/tree/main/Assets,57,32 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,39,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,34,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,30,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,25,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,22,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,22,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,20,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations/Base,19,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-19_230616_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-19_230616_top_referrers_snapshot.csv new file mode 100644 index 00000000..6b4c5737 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-19_230616_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,414,56 +github.com,32,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-20_230622_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-20_230622_top_paths_snapshot.csv new file mode 100644 index 00000000..84b2d4e6 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-20_230622_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,97,54 +/JARVIS843/Unity-Tutorial/tree/main/Assets,54,29 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,34,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,31,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,27,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,25,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,22,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,19,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations/Base,19,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,18,12 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-20_230622_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-20_230622_top_referrers_snapshot.csv new file mode 100644 index 00000000..80ab748b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-20_230622_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,389,54 +github.com,32,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-21_230634_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-21_230634_top_paths_snapshot.csv new file mode 100644 index 00000000..b210034b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-21_230634_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,93,51 +/JARVIS843/Unity-Tutorial/tree/main/Assets,55,28 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,36,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,33,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,29,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,25,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,22,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,19,11 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,19,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations/Base,19,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-21_230634_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-21_230634_top_referrers_snapshot.csv new file mode 100644 index 00000000..7093122b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-21_230634_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,386,51 +github.com,32,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-22_230642_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-22_230642_top_paths_snapshot.csv new file mode 100644 index 00000000..a1633dfe --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-22_230642_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,96,52 +/JARVIS843/Unity-Tutorial/tree/main/Assets,55,29 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,35,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,31,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,27,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,25,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,21,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,19,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations/Base,19,6 +/JARVIS843/Unity-Tutorial/tree/main,17,10 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-22_230642_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-22_230642_top_referrers_snapshot.csv new file mode 100644 index 00000000..897ccb37 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-22_230642_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,376,52 +github.com,32,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-23_230707_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-23_230707_top_paths_snapshot.csv new file mode 100644 index 00000000..e848a916 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-23_230707_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,93,50 +/JARVIS843/Unity-Tutorial/tree/main/Assets,52,28 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,30,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,26,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,23,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,23,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,19,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations/Base,18,5 +/JARVIS843/Unity-Tutorial/tree/main,17,10 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,15,10 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-23_230707_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-23_230707_top_referrers_snapshot.csv new file mode 100644 index 00000000..c2880b4a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-23_230707_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,337,51 +github.com,32,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-24_230631_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-24_230631_top_paths_snapshot.csv new file mode 100644 index 00000000..a9a0544d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-24_230631_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,92,51 +/JARVIS843/Unity-Tutorial/tree/main/Assets,51,29 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,38,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,27,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,24,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,23,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,20,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,19,10 +/JARVIS843/Unity-Tutorial/tree/main,18,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations/Base,18,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-24_230631_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-24_230631_top_referrers_snapshot.csv new file mode 100644 index 00000000..16c5ecb9 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-24_230631_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,354,50 +github.com,31,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-25_230615_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-25_230615_top_paths_snapshot.csv new file mode 100644 index 00000000..6273b78e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-25_230615_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,87,49 +/JARVIS843/Unity-Tutorial/tree/main/Assets,45,26 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,34,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,23,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,21,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,21,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,20,11 +/JARVIS843/Unity-Tutorial/tree/main,19,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations/Base,16,4 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,14,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-25_230615_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-25_230615_top_referrers_snapshot.csv new file mode 100644 index 00000000..e8798418 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-25_230615_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,313,48 +github.com,31,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-26_230619_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-26_230619_top_paths_snapshot.csv new file mode 100644 index 00000000..c178d82a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-26_230619_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,76,47 +/JARVIS843/Unity-Tutorial/tree/main/Assets,41,24 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,33,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,22,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,20,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,20,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,20,10 +/JARVIS843/Unity-Tutorial/tree/main,19,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,19,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations/Base,16,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-26_230619_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-26_230619_top_referrers_snapshot.csv new file mode 100644 index 00000000..b507a103 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-26_230619_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,279,44 +github.com,31,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-27_230629_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-27_230629_top_paths_snapshot.csv new file mode 100644 index 00000000..8ea2fa9f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-27_230629_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,60,41 +/JARVIS843/Unity-Tutorial/tree/main/Assets,29,21 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,24,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,17,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,17,6 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,16,9 +/JARVIS843/Unity-Tutorial/tree/main,16,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,14,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations/Base,14,2 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,11,11 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-27_230629_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-27_230629_top_referrers_snapshot.csv new file mode 100644 index 00000000..9530c343 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-27_230629_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,235,39 +github.com,6,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-28_230630_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-28_230630_top_paths_snapshot.csv new file mode 100644 index 00000000..b0607262 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-28_230630_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,56,38 +/JARVIS843/Unity-Tutorial/tree/main/Assets,27,20 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,18,9 +/JARVIS843/Unity-Tutorial/tree/main,17,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,16,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,16,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations/Base,14,2 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,12,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,11,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,10,10 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-28_230630_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-28_230630_top_referrers_snapshot.csv new file mode 100644 index 00000000..fb63d3fd --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-28_230630_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,226,36 +github.com,6,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-29_230700_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-29_230700_top_paths_snapshot.csv new file mode 100644 index 00000000..fd4abf8a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-29_230700_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,51,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets,25,20 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,19,9 +/JARVIS843/Unity-Tutorial/tree/main,16,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,14,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,14,4 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations/Base,14,2 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,11,10 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,11,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,10,10 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-29_230700_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-29_230700_top_referrers_snapshot.csv new file mode 100644 index 00000000..6465b419 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-29_230700_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,190,32 +github.com,6,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-30_230708_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-30_230708_top_paths_snapshot.csv new file mode 100644 index 00000000..47d00359 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-30_230708_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,43,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets,18,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,16,6 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,10,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,10,2 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,9,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,9,9 +/JARVIS843/Unity-Tutorial/tree/main,8,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,7,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,6,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-30_230708_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-30_230708_top_referrers_snapshot.csv new file mode 100644 index 00000000..de9c770b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-30_230708_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,137,26 +github.com,4,1 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-31_230647_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-31_230647_top_paths_snapshot.csv new file mode 100644 index 00000000..6b04436a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-31_230647_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,42,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets,22,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,17,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,11,10 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,11,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,11,3 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,10,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,9,6 +/JARVIS843/Unity-Tutorial/tree/main,8,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,8,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-31_230647_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-31_230647_top_referrers_snapshot.csv new file mode 100644 index 00000000..5ee47eb4 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-01-31_230647_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,161,27 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-01_230621_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-01_230621_top_paths_snapshot.csv new file mode 100644 index 00000000..240409b7 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-01_230621_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,42,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets,25,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,18,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,11,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,11,3 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,10,10 +/JARVIS843/Unity-Tutorial/tree/main,10,8 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,10,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,9,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,7,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-01_230621_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-01_230621_top_referrers_snapshot.csv new file mode 100644 index 00000000..13a268df --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-01_230621_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,165,27 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-02_230637_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-02_230637_top_paths_snapshot.csv new file mode 100644 index 00000000..68f9bb61 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-02_230637_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,46,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets,29,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,21,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,17,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,13,11 +/JARVIS843/Unity-Tutorial/tree/main,13,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,13,7 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,12,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,11,3 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,10,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-02_230637_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-02_230637_top_referrers_snapshot.csv new file mode 100644 index 00000000..cd66ce79 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-02_230637_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,208,31 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-03_230630_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-03_230630_top_paths_snapshot.csv new file mode 100644 index 00000000..617d336e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-03_230630_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,49,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets,27,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,21,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,17,12 +/JARVIS843/Unity-Tutorial/tree/main,13,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,13,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,12,10 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,12,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,11,3 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,9,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-03_230630_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-03_230630_top_referrers_snapshot.csv new file mode 100644 index 00000000..e4c3d41e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-03_230630_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,209,33 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-04_230643_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-04_230643_top_paths_snapshot.csv new file mode 100644 index 00000000..43b3c776 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-04_230643_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,49,37 +/JARVIS843/Unity-Tutorial/tree/main/Assets,33,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,24,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,24,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,17,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,17,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,15,4 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,14,8 +/JARVIS843/Unity-Tutorial/tree/main,13,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,12,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-04_230643_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-04_230643_top_referrers_snapshot.csv new file mode 100644 index 00000000..4471afb4 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-04_230643_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,263,35 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-05_230642_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-05_230642_top_paths_snapshot.csv new file mode 100644 index 00000000..a3c3d70b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-05_230642_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,50,38 +/JARVIS843/Unity-Tutorial/tree/main/Assets,32,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,26,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,23,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,17,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,16,11 +/JARVIS843/Unity-Tutorial/tree/main,15,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,15,4 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,12,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,12,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-05_230642_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-05_230642_top_referrers_snapshot.csv new file mode 100644 index 00000000..20252a92 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-05_230642_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,261,36 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-06_230720_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-06_230720_top_paths_snapshot.csv new file mode 100644 index 00000000..fd29209c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-06_230720_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,49,38 +/JARVIS843/Unity-Tutorial/tree/main/Assets,32,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,23,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,20,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,17,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,16,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,15,4 +/JARVIS843/Unity-Tutorial/tree/main,14,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,12,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,10,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-06_230720_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-06_230720_top_referrers_snapshot.csv new file mode 100644 index 00000000..d7ba49e4 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-06_230720_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,244,37 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-07_230631_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-07_230631_top_paths_snapshot.csv new file mode 100644 index 00000000..d5bcbefb --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-07_230631_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,56,39 +/JARVIS843/Unity-Tutorial/tree/main/Assets,36,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,34,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,25,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,24,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,23,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,17,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,15,4 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,14,7 +/JARVIS843/Unity-Tutorial/tree/main,13,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-07_230631_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-07_230631_top_referrers_snapshot.csv new file mode 100644 index 00000000..157f96d2 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-07_230631_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,303,37 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-08_230657_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-08_230657_top_paths_snapshot.csv new file mode 100644 index 00000000..b40fb419 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-08_230657_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,63,43 +/JARVIS843/Unity-Tutorial/tree/main/Assets,40,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,37,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,26,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,24,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,22,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,17,9 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,15,7 +/JARVIS843/Unity-Tutorial/tree/main,13,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,10,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-08_230657_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-08_230657_top_referrers_snapshot.csv new file mode 100644 index 00000000..3fa19f52 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-08_230657_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,322,41 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-09_230650_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-09_230650_top_paths_snapshot.csv new file mode 100644 index 00000000..cbe11c6e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-09_230650_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,65,45 +/JARVIS843/Unity-Tutorial/tree/main/Assets,40,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,37,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,27,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,24,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,22,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,17,9 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,16,7 +/JARVIS843/Unity-Tutorial/tree/main,13,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,10,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-09_230650_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-09_230650_top_referrers_snapshot.csv new file mode 100644 index 00000000..0f16cefb --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-09_230650_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,326,43 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-10_230704_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-10_230704_top_paths_snapshot.csv new file mode 100644 index 00000000..91daabb5 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-10_230704_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,65,45 +/JARVIS843/Unity-Tutorial/tree/main/Assets,39,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,38,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,30,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,25,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,22,9 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,18,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,17,9 +/JARVIS843/Unity-Tutorial/tree/main,11,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,10,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-10_230704_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-10_230704_top_referrers_snapshot.csv new file mode 100644 index 00000000..60f6547e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-10_230704_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,317,42 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-11_230705_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-11_230705_top_paths_snapshot.csv new file mode 100644 index 00000000..02852d4c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-11_230705_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,72,46 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,41,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets,39,20 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,29,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,27,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,22,9 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,21,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,20,10 +/JARVIS843/Unity-Tutorial/tree/main,11,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,10,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-11_230705_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-11_230705_top_referrers_snapshot.csv new file mode 100644 index 00000000..036a3c20 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-11_230705_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,333,43 +Google,2,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-12_230619_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-12_230619_top_paths_snapshot.csv new file mode 100644 index 00000000..dc86ce08 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-12_230619_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,73,45 +/JARVIS843/Unity-Tutorial/tree/main/Assets,46,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,44,19 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,30,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,29,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,24,9 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,23,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,20,10 +/JARVIS843/Unity-Tutorial/tree/main,12,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,11,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-12_230619_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-12_230619_top_referrers_snapshot.csv new file mode 100644 index 00000000..fc29f93d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-12_230619_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,319,41 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-13_230704_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-13_230704_top_paths_snapshot.csv new file mode 100644 index 00000000..0c69922a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-13_230704_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,82,45 +/JARVIS843/Unity-Tutorial/tree/main/Assets,46,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,45,19 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,33,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,31,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,29,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,27,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,19,10 +/JARVIS843/Unity-Tutorial/tree/main,13,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,12,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-13_230704_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-13_230704_top_referrers_snapshot.csv new file mode 100644 index 00000000..e77acaf3 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-13_230704_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,324,42 +Google,2,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-14_230633_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-14_230633_top_paths_snapshot.csv new file mode 100644 index 00000000..bc822d2c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-14_230633_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,83,46 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,47,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets,45,25 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,33,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,32,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,29,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,26,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,19,10 +/JARVIS843/Unity-Tutorial/tree/main,11,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,11,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-14_230633_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-14_230633_top_referrers_snapshot.csv new file mode 100644 index 00000000..23d2ee45 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-14_230633_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,336,45 +Google,2,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-15_230623_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-15_230623_top_paths_snapshot.csv new file mode 100644 index 00000000..324fa899 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-15_230623_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,84,47 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,44,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets,43,25 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,33,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,32,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,28,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,22,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,16,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,10,4 +/JARVIS843/Unity-Tutorial/tree/main,8,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-15_230623_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-15_230623_top_referrers_snapshot.csv new file mode 100644 index 00000000..61cabe20 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-15_230623_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,308,44 +Google,2,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-16_230631_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-16_230631_top_paths_snapshot.csv new file mode 100644 index 00000000..b54f64cc --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-16_230631_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,90,49 +/JARVIS843/Unity-Tutorial/tree/main/Assets,47,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,45,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,34,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,33,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,30,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,23,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,17,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,11,5 +/JARVIS843/Unity-Tutorial/tree/main,8,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-16_230631_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-16_230631_top_referrers_snapshot.csv new file mode 100644 index 00000000..1587446f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-16_230631_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,342,47 +Google,2,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-17_230636_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-17_230636_top_paths_snapshot.csv new file mode 100644 index 00000000..68240bcb --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-17_230636_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,93,51 +/JARVIS843/Unity-Tutorial/tree/main/Assets,41,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,38,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,29,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,29,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,29,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,19,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,15,8 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,8,6 +/JARVIS843/Unity-Tutorial/tree/main,8,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-17_230636_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-17_230636_top_referrers_snapshot.csv new file mode 100644 index 00000000..67a909c5 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-17_230636_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,292,48 +Google,2,2 +github.com,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-18_230640_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-18_230640_top_paths_snapshot.csv new file mode 100644 index 00000000..9429f128 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-18_230640_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,91,48 +/JARVIS843/Unity-Tutorial/tree/main/Assets,42,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,39,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,30,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,30,8 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,27,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,19,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,15,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Prefabs,8,3 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,7,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-18_230640_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-18_230640_top_referrers_snapshot.csv new file mode 100644 index 00000000..f52bd142 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-18_230640_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,290,45 +Google,2,2 +github.com,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-19_230704_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-19_230704_top_paths_snapshot.csv new file mode 100644 index 00000000..30b8c127 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-19_230704_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,99,53 +/JARVIS843/Unity-Tutorial/tree/main/Assets,45,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,40,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,31,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,29,9 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,26,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,20,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,15,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,8,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Prefabs,8,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-19_230704_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-19_230704_top_referrers_snapshot.csv new file mode 100644 index 00000000..7ec841c7 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-19_230704_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,309,49 +Google,2,2 +github.com,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-20_230710_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-20_230710_top_paths_snapshot.csv new file mode 100644 index 00000000..e6da7b89 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-20_230710_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,89,49 +/JARVIS843/Unity-Tutorial/tree/main/Assets,40,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,30,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,25,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,23,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,23,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,13,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,8,6 +/JARVIS843/Unity-Tutorial/tree/main,7,6 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,7,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-20_230710_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-20_230710_top_referrers_snapshot.csv new file mode 100644 index 00000000..b4a0967e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-20_230710_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,250,45 +Google,2,2 +github.com,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-21_230720_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-21_230720_top_paths_snapshot.csv new file mode 100644 index 00000000..83ae2a02 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-21_230720_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,90,50 +/JARVIS843/Unity-Tutorial/tree/main/Assets,43,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,37,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,32,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,29,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,23,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,14,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,11,7 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,8,6 +/JARVIS843/Unity-Tutorial/tree/main,7,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-21_230720_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-21_230720_top_referrers_snapshot.csv new file mode 100644 index 00000000..e5d986b1 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-21_230720_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,291,46 +Google,2,2 +github.com,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-22_230619_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-22_230619_top_paths_snapshot.csv new file mode 100644 index 00000000..6514f594 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-22_230619_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,99,52 +/JARVIS843/Unity-Tutorial/tree/main/Assets,47,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,40,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,36,20 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,33,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,25,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,14,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,12,8 +/JARVIS843/Unity-Tutorial/tree/main,7,6 +/JARVIS843/Unity-Tutorial/tree/main/Packages,7,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-22_230619_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-22_230619_top_referrers_snapshot.csv new file mode 100644 index 00000000..209bacce --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-22_230619_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,324,47 +Google,2,2 +github.com,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-23_230629_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-23_230629_top_paths_snapshot.csv new file mode 100644 index 00000000..76248a08 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-23_230629_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,98,51 +/JARVIS843/Unity-Tutorial/tree/main/Assets,45,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,38,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,34,19 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,31,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,23,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,14,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,11,7 +/JARVIS843/Unity-Tutorial/tree/main,7,6 +/JARVIS843/Unity-Tutorial/tree/main/Packages,7,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-23_230629_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-23_230629_top_referrers_snapshot.csv new file mode 100644 index 00000000..2de36162 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-23_230629_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,313,48 +Google,2,2 +github.com,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-24_230654_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-24_230654_top_paths_snapshot.csv new file mode 100644 index 00000000..0be05002 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-24_230654_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,95,51 +/JARVIS843/Unity-Tutorial/tree/main/Assets,50,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,38,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,33,20 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,31,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,21,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,14,8 +/JARVIS843/Unity-Tutorial/tree/main,9,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,8,6 +/JARVIS843/Unity-Tutorial/tree/main/Packages,7,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-24_230654_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-24_230654_top_referrers_snapshot.csv new file mode 100644 index 00000000..21c96e33 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-24_230654_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,310,50 +github.com,2,1 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-25_230649_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-25_230649_top_paths_snapshot.csv new file mode 100644 index 00000000..3aa44343 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-25_230649_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,90,50 +/JARVIS843/Unity-Tutorial/tree/main/Assets,43,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,34,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,30,19 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,30,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,19,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,11,8 +/JARVIS843/Unity-Tutorial/tree/main,8,8 +/JARVIS843/Unity-Tutorial/tree/main/Packages,7,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,7,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-25_230649_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-25_230649_top_referrers_snapshot.csv new file mode 100644 index 00000000..af22cd62 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-25_230649_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,301,49 +github.com,2,1 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-26_230715_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-26_230715_top_paths_snapshot.csv new file mode 100644 index 00000000..0d239314 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-26_230715_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,81,48 +/JARVIS843/Unity-Tutorial/tree/main/Assets,38,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,31,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,27,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,26,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,13,9 +/JARVIS843/Unity-Tutorial/tree/main,7,7 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,7,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,6,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,6,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-26_230715_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-26_230715_top_referrers_snapshot.csv new file mode 100644 index 00000000..3245b1cb --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-26_230715_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,274,48 +github.com,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-27_230717_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-27_230717_top_paths_snapshot.csv new file mode 100644 index 00000000..fb7f9ccf --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-27_230717_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,87,51 +/JARVIS843/Unity-Tutorial/tree/main/Assets,49,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,31,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,26,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,25,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,12,9 +/JARVIS843/Unity-Tutorial/tree/main,8,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,8,8 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,8,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,7,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-27_230717_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-27_230717_top_referrers_snapshot.csv new file mode 100644 index 00000000..b74aa3dd --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-27_230717_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,295,51 +github.com,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-28_230649_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-28_230649_top_paths_snapshot.csv new file mode 100644 index 00000000..3a88ea67 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-28_230649_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,91,50 +/JARVIS843/Unity-Tutorial/tree/main/Assets,47,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,29,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,23,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,22,15 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,12,7 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,11,9 +/JARVIS843/Unity-Tutorial/tree/main,8,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,8,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,7,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-28_230649_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-28_230649_top_referrers_snapshot.csv new file mode 100644 index 00000000..bf68eab9 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-02-28_230649_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,292,51 +github.com,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-01_230654_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-01_230654_top_paths_snapshot.csv new file mode 100644 index 00000000..fb3c1794 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-01_230654_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,85,46 +/JARVIS843/Unity-Tutorial/tree/main/Assets,44,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,26,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,20,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,20,13 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,10,6 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,9,8 +/JARVIS843/Unity-Tutorial/tree/main,7,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,7,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,6,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-01_230654_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-01_230654_top_referrers_snapshot.csv new file mode 100644 index 00000000..4630458a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-01_230654_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,256,47 +github.com,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-02_230641_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-02_230641_top_paths_snapshot.csv new file mode 100644 index 00000000..b4bd2ddb --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-02_230641_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,83,48 +/JARVIS843/Unity-Tutorial/tree/main/Assets,45,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,31,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,26,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,26,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,10,10 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,9,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,8,6 +/JARVIS843/Unity-Tutorial/tree/main,7,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,6,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-02_230641_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-02_230641_top_referrers_snapshot.csv new file mode 100644 index 00000000..11032859 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-02_230641_top_referrers_snapshot.csv @@ -0,0 +1,2 @@ +referrer,views_total,views_unique +youtube.com,272,45 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-03_230657_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-03_230657_top_paths_snapshot.csv new file mode 100644 index 00000000..f28a3423 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-03_230657_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,85,49 +/JARVIS843/Unity-Tutorial/tree/main/Assets,44,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,30,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,25,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,25,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,9,9 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,9,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,8,6 +/JARVIS843/Unity-Tutorial/tree/main,7,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,6,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-03_230657_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-03_230657_top_referrers_snapshot.csv new file mode 100644 index 00000000..24fdb108 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-03_230657_top_referrers_snapshot.csv @@ -0,0 +1,2 @@ +referrer,views_total,views_unique +youtube.com,269,45 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-04_230654_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-04_230654_top_paths_snapshot.csv new file mode 100644 index 00000000..82099a5b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-04_230654_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,86,52 +/JARVIS843/Unity-Tutorial/tree/main/Assets,42,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,29,19 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,26,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,25,17 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,10,7 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,8,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,7,5 +/JARVIS843/Unity-Tutorial/tree/main,6,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,6,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-04_230654_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-04_230654_top_referrers_snapshot.csv new file mode 100644 index 00000000..d18f3c84 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-04_230654_top_referrers_snapshot.csv @@ -0,0 +1,2 @@ +referrer,views_total,views_unique +youtube.com,262,48 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-05_230740_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-05_230740_top_paths_snapshot.csv new file mode 100644 index 00000000..a53eae24 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-05_230740_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,89,54 +/JARVIS843/Unity-Tutorial/tree/main/Assets,47,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,31,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,26,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,26,16 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,10,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,9,6 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,8,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,8,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,8,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-05_230740_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-05_230740_top_referrers_snapshot.csv new file mode 100644 index 00000000..4818f3be --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-05_230740_top_referrers_snapshot.csv @@ -0,0 +1,2 @@ +referrer,views_total,views_unique +youtube.com,282,49 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-06_230720_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-06_230720_top_paths_snapshot.csv new file mode 100644 index 00000000..ead89800 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-06_230720_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,96,61 +/JARVIS843/Unity-Tutorial/tree/main/Assets,51,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,26,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,23,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,23,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,11,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,11,5 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,10,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,8,7 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,7,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-06_230720_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-06_230720_top_referrers_snapshot.csv new file mode 100644 index 00000000..5d064aa2 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-06_230720_top_referrers_snapshot.csv @@ -0,0 +1,2 @@ +referrer,views_total,views_unique +youtube.com,265,54 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-07_230623_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-07_230623_top_paths_snapshot.csv new file mode 100644 index 00000000..3bb45bdd --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-07_230623_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,90,60 +/JARVIS843/Unity-Tutorial/tree/main/Assets,48,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,23,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,19,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,18,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,15,5 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,13,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,11,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,7,6 +/JARVIS843/Unity-Tutorial/tree/main,6,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-07_230623_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-07_230623_top_referrers_snapshot.csv new file mode 100644 index 00000000..32fa1c8f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-07_230623_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,234,52 +github.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-08_230615_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-08_230615_top_paths_snapshot.csv new file mode 100644 index 00000000..2376ac56 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-08_230615_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,87,60 +/JARVIS843/Unity-Tutorial/tree/main/Assets,49,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,24,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,20,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,18,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,15,5 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,13,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,11,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,7,6 +/JARVIS843/Unity-Tutorial/tree/main,6,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-08_230615_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-08_230615_top_referrers_snapshot.csv new file mode 100644 index 00000000..6db7e854 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-08_230615_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,236,51 +github.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-09_230621_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-09_230621_top_paths_snapshot.csv new file mode 100644 index 00000000..3fee1437 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-09_230621_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,89,62 +/JARVIS843/Unity-Tutorial/tree/main/Assets,49,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,25,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,24,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,22,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,16,6 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,14,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,11,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,8,7 +/JARVIS843/Unity-Tutorial/tree/main,6,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-09_230621_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-09_230621_top_referrers_snapshot.csv new file mode 100644 index 00000000..b0e8bdf4 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-09_230621_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,249,50 +github.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-10_230702_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-10_230702_top_paths_snapshot.csv new file mode 100644 index 00000000..88cd7d88 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-10_230702_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,108,68 +/JARVIS843/Unity-Tutorial/tree/main/Assets,52,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,27,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,26,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,25,16 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,16,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,16,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,12,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,8,7 +/JARVIS843/Unity-Tutorial/tree/main,6,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-10_230702_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-10_230702_top_referrers_snapshot.csv new file mode 100644 index 00000000..7a638e4d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-10_230702_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,278,55 +github.com,5,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-11_230654_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-11_230654_top_paths_snapshot.csv new file mode 100644 index 00000000..7e36c200 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-11_230654_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,108,68 +/JARVIS843/Unity-Tutorial/tree/main/Assets,54,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,29,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,28,20 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,27,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,16,6 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,14,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,12,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,8,7 +/JARVIS843/Unity-Tutorial/tree/main,6,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-11_230654_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-11_230654_top_referrers_snapshot.csv new file mode 100644 index 00000000..7e667753 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-11_230654_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,285,56 +github.com,5,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-12_230718_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-12_230718_top_paths_snapshot.csv new file mode 100644 index 00000000..68075bc2 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-12_230718_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,108,69 +/JARVIS843/Unity-Tutorial/tree/main/Assets,41,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,27,19 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,27,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,26,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,15,5 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,14,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,11,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,7,6 +/JARVIS843/Unity-Tutorial/tree/main,5,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-12_230718_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-12_230718_top_referrers_snapshot.csv new file mode 100644 index 00000000..96b0be18 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-12_230718_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,270,56 +github.com,5,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-13_230717_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-13_230717_top_paths_snapshot.csv new file mode 100644 index 00000000..e4ba4730 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-13_230717_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,109,73 +/JARVIS843/Unity-Tutorial/tree/main/Assets,45,30 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,34,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,30,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,28,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,16,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,13,4 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,11,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,11,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,8,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-13_230717_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-13_230717_top_referrers_snapshot.csv new file mode 100644 index 00000000..7c344a51 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-13_230717_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,319,60 +github.com,5,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-14_230709_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-14_230709_top_paths_snapshot.csv new file mode 100644 index 00000000..6647397b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-14_230709_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,119,74 +/JARVIS843/Unity-Tutorial/tree/main/Assets,49,30 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,38,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,35,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,33,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,17,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,15,5 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,13,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,12,8 +/JARVIS843/Unity-Tutorial/tree/main,11,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-14_230709_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-14_230709_top_referrers_snapshot.csv new file mode 100644 index 00000000..23d53570 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-14_230709_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,359,61 +github.com,5,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-15_230638_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-15_230638_top_paths_snapshot.csv new file mode 100644 index 00000000..9382fd8b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-15_230638_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,122,76 +/JARVIS843/Unity-Tutorial/tree/main/Assets,48,29 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,36,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,30,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,29,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,17,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,15,5 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,13,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,12,8 +/JARVIS843/Unity-Tutorial/tree/main,11,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-15_230638_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-15_230638_top_referrers_snapshot.csv new file mode 100644 index 00000000..32128e52 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-15_230638_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,378,67 +github.com,5,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-16_230654_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-16_230654_top_paths_snapshot.csv new file mode 100644 index 00000000..2f4a9e69 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-16_230654_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,126,77 +/JARVIS843/Unity-Tutorial/tree/main/Assets,52,30 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,38,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,33,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,32,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,23,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,17,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,14,9 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,13,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,11,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-16_230654_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-16_230654_top_referrers_snapshot.csv new file mode 100644 index 00000000..3cb76786 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-16_230654_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,410,68 +github.com,5,2 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-17_230715_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-17_230715_top_paths_snapshot.csv new file mode 100644 index 00000000..a57a564f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-17_230715_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,131,74 +/JARVIS843/Unity-Tutorial/tree/main/Assets,63,31 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,46,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,46,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,45,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,23,7 +/JARVIS843/Unity-Tutorial/tree/main,20,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,18,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,16,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,16,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-17_230715_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-17_230715_top_referrers_snapshot.csv new file mode 100644 index 00000000..4ada9320 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-17_230715_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,512,65 +github.com,5,2 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-18_230700_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-18_230700_top_paths_snapshot.csv new file mode 100644 index 00000000..3297bb37 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-18_230700_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,131,73 +/JARVIS843/Unity-Tutorial/tree/main/Assets,58,29 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,47,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,45,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,44,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,19,7 +/JARVIS843/Unity-Tutorial/tree/main,19,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,16,8 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,15,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,15,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-18_230700_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-18_230700_top_referrers_snapshot.csv new file mode 100644 index 00000000..8daf60d2 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-18_230700_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,490,64 +github.com,5,2 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-19_230721_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-19_230721_top_paths_snapshot.csv new file mode 100644 index 00000000..6fbe84c4 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-19_230721_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,117,64 +/JARVIS843/Unity-Tutorial/tree/main/Assets,50,24 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,44,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,42,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,41,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,19,8 +/JARVIS843/Unity-Tutorial/tree/main,19,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,19,6 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,16,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,16,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-19_230721_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-19_230721_top_referrers_snapshot.csv new file mode 100644 index 00000000..f6514123 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-19_230721_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,478,57 +github.com,5,2 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-20_230713_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-20_230713_top_paths_snapshot.csv new file mode 100644 index 00000000..f41cfc61 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-20_230713_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,117,62 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,51,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets,50,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,45,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,43,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,23,13 +/JARVIS843/Unity-Tutorial/tree/main,19,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,19,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,16,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,15,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-20_230713_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-20_230713_top_referrers_snapshot.csv new file mode 100644 index 00000000..c7041c0b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-20_230713_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,507,56 +github.com,4,1 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-21_230656_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-21_230656_top_paths_snapshot.csv new file mode 100644 index 00000000..de702d76 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-21_230656_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,127,64 +/JARVIS843/Unity-Tutorial/tree/main/Assets,52,25 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,50,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,44,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,42,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,25,14 +/JARVIS843/Unity-Tutorial/tree/main,19,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,19,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,16,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,15,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-21_230656_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-21_230656_top_referrers_snapshot.csv new file mode 100644 index 00000000..8d11c003 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-21_230656_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,532,58 +github.com,4,1 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-22_230648_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-22_230648_top_paths_snapshot.csv new file mode 100644 index 00000000..9cb445d2 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-22_230648_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,128,64 +/JARVIS843/Unity-Tutorial/tree/main/Assets,45,23 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,45,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,39,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,38,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,25,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,19,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,17,6 +/JARVIS843/Unity-Tutorial/tree/main,17,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,15,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-22_230648_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-22_230648_top_referrers_snapshot.csv new file mode 100644 index 00000000..84433c1b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-22_230648_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,512,62 +github.com,4,1 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-23_230648_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-23_230648_top_paths_snapshot.csv new file mode 100644 index 00000000..8c05ea27 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-23_230648_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,118,64 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,52,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets,49,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,43,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,42,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,32,17 +/JARVIS843/Unity-Tutorial/tree/main,18,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,17,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,16,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,15,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-23_230648_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-23_230648_top_referrers_snapshot.csv new file mode 100644 index 00000000..6886fc6e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-23_230648_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,531,63 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-24_230714_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-24_230714_top_paths_snapshot.csv new file mode 100644 index 00000000..4593d5d5 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-24_230714_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,123,65 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,55,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets,54,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,49,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,46,19 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,37,21 +/JARVIS843/Unity-Tutorial/tree/main,23,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,21,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,18,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,17,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-24_230714_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-24_230714_top_referrers_snapshot.csv new file mode 100644 index 00000000..8694069f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-24_230714_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,586,65 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-25_230706_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-25_230706_top_paths_snapshot.csv new file mode 100644 index 00000000..518c0da2 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-25_230706_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,118,65 +/JARVIS843/Unity-Tutorial/tree/main/Assets,63,28 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,56,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,54,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,50,21 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,37,21 +/JARVIS843/Unity-Tutorial/tree/main,26,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,23,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,22,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,18,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-25_230706_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-25_230706_top_referrers_snapshot.csv new file mode 100644 index 00000000..52cdc652 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-25_230706_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,610,64 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-26_230714_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-26_230714_top_paths_snapshot.csv new file mode 100644 index 00000000..46724286 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-26_230714_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,111,60 +/JARVIS843/Unity-Tutorial/tree/main/Assets,61,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,55,22 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,51,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,50,21 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,37,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,27,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,23,14 +/JARVIS843/Unity-Tutorial/tree/main,23,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,18,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-26_230714_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-26_230714_top_referrers_snapshot.csv new file mode 100644 index 00000000..d79bf0fd --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-26_230714_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,592,59 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-27_230717_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-27_230717_top_paths_snapshot.csv new file mode 100644 index 00000000..d5cc37b7 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-27_230717_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,108,58 +/JARVIS843/Unity-Tutorial/tree/main/Assets,61,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,52,20 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,49,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,47,19 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,36,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,26,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,23,14 +/JARVIS843/Unity-Tutorial/tree/main,20,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,17,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-27_230717_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-27_230717_top_referrers_snapshot.csv new file mode 100644 index 00000000..5fdc1ed0 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-27_230717_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,569,58 +lab.uwa4d.com,1,1 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-28_230704_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-28_230704_top_paths_snapshot.csv new file mode 100644 index 00000000..3fe0584d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-28_230704_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,113,58 +/JARVIS843/Unity-Tutorial/tree/main/Assets,63,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,54,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,50,21 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,47,19 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,32,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,27,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,26,15 +/JARVIS843/Unity-Tutorial/tree/main,21,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,19,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-28_230704_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-28_230704_top_referrers_snapshot.csv new file mode 100644 index 00000000..be654ea8 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-28_230704_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,574,57 +github.com,1,1 +lab.uwa4d.com,1,1 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-29_230705_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-29_230705_top_paths_snapshot.csv new file mode 100644 index 00000000..9d733853 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-29_230705_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,108,59 +/JARVIS843/Unity-Tutorial/tree/main/Assets,59,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,51,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,47,20 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,45,19 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,31,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,25,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,24,14 +/JARVIS843/Unity-Tutorial/tree/main,21,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,14,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-29_230705_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-29_230705_top_referrers_snapshot.csv new file mode 100644 index 00000000..d401d48d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-29_230705_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,542,57 +github.com,1,1 +lab.uwa4d.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-30_230655_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-30_230655_top_paths_snapshot.csv new file mode 100644 index 00000000..55ec76a2 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-30_230655_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,92,54 +/JARVIS843/Unity-Tutorial/tree/main/Assets,45,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,36,19 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,34,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,31,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,27,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,20,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,18,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,14,6 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,12,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-30_230655_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-30_230655_top_referrers_snapshot.csv new file mode 100644 index 00000000..2a7c590a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-30_230655_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,413,53 +github.com,1,1 +lab.uwa4d.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-31_230748_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-31_230748_top_paths_snapshot.csv new file mode 100644 index 00000000..68a14e24 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-31_230748_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,100,54 +/JARVIS843/Unity-Tutorial/tree/main/Assets,50,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,37,20 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,33,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,32,19 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,28,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,25,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,19,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,14,6 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,12,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-31_230748_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-31_230748_top_referrers_snapshot.csv new file mode 100644 index 00000000..9dda3c3c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-03-31_230748_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,448,52 +github.com,1,1 +lab.uwa4d.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-01_230714_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-01_230714_top_paths_snapshot.csv new file mode 100644 index 00000000..c8e8f076 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-01_230714_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,108,60 +/JARVIS843/Unity-Tutorial/tree/main/Assets,54,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,39,22 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,39,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,34,21 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,31,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,21,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,18,7 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,13,10 +/JARVIS843/Unity-Tutorial/tree/main,12,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-01_230714_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-01_230714_top_referrers_snapshot.csv new file mode 100644 index 00000000..b5932f41 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-01_230714_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,463,58 +github.com,1,1 +lab.uwa4d.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-02_230709_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-02_230709_top_paths_snapshot.csv new file mode 100644 index 00000000..6e3c7de6 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-02_230709_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,106,59 +/JARVIS843/Unity-Tutorial/tree/main/Assets,53,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,37,21 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,32,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,31,20 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,24,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,20,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,18,7 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,14,11 +/JARVIS843/Unity-Tutorial/tree/main,12,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-02_230709_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-02_230709_top_referrers_snapshot.csv new file mode 100644 index 00000000..ef007230 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-02_230709_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,431,58 +github.com,1,1 +lab.uwa4d.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-03_230743_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-03_230743_top_paths_snapshot.csv new file mode 100644 index 00000000..c98f1951 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-03_230743_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,96,58 +/JARVIS843/Unity-Tutorial/tree/main/Assets,52,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,37,21 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,32,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,31,20 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,22,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,20,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,19,8 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,14,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,14,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-03_230743_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-03_230743_top_referrers_snapshot.csv new file mode 100644 index 00000000..bd098f05 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-03_230743_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,415,56 +github.com,1,1 +lab.uwa4d.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-04_230715_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-04_230715_top_paths_snapshot.csv new file mode 100644 index 00000000..be166c56 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-04_230715_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,88,53 +/JARVIS843/Unity-Tutorial/tree/main/Assets,53,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,35,20 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,32,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,31,20 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,22,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,20,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,19,8 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,13,10 +/JARVIS843/Unity-Tutorial/tree/main,13,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-04_230715_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-04_230715_top_referrers_snapshot.csv new file mode 100644 index 00000000..7ad1ba20 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-04_230715_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,403,52 +github.com,1,1 +lab.uwa4d.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-05_230656_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-05_230656_top_paths_snapshot.csv new file mode 100644 index 00000000..4f07a916 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-05_230656_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,82,51 +/JARVIS843/Unity-Tutorial/tree/main/Assets,46,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,29,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,25,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,23,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,19,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,19,8 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,15,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,13,5 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,12,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-05_230656_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-05_230656_top_referrers_snapshot.csv new file mode 100644 index 00000000..5baf3c5b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-05_230656_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,355,49 +github.com,1,1 +lab.uwa4d.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-06_230647_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-06_230647_top_paths_snapshot.csv new file mode 100644 index 00000000..79659daf --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-06_230647_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,88,49 +/JARVIS843/Unity-Tutorial/tree/main/Assets,41,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,22,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,20,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,19,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,18,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,14,10 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,12,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,12,4 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,11,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-06_230647_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-06_230647_top_referrers_snapshot.csv new file mode 100644 index 00000000..582abd5f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-06_230647_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,307,45 +github.com,1,1 +lab.uwa4d.com,1,1 +yandex.ru,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-07_230711_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-07_230711_top_paths_snapshot.csv new file mode 100644 index 00000000..8127a1bc --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-07_230711_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,89,50 +/JARVIS843/Unity-Tutorial/tree/main/Assets,35,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,29,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,24,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,24,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,17,10 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,15,12 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,12,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,12,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,11,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-07_230711_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-07_230711_top_referrers_snapshot.csv new file mode 100644 index 00000000..233b3334 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-07_230711_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,300,47 +github.com,1,1 +lab.uwa4d.com,1,1 +yandex.ru,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-08_230721_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-08_230721_top_paths_snapshot.csv new file mode 100644 index 00000000..b059da9a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-08_230721_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,88,49 +/JARVIS843/Unity-Tutorial/tree/main/Assets,34,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,27,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,24,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,23,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,15,9 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,14,11 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,8,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,8,4 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,5,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-08_230721_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-08_230721_top_referrers_snapshot.csv new file mode 100644 index 00000000..6246ac01 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-08_230721_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,265,45 +lab.uwa4d.com,2,2 +github.com,1,1 +yandex.ru,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-09_230717_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-09_230717_top_paths_snapshot.csv new file mode 100644 index 00000000..5f14f095 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-09_230717_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,90,50 +/JARVIS843/Unity-Tutorial/tree/main/Assets,35,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,25,11 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,22,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,21,11 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,14,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,14,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,11,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,8,5 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,7,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-09_230717_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-09_230717_top_referrers_snapshot.csv new file mode 100644 index 00000000..496e092e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-09_230717_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,278,44 +github.com,1,1 +lab.uwa4d.com,1,1 +yandex.ru,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-10_230728_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-10_230728_top_paths_snapshot.csv new file mode 100644 index 00000000..ad36a732 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-10_230728_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,80,44 +/JARVIS843/Unity-Tutorial/tree/main/Assets,32,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,23,8 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,20,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,18,8 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,12,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,10,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,10,6 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,6,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,6,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-10_230728_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-10_230728_top_referrers_snapshot.csv new file mode 100644 index 00000000..5aa8cf32 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-10_230728_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,235,38 +lab.uwa4d.com,1,1 +yandex.ru,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-11_230710_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-11_230710_top_paths_snapshot.csv new file mode 100644 index 00000000..15be22b6 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-11_230710_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,87,46 +/JARVIS843/Unity-Tutorial/tree/main/Assets,37,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,27,10 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,26,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,23,11 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,11,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,11,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,11,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,7,5 +/JARVIS843/Unity-Tutorial/blob/main/Assets/Resources/Character/Textures/Armature_Arms_AlbedoTransparency.tif,7,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-11_230710_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-11_230710_top_referrers_snapshot.csv new file mode 100644 index 00000000..ea585cf1 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-11_230710_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,274,40 +lab.uwa4d.com,1,1 +yandex.ru,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-12_230702_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-12_230702_top_paths_snapshot.csv new file mode 100644 index 00000000..359ae05d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-12_230702_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,96,52 +/JARVIS843/Unity-Tutorial/tree/main/Assets,44,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,34,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,31,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,31,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,15,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,14,9 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,13,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,9,6 +/JARVIS843/Unity-Tutorial/blob/main/Assets/Resources/Character/Textures/Armature_Arms_AlbedoTransparency.tif,8,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-12_230702_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-12_230702_top_referrers_snapshot.csv new file mode 100644 index 00000000..90ec4013 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-12_230702_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,338,45 +lab.uwa4d.com,1,1 +yandex.ru,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-13_230709_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-13_230709_top_paths_snapshot.csv new file mode 100644 index 00000000..9f439346 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-13_230709_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,90,52 +/JARVIS843/Unity-Tutorial/tree/main/Assets,42,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,32,11 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,31,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,30,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,12,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,12,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,12,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,12,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,9,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-13_230709_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-13_230709_top_referrers_snapshot.csv new file mode 100644 index 00000000..dee7e9a6 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-13_230709_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,330,47 +lab.uwa4d.com,1,1 +yandex.ru,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-14_230719_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-14_230719_top_paths_snapshot.csv new file mode 100644 index 00000000..76d0f5a9 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-14_230719_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,83,49 +/JARVIS843/Unity-Tutorial/tree/main/Assets,38,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,30,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,28,9 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,26,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,12,9 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,11,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,11,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,9,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,9,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-14_230719_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-14_230719_top_referrers_snapshot.csv new file mode 100644 index 00000000..6c0203f6 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-14_230719_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,290,46 +lab.uwa4d.com,1,1 +yandex.ru,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-15_230713_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-15_230713_top_paths_snapshot.csv new file mode 100644 index 00000000..b19beaf1 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-15_230713_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,92,53 +/JARVIS843/Unity-Tutorial/tree/main/Assets,48,23 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,35,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,35,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,31,10 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,20,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,14,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,13,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,12,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,11,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-15_230713_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-15_230713_top_referrers_snapshot.csv new file mode 100644 index 00000000..e639320e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-15_230713_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,337,48 +lab.uwa4d.com,1,1 +yandex.ru,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-16_230717_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-16_230717_top_paths_snapshot.csv new file mode 100644 index 00000000..98884391 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-16_230717_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,100,57 +/JARVIS843/Unity-Tutorial/tree/main/Assets,53,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,45,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,39,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,37,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,21,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,15,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,14,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,12,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,9,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-16_230717_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-16_230717_top_referrers_snapshot.csv new file mode 100644 index 00000000..15bd7d69 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-16_230717_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,374,51 +lab.uwa4d.com,1,1 +yandex.ru,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-17_230721_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-17_230721_top_paths_snapshot.csv new file mode 100644 index 00000000..6afae2d4 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-17_230721_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,104,59 +/JARVIS843/Unity-Tutorial/tree/main/Assets,54,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,46,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,40,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,38,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,21,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,15,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,13,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,11,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,9,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-17_230721_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-17_230721_top_referrers_snapshot.csv new file mode 100644 index 00000000..5a269f1f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-17_230721_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,400,55 +lab.uwa4d.com,1,1 +yandex.ru,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-18_230709_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-18_230709_top_paths_snapshot.csv new file mode 100644 index 00000000..f2d3285c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-18_230709_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,110,63 +/JARVIS843/Unity-Tutorial/tree/main/Assets,71,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,58,20 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,47,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,45,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,29,10 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,28,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,20,14 +/JARVIS843/Unity-Tutorial/tree/main,13,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,13,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-18_230709_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-18_230709_top_referrers_snapshot.csv new file mode 100644 index 00000000..f9eabcc5 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-18_230709_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,510,60 +lab.uwa4d.com,1,1 +yandex.ru,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-19_230655_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-19_230655_top_paths_snapshot.csv new file mode 100644 index 00000000..932fc920 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-19_230655_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,118,67 +/JARVIS843/Unity-Tutorial/tree/main/Assets,84,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,63,22 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,53,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,48,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,38,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,27,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,21,15 +/JARVIS843/Unity-Tutorial/tree/main,19,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,16,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-19_230655_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-19_230655_top_referrers_snapshot.csv new file mode 100644 index 00000000..8982f260 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-19_230655_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,584,65 +lab.uwa4d.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-20_230651_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-20_230651_top_paths_snapshot.csv new file mode 100644 index 00000000..bf3c20ff --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-20_230651_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,123,71 +/JARVIS843/Unity-Tutorial/tree/main/Assets,91,37 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,57,26 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,54,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,43,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,43,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,24,16 +/JARVIS843/Unity-Tutorial/tree/main,22,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,19,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,17,14 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-20_230651_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-20_230651_top_referrers_snapshot.csv new file mode 100644 index 00000000..c0ad5f64 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-20_230651_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,623,69 +lab.uwa4d.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-21_230714_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-21_230714_top_paths_snapshot.csv new file mode 100644 index 00000000..3e3ff718 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-21_230714_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,124,73 +/JARVIS843/Unity-Tutorial/tree/main/Assets,91,38 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,56,27 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,55,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,44,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,41,21 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,24,16 +/JARVIS843/Unity-Tutorial/tree/main,22,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,20,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,17,14 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-21_230714_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-21_230714_top_referrers_snapshot.csv new file mode 100644 index 00000000..42904d2d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-21_230714_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,631,72 +github.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-22_230726_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-22_230726_top_paths_snapshot.csv new file mode 100644 index 00000000..3247762a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-22_230726_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,122,70 +/JARVIS843/Unity-Tutorial/tree/main/Assets,93,38 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,65,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,64,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,49,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,43,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,25,17 +/JARVIS843/Unity-Tutorial/tree/main,23,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,18,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,17,11 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-22_230726_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-22_230726_top_referrers_snapshot.csv new file mode 100644 index 00000000..12a7eb75 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-22_230726_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,654,70 +github.com,3,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-23_230727_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-23_230727_top_paths_snapshot.csv new file mode 100644 index 00000000..e4f363e0 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-23_230727_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,136,73 +/JARVIS843/Unity-Tutorial/tree/main/Assets,103,39 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,72,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,69,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,52,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,48,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,27,17 +/JARVIS843/Unity-Tutorial/tree/main,25,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,21,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,20,15 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-23_230727_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-23_230727_top_referrers_snapshot.csv new file mode 100644 index 00000000..dc40a301 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-23_230727_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,713,71 +github.com,3,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-24_230732_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-24_230732_top_paths_snapshot.csv new file mode 100644 index 00000000..7f67d317 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-24_230732_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,130,69 +/JARVIS843/Unity-Tutorial/tree/main/Assets,101,37 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,67,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,66,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,48,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,47,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,27,17 +/JARVIS843/Unity-Tutorial/tree/main,25,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,20,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,19,14 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-24_230732_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-24_230732_top_referrers_snapshot.csv new file mode 100644 index 00000000..dbad55be --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-24_230732_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,689,66 +github.com,3,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-25_230720_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-25_230720_top_paths_snapshot.csv new file mode 100644 index 00000000..f2cd21bf --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-25_230720_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,128,69 +/JARVIS843/Unity-Tutorial/tree/main/Assets,96,37 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,67,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,61,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,43,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,42,24 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,25,15 +/JARVIS843/Unity-Tutorial/tree/main,24,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,18,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,16,12 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-25_230720_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-25_230720_top_referrers_snapshot.csv new file mode 100644 index 00000000..bee303bf --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-25_230720_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,643,67 +github.com,3,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-26_230659_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-26_230659_top_paths_snapshot.csv new file mode 100644 index 00000000..7c9fa1a7 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-26_230659_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,128,69 +/JARVIS843/Unity-Tutorial/tree/main/Assets,97,38 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,70,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,64,33 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,46,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,42,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,26,16 +/JARVIS843/Unity-Tutorial/tree/main,24,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,17,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,16,11 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-26_230659_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-26_230659_top_referrers_snapshot.csv new file mode 100644 index 00000000..b51795ff --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-26_230659_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,647,66 +github.com,3,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-27_230711_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-27_230711_top_paths_snapshot.csv new file mode 100644 index 00000000..579af67a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-27_230711_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,130,70 +/JARVIS843/Unity-Tutorial/tree/main/Assets,95,39 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,70,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,64,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,45,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,43,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,23,14 +/JARVIS843/Unity-Tutorial/tree/main,23,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,17,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,17,12 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-27_230711_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-27_230711_top_referrers_snapshot.csv new file mode 100644 index 00000000..6e581d65 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-27_230711_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,659,66 +github.com,3,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-28_230722_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-28_230722_top_paths_snapshot.csv new file mode 100644 index 00000000..4a562c85 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-28_230722_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,122,66 +/JARVIS843/Unity-Tutorial/tree/main/Assets,92,37 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,66,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,65,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,48,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,44,13 +/JARVIS843/Unity-Tutorial/tree/main,24,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,17,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,15,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,14,11 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-28_230722_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-28_230722_top_referrers_snapshot.csv new file mode 100644 index 00000000..1137410c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-28_230722_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,645,62 +github.com,3,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-29_230719_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-29_230719_top_paths_snapshot.csv new file mode 100644 index 00000000..0c8423aa --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-29_230719_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,116,62 +/JARVIS843/Unity-Tutorial/tree/main/Assets,87,35 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,67,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,60,33 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,45,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,43,12 +/JARVIS843/Unity-Tutorial/tree/main,23,9 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,17,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,16,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,15,11 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-29_230719_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-29_230719_top_referrers_snapshot.csv new file mode 100644 index 00000000..2670f7d1 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-29_230719_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,616,59 +github.com,3,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-30_230725_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-30_230725_top_paths_snapshot.csv new file mode 100644 index 00000000..5c7789e7 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-30_230725_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,122,64 +/JARVIS843/Unity-Tutorial/tree/main/Assets,91,37 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,70,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,61,33 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,46,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,45,14 +/JARVIS843/Unity-Tutorial/tree/main,24,10 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,21,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,16,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,16,11 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-30_230725_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-30_230725_top_referrers_snapshot.csv new file mode 100644 index 00000000..982d5ea7 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-04-30_230725_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,630,62 +github.com,5,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-01_230741_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-01_230741_top_paths_snapshot.csv new file mode 100644 index 00000000..0204b9ff --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-01_230741_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,129,65 +/JARVIS843/Unity-Tutorial/tree/main/Assets,79,34 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,69,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,58,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,46,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,31,15 +/JARVIS843/Unity-Tutorial/tree/main,20,11 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,18,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,16,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,15,11 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-01_230741_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-01_230741_top_referrers_snapshot.csv new file mode 100644 index 00000000..83ac70f6 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-01_230741_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,602,62 +github.com,5,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-02_230726_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-02_230726_top_paths_snapshot.csv new file mode 100644 index 00000000..c9acde41 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-02_230726_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,116,61 +/JARVIS843/Unity-Tutorial/tree/main/Assets,69,32 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,66,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,55,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,44,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,25,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,22,14 +/JARVIS843/Unity-Tutorial/tree/main,15,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,15,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations/Jump,13,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-02_230726_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-02_230726_top_referrers_snapshot.csv new file mode 100644 index 00000000..acaf1029 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-02_230726_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,543,61 +github.com,5,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-03_230701_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-03_230701_top_paths_snapshot.csv new file mode 100644 index 00000000..746d5aea --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-03_230701_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,109,58 +/JARVIS843/Unity-Tutorial/tree/main/Assets,62,27 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,59,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,49,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,41,23 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,22,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,20,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,15,9 +/JARVIS843/Unity-Tutorial/tree/main,12,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations/Jump,11,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-03_230701_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-03_230701_top_referrers_snapshot.csv new file mode 100644 index 00000000..e00e9b70 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-03_230701_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,475,57 +github.com,5,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-04_230704_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-04_230704_top_paths_snapshot.csv new file mode 100644 index 00000000..3a2da9e5 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-04_230704_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,109,58 +/JARVIS843/Unity-Tutorial/tree/main/Assets,63,29 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,56,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,48,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,41,23 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,22,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,22,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,15,9 +/JARVIS843/Unity-Tutorial/tree/main,12,8 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,11,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-04_230704_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-04_230704_top_referrers_snapshot.csv new file mode 100644 index 00000000..2b78cbb1 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-04_230704_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,468,57 +github.com,4,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-05_230731_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-05_230731_top_paths_snapshot.csv new file mode 100644 index 00000000..6f0b2229 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-05_230731_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,101,57 +/JARVIS843/Unity-Tutorial/tree/main/Assets,59,30 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,47,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,42,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,34,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,23,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,22,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,15,10 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,12,5 +/JARVIS843/Unity-Tutorial/tree/main,10,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-05_230731_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-05_230731_top_referrers_snapshot.csv new file mode 100644 index 00000000..31d4828f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-05_230731_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,434,58 +github.com,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-06_230716_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-06_230716_top_paths_snapshot.csv new file mode 100644 index 00000000..45b9b35c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-06_230716_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,95,57 +/JARVIS843/Unity-Tutorial/tree/main/Assets,57,30 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,43,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,43,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,36,20 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,23,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,22,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,16,12 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,11,4 +/JARVIS843/Unity-Tutorial/tree/main,9,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-06_230716_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-06_230716_top_referrers_snapshot.csv new file mode 100644 index 00000000..ad72b057 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-06_230716_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,417,59 +github.com,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-07_230726_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-07_230726_top_paths_snapshot.csv new file mode 100644 index 00000000..54bc59b5 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-07_230726_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,112,64 +/JARVIS843/Unity-Tutorial/tree/main/Assets,63,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,54,22 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,50,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,42,23 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,25,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,25,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,20,13 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,11,4 +/JARVIS843/Unity-Tutorial/tree/main,10,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-07_230726_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-07_230726_top_referrers_snapshot.csv new file mode 100644 index 00000000..3b54a0c5 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-07_230726_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,467,64 +github.com,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-08_230757_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-08_230757_top_paths_snapshot.csv new file mode 100644 index 00000000..44e29455 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-08_230757_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,115,66 +/JARVIS843/Unity-Tutorial/tree/main/Assets,66,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,57,23 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,49,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,43,24 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,27,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,26,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,21,14 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,11,4 +/JARVIS843/Unity-Tutorial/tree/main,10,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-08_230757_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-08_230757_top_referrers_snapshot.csv new file mode 100644 index 00000000..6098ae54 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-08_230757_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,479,65 +github.com,11,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-09_230711_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-09_230711_top_paths_snapshot.csv new file mode 100644 index 00000000..e8bbdd2c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-09_230711_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,118,66 +/JARVIS843/Unity-Tutorial/tree/main/Assets,64,36 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,56,23 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,47,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,40,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,26,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,25,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,21,14 +/JARVIS843/Unity-Tutorial/tree/main,11,9 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,11,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-09_230711_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-09_230711_top_referrers_snapshot.csv new file mode 100644 index 00000000..9e158df8 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-09_230711_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,456,64 +github.com,14,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-10_230657_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-10_230657_top_paths_snapshot.csv new file mode 100644 index 00000000..85792284 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-10_230657_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,121,68 +/JARVIS843/Unity-Tutorial/tree/main/Assets,67,37 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,59,25 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,48,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,43,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,28,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,27,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,24,15 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,12,5 +/JARVIS843/Unity-Tutorial/tree/main,11,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-10_230657_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-10_230657_top_referrers_snapshot.csv new file mode 100644 index 00000000..c7e532c3 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-10_230657_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,475,66 +github.com,14,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-11_230701_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-11_230701_top_paths_snapshot.csv new file mode 100644 index 00000000..f7e56da9 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-11_230701_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,131,65 +/JARVIS843/Unity-Tutorial/tree/main/Assets,65,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,58,23 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,45,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,40,24 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,29,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,28,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,25,15 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,12,5 +/JARVIS843/Unity-Tutorial/tree/main,11,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-11_230701_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-11_230701_top_referrers_snapshot.csv new file mode 100644 index 00000000..2bb4fbd2 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-11_230701_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,494,64 +github.com,31,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-12_230727_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-12_230727_top_paths_snapshot.csv new file mode 100644 index 00000000..2d5f6bc1 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-12_230727_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,128,62 +/JARVIS843/Unity-Tutorial/tree/main/Assets,63,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,53,21 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,43,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,37,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,28,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,27,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,22,13 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,12,5 +/JARVIS843/Unity-Tutorial/tree/main,11,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-12_230727_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-12_230727_top_referrers_snapshot.csv new file mode 100644 index 00000000..18a41ba6 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-12_230727_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,470,60 +github.com,31,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-13_230721_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-13_230721_top_paths_snapshot.csv new file mode 100644 index 00000000..42fcd243 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-13_230721_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,126,60 +/JARVIS843/Unity-Tutorial/tree/main/Assets,62,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,57,21 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,46,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,37,21 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,30,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,26,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,23,12 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,11,5 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager.meta,11,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-13_230721_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-13_230721_top_referrers_snapshot.csv new file mode 100644 index 00000000..92fccb70 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-13_230721_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,480,57 +github.com,29,3 +chatgpt.com,5,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-14_230641_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-14_230641_top_paths_snapshot.csv new file mode 100644 index 00000000..761b91d8 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-14_230641_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,118,57 +/JARVIS843/Unity-Tutorial/tree/main/Assets,59,33 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,52,23 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,43,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,34,22 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,28,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,24,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,19,11 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager.meta,11,4 +/JARVIS843/Unity-Tutorial/activity,10,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-14_230641_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-14_230641_top_referrers_snapshot.csv new file mode 100644 index 00000000..6a24f406 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-14_230641_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,419,53 +github.com,29,3 +chatgpt.com,5,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-15_230737_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-15_230737_top_paths_snapshot.csv new file mode 100644 index 00000000..f59175a8 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-15_230737_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,111,53 +/JARVIS843/Unity-Tutorial/tree/main/Assets,55,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,49,21 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,39,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,32,20 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,23,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,21,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,18,10 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager.meta,11,4 +/JARVIS843/Unity-Tutorial/activity,10,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-15_230737_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-15_230737_top_referrers_snapshot.csv new file mode 100644 index 00000000..edcfd46c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-15_230737_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,387,48 +github.com,29,3 +chatgpt.com,5,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-16_230730_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-16_230730_top_paths_snapshot.csv new file mode 100644 index 00000000..f3e255ea --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-16_230730_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,116,54 +/JARVIS843/Unity-Tutorial/tree/main/Assets,62,33 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,59,24 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,43,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,41,22 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,28,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,23,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,22,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager.meta,13,4 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player.meta,11,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-16_230730_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-16_230730_top_referrers_snapshot.csv new file mode 100644 index 00000000..4370c29d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-16_230730_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,464,49 +github.com,29,3 +chatgpt.com,5,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-17_230657_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-17_230657_top_paths_snapshot.csv new file mode 100644 index 00000000..36e57242 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-17_230657_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,120,54 +/JARVIS843/Unity-Tutorial/tree/main/Assets,62,30 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,60,24 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,44,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,42,22 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,29,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,23,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,22,11 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager.meta,14,4 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,12,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-17_230657_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-17_230657_top_referrers_snapshot.csv new file mode 100644 index 00000000..c8de0748 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-17_230657_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,489,50 +github.com,29,3 +chatgpt.com,5,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-18_230702_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-18_230702_top_paths_snapshot.csv new file mode 100644 index 00000000..1a880e84 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-18_230702_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,128,62 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,71,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets,62,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,51,25 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,50,23 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,36,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,30,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,20,9 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager.meta,15,5 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player.meta,11,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-18_230702_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-18_230702_top_referrers_snapshot.csv new file mode 100644 index 00000000..24fa8ad4 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-18_230702_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,529,57 +github.com,29,3 +chatgpt.com,5,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-19_230724_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-19_230724_top_paths_snapshot.csv new file mode 100644 index 00000000..9e0f1008 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-19_230724_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,121,59 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,67,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets,57,32 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,52,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,50,25 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,35,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,30,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,21,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager.meta,15,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,12,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-19_230724_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-19_230724_top_referrers_snapshot.csv new file mode 100644 index 00000000..787ccfab --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-19_230724_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,531,56 +github.com,29,3 +chatgpt.com,5,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-20_230718_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-20_230718_top_paths_snapshot.csv new file mode 100644 index 00000000..24f637e6 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-20_230718_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,105,53 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,62,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets,56,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,50,25 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,49,21 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,38,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,32,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,20,11 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager.meta,15,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,12,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-20_230718_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-20_230718_top_referrers_snapshot.csv new file mode 100644 index 00000000..3fb025c7 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-20_230718_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,522,55 +github.com,29,3 +chatgpt.com,5,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-21_230730_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-21_230730_top_paths_snapshot.csv new file mode 100644 index 00000000..ca85586c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-21_230730_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,104,56 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,60,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets,57,34 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,54,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,49,26 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,40,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,33,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,19,10 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager.meta,14,5 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player.meta,12,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-21_230730_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-21_230730_top_referrers_snapshot.csv new file mode 100644 index 00000000..2b653409 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-21_230730_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,527,62 +github.com,20,2 +chatgpt.com,5,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-22_230743_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-22_230743_top_paths_snapshot.csv new file mode 100644 index 00000000..8b23e314 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-22_230743_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,97,53 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,57,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets,55,32 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,51,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,47,24 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,40,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,32,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,18,9 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager.meta,14,5 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player.meta,12,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-22_230743_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-22_230743_top_referrers_snapshot.csv new file mode 100644 index 00000000..b8cb299c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-22_230743_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,516,60 +github.com,17,1 +chatgpt.com,5,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-23_230743_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-23_230743_top_paths_snapshot.csv new file mode 100644 index 00000000..41722c93 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-23_230743_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,92,50 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,52,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets,51,31 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,48,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,43,21 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,38,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,29,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,16,9 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager.meta,13,4 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,12,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-23_230743_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-23_230743_top_referrers_snapshot.csv new file mode 100644 index 00000000..aef2db56 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-23_230743_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,501,55 +github.com,17,1 +chatgpt.com,5,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-24_230716_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-24_230716_top_paths_snapshot.csv new file mode 100644 index 00000000..a2dde0ca --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-24_230716_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,82,51 +/JARVIS843/Unity-Tutorial/tree/main/Assets,50,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,49,22 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,47,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,42,21 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,36,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,28,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,14,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,13,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,9,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-24_230716_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-24_230716_top_referrers_snapshot.csv new file mode 100644 index 00000000..816a3974 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-24_230716_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,472,58 +chatgpt.com,5,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-25_230726_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-25_230726_top_paths_snapshot.csv new file mode 100644 index 00000000..7cea9c64 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-25_230726_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,91,59 +/JARVIS843/Unity-Tutorial/tree/main/Assets,64,38 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,57,28 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,50,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,48,26 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,39,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,32,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,16,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,14,10 +/JARVIS843/Unity-Tutorial/tree/main,9,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-25_230726_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-25_230726_top_referrers_snapshot.csv new file mode 100644 index 00000000..5be7ea87 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-25_230726_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,539,66 +chatgpt.com,5,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-26_230725_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-26_230725_top_paths_snapshot.csv new file mode 100644 index 00000000..c3856473 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-26_230725_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,95,62 +/JARVIS843/Unity-Tutorial/tree/main/Assets,60,37 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,52,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,47,27 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,44,26 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,32,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,31,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,17,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,15,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,10,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-26_230725_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-26_230725_top_referrers_snapshot.csv new file mode 100644 index 00000000..5aa96545 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-26_230725_top_referrers_snapshot.csv @@ -0,0 +1,2 @@ +referrer,views_total,views_unique +youtube.com,495,68 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-27_230741_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-27_230741_top_paths_snapshot.csv new file mode 100644 index 00000000..e5d4d4f5 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-27_230741_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,91,57 +/JARVIS843/Unity-Tutorial/tree/main/Assets,59,35 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,50,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,45,26 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,42,24 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,31,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,30,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,18,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,16,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,11,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-27_230741_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-27_230741_top_referrers_snapshot.csv new file mode 100644 index 00000000..afe51372 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-27_230741_top_referrers_snapshot.csv @@ -0,0 +1,2 @@ +referrer,views_total,views_unique +youtube.com,481,63 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-28_230740_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-28_230740_top_paths_snapshot.csv new file mode 100644 index 00000000..97a7a469 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-28_230740_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,92,57 +/JARVIS843/Unity-Tutorial/tree/main/Assets,59,34 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,52,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,47,27 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,44,25 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,32,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,30,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,18,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,16,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,11,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-28_230740_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-28_230740_top_referrers_snapshot.csv new file mode 100644 index 00000000..2213c1a4 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-28_230740_top_referrers_snapshot.csv @@ -0,0 +1,2 @@ +referrer,views_total,views_unique +youtube.com,486,64 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-29_230740_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-29_230740_top_paths_snapshot.csv new file mode 100644 index 00000000..8faec8ab --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-29_230740_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,86,56 +/JARVIS843/Unity-Tutorial/tree/main/Assets,48,32 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,42,26 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,40,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,38,26 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,27,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,25,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,17,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,12,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,10,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-29_230740_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-29_230740_top_referrers_snapshot.csv new file mode 100644 index 00000000..eeec43f4 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-29_230740_top_referrers_snapshot.csv @@ -0,0 +1,2 @@ +referrer,views_total,views_unique +youtube.com,413,63 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-30_230741_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-30_230741_top_paths_snapshot.csv new file mode 100644 index 00000000..3f70859a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-30_230741_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,85,56 +/JARVIS843/Unity-Tutorial/tree/main/Assets,47,33 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,43,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,43,27 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,43,24 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,29,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,28,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,14,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,10,9 +/JARVIS843/Unity-Tutorial/blob/main/Assets/Resources/Character/ybot.fbx,9,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-30_230741_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-30_230741_top_referrers_snapshot.csv new file mode 100644 index 00000000..96f9d54b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-30_230741_top_referrers_snapshot.csv @@ -0,0 +1,2 @@ +referrer,views_total,views_unique +youtube.com,408,62 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-31_230717_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-31_230717_top_paths_snapshot.csv new file mode 100644 index 00000000..8865cb47 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-31_230717_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,77,51 +/JARVIS843/Unity-Tutorial/tree/main/Assets,45,31 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,38,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,36,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,33,24 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,23,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,21,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,13,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,10,9 +/JARVIS843/Unity-Tutorial/blob/main/Assets/Resources/Character/ybot.fbx,9,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-31_230717_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-31_230717_top_referrers_snapshot.csv new file mode 100644 index 00000000..35c212ed --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-05-31_230717_top_referrers_snapshot.csv @@ -0,0 +1,2 @@ +referrer,views_total,views_unique +youtube.com,364,57 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-01_230717_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-01_230717_top_paths_snapshot.csv new file mode 100644 index 00000000..8eb6f674 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-01_230717_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,77,52 +/JARVIS843/Unity-Tutorial/tree/main/Assets,43,30 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,33,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,32,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,32,23 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,22,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,19,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,8,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Scenes,7,7 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,7,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-01_230717_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-01_230717_top_referrers_snapshot.csv new file mode 100644 index 00000000..ed54b1ee --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-01_230717_top_referrers_snapshot.csv @@ -0,0 +1,2 @@ +referrer,views_total,views_unique +youtube.com,324,55 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-02_230757_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-02_230757_top_paths_snapshot.csv new file mode 100644 index 00000000..f739435f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-02_230757_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,79,51 +/JARVIS843/Unity-Tutorial/tree/main/Assets,35,23 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,28,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,25,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,25,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,17,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,13,10 +/JARVIS843/Unity-Tutorial/tree/main,7,6 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,7,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Scenes,6,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-02_230757_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-02_230757_top_referrers_snapshot.csv new file mode 100644 index 00000000..498ce9f5 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-02_230757_top_referrers_snapshot.csv @@ -0,0 +1,2 @@ +referrer,views_total,views_unique +youtube.com,273,51 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-03_230749_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-03_230749_top_paths_snapshot.csv new file mode 100644 index 00000000..24fa5653 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-03_230749_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,72,46 +/JARVIS843/Unity-Tutorial/tree/main/Assets,32,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,24,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,23,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,20,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,13,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,11,8 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,8,5 +/JARVIS843/Unity-Tutorial/tree/main,7,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,6,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-03_230749_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-03_230749_top_referrers_snapshot.csv new file mode 100644 index 00000000..b6a27b98 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-03_230749_top_referrers_snapshot.csv @@ -0,0 +1,2 @@ +referrer,views_total,views_unique +youtube.com,247,43 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-04_230733_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-04_230733_top_paths_snapshot.csv new file mode 100644 index 00000000..9bfaccc0 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-04_230733_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,75,45 +/JARVIS843/Unity-Tutorial/tree/main/Assets,32,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,24,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,23,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,20,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,13,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,11,8 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,8,5 +/JARVIS843/Unity-Tutorial/tree/main,7,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,6,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-04_230733_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-04_230733_top_referrers_snapshot.csv new file mode 100644 index 00000000..79b33601 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-04_230733_top_referrers_snapshot.csv @@ -0,0 +1,2 @@ +referrer,views_total,views_unique +youtube.com,250,43 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-05_230812_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-05_230812_top_paths_snapshot.csv new file mode 100644 index 00000000..1dfdcc69 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-05_230812_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,87,53 +/JARVIS843/Unity-Tutorial/tree/main/Assets,33,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,27,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,25,20 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,22,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,13,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,11,8 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,11,7 +/JARVIS843/Unity-Tutorial/issues,8,5 +/JARVIS843/Unity-Tutorial/tree/main,7,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-05_230812_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-05_230812_top_referrers_snapshot.csv new file mode 100644 index 00000000..3e6a69c8 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-05_230812_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,262,50 +github.com,2,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-06_230754_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-06_230754_top_paths_snapshot.csv new file mode 100644 index 00000000..79674cd3 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-06_230754_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,89,52 +/JARVIS843/Unity-Tutorial/tree/main/Assets,36,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,27,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,26,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,21,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,12,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,11,8 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,10,7 +/JARVIS843/Unity-Tutorial/issues,8,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,7,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-06_230754_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-06_230754_top_referrers_snapshot.csv new file mode 100644 index 00000000..10ba0d31 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-06_230754_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,273,47 +github.com,2,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-07_230726_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-07_230726_top_paths_snapshot.csv new file mode 100644 index 00000000..23f307d4 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-07_230726_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,82,46 +/JARVIS843/Unity-Tutorial/tree/main/Assets,22,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,20,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,19,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,15,10 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,8,5 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,8,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,7,5 +/JARVIS843/Unity-Tutorial/issues,6,4 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,5,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-07_230726_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-07_230726_top_referrers_snapshot.csv new file mode 100644 index 00000000..676bed63 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-07_230726_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,208,41 +github.com,2,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-08_230714_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-08_230714_top_paths_snapshot.csv new file mode 100644 index 00000000..8509d193 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-08_230714_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,74,43 +/JARVIS843/Unity-Tutorial/tree/main/Assets,24,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,23,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,22,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,17,11 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,11,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,10,7 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,8,5 +/JARVIS843/Unity-Tutorial/issues,6,4 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,4,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-08_230714_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-08_230714_top_referrers_snapshot.csv new file mode 100644 index 00000000..ec03b0e8 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-08_230714_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,222,40 +github.com,4,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-09_230739_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-09_230739_top_paths_snapshot.csv new file mode 100644 index 00000000..2b7efa2f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-09_230739_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,72,44 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,25,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets,24,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,22,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,18,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,13,8 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,12,8 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,8,5 +/JARVIS843/Unity-Tutorial/issues,6,4 +/JARVIS843/Unity-Tutorial/tree/main,5,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-09_230739_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-09_230739_top_referrers_snapshot.csv new file mode 100644 index 00000000..d8a485cd --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-09_230739_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,227,42 +github.com,4,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-10_230731_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-10_230731_top_paths_snapshot.csv new file mode 100644 index 00000000..9fc0e9fa --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-10_230731_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,79,46 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,27,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets,25,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,23,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,19,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,15,9 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,13,8 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,10,6 +/JARVIS843/Unity-Tutorial/issues,6,4 +/JARVIS843/Unity-Tutorial/tree/main,5,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-10_230731_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-10_230731_top_referrers_snapshot.csv new file mode 100644 index 00000000..515740df --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-10_230731_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,261,44 +github.com,4,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-11_230754_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-11_230754_top_paths_snapshot.csv new file mode 100644 index 00000000..4c69482a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-11_230754_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,80,47 +/JARVIS843/Unity-Tutorial/tree/main/Assets,32,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,30,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,24,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,19,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,16,10 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,13,8 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,9,6 +/JARVIS843/Unity-Tutorial/tree/main,6,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,6,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-11_230754_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-11_230754_top_referrers_snapshot.csv new file mode 100644 index 00000000..7a9f3f1b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-11_230754_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,275,45 +github.com,4,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-12_230810_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-12_230810_top_paths_snapshot.csv new file mode 100644 index 00000000..450bfc26 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-12_230810_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,77,46 +/JARVIS843/Unity-Tutorial/tree/main/Assets,32,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,32,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,21,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,20,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,16,9 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,13,8 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,8,6 +/JARVIS843/Unity-Tutorial/tree/main,7,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,7,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-12_230810_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-12_230810_top_referrers_snapshot.csv new file mode 100644 index 00000000..84b2fbb6 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-12_230810_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,262,45 +github.com,4,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-13_230802_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-13_230802_top_paths_snapshot.csv new file mode 100644 index 00000000..d1ce8684 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-13_230802_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,85,52 +/JARVIS843/Unity-Tutorial/tree/main/Assets,35,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,34,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,23,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,23,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,19,10 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,15,10 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,10,8 +/JARVIS843/Unity-Tutorial/tree/main,8,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,7,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-13_230802_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-13_230802_top_referrers_snapshot.csv new file mode 100644 index 00000000..e118081e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-13_230802_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,296,51 +github.com,4,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-14_230717_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-14_230717_top_paths_snapshot.csv new file mode 100644 index 00000000..60902839 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-14_230717_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,81,49 +/JARVIS843/Unity-Tutorial/tree/main/Assets,35,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,34,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,24,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,24,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,18,9 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,15,10 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,10,8 +/JARVIS843/Unity-Tutorial/tree/main,8,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,7,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-14_230717_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-14_230717_top_referrers_snapshot.csv new file mode 100644 index 00000000..79608db1 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-14_230717_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,287,47 +github.com,4,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-15_230709_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-15_230709_top_paths_snapshot.csv new file mode 100644 index 00000000..163f3eb8 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-15_230709_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,81,47 +/JARVIS843/Unity-Tutorial/tree/main/Assets,44,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,41,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,27,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,26,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,24,10 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,19,11 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,12,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,12,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,9,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-15_230709_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-15_230709_top_referrers_snapshot.csv new file mode 100644 index 00000000..144aa363 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-15_230709_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,342,45 +github.com,4,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-16_230735_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-16_230735_top_paths_snapshot.csv new file mode 100644 index 00000000..9110e8de --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-16_230735_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,89,48 +/JARVIS843/Unity-Tutorial/tree/main/Assets,43,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,41,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,27,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,26,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,24,10 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,19,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,13,8 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,11,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,9,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-16_230735_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-16_230735_top_referrers_snapshot.csv new file mode 100644 index 00000000..74e4fe6d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-16_230735_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,350,47 +github.com,4,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-17_230751_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-17_230751_top_paths_snapshot.csv new file mode 100644 index 00000000..1b7f9dd4 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-17_230751_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,92,52 +/JARVIS843/Unity-Tutorial/tree/main/Assets,47,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,45,20 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,33,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,29,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,25,11 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,20,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,13,8 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,11,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,9,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-17_230751_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-17_230751_top_referrers_snapshot.csv new file mode 100644 index 00000000..e055abd1 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-17_230751_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,370,49 +github.com,4,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-18_230740_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-18_230740_top_paths_snapshot.csv new file mode 100644 index 00000000..c80ff612 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-18_230740_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,78,48 +/JARVIS843/Unity-Tutorial/tree/main/Assets,46,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,44,19 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,35,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,27,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,26,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,24,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,12,7 +/JARVIS843/Unity-Tutorial/tree/main,9,6 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,8,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-18_230740_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-18_230740_top_referrers_snapshot.csv new file mode 100644 index 00000000..3de9db1f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-18_230740_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,345,47 +github.com,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-19_230801_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-19_230801_top_paths_snapshot.csv new file mode 100644 index 00000000..e653eb67 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-19_230801_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,86,51 +/JARVIS843/Unity-Tutorial/tree/main/Assets,48,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,46,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,40,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,29,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,27,11 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,25,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,14,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,10,6 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,9,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-19_230801_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-19_230801_top_referrers_snapshot.csv new file mode 100644 index 00000000..090dae44 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-19_230801_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,352,51 +github.com,8,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-20_230757_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-20_230757_top_paths_snapshot.csv new file mode 100644 index 00000000..e7b72ffb --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-20_230757_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,91,52 +/JARVIS843/Unity-Tutorial/tree/main/Assets,48,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,46,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,41,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,29,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,27,11 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,26,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,14,8 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,11,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,10,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-20_230757_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-20_230757_top_referrers_snapshot.csv new file mode 100644 index 00000000..82177cb3 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-20_230757_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,361,52 +github.com,8,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-21_230723_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-21_230723_top_paths_snapshot.csv new file mode 100644 index 00000000..0c62d60e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-21_230723_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,86,49 +/JARVIS843/Unity-Tutorial/tree/main/Assets,45,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,41,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,38,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,26,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,23,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,23,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,14,8 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,11,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,10,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-21_230723_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-21_230723_top_referrers_snapshot.csv new file mode 100644 index 00000000..616716ef --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-21_230723_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,337,49 +github.com,6,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-22_230718_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-22_230718_top_paths_snapshot.csv new file mode 100644 index 00000000..5ba44a7d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-22_230718_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,85,48 +/JARVIS843/Unity-Tutorial/tree/main/Assets,43,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,37,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,35,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,24,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,21,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,20,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,14,8 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,11,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,10,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-22_230718_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-22_230718_top_referrers_snapshot.csv new file mode 100644 index 00000000..79aa41bc --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-22_230718_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,321,47 +github.com,6,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-23_230624_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-23_230624_top_paths_snapshot.csv new file mode 100644 index 00000000..318d998d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-23_230624_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,81,45 +/JARVIS843/Unity-Tutorial/tree/main/Assets,43,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,33,11 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,32,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,21,10 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,19,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,18,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,15,8 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,9,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,8,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-23_230624_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-23_230624_top_referrers_snapshot.csv new file mode 100644 index 00000000..9589a3c1 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-23_230624_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,288,44 +github.com,9,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-24_230753_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-24_230753_top_paths_snapshot.csv new file mode 100644 index 00000000..66e3f44c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-24_230753_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,86,51 +/JARVIS843/Unity-Tutorial/tree/main/Assets,38,20 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,34,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,32,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,23,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,20,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,19,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,14,8 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,9,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,7,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-24_230753_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-24_230753_top_referrers_snapshot.csv new file mode 100644 index 00000000..f47e2b54 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-24_230753_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,295,50 +github.com,9,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-25_230754_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-25_230754_top_paths_snapshot.csv new file mode 100644 index 00000000..4ca03642 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-25_230754_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,91,54 +/JARVIS843/Unity-Tutorial/tree/main/Assets,38,20 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,33,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,30,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,22,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,17,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,17,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,13,7 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,11,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,6,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-25_230754_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-25_230754_top_referrers_snapshot.csv new file mode 100644 index 00000000..46ded2be --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-25_230754_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,295,52 +github.com,12,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-26_230801_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-26_230801_top_paths_snapshot.csv new file mode 100644 index 00000000..4cec3309 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-26_230801_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,92,49 +/JARVIS843/Unity-Tutorial/tree/main/Assets,45,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,33,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,31,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,20,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,19,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,17,9 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,15,8 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,11,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,8,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-26_230801_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-26_230801_top_referrers_snapshot.csv new file mode 100644 index 00000000..29151243 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-26_230801_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,271,48 +github.com,25,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-27_230800_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-27_230800_top_paths_snapshot.csv new file mode 100644 index 00000000..7b32cc0b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-27_230800_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,99,52 +/JARVIS843/Unity-Tutorial/tree/main/Assets,49,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,34,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,30,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,22,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,20,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,19,11 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,15,9 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,15,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,8,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-27_230800_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-27_230800_top_referrers_snapshot.csv new file mode 100644 index 00000000..9010ab01 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-27_230800_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,296,50 +github.com,29,5 +yandex.ru,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-28_230751_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-28_230751_top_paths_snapshot.csv new file mode 100644 index 00000000..7f2c9928 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-28_230751_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,92,51 +/JARVIS843/Unity-Tutorial/tree/main/Assets,40,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,27,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,27,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,18,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,17,10 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,16,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,13,10 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,11,7 +/JARVIS843/Unity-Tutorial/tree/main,6,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-28_230751_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-28_230751_top_referrers_snapshot.csv new file mode 100644 index 00000000..986ca571 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-28_230751_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,233,50 +github.com,32,5 +yandex.ru,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-29_230716_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-29_230716_top_paths_snapshot.csv new file mode 100644 index 00000000..80a667e5 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-29_230716_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,88,51 +/JARVIS843/Unity-Tutorial/tree/main/Assets,41,21 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,32,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,30,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,20,13 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,19,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,16,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,15,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,14,9 +/JARVIS843/Unity-Tutorial/tree/main,7,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-29_230716_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-29_230716_top_referrers_snapshot.csv new file mode 100644 index 00000000..398d05d5 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-29_230716_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,244,48 +github.com,35,5 +yandex.ru,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-30_230749_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-30_230749_top_paths_snapshot.csv new file mode 100644 index 00000000..6688149a --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-30_230749_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,84,51 +/JARVIS843/Unity-Tutorial/tree/main/Assets,39,22 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,29,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,28,15 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,20,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,19,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,16,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,14,11 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,13,9 +/JARVIS843/Unity-Tutorial/tree/main,7,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-30_230749_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-30_230749_top_referrers_snapshot.csv new file mode 100644 index 00000000..15180159 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-06-30_230749_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,233,50 +github.com,36,5 +yandex.ru,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-01_230749_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-01_230749_top_paths_snapshot.csv new file mode 100644 index 00000000..2e84c034 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-01_230749_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,85,52 +/JARVIS843/Unity-Tutorial/tree/main/Assets,40,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,32,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,28,15 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,24,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,23,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,16,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,15,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,12,9 +/JARVIS843/Unity-Tutorial/tree/main,7,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-01_230749_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-01_230749_top_referrers_snapshot.csv new file mode 100644 index 00000000..6c4be635 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-01_230749_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,246,52 +github.com,40,5 +yandex.ru,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-02_230758_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-02_230758_top_paths_snapshot.csv new file mode 100644 index 00000000..9ca75576 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-02_230758_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,77,48 +/JARVIS843/Unity-Tutorial/tree/main/Assets,34,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,29,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,27,14 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,23,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,22,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,15,11 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,13,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,13,7 +/JARVIS843/Unity-Tutorial/tree/main,9,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-02_230758_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-02_230758_top_referrers_snapshot.csv new file mode 100644 index 00000000..885140cd --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-02_230758_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,228,51 +github.com,35,4 +yandex.ru,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-03_230754_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-03_230754_top_paths_snapshot.csv new file mode 100644 index 00000000..c6833d41 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-03_230754_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,72,46 +/JARVIS843/Unity-Tutorial/tree/main/Assets,34,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,29,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,29,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,22,14 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,21,4 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,15,11 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,13,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,13,7 +/JARVIS843/Unity-Tutorial/tree/main,9,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-03_230754_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-03_230754_top_referrers_snapshot.csv new file mode 100644 index 00000000..63b747c7 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-03_230754_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,220,48 +github.com,35,4 +yandex.ru,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-04_230750_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-04_230750_top_paths_snapshot.csv new file mode 100644 index 00000000..a3d06d60 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-04_230750_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,71,45 +/JARVIS843/Unity-Tutorial/tree/main/Assets,35,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,31,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,30,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,23,15 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,21,4 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,16,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,14,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,13,7 +/JARVIS843/Unity-Tutorial/tree/main,9,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-04_230750_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-04_230750_top_referrers_snapshot.csv new file mode 100644 index 00000000..cb899ad1 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-04_230750_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,227,48 +github.com,35,4 +yandex.ru,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-05_230745_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-05_230745_top_paths_snapshot.csv new file mode 100644 index 00000000..ce58758b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-05_230745_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,86,54 +/JARVIS843/Unity-Tutorial/tree/main/Assets,51,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,44,22 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,35,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,34,21 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,23,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,21,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,20,13 +/JARVIS843/Unity-Tutorial/tree/main,18,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,14,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-05_230745_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-05_230745_top_referrers_snapshot.csv new file mode 100644 index 00000000..b7798c96 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-05_230745_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,302,56 +github.com,35,4 +chatgpt.com,26,1 +yandex.ru,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-06_230722_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-06_230722_top_paths_snapshot.csv new file mode 100644 index 00000000..4578d992 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-06_230722_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,91,58 +/JARVIS843/Unity-Tutorial/tree/main/Assets,53,28 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,47,24 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,42,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,37,22 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,26,14 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,24,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,21,15 +/JARVIS843/Unity-Tutorial/tree/main,19,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,14,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-06_230722_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-06_230722_top_referrers_snapshot.csv new file mode 100644 index 00000000..b21789bb --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-06_230722_top_referrers_snapshot.csv @@ -0,0 +1,6 @@ +referrer,views_total,views_unique +youtube.com,342,61 +github.com,33,4 +chatgpt.com,26,1 +yandex.ru,2,1 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-07_230745_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-07_230745_top_paths_snapshot.csv new file mode 100644 index 00000000..fc170085 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-07_230745_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,99,60 +/JARVIS843/Unity-Tutorial/tree/main/Assets,62,31 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,52,25 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,52,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,41,24 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,28,15 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,24,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,22,15 +/JARVIS843/Unity-Tutorial/tree/main,18,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,17,10 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-07_230745_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-07_230745_top_referrers_snapshot.csv new file mode 100644 index 00000000..b92daef2 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-07_230745_top_referrers_snapshot.csv @@ -0,0 +1,7 @@ +referrer,views_total,views_unique +youtube.com,398,62 +github.com,33,4 +chatgpt.com,26,1 +m.youtube.com,2,1 +yandex.ru,2,1 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-08_230753_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-08_230753_top_paths_snapshot.csv new file mode 100644 index 00000000..d5d87939 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-08_230753_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,95,58 +/JARVIS843/Unity-Tutorial/tree/main/Assets,67,33 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,54,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,52,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,40,24 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,28,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,22,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,21,15 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,21,6 +/JARVIS843/Unity-Tutorial/tree/main,20,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-08_230753_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-08_230753_top_referrers_snapshot.csv new file mode 100644 index 00000000..7357ec8f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-08_230753_top_referrers_snapshot.csv @@ -0,0 +1,7 @@ +referrer,views_total,views_unique +youtube.com,422,62 +github.com,30,4 +chatgpt.com,26,1 +m.youtube.com,3,2 +yandex.ru,2,1 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-09_230801_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-09_230801_top_paths_snapshot.csv new file mode 100644 index 00000000..25e23436 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-09_230801_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,89,57 +/JARVIS843/Unity-Tutorial/tree/main/Assets,64,33 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,52,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,46,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,38,24 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,26,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,22,13 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,20,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,17,13 +/JARVIS843/Unity-Tutorial/tree/main,17,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-09_230801_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-09_230801_top_referrers_snapshot.csv new file mode 100644 index 00000000..46a2a92c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-09_230801_top_referrers_snapshot.csv @@ -0,0 +1,7 @@ +referrer,views_total,views_unique +youtube.com,403,61 +chatgpt.com,26,1 +github.com,17,3 +m.youtube.com,3,2 +yandex.ru,2,1 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-10_230755_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-10_230755_top_paths_snapshot.csv new file mode 100644 index 00000000..46ba211d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-10_230755_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,80,51 +/JARVIS843/Unity-Tutorial/tree/main/Assets,58,30 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,53,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,43,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,36,22 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,25,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,19,12 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,19,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations/Base,17,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,16,11 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-10_230755_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-10_230755_top_referrers_snapshot.csv new file mode 100644 index 00000000..4cb8d6be --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-10_230755_top_referrers_snapshot.csv @@ -0,0 +1,6 @@ +referrer,views_total,views_unique +youtube.com,374,57 +chatgpt.com,26,1 +github.com,13,2 +m.youtube.com,3,2 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-11_230802_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-11_230802_top_paths_snapshot.csv new file mode 100644 index 00000000..c497816c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-11_230802_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,94,60 +/JARVIS843/Unity-Tutorial/tree/main/Assets,63,33 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,57,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,48,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,41,25 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,29,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,20,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,20,13 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,18,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,17,12 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-11_230802_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-11_230802_top_referrers_snapshot.csv new file mode 100644 index 00000000..c77b5f08 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-11_230802_top_referrers_snapshot.csv @@ -0,0 +1,6 @@ +referrer,views_total,views_unique +youtube.com,419,64 +chatgpt.com,26,1 +github.com,10,2 +m.youtube.com,3,2 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-12_230731_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-12_230731_top_paths_snapshot.csv new file mode 100644 index 00000000..52dad85e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-12_230731_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,99,61 +/JARVIS843/Unity-Tutorial/tree/main/Assets,63,32 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,58,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,46,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,41,23 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,28,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,21,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,18,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,17,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations/Base,17,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-12_230731_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-12_230731_top_referrers_snapshot.csv new file mode 100644 index 00000000..cdde15ab --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-12_230731_top_referrers_snapshot.csv @@ -0,0 +1,6 @@ +referrer,views_total,views_unique +youtube.com,409,67 +chatgpt.com,26,1 +github.com,14,3 +m.youtube.com,3,2 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-13_230744_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-13_230744_top_paths_snapshot.csv new file mode 100644 index 00000000..91da8e5f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-13_230744_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,99,59 +/JARVIS843/Unity-Tutorial/tree/main/Assets,66,33 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,63,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,46,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,41,22 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,30,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,25,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,21,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,20,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations/Base,18,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-13_230744_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-13_230744_top_referrers_snapshot.csv new file mode 100644 index 00000000..59489492 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-13_230744_top_referrers_snapshot.csv @@ -0,0 +1,6 @@ +referrer,views_total,views_unique +youtube.com,445,63 +chatgpt.com,26,1 +github.com,13,3 +m.youtube.com,3,2 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-14_230800_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-14_230800_top_paths_snapshot.csv new file mode 100644 index 00000000..ccd3f3bb --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-14_230800_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,98,61 +/JARVIS843/Unity-Tutorial/tree/main/Assets,66,33 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,62,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,42,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,37,22 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,27,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations/Base,27,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,26,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,22,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,18,12 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-14_230800_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-14_230800_top_referrers_snapshot.csv new file mode 100644 index 00000000..f5cacf10 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-14_230800_top_referrers_snapshot.csv @@ -0,0 +1,6 @@ +referrer,views_total,views_unique +youtube.com,454,67 +chatgpt.com,26,1 +github.com,9,3 +m.youtube.com,3,2 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-15_230718_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-15_230718_top_paths_snapshot.csv new file mode 100644 index 00000000..a8e8f0d8 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-15_230718_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,95,59 +/JARVIS843/Unity-Tutorial/tree/main/Assets,65,34 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,62,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,40,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,36,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations/Base,28,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,26,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,25,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,23,16 +/JARVIS843/Unity-Tutorial/blob/main/Assets/Resources/Character/Animations/Controller/Player%20Controller.controller,16,15 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-15_230718_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-15_230718_top_referrers_snapshot.csv new file mode 100644 index 00000000..92779291 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-15_230718_top_referrers_snapshot.csv @@ -0,0 +1,6 @@ +referrer,views_total,views_unique +youtube.com,448,65 +chatgpt.com,26,1 +github.com,8,2 +m.youtube.com,3,2 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-16_230813_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-16_230813_top_paths_snapshot.csv new file mode 100644 index 00000000..266e0048 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-16_230813_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,99,62 +/JARVIS843/Unity-Tutorial/tree/main/Assets,73,38 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,68,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,43,26 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,40,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations/Base,28,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,27,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,25,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,24,17 +/JARVIS843/Unity-Tutorial/tree/main,17,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-16_230813_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-16_230813_top_referrers_snapshot.csv new file mode 100644 index 00000000..00eabe93 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-16_230813_top_referrers_snapshot.csv @@ -0,0 +1,6 @@ +referrer,views_total,views_unique +youtube.com,483,67 +chatgpt.com,26,1 +github.com,8,2 +m.youtube.com,3,2 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-17_230828_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-17_230828_top_paths_snapshot.csv new file mode 100644 index 00000000..e4773993 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-17_230828_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,105,65 +/JARVIS843/Unity-Tutorial/tree/main/Assets,79,40 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,70,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,43,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,41,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,30,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations/Base,29,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,26,19 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,24,11 +/JARVIS843/Unity-Tutorial/tree/main,20,10 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-17_230828_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-17_230828_top_referrers_snapshot.csv new file mode 100644 index 00000000..37b86efe --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-17_230828_top_referrers_snapshot.csv @@ -0,0 +1,6 @@ +referrer,views_total,views_unique +youtube.com,522,69 +chatgpt.com,26,1 +github.com,8,2 +m.youtube.com,3,2 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-18_230813_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-18_230813_top_paths_snapshot.csv new file mode 100644 index 00000000..e723824d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-18_230813_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,98,62 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,70,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets,69,37 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,36,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,34,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,32,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations/Base,29,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,26,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,22,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,14,11 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-18_230813_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-18_230813_top_referrers_snapshot.csv new file mode 100644 index 00000000..f51888aa --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-18_230813_top_referrers_snapshot.csv @@ -0,0 +1,5 @@ +referrer,views_total,views_unique +youtube.com,473,68 +github.com,8,2 +m.youtube.com,3,2 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-19_230745_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-19_230745_top_paths_snapshot.csv new file mode 100644 index 00000000..aba746c1 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-19_230745_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,92,56 +/JARVIS843/Unity-Tutorial/tree/main/Assets,65,35 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,64,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,34,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,31,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,31,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations/Base,28,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,26,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,16,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,13,10 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-19_230745_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-19_230745_top_referrers_snapshot.csv new file mode 100644 index 00000000..a3ab3785 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-19_230745_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,427,61 +github.com,9,2 +m.youtube.com,3,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-20_230756_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-20_230756_top_paths_snapshot.csv new file mode 100644 index 00000000..e2dc1050 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-20_230756_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,79,51 +/JARVIS843/Unity-Tutorial/tree/main/Assets,57,31 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,56,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,30,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,28,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,26,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,23,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations/Base,18,7 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,14,6 +/JARVIS843/Unity-Tutorial/tree/main,12,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-20_230756_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-20_230756_top_referrers_snapshot.csv new file mode 100644 index 00000000..f499aad7 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-20_230756_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,367,55 +github.com,9,2 +m.youtube.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-21_230757_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-21_230757_top_paths_snapshot.csv new file mode 100644 index 00000000..16175489 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-21_230757_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,83,53 +/JARVIS843/Unity-Tutorial/tree/main/Assets,53,29 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,52,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,31,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,27,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,24,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,20,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,16,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,14,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations/Base,13,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-21_230757_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-21_230757_top_referrers_snapshot.csv new file mode 100644 index 00000000..2fe03c11 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-21_230757_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,373,57 +github.com,9,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-22_230809_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-22_230809_top_paths_snapshot.csv new file mode 100644 index 00000000..a4f19fd5 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-22_230809_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,82,52 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,52,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets,48,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,30,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,28,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,19,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,17,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,16,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,16,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations/Base,14,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-22_230809_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-22_230809_top_referrers_snapshot.csv new file mode 100644 index 00000000..9b721800 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-22_230809_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,389,57 +github.com,9,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-23_230812_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-23_230812_top_paths_snapshot.csv new file mode 100644 index 00000000..b8bfb0b3 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-23_230812_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,94,61 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,58,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets,51,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,35,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,33,21 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,20,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,19,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,19,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,16,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations/Base,14,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-23_230812_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-23_230812_top_referrers_snapshot.csv new file mode 100644 index 00000000..9aa55c0e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-23_230812_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,427,64 +github.com,10,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-24_230824_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-24_230824_top_paths_snapshot.csv new file mode 100644 index 00000000..da57ba40 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-24_230824_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,86,56 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,55,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets,48,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,36,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,32,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,18,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,17,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,16,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,15,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations/Base,14,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-24_230824_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-24_230824_top_referrers_snapshot.csv new file mode 100644 index 00000000..984339bf --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-24_230824_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,403,60 +github.com,10,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-25_230807_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-25_230807_top_paths_snapshot.csv new file mode 100644 index 00000000..9f7e11e1 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-25_230807_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,77,51 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,49,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets,47,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,34,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,29,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,18,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,16,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,16,8 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,15,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations/Base,15,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-25_230807_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-25_230807_top_referrers_snapshot.csv new file mode 100644 index 00000000..bbc1cef3 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-25_230807_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,397,56 +github.com,3,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-26_230746_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-26_230746_top_paths_snapshot.csv new file mode 100644 index 00000000..25448608 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-26_230746_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,80,53 +/JARVIS843/Unity-Tutorial/tree/main/Assets,50,26 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,45,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,38,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,30,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,19,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,15,8 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,14,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations/Base,14,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,13,10 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-26_230746_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-26_230746_top_referrers_snapshot.csv new file mode 100644 index 00000000..78281d7d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-26_230746_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,374,56 +github.com,3,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-27_230758_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-27_230758_top_paths_snapshot.csv new file mode 100644 index 00000000..7d1a456d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-27_230758_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,80,51 +/JARVIS843/Unity-Tutorial/tree/main/Assets,51,24 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,45,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,38,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,31,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,18,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,16,9 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,14,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,12,9 +/JARVIS843/Unity-Tutorial/tree/main,11,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-27_230758_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-27_230758_top_referrers_snapshot.csv new file mode 100644 index 00000000..65f467f0 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-27_230758_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,351,52 +github.com,3,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-28_230816_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-28_230816_top_paths_snapshot.csv new file mode 100644 index 00000000..2f516ff4 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-28_230816_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,85,51 +/JARVIS843/Unity-Tutorial/tree/main/Assets,55,25 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,42,19 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,42,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,33,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,22,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,18,11 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,15,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,13,9 +/JARVIS843/Unity-Tutorial/tree/main,10,8 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-28_230816_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-28_230816_top_referrers_snapshot.csv new file mode 100644 index 00000000..f7b71683 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-28_230816_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,374,52 +github.com,4,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-29_230808_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-29_230808_top_paths_snapshot.csv new file mode 100644 index 00000000..ce8785ca --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-29_230808_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,84,50 +/JARVIS843/Unity-Tutorial/tree/main/Assets,49,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,42,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,34,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,31,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,21,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,18,11 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,14,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,12,8 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,9,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-29_230808_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-29_230808_top_referrers_snapshot.csv new file mode 100644 index 00000000..df2beab1 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-29_230808_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,355,50 +github.com,4,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-30_230825_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-30_230825_top_paths_snapshot.csv new file mode 100644 index 00000000..3b103a7f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-30_230825_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,82,49 +/JARVIS843/Unity-Tutorial/tree/main/Assets,44,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,42,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,39,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,34,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,19,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,18,11 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,15,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,12,8 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs.meta,11,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-30_230825_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-30_230825_top_referrers_snapshot.csv new file mode 100644 index 00000000..31b81039 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-30_230825_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,342,49 +github.com,4,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-31_230831_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-31_230831_top_paths_snapshot.csv new file mode 100644 index 00000000..fe83833f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-31_230831_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,83,49 +/JARVIS843/Unity-Tutorial/tree/main/Assets,40,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,39,17 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,38,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,32,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,16,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,16,9 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,11,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,10,7 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs.meta,9,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-31_230831_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-31_230831_top_referrers_snapshot.csv new file mode 100644 index 00000000..6e05cba7 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-07-31_230831_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,349,47 +github.com,6,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-01_230829_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-01_230829_top_paths_snapshot.csv new file mode 100644 index 00000000..6516d5da --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-01_230829_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,82,48 +/JARVIS843/Unity-Tutorial/tree/main/Assets,43,22 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,40,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,39,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,33,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,16,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,15,10 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,11,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,9,6 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs.meta,9,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-01_230829_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-01_230829_top_referrers_snapshot.csv new file mode 100644 index 00000000..f46b331d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-01_230829_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,357,48 +github.com,4,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-02_230810_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-02_230810_top_paths_snapshot.csv new file mode 100644 index 00000000..c1f1a6f6 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-02_230810_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,88,53 +/JARVIS843/Unity-Tutorial/tree/main/Assets,42,23 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,41,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,39,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,34,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,16,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,15,8 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,12,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,9,6 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs.meta,9,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-02_230810_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-02_230810_top_referrers_snapshot.csv new file mode 100644 index 00000000..860f8f2c --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-02_230810_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,359,53 +github.com,4,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-03_230752_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-03_230752_top_paths_snapshot.csv new file mode 100644 index 00000000..ffa707ca --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-03_230752_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,82,49 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,43,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets,41,23 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,36,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,32,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,14,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,13,9 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,12,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,8,5 +/JARVIS843/Unity-Tutorial/blob/main/Assets/Resources/Character/Animations/Controller/Player%20Controller.controller,6,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-03_230752_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-03_230752_top_referrers_snapshot.csv new file mode 100644 index 00000000..24b6b210 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-03_230752_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,324,49 +github.com,4,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-04_230815_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-04_230815_top_paths_snapshot.csv new file mode 100644 index 00000000..c73aa21f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-04_230815_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,81,48 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,48,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets,37,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,35,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,30,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,13,6 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,11,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,11,8 +/JARVIS843/Unity-Tutorial/tree/main/Packages,6,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,6,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-04_230815_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-04_230815_top_referrers_snapshot.csv new file mode 100644 index 00000000..3dffe5bd --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-04_230815_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,304,47 +github.com,4,3 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-05_230816_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-05_230816_top_paths_snapshot.csv new file mode 100644 index 00000000..41e475a6 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-05_230816_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,77,43 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,45,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets,34,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,30,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,25,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,13,6 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,8,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,8,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,6,4 +/JARVIS843/Unity-Tutorial/blob/main/Assets/Resources/Character/Animations/Controller/Player%20Controller.controller,5,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-05_230816_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-05_230816_top_referrers_snapshot.csv new file mode 100644 index 00000000..6dd47a9b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-05_230816_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,284,42 +github.com,3,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-06_230822_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-06_230822_top_paths_snapshot.csv new file mode 100644 index 00000000..ca9fd45b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-06_230822_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,85,42 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,46,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets,36,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,28,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,24,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,13,6 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,9,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,7,6 +/JARVIS843/Unity-Tutorial/blob/main/Assets/Resources/Character/Animations/Controller/Player%20Controller.controller,6,6 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,6,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-06_230822_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-06_230822_top_referrers_snapshot.csv new file mode 100644 index 00000000..daa6992b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-06_230822_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,301,42 +github.com,3,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-07_230822_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-07_230822_top_paths_snapshot.csv new file mode 100644 index 00000000..4bc4a9bd --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-07_230822_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,89,45 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,49,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets,39,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,31,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,27,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,20,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,18,4 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,9,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,9,3 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,7,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-07_230822_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-07_230822_top_referrers_snapshot.csv new file mode 100644 index 00000000..42a44daa --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-07_230822_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,356,45 +github.com,3,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-08_230801_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-08_230801_top_paths_snapshot.csv new file mode 100644 index 00000000..c9f29204 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-08_230801_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,88,45 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,49,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets,36,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,27,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,26,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,19,4 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,16,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,11,3 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,10,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,8,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-08_230801_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-08_230801_top_referrers_snapshot.csv new file mode 100644 index 00000000..4f805ae6 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-08_230801_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,346,46 +github.com,3,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-09_230736_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-09_230736_top_paths_snapshot.csv new file mode 100644 index 00000000..39e9c5fc --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-09_230736_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,91,48 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,50,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets,35,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,28,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,26,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,19,4 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,16,5 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,11,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,11,3 +/JARVIS843/Unity-Tutorial/releases/tag/v1.0.0,8,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-09_230736_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-09_230736_top_referrers_snapshot.csv new file mode 100644 index 00000000..f0b45d88 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-09_230736_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,356,49 +github.com,3,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-10_230737_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-10_230737_top_paths_snapshot.csv new file mode 100644 index 00000000..4d2cbdae --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-10_230737_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,87,46 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,52,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets,32,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,25,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,24,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,18,4 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,12,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,12,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,12,4 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,8,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-10_230737_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-10_230737_top_referrers_snapshot.csv new file mode 100644 index 00000000..6b09df3f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-10_230737_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,337,47 +github.com,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-11_230742_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-11_230742_top_paths_snapshot.csv new file mode 100644 index 00000000..4282ebfa --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-11_230742_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,90,48 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,55,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets,33,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,25,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,25,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,19,5 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,14,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,13,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,12,4 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,10,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-11_230742_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-11_230742_top_referrers_snapshot.csv new file mode 100644 index 00000000..8e1902bf --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-11_230742_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,359,47 +github.com,2,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-12_230758_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-12_230758_top_paths_snapshot.csv new file mode 100644 index 00000000..6448c4d9 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-12_230758_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,98,52 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,56,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets,45,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,31,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,27,14 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,22,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,22,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,19,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,18,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,17,10 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-12_230758_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-12_230758_top_referrers_snapshot.csv new file mode 100644 index 00000000..0cac07b6 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-12_230758_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,414,51 +github.com,2,1 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-13_230805_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-13_230805_top_paths_snapshot.csv new file mode 100644 index 00000000..7dbfd127 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-13_230805_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,99,52 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,54,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets,48,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,31,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,27,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,23,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,22,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,19,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,18,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,17,10 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-13_230805_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-13_230805_top_referrers_snapshot.csv new file mode 100644 index 00000000..09b0b2ae --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-13_230805_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,408,52 +github.com,2,1 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-14_230758_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-14_230758_top_paths_snapshot.csv new file mode 100644 index 00000000..ca8a30c0 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-14_230758_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,110,55 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,54,20 +/JARVIS843/Unity-Tutorial/tree/main/Assets,49,24 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,34,17 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,28,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,25,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,23,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,20,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,19,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,19,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-14_230758_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-14_230758_top_referrers_snapshot.csv new file mode 100644 index 00000000..42d1bbab --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-14_230758_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,436,55 +github.com,2,1 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-15_230814_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-15_230814_top_paths_snapshot.csv new file mode 100644 index 00000000..c7c65f83 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-15_230814_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,101,50 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,49,19 +/JARVIS843/Unity-Tutorial/tree/main/Assets,47,22 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,31,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,25,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,23,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,23,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,19,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,19,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,18,10 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-15_230814_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-15_230814_top_referrers_snapshot.csv new file mode 100644 index 00000000..96ce641e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-15_230814_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,447,53 +github.com,2,1 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-16_230724_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-16_230724_top_paths_snapshot.csv new file mode 100644 index 00000000..2e432637 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-16_230724_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,98,48 +/JARVIS843/Unity-Tutorial/tree/main/Assets,45,20 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,45,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,31,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,25,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,23,7 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,21,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,19,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,19,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,18,10 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-16_230724_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-16_230724_top_referrers_snapshot.csv new file mode 100644 index 00000000..4028b976 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-16_230724_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,472,54 +github.com,3,2 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-17_230721_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-17_230721_top_paths_snapshot.csv new file mode 100644 index 00000000..3e9b5985 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-17_230721_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,94,46 +/JARVIS843/Unity-Tutorial/tree/main/Assets,45,20 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,39,18 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,31,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,25,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,23,7 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,21,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,19,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,19,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,18,10 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-17_230721_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-17_230721_top_referrers_snapshot.csv new file mode 100644 index 00000000..259f858f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-17_230721_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,471,55 +github.com,3,2 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-18_230743_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-18_230743_top_paths_snapshot.csv new file mode 100644 index 00000000..8b096dbf --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-18_230743_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,86,42 +/JARVIS843/Unity-Tutorial/tree/main/Assets,45,20 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,34,16 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,31,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,25,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,23,7 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,21,12 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,19,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,19,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,18,10 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-18_230743_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-18_230743_top_referrers_snapshot.csv new file mode 100644 index 00000000..1adaec42 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-18_230743_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,478,58 +github.com,3,2 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-19_230722_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-19_230722_top_paths_snapshot.csv new file mode 100644 index 00000000..07d93a0b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-19_230722_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,72,39 +/JARVIS843/Unity-Tutorial/tree/main/Assets,41,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,32,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,27,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character,23,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,22,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,19,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,19,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,19,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,17,9 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-19_230722_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-19_230722_top_referrers_snapshot.csv new file mode 100644 index 00000000..e377aaee --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-19_230722_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,457,57 +github.com,3,2 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-20_230728_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-20_230728_top_paths_snapshot.csv new file mode 100644 index 00000000..5728ff5f --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-20_230728_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,66,37 +/JARVIS843/Unity-Tutorial/tree/main/Assets,36,18 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,28,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,24,14 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,19,12 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,19,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,17,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,12,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Scenes,12,4 +/JARVIS843/Unity-Tutorial/tree/main,11,7 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-20_230728_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-20_230728_top_referrers_snapshot.csv new file mode 100644 index 00000000..2ade2dd5 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-20_230728_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,390,54 +github.com,3,2 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-21_230730_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-21_230730_top_paths_snapshot.csv new file mode 100644 index 00000000..5bedd34b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-21_230730_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,60,33 +/JARVIS843/Unity-Tutorial/tree/main/Assets,31,15 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,24,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,22,13 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,17,11 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,17,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,15,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Scenes,11,4 +/JARVIS843/Unity-Tutorial/tree/main,10,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,10,6 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-21_230730_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-21_230730_top_referrers_snapshot.csv new file mode 100644 index 00000000..cd11f3be --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-21_230730_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,373,50 +github.com,3,2 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-22_230738_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-22_230738_top_paths_snapshot.csv new file mode 100644 index 00000000..4fa77ce3 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-22_230738_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,54,29 +/JARVIS843/Unity-Tutorial/tree/main/Assets,29,13 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,21,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,20,11 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,16,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,15,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,14,7 +/JARVIS843/Unity-Tutorial/tree/main,10,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,10,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Scenes,10,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-22_230738_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-22_230738_top_referrers_snapshot.csv new file mode 100644 index 00000000..c193e324 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-22_230738_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,352,46 +github.com,3,2 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-23_230742_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-23_230742_top_paths_snapshot.csv new file mode 100644 index 00000000..8b4404fc --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-23_230742_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,49,27 +/JARVIS843/Unity-Tutorial/tree/main/Assets,26,11 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,19,10 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,18,8 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,14,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,13,8 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,12,6 +/JARVIS843/Unity-Tutorial/tree/main,10,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,9,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,8,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-23_230742_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-23_230742_top_referrers_snapshot.csv new file mode 100644 index 00000000..4c646890 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-23_230742_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,327,44 +github.com,3,2 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-24_230732_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-24_230732_top_paths_snapshot.csv new file mode 100644 index 00000000..a762c367 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-24_230732_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,40,21 +/JARVIS843/Unity-Tutorial/tree/main/Assets,23,9 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,15,8 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,14,6 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,12,7 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,11,6 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,10,5 +/JARVIS843/Unity-Tutorial/tree/main,8,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources,8,4 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Resources/Character/Animations,8,4 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-24_230732_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-24_230732_top_referrers_snapshot.csv new file mode 100644 index 00000000..cb146081 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-24_230732_top_referrers_snapshot.csv @@ -0,0 +1,4 @@ +referrer,views_total,views_unique +youtube.com,286,41 +github.com,3,2 +Google,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-25_230743_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-25_230743_top_paths_snapshot.csv new file mode 100644 index 00000000..9d689ad9 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-25_230743_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,27,15 +/JARVIS843/Unity-Tutorial/tree/main/Assets,9,5 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,7,4 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,5,2 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,4,3 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Scenes,4,2 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,3,2 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,3,1 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs.meta,2,2 +/JARVIS843/Unity-Tutorial/tree/main,2,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-25_230743_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-25_230743_top_referrers_snapshot.csv new file mode 100644 index 00000000..558d92a1 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-25_230743_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,196,35 +github.com,3,2 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-26_230711_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-26_230711_top_paths_snapshot.csv new file mode 100644 index 00000000..cf035f10 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-26_230711_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial,15,10 +/JARVIS843/Unity-Tutorial/tree/main/Assets,4,2 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,4,2 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,3,1 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,3,1 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,2,1 +/JARVIS843/Unity-Tutorial/tree/main/Assets/Scenes,2,1 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,2,1 +/JARVIS843/Unity-Tutorial/blob/main/Assets/Resources/Character/Animations/Controller/Player%20Controller.controller,1,1 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs.meta,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-26_230711_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-26_230711_top_referrers_snapshot.csv new file mode 100644 index 00000000..c2c5e1db --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-26_230711_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,166,30 +github.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-27_230731_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-27_230731_top_referrers_snapshot.csv new file mode 100644 index 00000000..df80fe7e --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-27_230731_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,128,23 +github.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-28_230726_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-28_230726_top_referrers_snapshot.csv new file mode 100644 index 00000000..c740f28d --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-28_230726_top_referrers_snapshot.csv @@ -0,0 +1,3 @@ +referrer,views_total,views_unique +youtube.com,91,18 +github.com,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-29_230709_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-29_230709_top_paths_snapshot.csv new file mode 100644 index 00000000..a38e10c3 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-29_230709_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,4,1 +/JARVIS843/Unity-Tutorial,3,3 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,2,2 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,2,1 +/JARVIS843/Unity-Tutorial/blob/main/Assets/Resources/Character/Animations/Controller/Player%20Controller.controller,1,1 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager.meta,1,1 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player.meta,1,1 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,1,1 +/JARVIS843/Unity-Tutorial/tree/main/Assets,1,1 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-30_230659_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-30_230659_top_paths_snapshot.csv new file mode 100644 index 00000000..a38e10c3 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-30_230659_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,4,1 +/JARVIS843/Unity-Tutorial,3,3 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,2,2 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,2,1 +/JARVIS843/Unity-Tutorial/blob/main/Assets/Resources/Character/Animations/Controller/Player%20Controller.controller,1,1 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager.meta,1,1 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player.meta,1,1 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,1,1 +/JARVIS843/Unity-Tutorial/tree/main/Assets,1,1 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-31_230722_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-31_230722_top_paths_snapshot.csv new file mode 100644 index 00000000..a38e10c3 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-08-31_230722_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,4,1 +/JARVIS843/Unity-Tutorial,3,3 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,2,2 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,2,1 +/JARVIS843/Unity-Tutorial/blob/main/Assets/Resources/Character/Animations/Controller/Player%20Controller.controller,1,1 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager.meta,1,1 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player.meta,1,1 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,1,1 +/JARVIS843/Unity-Tutorial/tree/main/Assets,1,1 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-09-01_230713_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-09-01_230713_top_paths_snapshot.csv new file mode 100644 index 00000000..a38e10c3 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-09-01_230713_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,4,1 +/JARVIS843/Unity-Tutorial,3,3 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,2,2 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,2,1 +/JARVIS843/Unity-Tutorial/blob/main/Assets/Resources/Character/Animations/Controller/Player%20Controller.controller,1,1 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager.meta,1,1 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player.meta,1,1 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,1,1 +/JARVIS843/Unity-Tutorial/tree/main/Assets,1,1 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-09-02_230633_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-09-02_230633_top_paths_snapshot.csv new file mode 100644 index 00000000..a38e10c3 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-09-02_230633_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,4,1 +/JARVIS843/Unity-Tutorial,3,3 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,2,2 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,2,1 +/JARVIS843/Unity-Tutorial/blob/main/Assets/Resources/Character/Animations/Controller/Player%20Controller.controller,1,1 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager.meta,1,1 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player.meta,1,1 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,1,1 +/JARVIS843/Unity-Tutorial/tree/main/Assets,1,1 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-09-02_230633_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-09-02_230633_top_referrers_snapshot.csv new file mode 100644 index 00000000..bafd6d88 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-09-02_230633_top_referrers_snapshot.csv @@ -0,0 +1,2 @@ +referrer,views_total,views_unique +youtube.com,17,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-09-03_230650_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-09-03_230650_top_paths_snapshot.csv new file mode 100644 index 00000000..a38e10c3 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-09-03_230650_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,4,1 +/JARVIS843/Unity-Tutorial,3,3 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,2,2 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,2,1 +/JARVIS843/Unity-Tutorial/blob/main/Assets/Resources/Character/Animations/Controller/Player%20Controller.controller,1,1 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager.meta,1,1 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player.meta,1,1 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,1,1 +/JARVIS843/Unity-Tutorial/tree/main/Assets,1,1 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-09-04_230701_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-09-04_230701_top_paths_snapshot.csv new file mode 100644 index 00000000..a38e10c3 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-09-04_230701_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,4,1 +/JARVIS843/Unity-Tutorial,3,3 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,2,2 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,2,1 +/JARVIS843/Unity-Tutorial/blob/main/Assets/Resources/Character/Animations/Controller/Player%20Controller.controller,1,1 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager.meta,1,1 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player.meta,1,1 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,1,1 +/JARVIS843/Unity-Tutorial/tree/main/Assets,1,1 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-09-05_230704_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-09-05_230704_top_paths_snapshot.csv new file mode 100644 index 00000000..a38e10c3 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-09-05_230704_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,4,1 +/JARVIS843/Unity-Tutorial,3,3 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,2,2 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,2,1 +/JARVIS843/Unity-Tutorial/blob/main/Assets/Resources/Character/Animations/Controller/Player%20Controller.controller,1,1 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager.meta,1,1 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player.meta,1,1 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,1,1 +/JARVIS843/Unity-Tutorial/tree/main/Assets,1,1 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-09-06_230634_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-09-06_230634_top_paths_snapshot.csv new file mode 100644 index 00000000..a38e10c3 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-09-06_230634_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,4,1 +/JARVIS843/Unity-Tutorial,3,3 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,2,2 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,2,1 +/JARVIS843/Unity-Tutorial/blob/main/Assets/Resources/Character/Animations/Controller/Player%20Controller.controller,1,1 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager.meta,1,1 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player.meta,1,1 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,1,1 +/JARVIS843/Unity-Tutorial/tree/main/Assets,1,1 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-09-07_230643_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-09-07_230643_top_paths_snapshot.csv new file mode 100644 index 00000000..a38e10c3 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-09-07_230643_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,4,1 +/JARVIS843/Unity-Tutorial,3,3 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,2,2 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,2,1 +/JARVIS843/Unity-Tutorial/blob/main/Assets/Resources/Character/Animations/Controller/Player%20Controller.controller,1,1 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager.meta,1,1 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player.meta,1,1 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,1,1 +/JARVIS843/Unity-Tutorial/tree/main/Assets,1,1 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-09-08_230729_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-09-08_230729_top_paths_snapshot.csv new file mode 100644 index 00000000..a38e10c3 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-09-08_230729_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,4,1 +/JARVIS843/Unity-Tutorial,3,3 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,2,2 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,2,1 +/JARVIS843/Unity-Tutorial/blob/main/Assets/Resources/Character/Animations/Controller/Player%20Controller.controller,1,1 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager.meta,1,1 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player.meta,1,1 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,1,1 +/JARVIS843/Unity-Tutorial/tree/main/Assets,1,1 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-09-08_230729_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-09-08_230729_top_referrers_snapshot.csv new file mode 100644 index 00000000..bafd6d88 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-09-08_230729_top_referrers_snapshot.csv @@ -0,0 +1,2 @@ +referrer,views_total,views_unique +youtube.com,17,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-09-09_230714_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-09-09_230714_top_paths_snapshot.csv new file mode 100644 index 00000000..a38e10c3 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-09-09_230714_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,4,1 +/JARVIS843/Unity-Tutorial,3,3 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,2,2 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,2,1 +/JARVIS843/Unity-Tutorial/blob/main/Assets/Resources/Character/Animations/Controller/Player%20Controller.controller,1,1 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager.meta,1,1 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player.meta,1,1 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,1,1 +/JARVIS843/Unity-Tutorial/tree/main/Assets,1,1 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-09-09_230714_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-09-09_230714_top_referrers_snapshot.csv new file mode 100644 index 00000000..bafd6d88 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-09-09_230714_top_referrers_snapshot.csv @@ -0,0 +1,2 @@ +referrer,views_total,views_unique +youtube.com,17,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-09-10_230735_top_paths_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-09-10_230735_top_paths_snapshot.csv new file mode 100644 index 00000000..a38e10c3 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-09-10_230735_top_paths_snapshot.csv @@ -0,0 +1,11 @@ +url_path,views_total,views_unique +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts,4,1 +/JARVIS843/Unity-Tutorial,3,3 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager/InputManager.cs,2,2 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Player,2,1 +/JARVIS843/Unity-Tutorial/blob/main/Assets/Resources/Character/Animations/Controller/Player%20Controller.controller,1,1 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Manager.meta,1,1 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player.meta,1,1 +/JARVIS843/Unity-Tutorial/blob/main/Assets/_Scripts/Player/PlayerController.cs,1,1 +/JARVIS843/Unity-Tutorial/tree/main/Assets,1,1 +/JARVIS843/Unity-Tutorial/tree/main/Assets/_Scripts/Manager,1,1 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-09-10_230735_top_referrers_snapshot.csv b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-09-10_230735_top_referrers_snapshot.csv new file mode 100644 index 00000000..bafd6d88 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/snapshots/2025-09-10_230735_top_referrers_snapshot.csv @@ -0,0 +1,2 @@ +referrer,views_total,views_unique +youtube.com,17,5 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/stargazers.csv b/JARVIS843/Unity-Tutorial/ghrs-data/stargazers.csv new file mode 100644 index 00000000..e1e96569 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/stargazers.csv @@ -0,0 +1,44 @@ +time_iso8601,stars_cumulative +2022-07-31 00:00:00+00:00,1 +2022-08-04 00:00:00+00:00,2 +2022-08-06 00:00:00+00:00,3 +2022-08-07 00:00:00+00:00,4 +2022-08-14 00:00:00+00:00,5 +2022-08-29 00:00:00+00:00,6 +2022-09-07 00:00:00+00:00,7 +2022-09-12 00:00:00+00:00,8 +2022-09-28 00:00:00+00:00,9 +2022-11-09 00:00:00+00:00,10 +2022-11-17 00:00:00+00:00,11 +2022-11-24 00:00:00+00:00,12 +2023-01-13 00:00:00+00:00,13 +2023-01-17 00:00:00+00:00,14 +2023-02-03 00:00:00+00:00,15 +2023-02-04 00:00:00+00:00,16 +2023-02-19 00:00:00+00:00,17 +2023-02-22 00:00:00+00:00,18 +2023-04-04 00:00:00+00:00,19 +2023-04-17 00:00:00+00:00,20 +2023-05-02 00:00:00+00:00,21 +2023-05-20 00:00:00+00:00,22 +2023-05-22 00:00:00+00:00,23 +2023-07-20 00:00:00+00:00,24 +2023-11-10 00:00:00+00:00,25 +2023-11-11 00:00:00+00:00,26 +2023-11-14 00:00:00+00:00,27 +2023-12-07 00:00:00+00:00,28 +2023-12-21 00:00:00+00:00,29 +2024-03-02 00:00:00+00:00,30 +2024-03-12 00:00:00+00:00,31 +2024-04-14 00:00:00+00:00,32 +2024-07-11 00:00:00+00:00,33 +2024-07-14 00:00:00+00:00,34 +2024-09-11 00:00:00+00:00,35 +2024-10-24 00:00:00+00:00,36 +2025-03-14 00:00:00+00:00,37 +2025-03-22 00:00:00+00:00,38 +2025-04-15 00:00:00+00:00,39 +2025-05-16 00:00:00+00:00,40 +2025-07-22 00:00:00+00:00,41 +2025-08-05 00:00:00+00:00,42 +2025-10-18 00:00:00+00:00,43 diff --git a/JARVIS843/Unity-Tutorial/ghrs-data/views_clones_aggregate.csv b/JARVIS843/Unity-Tutorial/ghrs-data/views_clones_aggregate.csv new file mode 100644 index 00000000..b85b94bc --- /dev/null +++ b/JARVIS843/Unity-Tutorial/ghrs-data/views_clones_aggregate.csv @@ -0,0 +1,1174 @@ +time_iso8601,clones_total,clones_unique,views_total,views_unique +2022-07-26 00:00:00+00:00,0,0,85,8 +2022-07-27 00:00:00+00:00,0,0,45,9 +2022-07-28 00:00:00+00:00,0,0,86,13 +2022-07-29 00:00:00+00:00,5,2,152,17 +2022-07-30 00:00:00+00:00,3,2,64,9 +2022-07-31 00:00:00+00:00,0,0,50,10 +2022-08-01 00:00:00+00:00,0,0,99,12 +2022-08-02 00:00:00+00:00,3,3,153,8 +2022-08-03 00:00:00+00:00,9,6,141,16 +2022-08-04 00:00:00+00:00,2,2,60,9 +2022-08-05 00:00:00+00:00,1,1,47,7 +2022-08-06 00:00:00+00:00,1,1,32,3 +2022-08-07 00:00:00+00:00,1,1,79,16 +2022-08-08 00:00:00+00:00,0,0,108,10 +2022-08-09 00:00:00+00:00,6,5,149,12 +2022-08-10 00:00:00+00:00,1,1,95,11 +2022-08-11 00:00:00+00:00,1,1,81,13 +2022-08-12 00:00:00+00:00,3,3,59,15 +2022-08-13 00:00:00+00:00,4,4,35,5 +2022-08-14 00:00:00+00:00,2,2,19,8 +2022-08-15 00:00:00+00:00,4,4,55,9 +2022-08-16 00:00:00+00:00,3,3,25,6 +2022-08-17 00:00:00+00:00,2,2,54,12 +2022-08-18 00:00:00+00:00,1,1,12,4 +2022-08-19 00:00:00+00:00,2,2,20,5 +2022-08-20 00:00:00+00:00,2,2,26,4 +2022-08-21 00:00:00+00:00,2,2,36,8 +2022-08-22 00:00:00+00:00,2,2,15,5 +2022-08-23 00:00:00+00:00,2,2,10,5 +2022-08-24 00:00:00+00:00,2,2,38,5 +2022-08-25 00:00:00+00:00,3,3,36,5 +2022-08-26 00:00:00+00:00,3,3,21,4 +2022-08-27 00:00:00+00:00,2,2,21,5 +2022-08-28 00:00:00+00:00,1,1,87,6 +2022-08-29 00:00:00+00:00,2,2,74,14 +2022-08-30 00:00:00+00:00,2,2,58,10 +2022-08-31 00:00:00+00:00,2,2,38,9 +2022-09-01 00:00:00+00:00,2,2,31,5 +2022-09-02 00:00:00+00:00,2,2,31,9 +2022-09-03 00:00:00+00:00,2,2,3,1 +2022-09-04 00:00:00+00:00,1,1,9,6 +2022-09-05 00:00:00+00:00,2,2,31,3 +2022-09-06 00:00:00+00:00,1,1,46,9 +2022-09-07 00:00:00+00:00,1,1,132,7 +2022-09-08 00:00:00+00:00,2,2,14,7 +2022-09-09 00:00:00+00:00,1,1,21,4 +2022-09-10 00:00:00+00:00,2,2,19,4 +2022-09-11 00:00:00+00:00,4,4,55,5 +2022-09-12 00:00:00+00:00,2,2,3,3 +2022-09-13 00:00:00+00:00,1,1,15,4 +2022-09-14 00:00:00+00:00,1,1,76,11 +2022-09-15 00:00:00+00:00,3,3,19,5 +2022-09-16 00:00:00+00:00,1,1,36,10 +2022-09-17 00:00:00+00:00,1,1,53,9 +2022-09-18 00:00:00+00:00,4,4,57,12 +2022-09-19 00:00:00+00:00,3,3,71,11 +2022-09-20 00:00:00+00:00,2,2,55,10 +2022-09-21 00:00:00+00:00,3,3,29,8 +2022-09-22 00:00:00+00:00,3,3,14,6 +2022-09-23 00:00:00+00:00,4,4,33,8 +2022-09-24 00:00:00+00:00,2,2,36,5 +2022-09-25 00:00:00+00:00,1,1,17,3 +2022-09-26 00:00:00+00:00,2,2,4,2 +2022-09-27 00:00:00+00:00,1,1,23,5 +2022-09-28 00:00:00+00:00,3,3,47,9 +2022-09-29 00:00:00+00:00,1,1,46,7 +2022-09-30 00:00:00+00:00,2,2,22,7 +2022-10-01 00:00:00+00:00,4,3,29,6 +2022-10-02 00:00:00+00:00,3,3,101,6 +2022-10-03 00:00:00+00:00,1,1,33,7 +2022-10-04 00:00:00+00:00,1,1,37,6 +2022-10-05 00:00:00+00:00,1,1,15,4 +2022-10-06 00:00:00+00:00,1,1,44,8 +2022-10-07 00:00:00+00:00,2,2,5,3 +2022-10-08 00:00:00+00:00,2,2,25,10 +2022-10-09 00:00:00+00:00,1,1,23,6 +2022-10-10 00:00:00+00:00,1,1,59,9 +2022-10-11 00:00:00+00:00,2,2,65,13 +2022-10-12 00:00:00+00:00,2,2,77,11 +2022-10-13 00:00:00+00:00,1,1,39,13 +2022-10-14 00:00:00+00:00,2,2,38,7 +2022-10-15 00:00:00+00:00,4,4,31,8 +2022-10-16 00:00:00+00:00,2,2,23,7 +2022-10-17 00:00:00+00:00,2,2,22,4 +2022-10-18 00:00:00+00:00,2,2,85,9 +2022-10-19 00:00:00+00:00,1,1,26,6 +2022-10-20 00:00:00+00:00,2,2,23,4 +2022-10-21 00:00:00+00:00,1,1,12,2 +2022-10-22 00:00:00+00:00,2,2,102,16 +2022-10-23 00:00:00+00:00,3,3,56,7 +2022-10-24 00:00:00+00:00,3,3,140,12 +2022-10-25 00:00:00+00:00,4,4,74,9 +2022-10-26 00:00:00+00:00,1,1,33,5 +2022-10-27 00:00:00+00:00,3,3,51,10 +2022-10-28 00:00:00+00:00,7,5,80,9 +2022-10-29 00:00:00+00:00,3,2,154,18 +2022-10-30 00:00:00+00:00,4,4,32,11 +2022-10-31 00:00:00+00:00,1,1,61,11 +2022-11-01 00:00:00+00:00,1,1,52,8 +2022-11-02 00:00:00+00:00,6,6,68,8 +2022-11-03 00:00:00+00:00,3,3,42,10 +2022-11-04 00:00:00+00:00,2,2,63,5 +2022-11-05 00:00:00+00:00,1,1,54,11 +2022-11-06 00:00:00+00:00,10,5,72,9 +2023-01-09 00:00:00+00:00,2,2,89,12 +2023-01-10 00:00:00+00:00,3,3,93,13 +2023-01-11 00:00:00+00:00,1,1,31,5 +2023-01-12 00:00:00+00:00,2,2,133,10 +2023-01-13 00:00:00+00:00,1,1,38,12 +2023-01-14 00:00:00+00:00,1,1,53,11 +2023-01-15 00:00:00+00:00,2,2,141,18 +2023-01-16 00:00:00+00:00,1,1,87,6 +2023-01-17 00:00:00+00:00,1,1,155,11 +2023-01-18 00:00:00+00:00,4,4,45,8 +2023-01-19 00:00:00+00:00,1,1,71,11 +2023-01-20 00:00:00+00:00,2,2,76,10 +2023-01-21 00:00:00+00:00,1,1,58,13 +2023-01-22 00:00:00+00:00,4,3,136,19 +2023-01-23 00:00:00+00:00,190,5,130,12 +2023-01-24 00:00:00+00:00,6,4,49,10 +2023-01-25 00:00:00+00:00,5,3,75,8 +2023-01-26 00:00:00+00:00,4,2,77,12 +2023-01-27 00:00:00+00:00,5,3,47,9 +2023-01-28 00:00:00+00:00,9,5,105,12 +2023-01-29 00:00:00+00:00,5,3,9,7 +2023-01-30 00:00:00+00:00,6,4,39,14 +2023-01-31 00:00:00+00:00,4,2,56,9 +2023-02-01 00:00:00+00:00,5,3,23,6 +2023-02-02 00:00:00+00:00,4,2,107,10 +2023-02-03 00:00:00+00:00,2,2,55,9 +2023-02-04 00:00:00+00:00,2,2,71,10 +2023-02-05 00:00:00+00:00,4,3,71,11 +2023-02-06 00:00:00+00:00,2,2,52,8 +2023-02-07 00:00:00+00:00,4,3,35,6 +2023-02-08 00:00:00+00:00,1,1,52,11 +2023-02-09 00:00:00+00:00,24,6,87,10 +2023-02-10 00:00:00+00:00,1,1,73,14 +2023-02-11 00:00:00+00:00,11,7,39,11 +2023-02-12 00:00:00+00:00,8,5,56,12 +2023-02-13 00:00:00+00:00,4,4,138,13 +2023-02-14 00:00:00+00:00,6,2,122,17 +2023-02-15 00:00:00+00:00,2,2,73,10 +2023-02-16 00:00:00+00:00,1,1,88,14 +2023-02-17 00:00:00+00:00,1,1,65,13 +2023-02-18 00:00:00+00:00,4,4,37,9 +2023-02-19 00:00:00+00:00,1,1,64,11 +2023-02-20 00:00:00+00:00,3,3,45,9 +2023-02-21 00:00:00+00:00,2,2,86,17 +2023-02-22 00:00:00+00:00,2,2,76,13 +2023-02-23 00:00:00+00:00,2,2,63,10 +2023-02-24 00:00:00+00:00,3,3,77,12 +2023-02-25 00:00:00+00:00,1,1,86,13 +2023-02-26 00:00:00+00:00,4,3,43,12 +2023-02-27 00:00:00+00:00,3,3,57,11 +2023-02-28 00:00:00+00:00,3,3,54,12 +2023-03-01 00:00:00+00:00,2,2,87,10 +2023-03-02 00:00:00+00:00,6,5,52,13 +2023-03-03 00:00:00+00:00,1,1,87,14 +2023-03-04 00:00:00+00:00,1,1,45,6 +2023-03-05 00:00:00+00:00,3,3,73,16 +2023-03-06 00:00:00+00:00,2,2,38,8 +2023-03-07 00:00:00+00:00,2,2,87,13 +2023-03-08 00:00:00+00:00,1,1,52,10 +2023-03-09 00:00:00+00:00,2,2,37,8 +2023-03-10 00:00:00+00:00,4,4,89,9 +2023-03-11 00:00:00+00:00,2,2,51,11 +2023-03-12 00:00:00+00:00,2,2,110,16 +2023-03-13 00:00:00+00:00,4,4,57,15 +2023-03-14 00:00:00+00:00,2,2,50,13 +2023-03-15 00:00:00+00:00,2,2,178,18 +2023-03-16 00:00:00+00:00,2,2,109,14 +2023-03-17 00:00:00+00:00,1,1,144,18 +2023-03-18 00:00:00+00:00,3,3,165,22 +2023-03-19 00:00:00+00:00,1,1,102,17 +2023-03-20 00:00:00+00:00,2,2,87,14 +2023-03-21 00:00:00+00:00,3,3,125,17 +2023-03-22 00:00:00+00:00,9,6,126,18 +2023-03-23 00:00:00+00:00,1,1,175,19 +2023-03-24 00:00:00+00:00,3,3,54,8 +2023-03-25 00:00:00+00:00,1,1,80,15 +2023-03-26 00:00:00+00:00,3,3,170,14 +2023-03-27 00:00:00+00:00,3,3,30,8 +2023-03-28 00:00:00+00:00,2,2,16,7 +2023-03-29 00:00:00+00:00,5,5,98,17 +2023-03-30 00:00:00+00:00,2,2,50,17 +2023-03-31 00:00:00+00:00,2,2,35,10 +2023-04-01 00:00:00+00:00,1,1,95,9 +2023-04-02 00:00:00+00:00,3,2,32,8 +2023-04-03 00:00:00+00:00,2,2,76,12 +2023-04-04 00:00:00+00:00,6,3,63,7 +2023-04-05 00:00:00+00:00,4,4,86,17 +2023-04-06 00:00:00+00:00,3,3,95,21 +2023-04-07 00:00:00+00:00,2,2,107,16 +2023-04-08 00:00:00+00:00,2,2,112,18 +2023-04-09 00:00:00+00:00,2,2,134,17 +2023-04-10 00:00:00+00:00,2,2,101,16 +2023-04-11 00:00:00+00:00,4,4,170,22 +2023-04-12 00:00:00+00:00,3,3,54,9 +2023-04-13 00:00:00+00:00,2,2,109,14 +2023-04-14 00:00:00+00:00,3,3,52,13 +2023-04-15 00:00:00+00:00,4,3,133,14 +2023-04-16 00:00:00+00:00,1,1,36,15 +2023-04-17 00:00:00+00:00,2,2,74,5 +2023-04-18 00:00:00+00:00,1,1,23,6 +2023-04-19 00:00:00+00:00,3,2,33,8 +2023-04-20 00:00:00+00:00,3,2,49,10 +2023-04-21 00:00:00+00:00,4,3,36,4 +2023-04-22 00:00:00+00:00,3,2,62,8 +2023-04-23 00:00:00+00:00,4,3,96,11 +2023-04-24 00:00:00+00:00,6,5,157,16 +2023-04-25 00:00:00+00:00,3,2,88,10 +2023-04-26 00:00:00+00:00,3,2,66,8 +2023-04-27 00:00:00+00:00,4,3,109,9 +2023-04-28 00:00:00+00:00,3,2,139,17 +2023-04-29 00:00:00+00:00,5,4,171,15 +2023-04-30 00:00:00+00:00,6,5,254,21 +2023-05-01 00:00:00+00:00,7,6,89,14 +2023-05-02 00:00:00+00:00,4,3,88,9 +2023-05-03 00:00:00+00:00,4,3,52,11 +2023-05-04 00:00:00+00:00,5,3,111,12 +2023-05-05 00:00:00+00:00,4,3,50,12 +2023-05-06 00:00:00+00:00,4,3,73,14 +2023-05-07 00:00:00+00:00,3,2,143,6 +2023-05-08 00:00:00+00:00,4,3,55,10 +2023-05-09 00:00:00+00:00,4,3,191,14 +2023-05-10 00:00:00+00:00,4,3,68,15 +2023-05-11 00:00:00+00:00,4,3,310,22 +2023-05-12 00:00:00+00:00,5,4,39,9 +2023-05-13 00:00:00+00:00,3,2,86,9 +2023-05-14 00:00:00+00:00,3,2,85,17 +2023-05-15 00:00:00+00:00,3,3,113,8 +2023-05-16 00:00:00+00:00,3,2,27,6 +2023-05-17 00:00:00+00:00,3,2,60,6 +2023-05-18 00:00:00+00:00,4,3,56,14 +2023-05-19 00:00:00+00:00,3,2,53,10 +2023-05-20 00:00:00+00:00,4,3,85,16 +2023-05-21 00:00:00+00:00,5,3,56,7 +2023-05-22 00:00:00+00:00,4,3,106,13 +2023-05-23 00:00:00+00:00,6,5,38,8 +2023-05-24 00:00:00+00:00,3,2,201,15 +2023-05-25 00:00:00+00:00,5,3,51,12 +2023-05-26 00:00:00+00:00,8,5,177,10 +2023-05-27 00:00:00+00:00,3,2,143,16 +2023-05-28 00:00:00+00:00,3,2,105,7 +2023-05-29 00:00:00+00:00,6,5,156,15 +2023-05-30 00:00:00+00:00,5,3,117,6 +2023-05-31 00:00:00+00:00,3,2,174,13 +2023-06-01 00:00:00+00:00,4,3,68,11 +2023-06-02 00:00:00+00:00,3,2,45,7 +2023-06-03 00:00:00+00:00,4,3,113,10 +2023-06-04 00:00:00+00:00,5,3,148,13 +2023-06-05 00:00:00+00:00,4,3,71,10 +2023-06-06 00:00:00+00:00,3,2,33,6 +2023-06-07 00:00:00+00:00,3,2,190,14 +2023-06-08 00:00:00+00:00,3,2,73,8 +2023-06-09 00:00:00+00:00,4,3,88,6 +2023-06-10 00:00:00+00:00,5,4,60,9 +2023-06-11 00:00:00+00:00,3,2,74,13 +2023-06-12 00:00:00+00:00,5,4,54,5 +2023-06-13 00:00:00+00:00,4,3,54,14 +2023-06-14 00:00:00+00:00,3,2,114,15 +2023-06-15 00:00:00+00:00,3,2,31,7 +2023-06-16 00:00:00+00:00,4,3,117,8 +2023-06-17 00:00:00+00:00,3,2,68,11 +2023-06-18 00:00:00+00:00,3,2,111,10 +2023-06-19 00:00:00+00:00,4,3,65,7 +2023-06-20 00:00:00+00:00,6,4,124,10 +2023-06-21 00:00:00+00:00,5,4,134,15 +2023-06-22 00:00:00+00:00,6,4,114,17 +2023-06-23 00:00:00+00:00,1,1,35,11 +2023-06-24 00:00:00+00:00,4,3,56,8 +2023-06-25 00:00:00+00:00,3,2,53,11 +2023-06-26 00:00:00+00:00,8,6,67,12 +2023-06-27 00:00:00+00:00,1,1,33,9 +2023-06-28 00:00:00+00:00,3,2,87,9 +2023-06-29 00:00:00+00:00,3,2,104,13 +2023-06-30 00:00:00+00:00,4,3,41,11 +2023-07-01 00:00:00+00:00,3,2,95,13 +2023-07-02 00:00:00+00:00,3,2,128,12 +2023-07-03 00:00:00+00:00,7,6,104,16 +2023-07-04 00:00:00+00:00,5,4,129,12 +2023-07-05 00:00:00+00:00,3,2,65,10 +2023-07-06 00:00:00+00:00,3,2,59,8 +2023-07-07 00:00:00+00:00,3,2,150,9 +2023-07-08 00:00:00+00:00,6,5,149,12 +2023-07-09 00:00:00+00:00,4,3,170,7 +2023-07-10 00:00:00+00:00,6,4,88,6 +2023-07-11 00:00:00+00:00,3,2,123,8 +2023-07-12 00:00:00+00:00,4,3,168,6 +2023-07-13 00:00:00+00:00,3,2,111,8 +2023-07-14 00:00:00+00:00,3,2,146,14 +2023-07-15 00:00:00+00:00,4,3,58,7 +2023-07-16 00:00:00+00:00,3,2,49,6 +2023-07-17 00:00:00+00:00,5,4,43,10 +2023-07-18 00:00:00+00:00,5,4,156,8 +2023-07-19 00:00:00+00:00,4,3,173,17 +2023-07-20 00:00:00+00:00,4,3,244,16 +2023-07-21 00:00:00+00:00,4,3,205,22 +2023-07-22 00:00:00+00:00,4,3,113,10 +2023-07-23 00:00:00+00:00,3,2,92,13 +2023-07-24 00:00:00+00:00,4,3,60,13 +2023-07-25 00:00:00+00:00,4,3,92,12 +2023-07-26 00:00:00+00:00,4,3,97,9 +2023-07-27 00:00:00+00:00,8,4,208,15 +2023-07-28 00:00:00+00:00,8,4,88,9 +2023-07-29 00:00:00+00:00,3,2,106,9 +2023-07-30 00:00:00+00:00,4,3,101,11 +2023-07-31 00:00:00+00:00,6,4,133,9 +2023-08-01 00:00:00+00:00,3,2,210,16 +2023-08-02 00:00:00+00:00,4,3,115,9 +2023-08-03 00:00:00+00:00,4,3,91,10 +2023-08-04 00:00:00+00:00,4,3,191,10 +2023-08-05 00:00:00+00:00,6,4,63,7 +2023-08-06 00:00:00+00:00,4,3,24,5 +2023-08-07 00:00:00+00:00,5,4,64,10 +2023-08-08 00:00:00+00:00,5,3,84,8 +2023-08-09 00:00:00+00:00,3,2,82,7 +2023-08-10 00:00:00+00:00,4,3,88,7 +2023-08-11 00:00:00+00:00,7,5,71,10 +2023-08-12 00:00:00+00:00,5,3,139,10 +2023-08-13 00:00:00+00:00,4,3,137,12 +2023-08-14 00:00:00+00:00,4,3,62,5 +2023-08-15 00:00:00+00:00,4,3,114,10 +2023-08-16 00:00:00+00:00,6,4,78,10 +2023-08-17 00:00:00+00:00,4,3,65,7 +2023-08-18 00:00:00+00:00,4,3,83,8 +2023-08-19 00:00:00+00:00,8,3,155,11 +2023-08-20 00:00:00+00:00,5,4,170,17 +2023-08-21 00:00:00+00:00,4,3,65,6 +2023-08-22 00:00:00+00:00,4,3,66,10 +2023-08-23 00:00:00+00:00,4,3,163,15 +2023-08-24 00:00:00+00:00,3,2,314,5 +2023-08-25 00:00:00+00:00,3,2,95,9 +2023-08-26 00:00:00+00:00,3,2,57,8 +2023-08-27 00:00:00+00:00,3,2,133,10 +2023-08-28 00:00:00+00:00,4,3,3,2 +2023-08-29 00:00:00+00:00,4,3,105,7 +2023-08-30 00:00:00+00:00,3,2,24,3 +2023-08-31 00:00:00+00:00,3,2,27,7 +2023-09-01 00:00:00+00:00,6,4,83,10 +2023-09-02 00:00:00+00:00,3,2,71,8 +2023-09-03 00:00:00+00:00,3,2,167,13 +2023-09-04 00:00:00+00:00,4,3,104,11 +2023-09-05 00:00:00+00:00,5,4,105,10 +2023-09-06 00:00:00+00:00,7,5,177,15 +2023-09-07 00:00:00+00:00,6,4,59,8 +2023-09-08 00:00:00+00:00,6,4,367,18 +2023-09-09 00:00:00+00:00,4,3,444,14 +2023-09-10 00:00:00+00:00,6,4,156,14 +2023-09-11 00:00:00+00:00,4,3,178,15 +2023-09-12 00:00:00+00:00,8,7,135,12 +2023-09-13 00:00:00+00:00,8,4,233,14 +2023-09-14 00:00:00+00:00,6,3,123,8 +2023-09-15 00:00:00+00:00,5,4,74,8 +2023-09-16 00:00:00+00:00,4,3,182,11 +2023-09-17 00:00:00+00:00,3,2,95,12 +2023-09-18 00:00:00+00:00,4,3,246,14 +2023-09-19 00:00:00+00:00,4,4,287,14 +2023-09-20 00:00:00+00:00,1,1,147,9 +2023-09-21 00:00:00+00:00,1,1,27,6 +2023-09-22 00:00:00+00:00,2,2,211,9 +2023-09-23 00:00:00+00:00,7,3,152,9 +2023-09-24 00:00:00+00:00,1,1,144,11 +2023-09-25 00:00:00+00:00,4,3,264,16 +2023-09-26 00:00:00+00:00,1,1,18,5 +2023-09-27 00:00:00+00:00,2,2,55,8 +2023-09-28 00:00:00+00:00,2,2,148,12 +2023-09-29 00:00:00+00:00,2,2,93,8 +2023-09-30 00:00:00+00:00,2,2,372,9 +2023-10-01 00:00:00+00:00,1,1,149,8 +2023-10-02 00:00:00+00:00,3,3,14,4 +2023-10-03 00:00:00+00:00,1,1,72,8 +2023-10-04 00:00:00+00:00,2,2,119,9 +2023-10-05 00:00:00+00:00,2,2,49,8 +2023-10-06 00:00:00+00:00,5,3,59,6 +2023-10-07 00:00:00+00:00,1,1,211,8 +2023-10-08 00:00:00+00:00,2,2,276,11 +2023-10-09 00:00:00+00:00,3,3,28,3 +2023-10-10 00:00:00+00:00,4,3,62,5 +2023-10-11 00:00:00+00:00,1,1,100,12 +2023-10-12 00:00:00+00:00,3,3,67,12 +2023-10-13 00:00:00+00:00,1,1,176,14 +2023-10-14 00:00:00+00:00,2,2,127,10 +2023-10-15 00:00:00+00:00,1,1,96,8 +2023-10-16 00:00:00+00:00,2,2,331,9 +2023-10-17 00:00:00+00:00,1,1,78,7 +2023-10-18 00:00:00+00:00,2,2,42,5 +2023-10-19 00:00:00+00:00,3,3,44,6 +2023-10-20 00:00:00+00:00,2,2,47,10 +2023-10-21 00:00:00+00:00,3,3,98,8 +2023-10-22 00:00:00+00:00,3,3,41,8 +2023-10-23 00:00:00+00:00,3,3,69,7 +2023-10-24 00:00:00+00:00,2,2,128,6 +2023-10-25 00:00:00+00:00,2,2,101,8 +2023-10-26 00:00:00+00:00,2,2,155,9 +2023-10-27 00:00:00+00:00,2,2,142,7 +2023-10-28 00:00:00+00:00,2,2,91,11 +2023-10-29 00:00:00+00:00,3,3,42,10 +2023-10-30 00:00:00+00:00,3,3,61,14 +2023-10-31 00:00:00+00:00,2,2,58,7 +2023-11-01 00:00:00+00:00,1,1,60,12 +2023-11-02 00:00:00+00:00,2,2,92,5 +2023-11-03 00:00:00+00:00,3,3,29,3 +2023-11-04 00:00:00+00:00,3,3,140,9 +2023-11-05 00:00:00+00:00,3,3,167,17 +2023-11-06 00:00:00+00:00,4,4,156,11 +2023-11-07 00:00:00+00:00,1,1,18,7 +2023-11-08 00:00:00+00:00,3,3,177,7 +2023-11-09 00:00:00+00:00,1,1,83,6 +2023-11-10 00:00:00+00:00,3,3,18,4 +2023-11-11 00:00:00+00:00,2,2,164,21 +2023-11-12 00:00:00+00:00,2,2,123,9 +2023-11-13 00:00:00+00:00,3,3,125,5 +2023-11-14 00:00:00+00:00,5,5,239,13 +2023-11-15 00:00:00+00:00,4,4,258,12 +2023-11-16 00:00:00+00:00,3,2,83,10 +2023-11-17 00:00:00+00:00,2,2,63,10 +2023-11-18 00:00:00+00:00,2,2,129,7 +2023-11-19 00:00:00+00:00,1,1,7,3 +2023-11-20 00:00:00+00:00,3,3,178,12 +2023-11-21 00:00:00+00:00,2,2,54,9 +2023-11-22 00:00:00+00:00,1,1,94,10 +2023-11-23 00:00:00+00:00,1,1,45,10 +2023-11-24 00:00:00+00:00,2,2,32,6 +2023-11-25 00:00:00+00:00,3,3,233,14 +2023-11-26 00:00:00+00:00,3,3,54,10 +2023-11-27 00:00:00+00:00,4,4,58,8 +2023-11-28 00:00:00+00:00,1,1,189,10 +2023-11-29 00:00:00+00:00,2,2,96,10 +2023-11-30 00:00:00+00:00,1,1,133,14 +2023-12-01 00:00:00+00:00,1,1,8,3 +2023-12-02 00:00:00+00:00,2,2,21,2 +2023-12-03 00:00:00+00:00,1,1,92,7 +2023-12-04 00:00:00+00:00,4,4,132,12 +2023-12-05 00:00:00+00:00,4,4,72,13 +2023-12-06 00:00:00+00:00,3,3,78,15 +2023-12-07 00:00:00+00:00,3,3,71,11 +2023-12-08 00:00:00+00:00,3,3,109,13 +2023-12-09 00:00:00+00:00,2,2,26,5 +2023-12-10 00:00:00+00:00,4,3,117,8 +2023-12-11 00:00:00+00:00,3,3,149,11 +2023-12-12 00:00:00+00:00,3,3,78,11 +2023-12-13 00:00:00+00:00,3,3,98,13 +2023-12-14 00:00:00+00:00,2,2,132,11 +2023-12-15 00:00:00+00:00,3,3,13,4 +2023-12-16 00:00:00+00:00,4,4,299,14 +2023-12-17 00:00:00+00:00,4,4,72,8 +2023-12-18 00:00:00+00:00,2,2,108,8 +2023-12-19 00:00:00+00:00,2,2,142,9 +2023-12-20 00:00:00+00:00,2,2,220,13 +2023-12-21 00:00:00+00:00,1,1,15,3 +2023-12-22 00:00:00+00:00,3,3,303,9 +2023-12-23 00:00:00+00:00,7,7,124,14 +2023-12-24 00:00:00+00:00,3,3,137,10 +2023-12-25 00:00:00+00:00,3,3,98,6 +2023-12-26 00:00:00+00:00,7,3,237,15 +2023-12-27 00:00:00+00:00,3,3,69,13 +2023-12-28 00:00:00+00:00,3,3,277,15 +2023-12-29 00:00:00+00:00,6,5,191,14 +2023-12-30 00:00:00+00:00,5,5,35,9 +2023-12-31 00:00:00+00:00,4,3,31,6 +2024-01-01 00:00:00+00:00,3,3,318,12 +2024-01-02 00:00:00+00:00,2,2,258,15 +2024-01-03 00:00:00+00:00,2,2,183,10 +2024-01-04 00:00:00+00:00,2,2,104,3 +2024-01-05 00:00:00+00:00,2,2,41,3 +2024-01-06 00:00:00+00:00,2,2,79,8 +2024-01-07 00:00:00+00:00,2,2,78,9 +2024-01-08 00:00:00+00:00,3,3,40,7 +2024-01-09 00:00:00+00:00,2,2,247,8 +2024-01-10 00:00:00+00:00,3,3,67,9 +2024-01-11 00:00:00+00:00,4,4,136,7 +2024-01-12 00:00:00+00:00,4,4,53,8 +2024-01-13 00:00:00+00:00,2,2,64,10 +2024-01-14 00:00:00+00:00,3,3,120,8 +2024-01-15 00:00:00+00:00,5,5,24,5 +2024-01-16 00:00:00+00:00,2,2,93,5 +2024-01-17 00:00:00+00:00,2,2,46,7 +2024-01-18 00:00:00+00:00,2,2,165,9 +2024-01-19 00:00:00+00:00,6,4,59,11 +2024-01-20 00:00:00+00:00,5,5,130,10 +2024-01-21 00:00:00+00:00,2,2,31,7 +2024-01-22 00:00:00+00:00,7,5,83,9 +2024-01-23 00:00:00+00:00,3,3,130,9 +2024-01-24 00:00:00+00:00,2,2,115,9 +2024-01-25 00:00:00+00:00,2,2,191,9 +2024-01-26 00:00:00+00:00,2,2,201,9 +2024-01-27 00:00:00+00:00,2,2,74,10 +2024-01-28 00:00:00+00:00,3,3,22,6 +2024-01-29 00:00:00+00:00,3,3,15,3 +2024-01-30 00:00:00+00:00,2,2,37,4 +2024-01-31 00:00:00+00:00,4,4,60,8 +2024-02-01 00:00:00+00:00,3,3,102,8 +2024-02-02 00:00:00+00:00,2,2,83,6 +2024-02-03 00:00:00+00:00,4,4,198,10 +2024-02-04 00:00:00+00:00,4,3,57,11 +2024-02-05 00:00:00+00:00,4,4,78,10 +2024-02-06 00:00:00+00:00,3,3,61,6 +2024-02-07 00:00:00+00:00,3,3,26,4 +2024-02-08 00:00:00+00:00,2,2,107,8 +2024-02-09 00:00:00+00:00,3,3,43,5 +2024-02-10 00:00:00+00:00,2,2,64,10 +2024-02-11 00:00:00+00:00,2,2,83,6 +2024-02-12 00:00:00+00:00,3,3,69,5 +2024-02-13 00:00:00+00:00,2,2,55,11 +2024-02-14 00:00:00+00:00,4,3,21,8 +2024-02-15 00:00:00+00:00,3,3,95,8 +2024-02-16 00:00:00+00:00,2,2,100,8 +2024-02-17 00:00:00+00:00,2,2,57,6 +2024-02-18 00:00:00+00:00,3,3,128,6 +2024-02-19 00:00:00+00:00,6,4,121,8 +2024-02-20 00:00:00+00:00,3,3,124,15 +2024-02-21 00:00:00+00:00,2,2,124,12 +2024-02-22 00:00:00+00:00,3,3,166,10 +2024-02-23 00:00:00+00:00,2,2,70,3 +2024-02-24 00:00:00+00:00,3,3,84,8 +2024-02-25 00:00:00+00:00,2,2,159,10 +2024-02-26 00:00:00+00:00,4,4,140,7 +2024-02-27 00:00:00+00:00,2,2,81,5 +2024-02-28 00:00:00+00:00,1,1,47,7 +2024-02-29 00:00:00+00:00,1,1,93,12 +2024-03-01 00:00:00+00:00,1,1,29,5 +2024-03-02 00:00:00+00:00,3,3,22,9 +2024-03-03 00:00:00+00:00,1,1,62,6 +2024-03-04 00:00:00+00:00,3,3,105,6 +2024-03-05 00:00:00+00:00,1,1,160,7 +2024-03-06 00:00:00+00:00,1,1,28,5 +2024-03-07 00:00:00+00:00,2,2,108,11 +2024-03-08 00:00:00+00:00,2,2,179,12 +2024-03-09 00:00:00+00:00,2,2,89,9 +2024-03-10 00:00:00+00:00,1,1,91,7 +2024-03-11 00:00:00+00:00,7,5,73,9 +2024-03-12 00:00:00+00:00,1,1,144,7 +2024-03-13 00:00:00+00:00,1,1,85,10 +2024-03-14 00:00:00+00:00,1,1,98,10 +2024-03-15 00:00:00+00:00,1,1,181,15 +2024-03-16 00:00:00+00:00,1,1,108,10 +2024-03-17 00:00:00+00:00,2,2,15,6 +2024-03-18 00:00:00+00:00,2,2,28,5 +2024-03-19 00:00:00+00:00,1,1,13,3 +2024-03-20 00:00:00+00:00,1,1,163,10 +2024-03-21 00:00:00+00:00,1,1,28,5 +2024-03-22 00:00:00+00:00,1,1,35,4 +2024-03-23 00:00:00+00:00,1,1,56,9 +2024-03-24 00:00:00+00:00,1,1,58,7 +2024-03-25 00:00:00+00:00,1,1,98,11 +2024-03-26 00:00:00+00:00,2,2,105,8 +2024-03-27 00:00:00+00:00,2,2,35,9 +2024-03-28 00:00:00+00:00,3,3,127,8 +2024-03-29 00:00:00+00:00,1,1,110,4 +2024-03-30 00:00:00+00:00,3,3,36,5 +2024-03-31 00:00:00+00:00,1,1,102,7 +2024-04-01 00:00:00+00:00,3,3,107,10 +2024-04-02 00:00:00+00:00,2,2,142,11 +2024-04-03 00:00:00+00:00,1,1,59,11 +2024-04-04 00:00:00+00:00,3,2,94,13 +2024-04-05 00:00:00+00:00,2,2,61,9 +2024-04-06 00:00:00+00:00,3,3,134,11 +2024-04-07 00:00:00+00:00,1,1,68,15 +2024-04-08 00:00:00+00:00,4,4,186,13 +2024-04-09 00:00:00+00:00,2,2,87,10 +2024-04-10 00:00:00+00:00,2,2,53,7 +2024-04-11 00:00:00+00:00,1,1,40,9 +2024-04-12 00:00:00+00:00,1,1,66,7 +2024-04-13 00:00:00+00:00,1,1,107,8 +2024-04-14 00:00:00+00:00,3,2,12,3 +2024-04-15 00:00:00+00:00,1,1,79,11 +2024-04-16 00:00:00+00:00,1,1,56,8 +2024-04-17 00:00:00+00:00,2,2,48,7 +2024-04-18 00:00:00+00:00,5,2,41,3 +2024-04-19 00:00:00+00:00,2,2,55,5 +2024-04-20 00:00:00+00:00,1,1,111,7 +2024-04-21 00:00:00+00:00,5,2,96,4 +2024-04-22 00:00:00+00:00,1,1,154,11 +2024-04-23 00:00:00+00:00,8,3,139,11 +2024-04-24 00:00:00+00:00,2,2,99,10 +2024-04-25 00:00:00+00:00,2,2,301,14 +2024-04-26 00:00:00+00:00,2,2,98,7 +2024-04-27 00:00:00+00:00,6,3,168,7 +2024-04-28 00:00:00+00:00,7,3,188,13 +2024-04-29 00:00:00+00:00,1,1,88,5 +2024-04-30 00:00:00+00:00,5,2,48,8 +2024-05-01 00:00:00+00:00,2,2,30,10 +2024-05-02 00:00:00+00:00,5,2,92,10 +2024-05-03 00:00:00+00:00,1,1,31,3 +2024-05-04 00:00:00+00:00,1,1,82,4 +2024-05-05 00:00:00+00:00,5,2,42,6 +2024-05-06 00:00:00+00:00,6,3,5,5 +2024-05-07 00:00:00+00:00,5,2,125,8 +2024-05-08 00:00:00+00:00,2,2,125,11 +2024-05-09 00:00:00+00:00,2,2,46,12 +2024-05-10 00:00:00+00:00,1,1,94,8 +2024-05-11 00:00:00+00:00,3,3,54,9 +2024-05-12 00:00:00+00:00,1,1,62,8 +2024-05-13 00:00:00+00:00,6,3,42,7 +2024-05-14 00:00:00+00:00,1,1,95,5 +2024-05-15 00:00:00+00:00,1,1,2,1 +2024-05-16 00:00:00+00:00,1,1,53,6 +2024-05-17 00:00:00+00:00,1,1,37,8 +2024-05-18 00:00:00+00:00,1,1,19,5 +2024-05-19 00:00:00+00:00,3,2,6,3 +2024-05-20 00:00:00+00:00,6,3,7,6 +2024-05-21 00:00:00+00:00,1,1,30,3 +2024-05-22 00:00:00+00:00,1,1,54,4 +2024-05-23 00:00:00+00:00,5,2,122,6 +2024-05-24 00:00:00+00:00,8,4,84,7 +2024-05-25 00:00:00+00:00,1,1,51,9 +2024-05-26 00:00:00+00:00,2,2,58,8 +2024-05-27 00:00:00+00:00,1,1,75,7 +2024-05-28 00:00:00+00:00,6,3,30,6 +2024-05-29 00:00:00+00:00,2,2,9,1 +2024-05-30 00:00:00+00:00,5,2,67,3 +2024-05-31 00:00:00+00:00,1,1,50,8 +2024-06-01 00:00:00+00:00,5,2,180,9 +2024-06-02 00:00:00+00:00,5,2,109,7 +2024-06-03 00:00:00+00:00,2,2,95,4 +2024-06-04 00:00:00+00:00,5,2,102,7 +2024-06-05 00:00:00+00:00,1,1,67,5 +2024-06-06 00:00:00+00:00,5,2,26,8 +2024-06-07 00:00:00+00:00,2,2,54,4 +2024-06-08 00:00:00+00:00,2,2,69,5 +2024-06-09 00:00:00+00:00,6,3,74,7 +2024-06-10 00:00:00+00:00,2,2,67,6 +2024-06-11 00:00:00+00:00,1,1,63,6 +2024-06-12 00:00:00+00:00,2,2,87,7 +2024-06-13 00:00:00+00:00,6,3,87,10 +2024-06-14 00:00:00+00:00,0,0,90,5 +2024-06-15 00:00:00+00:00,2,2,26,2 +2024-06-16 00:00:00+00:00,2,1,2,1 +2024-06-17 00:00:00+00:00,1,1,10,5 +2024-06-18 00:00:00+00:00,2,2,9,5 +2024-06-19 00:00:00+00:00,6,4,25,4 +2024-06-20 00:00:00+00:00,5,3,38,3 +2024-06-21 00:00:00+00:00,2,2,205,8 +2024-06-22 00:00:00+00:00,1,1,16,2 +2024-06-23 00:00:00+00:00,2,1,41,3 +2024-06-24 00:00:00+00:00,0,0,17,5 +2024-06-25 00:00:00+00:00,3,1,37,7 +2024-06-26 00:00:00+00:00,1,1,131,9 +2024-06-27 00:00:00+00:00,1,1,68,11 +2024-06-28 00:00:00+00:00,0,0,40,6 +2024-06-29 00:00:00+00:00,0,0,47,5 +2024-06-30 00:00:00+00:00,4,1,40,3 +2024-07-01 00:00:00+00:00,3,2,63,4 +2024-07-02 00:00:00+00:00,1,1,30,3 +2024-07-03 00:00:00+00:00,1,1,123,6 +2024-07-04 00:00:00+00:00,3,1,81,6 +2024-07-05 00:00:00+00:00,0,0,130,8 +2024-07-06 00:00:00+00:00,0,0,66,7 +2024-07-07 00:00:00+00:00,1,1,9,4 +2024-07-08 00:00:00+00:00,0,0,37,5 +2024-07-09 00:00:00+00:00,0,0,46,2 +2024-07-10 00:00:00+00:00,3,1,23,8 +2024-07-11 00:00:00+00:00,0,0,34,4 +2024-07-12 00:00:00+00:00,0,0,59,7 +2024-07-13 00:00:00+00:00,0,0,60,4 +2024-07-14 00:00:00+00:00,0,0,20,6 +2024-07-15 00:00:00+00:00,4,3,90,7 +2024-07-16 00:00:00+00:00,0,0,59,7 +2024-07-17 00:00:00+00:00,3,1,59,6 +2024-07-18 00:00:00+00:00,3,2,40,4 +2024-07-19 00:00:00+00:00,2,1,45,7 +2024-07-20 00:00:00+00:00,0,0,59,7 +2024-07-21 00:00:00+00:00,4,2,91,3 +2024-07-22 00:00:00+00:00,2,1,54,10 +2024-07-23 00:00:00+00:00,2,2,25,4 +2024-07-24 00:00:00+00:00,0,0,114,6 +2024-07-25 00:00:00+00:00,1,1,87,5 +2024-07-26 00:00:00+00:00,9,2,39,5 +2024-07-27 00:00:00+00:00,0,0,76,4 +2024-07-28 00:00:00+00:00,4,2,24,4 +2024-07-29 00:00:00+00:00,0,0,95,8 +2024-07-30 00:00:00+00:00,0,0,43,6 +2024-07-31 00:00:00+00:00,0,0,81,6 +2024-08-01 00:00:00+00:00,0,0,4,2 +2024-08-02 00:00:00+00:00,1,1,32,8 +2024-08-03 00:00:00+00:00,0,0,37,5 +2024-08-04 00:00:00+00:00,2,1,35,6 +2024-08-05 00:00:00+00:00,2,2,95,5 +2024-08-06 00:00:00+00:00,0,0,28,5 +2024-08-07 00:00:00+00:00,0,0,51,5 +2024-08-08 00:00:00+00:00,0,0,6,1 +2024-08-09 00:00:00+00:00,0,0,125,7 +2024-08-10 00:00:00+00:00,3,1,88,10 +2024-08-11 00:00:00+00:00,4,2,3,3 +2024-08-12 00:00:00+00:00,1,1,51,8 +2024-08-13 00:00:00+00:00,0,0,87,7 +2024-08-14 00:00:00+00:00,1,1,43,7 +2024-08-15 00:00:00+00:00,0,0,38,3 +2024-08-16 00:00:00+00:00,2,1,38,4 +2024-08-17 00:00:00+00:00,0,0,70,9 +2024-08-18 00:00:00+00:00,2,1,179,4 +2024-08-19 00:00:00+00:00,0,0,28,2 +2024-08-20 00:00:00+00:00,0,0,9,1 +2024-08-21 00:00:00+00:00,0,0,27,3 +2024-08-22 00:00:00+00:00,2,1,32,5 +2024-08-23 00:00:00+00:00,0,0,23,2 +2024-08-24 00:00:00+00:00,5,3,19,4 +2024-08-25 00:00:00+00:00,4,1,5,2 +2024-08-26 00:00:00+00:00,2,1,35,6 +2024-08-27 00:00:00+00:00,0,0,69,5 +2024-08-28 00:00:00+00:00,0,0,13,4 +2024-08-29 00:00:00+00:00,2,1,39,5 +2024-08-30 00:00:00+00:00,2,1,266,8 +2024-08-31 00:00:00+00:00,1,1,47,3 +2024-09-01 00:00:00+00:00,3,2,22,4 +2024-09-02 00:00:00+00:00,1,1,5,3 +2024-09-03 00:00:00+00:00,1,1,33,2 +2024-09-04 00:00:00+00:00,0,0,23,2 +2024-09-05 00:00:00+00:00,2,2,4,3 +2024-09-06 00:00:00+00:00,3,2,21,2 +2024-09-07 00:00:00+00:00,2,1,29,3 +2024-09-08 00:00:00+00:00,0,0,19,2 +2024-09-09 00:00:00+00:00,1,1,127,4 +2024-09-10 00:00:00+00:00,0,0,39,1 +2024-09-11 00:00:00+00:00,3,1,48,8 +2024-09-12 00:00:00+00:00,4,2,31,4 +2024-09-13 00:00:00+00:00,1,1,50,3 +2024-09-14 00:00:00+00:00,1,1,4,1 +2024-09-15 00:00:00+00:00,0,0,136,2 +2024-09-16 00:00:00+00:00,0,0,3,2 +2024-09-17 00:00:00+00:00,1,1,12,3 +2024-09-18 00:00:00+00:00,1,1,119,3 +2024-09-19 00:00:00+00:00,1,1,108,6 +2024-09-20 00:00:00+00:00,3,1,85,10 +2024-09-21 00:00:00+00:00,0,0,18,3 +2024-09-22 00:00:00+00:00,0,0,87,5 +2024-09-23 00:00:00+00:00,6,3,21,6 +2024-09-24 00:00:00+00:00,4,1,29,3 +2024-09-25 00:00:00+00:00,0,0,67,3 +2024-09-26 00:00:00+00:00,4,2,8,2 +2024-09-27 00:00:00+00:00,0,0,14,2 +2024-09-28 00:00:00+00:00,2,2,22,2 +2024-09-29 00:00:00+00:00,0,0,64,6 +2024-09-30 00:00:00+00:00,0,0,12,3 +2024-10-01 00:00:00+00:00,0,0,42,7 +2024-10-02 00:00:00+00:00,0,0,33,7 +2024-10-03 00:00:00+00:00,2,1,8,1 +2024-10-04 00:00:00+00:00,0,0,5,1 +2024-10-05 00:00:00+00:00,2,1,4,2 +2024-10-06 00:00:00+00:00,1,1,2,2 +2024-10-07 00:00:00+00:00,5,3,7,3 +2024-10-08 00:00:00+00:00,0,0,13,2 +2024-10-09 00:00:00+00:00,1,1,43,4 +2024-10-10 00:00:00+00:00,0,0,11,3 +2024-10-11 00:00:00+00:00,0,0,18,6 +2024-10-12 00:00:00+00:00,0,0,7,3 +2024-10-13 00:00:00+00:00,0,0,38,4 +2024-10-14 00:00:00+00:00,1,1,49,5 +2024-10-15 00:00:00+00:00,0,0,20,3 +2024-10-16 00:00:00+00:00,3,1,12,3 +2024-10-17 00:00:00+00:00,0,0,17,2 +2024-10-18 00:00:00+00:00,2,1,58,7 +2024-10-19 00:00:00+00:00,1,1,7,4 +2024-10-20 00:00:00+00:00,0,0,51,4 +2024-10-21 00:00:00+00:00,0,0,6,3 +2024-10-22 00:00:00+00:00,1,1,17,4 +2024-10-23 00:00:00+00:00,1,1,36,6 +2024-10-24 00:00:00+00:00,2,1,1,1 +2024-10-25 00:00:00+00:00,0,0,70,5 +2024-10-26 00:00:00+00:00,1,1,34,1 +2024-10-27 00:00:00+00:00,0,0,24,8 +2024-10-28 00:00:00+00:00,0,0,7,3 +2024-10-29 00:00:00+00:00,3,1,67,6 +2024-10-30 00:00:00+00:00,0,0,7,3 +2024-10-31 00:00:00+00:00,1,1,17,3 +2024-11-01 00:00:00+00:00,1,1,3,2 +2024-11-02 00:00:00+00:00,2,2,24,2 +2024-11-03 00:00:00+00:00,2,1,45,2 +2024-11-04 00:00:00+00:00,3,2,2,2 +2024-11-05 00:00:00+00:00,0,0,67,4 +2024-11-07 00:00:00+00:00,2,1,28,3 +2024-11-08 00:00:00+00:00,2,1,19,3 +2024-11-09 00:00:00+00:00,4,1,7,3 +2024-11-10 00:00:00+00:00,0,0,27,6 +2024-11-11 00:00:00+00:00,0,0,32,2 +2024-11-12 00:00:00+00:00,1,1,9,3 +2024-11-13 00:00:00+00:00,2,1,35,6 +2024-11-14 00:00:00+00:00,3,1,14,6 +2024-11-15 00:00:00+00:00,1,1,9,3 +2024-11-16 00:00:00+00:00,0,0,9,4 +2024-11-17 00:00:00+00:00,0,0,20,5 +2024-11-18 00:00:00+00:00,1,1,33,4 +2024-11-19 00:00:00+00:00,0,0,5,3 +2024-11-20 00:00:00+00:00,0,0,8,6 +2024-11-21 00:00:00+00:00,2,2,9,1 +2024-11-22 00:00:00+00:00,2,1,11,2 +2024-11-23 00:00:00+00:00,0,0,10,5 +2024-11-24 00:00:00+00:00,2,1,57,9 +2024-11-25 00:00:00+00:00,0,0,6,2 +2024-11-26 00:00:00+00:00,5,2,39,3 +2024-11-27 00:00:00+00:00,4,2,33,4 +2024-11-28 00:00:00+00:00,4,3,25,3 +2024-11-29 00:00:00+00:00,0,0,25,3 +2024-11-30 00:00:00+00:00,2,1,37,5 +2024-12-01 00:00:00+00:00,1,1,5,3 +2024-12-02 00:00:00+00:00,3,2,19,5 +2024-12-03 00:00:00+00:00,2,1,4,2 +2024-12-04 00:00:00+00:00,0,0,12,2 +2024-12-05 00:00:00+00:00,0,0,27,6 +2024-12-06 00:00:00+00:00,2,1,20,3 +2024-12-07 00:00:00+00:00,0,0,10,3 +2024-12-09 00:00:00+00:00,0,0,1,1 +2024-12-10 00:00:00+00:00,1,1,0,0 +2024-12-11 00:00:00+00:00,3,2,13,3 +2024-12-12 00:00:00+00:00,0,0,72,3 +2024-12-13 00:00:00+00:00,1,1,19,5 +2024-12-14 00:00:00+00:00,4,3,15,3 +2024-12-15 00:00:00+00:00,1,1,13,3 +2024-12-16 00:00:00+00:00,2,1,39,4 +2024-12-17 00:00:00+00:00,0,0,27,5 +2024-12-18 00:00:00+00:00,2,1,6,6 +2024-12-19 00:00:00+00:00,0,0,13,6 +2024-12-20 00:00:00+00:00,3,2,44,6 +2024-12-21 00:00:00+00:00,0,0,26,5 +2024-12-22 00:00:00+00:00,4,2,39,9 +2024-12-23 00:00:00+00:00,2,2,32,9 +2024-12-24 00:00:00+00:00,1,1,19,5 +2024-12-25 00:00:00+00:00,3,1,28,4 +2024-12-26 00:00:00+00:00,0,0,13,4 +2024-12-27 00:00:00+00:00,2,1,2,2 +2024-12-28 00:00:00+00:00,1,1,51,10 +2024-12-29 00:00:00+00:00,2,1,91,9 +2024-12-30 00:00:00+00:00,0,0,90,8 +2024-12-31 00:00:00+00:00,1,1,15,2 +2025-01-01 00:00:00+00:00,2,2,65,10 +2025-01-02 00:00:00+00:00,3,3,117,11 +2025-01-03 00:00:00+00:00,0,0,14,3 +2025-01-04 00:00:00+00:00,2,1,16,3 +2025-01-05 00:00:00+00:00,2,2,12,2 +2025-01-06 00:00:00+00:00,3,2,29,5 +2025-01-07 00:00:00+00:00,1,1,10,5 +2025-01-08 00:00:00+00:00,1,1,27,6 +2025-01-09 00:00:00+00:00,2,1,50,6 +2025-01-10 00:00:00+00:00,0,0,20,5 +2025-01-11 00:00:00+00:00,2,1,48,6 +2025-01-12 00:00:00+00:00,3,2,40,8 +2025-01-13 00:00:00+00:00,2,1,100,10 +2025-01-14 00:00:00+00:00,4,3,54,9 +2025-01-15 00:00:00+00:00,1,1,49,7 +2025-01-16 00:00:00+00:00,0,0,114,9 +2025-01-17 00:00:00+00:00,1,1,7,2 +2025-01-18 00:00:00+00:00,1,1,9,1 +2025-01-19 00:00:00+00:00,1,1,4,1 +2025-01-20 00:00:00+00:00,2,1,12,2 +2025-01-21 00:00:00+00:00,1,1,16,4 +2025-01-22 00:00:00+00:00,2,1,11,4 +2025-01-23 00:00:00+00:00,2,1,32,2 +2025-01-24 00:00:00+00:00,1,1,7,5 +2025-01-25 00:00:00+00:00,2,1,30,3 +2025-01-26 00:00:00+00:00,2,1,1,1 +2025-01-27 00:00:00+00:00,0,0,28,4 +2025-01-28 00:00:00+00:00,2,1,17,5 +2025-01-29 00:00:00+00:00,2,1,15,3 +2025-01-30 00:00:00+00:00,5,2,31,5 +2025-01-31 00:00:00+00:00,5,2,13,1 +2025-02-01 00:00:00+00:00,5,2,48,6 +2025-02-02 00:00:00+00:00,1,1,11,4 +2025-02-03 00:00:00+00:00,6,3,64,4 +2025-02-04 00:00:00+00:00,1,1,10,6 +2025-02-05 00:00:00+00:00,7,3,15,3 +2025-02-06 00:00:00+00:00,7,3,76,6 +2025-02-07 00:00:00+00:00,4,2,22,7 +2025-02-08 00:00:00+00:00,5,3,6,5 +2025-02-09 00:00:00+00:00,4,3,18,6 +2025-02-10 00:00:00+00:00,3,3,35,6 +2025-02-11 00:00:00+00:00,7,3,36,4 +2025-02-12 00:00:00+00:00,6,3,53,8 +2025-02-13 00:00:00+00:00,6,3,14,5 +2025-02-14 00:00:00+00:00,2,2,20,6 +2025-02-15 00:00:00+00:00,4,2,42,9 +2025-02-16 00:00:00+00:00,5,2,19,10 +2025-02-17 00:00:00+00:00,4,2,7,3 +2025-02-18 00:00:00+00:00,1,1,35,7 +2025-02-19 00:00:00+00:00,4,2,7,1 +2025-02-20 00:00:00+00:00,1,1,65,7 +2025-02-21 00:00:00+00:00,4,2,44,8 +2025-02-22 00:00:00+00:00,5,3,6,5 +2025-02-23 00:00:00+00:00,4,2,26,7 +2025-02-24 00:00:00+00:00,6,3,8,1 +2025-02-25 00:00:00+00:00,5,3,5,3 +2025-02-26 00:00:00+00:00,5,2,47,6 +2025-02-27 00:00:00+00:00,5,3,18,4 +2025-02-28 00:00:00+00:00,4,2,5,3 +2025-03-01 00:00:00+00:00,5,2,39,9 +2025-03-02 00:00:00+00:00,6,4,4,2 +2025-03-03 00:00:00+00:00,5,3,28,9 +2025-03-04 00:00:00+00:00,5,4,36,5 +2025-03-05 00:00:00+00:00,2,2,72,13 +2025-03-06 00:00:00+00:00,5,3,14,7 +2025-03-07 00:00:00+00:00,4,2,7,2 +2025-03-08 00:00:00+00:00,5,3,44,10 +2025-03-09 00:00:00+00:00,8,4,42,9 +2025-03-10 00:00:00+00:00,2,2,12,3 +2025-03-11 00:00:00+00:00,3,3,17,6 +2025-03-12 00:00:00+00:00,4,3,82,9 +2025-03-13 00:00:00+00:00,8,5,50,8 +2025-03-14 00:00:00+00:00,5,2,49,10 +2025-03-15 00:00:00+00:00,1,1,63,7 +2025-03-16 00:00:00+00:00,5,2,129,6 +2025-03-17 00:00:00+00:00,3,3,13,5 +2025-03-18 00:00:00+00:00,1,1,34,2 +2025-03-19 00:00:00+00:00,5,3,37,4 +2025-03-20 00:00:00+00:00,3,2,33,6 +2025-03-21 00:00:00+00:00,3,3,23,8 +2025-03-22 00:00:00+00:00,8,4,56,9 +2025-03-23 00:00:00+00:00,1,1,67,8 +2025-03-24 00:00:00+00:00,5,2,40,3 +2025-03-25 00:00:00+00:00,3,2,49,4 +2025-03-26 00:00:00+00:00,2,2,25,9 +2025-03-27 00:00:00+00:00,4,4,56,9 +2025-03-28 00:00:00+00:00,4,4,7,5 +2025-03-29 00:00:00+00:00,2,2,0,0 +2025-03-30 00:00:00+00:00,6,6,51,3 +2025-03-31 00:00:00+00:00,2,2,61,8 +2025-04-01 00:00:00+00:00,2,2,5,2 +2025-04-02 00:00:00+00:00,1,1,16,2 +2025-04-03 00:00:00+00:00,2,2,8,3 +2025-04-04 00:00:00+00:00,2,2,8,4 +2025-04-05 00:00:00+00:00,5,4,24,7 +2025-04-06 00:00:00+00:00,3,3,44,4 +2025-04-07 00:00:00+00:00,4,2,13,3 +2025-04-08 00:00:00+00:00,7,4,39,10 +2025-04-09 00:00:00+00:00,3,3,11,5 +2025-04-10 00:00:00+00:00,5,2,43,8 +2025-04-11 00:00:00+00:00,7,4,81,9 +2025-04-12 00:00:00+00:00,5,3,32,6 +2025-04-13 00:00:00+00:00,2,2,25,8 +2025-04-14 00:00:00+00:00,7,4,94,11 +2025-04-15 00:00:00+00:00,8,4,55,7 +2025-04-16 00:00:00+00:00,2,2,33,5 +2025-04-17 00:00:00+00:00,1,1,119,9 +2025-04-18 00:00:00+00:00,2,2,98,11 +2025-04-19 00:00:00+00:00,1,1,71,8 +2025-04-20 00:00:00+00:00,1,1,22,7 +2025-04-21 00:00:00+00:00,3,3,71,7 +2025-04-22 00:00:00+00:00,2,2,86,11 +2025-04-23 00:00:00+00:00,5,2,19,2 +2025-04-24 00:00:00+00:00,2,2,18,7 +2025-04-25 00:00:00+00:00,2,2,43,6 +2025-04-26 00:00:00+00:00,1,1,22,6 +2025-04-27 00:00:00+00:00,6,3,37,4 +2025-04-28 00:00:00+00:00,4,3,25,7 +2025-04-29 00:00:00+00:00,1,1,51,11 +2025-04-30 00:00:00+00:00,5,3,94,15 +2025-05-01 00:00:00+00:00,1,1,42,11 +2025-05-02 00:00:00+00:00,5,2,9,2 +2025-05-03 00:00:00+00:00,2,2,15,4 +2025-05-04 00:00:00+00:00,1,1,24,4 +2025-05-05 00:00:00+00:00,7,3,57,8 +2025-05-06 00:00:00+00:00,5,3,86,11 +2025-05-07 00:00:00+00:00,2,2,55,6 +2025-05-08 00:00:00+00:00,6,3,31,6 +2025-05-09 00:00:00+00:00,6,3,45,9 +2025-05-10 00:00:00+00:00,7,3,85,5 +2025-05-11 00:00:00+00:00,4,2,5,3 +2025-05-12 00:00:00+00:00,6,3,66,6 +2025-05-13 00:00:00+00:00,1,1,30,7 +2025-05-14 00:00:00+00:00,2,2,3,2 +2025-05-15 00:00:00+00:00,5,2,93,4 +2025-05-16 00:00:00+00:00,5,2,38,5 +2025-05-17 00:00:00+00:00,1,1,65,12 +2025-05-18 00:00:00+00:00,5,2,71,9 +2025-05-19 00:00:00+00:00,6,3,61,8 +2025-05-20 00:00:00+00:00,1,1,39,10 +2025-05-21 00:00:00+00:00,1,1,3,3 +2025-05-22 00:00:00+00:00,1,1,36,2 +2025-05-23 00:00:00+00:00,4,2,27,5 +2025-05-24 00:00:00+00:00,2,2,68,10 +2025-05-25 00:00:00+00:00,2,2,26,7 +2025-05-26 00:00:00+00:00,1,1,18,4 +2025-05-27 00:00:00+00:00,2,2,11,4 +2025-05-28 00:00:00+00:00,4,2,8,2 +2025-05-29 00:00:00+00:00,1,1,35,5 +2025-05-30 00:00:00+00:00,1,1,20,3 +2025-05-31 00:00:00+00:00,3,3,16,5 +2025-06-01 00:00:00+00:00,3,3,11,6 +2025-06-02 00:00:00+00:00,1,1,11,3 +2025-06-03 00:00:00+00:00,2,2,6,3 +2025-06-04 00:00:00+00:00,1,1,46,9 +2025-06-05 00:00:00+00:00,3,3,40,5 +2025-06-06 00:00:00+00:00,6,3,3,3 +2025-06-07 00:00:00+00:00,3,2,28,5 +2025-06-08 00:00:00+00:00,5,2,20,4 +2025-06-09 00:00:00+00:00,5,2,48,8 +2025-06-10 00:00:00+00:00,2,2,22,4 +2025-06-11 00:00:00+00:00,1,1,33,5 +2025-06-12 00:00:00+00:00,3,3,55,10 +2025-06-13 00:00:00+00:00,6,5,12,4 +2025-06-14 00:00:00+00:00,1,1,64,2 +2025-06-15 00:00:00+00:00,5,4,17,5 +2025-06-16 00:00:00+00:00,5,5,30,5 +2025-06-17 00:00:00+00:00,7,6,15,4 +2025-06-18 00:00:00+00:00,6,5,67,11 +2025-06-19 00:00:00+00:00,6,6,13,6 +2025-06-20 00:00:00+00:00,1,1,2,2 +2025-06-21 00:00:00+00:00,1,1,3,2 +2025-06-22 00:00:00+00:00,1,1,11,5 +2025-06-23 00:00:00+00:00,2,2,28,8 +2025-06-24 00:00:00+00:00,1,1,27,9 +2025-06-25 00:00:00+00:00,5,5,78,9 +2025-06-26 00:00:00+00:00,3,3,39,9 +2025-06-27 00:00:00+00:00,6,5,5,3 +2025-06-28 00:00:00+00:00,6,6,59,7 +2025-06-29 00:00:00+00:00,2,2,16,8 +2025-06-30 00:00:00+00:00,3,3,29,5 +2025-07-01 00:00:00+00:00,5,5,28,9 +2025-07-02 00:00:00+00:00,4,4,8,6 +2025-07-03 00:00:00+00:00,1,1,9,2 +2025-07-04 00:00:00+00:00,6,6,110,13 +2025-07-05 00:00:00+00:00,3,3,52,15 +2025-07-06 00:00:00+00:00,6,6,101,14 +2025-07-07 00:00:00+00:00,3,3,54,11 +2025-07-08 00:00:00+00:00,6,6,40,6 +2025-07-09 00:00:00+00:00,3,3,5,3 +2025-07-10 00:00:00+00:00,9,6,53,13 +2025-07-11 00:00:00+00:00,6,6,34,10 +2025-07-12 00:00:00+00:00,5,5,53,5 +2025-07-13 00:00:00+00:00,4,3,35,6 +2025-07-14 00:00:00+00:00,5,5,21,5 +2025-07-15 00:00:00+00:00,5,5,41,9 +2025-07-16 00:00:00+00:00,4,4,48,6 +2025-07-17 00:00:00+00:00,1,1,58,8 +2025-07-18 00:00:00+00:00,1,1,15,3 +2025-07-19 00:00:00+00:00,3,3,25,5 +2025-07-20 00:00:00+00:00,4,4,50,8 +2025-07-21 00:00:00+00:00,7,6,29,5 +2025-07-22 00:00:00+00:00,1,1,45,11 +2025-07-23 00:00:00+00:00,1,1,22,4 +2025-07-24 00:00:00+00:00,2,2,13,4 +2025-07-25 00:00:00+00:00,4,4,49,6 +2025-07-26 00:00:00+00:00,3,3,15,3 +2025-07-27 00:00:00+00:00,5,5,45,4 +2025-07-28 00:00:00+00:00,2,2,19,4 +2025-07-29 00:00:00+00:00,6,6,35,3 +2025-07-30 00:00:00+00:00,1,1,40,9 +2025-07-31 00:00:00+00:00,1,1,14,5 +2025-08-01 00:00:00+00:00,3,2,31,8 +2025-08-02 00:00:00+00:00,3,3,17,5 +2025-08-03 00:00:00+00:00,6,6,11,5 +2025-08-04 00:00:00+00:00,6,6,26,8 +2025-08-05 00:00:00+00:00,4,4,39,5 +2025-08-06 00:00:00+00:00,1,1,69,8 +2025-08-07 00:00:00+00:00,10,10,36,6 +2025-08-08 00:00:00+00:00,4,4,22,7 +2025-08-09 00:00:00+00:00,3,2,27,4 +2025-08-10 00:00:00+00:00,1,1,47,9 +2025-08-11 00:00:00+00:00,8,8,127,8 +2025-08-12 00:00:00+00:00,4,4,33,7 +2025-08-13 00:00:00+00:00,3,3,41,11 +2025-08-14 00:00:00+00:00,3,3,40,6 +2025-08-15 00:00:00+00:00,2,2,43,7 +2025-08-16 00:00:00+00:00,4,4,24,7 +2025-08-17 00:00:00+00:00,5,5,28,9 +2025-08-18 00:00:00+00:00,1,1,22,8 +2025-08-19 00:00:00+00:00,4,4,6,5 +2025-08-20 00:00:00+00:00,2,2,55,5 +2025-08-21 00:00:00+00:00,3,3,9,7 +2025-08-22 00:00:00+00:00,1,1,7,4 +2025-08-23 00:00:00+00:00,3,3,34,11 +2025-08-24 00:00:00+00:00,1,1,31,6 +2025-08-25 00:00:00+00:00,8,7,8,4 +2025-08-26 00:00:00+00:00,2,2,8,2 +2025-08-27 00:00:00+00:00,4,4,9,3 +2025-08-28 00:00:00+00:00,3,3,17,5 +2025-08-29 00:00:00+00:00,1,1,43,6 +2025-08-30 00:00:00+00:00,4,4,18,1 +2025-08-31 00:00:00+00:00,2,2,6,4 +2025-09-01 00:00:00+00:00,4,4,26,4 +2025-09-02 00:00:00+00:00,3,3,17,7 +2025-09-03 00:00:00+00:00,4,4,24,6 +2025-09-04 00:00:00+00:00,3,3,7,5 +2025-09-05 00:00:00+00:00,4,4,12,4 +2025-09-06 00:00:00+00:00,3,3,69,8 +2025-09-07 00:00:00+00:00,6,6,65,6 +2025-09-08 00:00:00+00:00,1,1,45,5 +2025-09-09 00:00:00+00:00,2,2,11,2 +2025-09-10 00:00:00+00:00,1,1,11,4 +2025-09-11 00:00:00+00:00,5,4,40,5 +2025-09-12 00:00:00+00:00,3,3,22,5 +2025-09-13 00:00:00+00:00,2,2,10,4 +2025-09-14 00:00:00+00:00,5,5,12,7 +2025-09-15 00:00:00+00:00,2,2,15,4 +2025-09-16 00:00:00+00:00,24,11,2,1 +2025-09-17 00:00:00+00:00,3,3,28,4 +2025-09-18 00:00:00+00:00,5,4,5,4 +2025-09-19 00:00:00+00:00,14,8,12,7 +2025-09-20 00:00:00+00:00,1,1,16,7 +2025-09-21 00:00:00+00:00,2,2,18,6 +2025-09-22 00:00:00+00:00,4,4,10,4 +2025-09-23 00:00:00+00:00,10,8,21,3 +2025-09-24 00:00:00+00:00,0,0,34,3 +2025-09-25 00:00:00+00:00,4,4,25,2 +2025-09-26 00:00:00+00:00,1,1,8,3 +2025-09-27 00:00:00+00:00,3,3,36,9 +2025-09-28 00:00:00+00:00,1,1,19,5 +2025-09-29 00:00:00+00:00,2,2,104,7 +2025-09-30 00:00:00+00:00,6,2,18,4 +2025-10-01 00:00:00+00:00,6,6,28,2 +2025-10-02 00:00:00+00:00,2,2,26,4 +2025-10-03 00:00:00+00:00,6,6,20,7 +2025-10-04 00:00:00+00:00,5,5,23,6 +2025-10-05 00:00:00+00:00,5,5,12,2 +2025-10-06 00:00:00+00:00,3,3,41,8 +2025-10-07 00:00:00+00:00,5,5,18,7 +2025-10-08 00:00:00+00:00,4,4,43,6 +2025-10-09 00:00:00+00:00,6,6,89,8 +2025-10-10 00:00:00+00:00,9,9,56,8 +2025-10-11 00:00:00+00:00,6,6,57,7 +2025-10-12 00:00:00+00:00,5,5,42,5 +2025-10-13 00:00:00+00:00,3,3,46,8 +2025-10-14 00:00:00+00:00,11,6,48,13 +2025-10-15 00:00:00+00:00,10,5,28,7 +2025-10-16 00:00:00+00:00,5,5,46,5 +2025-10-17 00:00:00+00:00,10,5,10,10 +2025-10-18 00:00:00+00:00,5,5,35,9 +2025-10-19 00:00:00+00:00,3,3,5,4 +2025-10-20 00:00:00+00:00,11,6,16,5 +2025-10-21 00:00:00+00:00,21,6,57,5 +2025-10-22 00:00:00+00:00,7,7,42,6 +2025-10-23 00:00:00+00:00,3,3,17,5 +2025-10-24 00:00:00+00:00,10,5,8,6 +2025-10-25 00:00:00+00:00,11,5,7,5 +2025-10-26 00:00:00+00:00,19,9,69,9 +2025-10-27 00:00:00+00:00,7,2,76,8 +2025-10-28 00:00:00+00:00,16,6,87,7 +2025-10-29 00:00:00+00:00,4,4,60,10 +2025-10-30 00:00:00+00:00,3,3,38,9 +2025-10-31 00:00:00+00:00,4,4,20,3 +2025-11-01 00:00:00+00:00,10,5,16,6 +2025-11-02 00:00:00+00:00,19,9,12,6 +2025-11-03 00:00:00+00:00,17,8,22,6 +2025-11-04 00:00:00+00:00,17,7,10,4 +2025-11-05 00:00:00+00:00,8,6,38,10 +2025-11-06 00:00:00+00:00,20,10,12,7 +2025-11-07 00:00:00+00:00,11,6,43,6 +2025-11-08 00:00:00+00:00,5,4,30,6 +2025-11-09 00:00:00+00:00,8,3,13,7 +2025-11-10 00:00:00+00:00,13,7,4,4 +2025-11-11 00:00:00+00:00,5,5,34,4 +2025-11-12 00:00:00+00:00,12,6,27,6 +2025-11-13 00:00:00+00:00,12,6,11,6 +2025-11-14 00:00:00+00:00,8,8,21,8 +2025-11-15 00:00:00+00:00,9,8,15,6 +2025-11-16 00:00:00+00:00,5,5,39,8 +2025-11-17 00:00:00+00:00,5,5,23,11 +2025-11-18 00:00:00+00:00,6,6,24,9 +2025-11-19 00:00:00+00:00,4,4,30,7 +2025-11-20 00:00:00+00:00,4,4,14,4 +2025-11-21 00:00:00+00:00,5,4,20,8 +2025-11-22 00:00:00+00:00,5,5,39,8 +2025-11-23 00:00:00+00:00,5,5,47,10 +2025-11-24 00:00:00+00:00,5,5,30,7 +2025-11-25 00:00:00+00:00,4,4,38,12 +2025-11-26 00:00:00+00:00,5,5,21,7 +2025-11-27 00:00:00+00:00,6,6,39,6 +2025-11-28 00:00:00+00:00,2,2,50,7 +2025-11-29 00:00:00+00:00,4,4,33,6 +2025-11-30 00:00:00+00:00,7,7,11,7 +2025-12-01 00:00:00+00:00,42,12,10,6 +2025-12-02 00:00:00+00:00,39,11,22,5 +2025-12-03 00:00:00+00:00,95,19,14,5 +2025-12-04 00:00:00+00:00,4,4,46,6 +2025-12-05 00:00:00+00:00,14,10,10,4 +2025-12-06 00:00:00+00:00,10,6,26,5 +2025-12-07 00:00:00+00:00,7,3,29,8 +2025-12-08 00:00:00+00:00,4,4,26,5 +2025-12-09 00:00:00+00:00,7,5,37,7 +2025-12-10 00:00:00+00:00,9,5,42,7 +2025-12-11 00:00:00+00:00,2,2,22,8 +2025-12-12 00:00:00+00:00,5,5,23,5 +2025-12-13 00:00:00+00:00,2,2,7,4 +2025-12-14 00:00:00+00:00,2,2,1,1 diff --git a/JARVIS843/Unity-Tutorial/latest-report/report.html b/JARVIS843/Unity-Tutorial/latest-report/report.html new file mode 100644 index 00000000..4ffef90b --- /dev/null +++ b/JARVIS843/Unity-Tutorial/latest-report/report.html @@ -0,0 +1,124 @@ + + + + + + + + Statistics for JARVIS843/Unity-Tutorial + + + + + + + + + + + + + + +
+
+

Statistics for JARVIS843/Unity-Tutorial

+

Generated for JARVIS843/Unity-Tutorial with jgehrcke/github-repo-stats at 2025-12-14 23:07 UTC.

+
+ +

Views

+

Unique visitors

+
+ +
+

Cumulative: 8867

+

Total views

+
+ +
+

Cumulative: 75114

+
+ +
+

Clones

+

Unique cloners

+
+ +
+

Cumulative: 2823

+

Total clones

+
+ +
+

Cumulative: 4019

+
+ +
+

Stargazers

+

Each data point corresponds to at least one stargazer event. The time resolution is one day.

+
+ +
+

Note: this plot shows a larger time frame than the view/clone plots above because the star/fork data contains earlier samples.

+

Forks

+

Each data point corresponds to at least one fork event. The time resolution is one day.

+
+ +
+

Note: this plot shows a larger time frame than the view/clone plots above because the star/fork data contains earlier samples.

+
+ +
+

Top referrers and paths

+

Note: Each data point in the plots shown below is influenced by the 14 days leading up to it. Each data point is the arithmetic mean of the “unique visitors per day” metric, built from a time window of 14 days width, and plotted at the right edge of that very time window. That is, these plots respond slowly to change (narrow peaks are smoothed out).

+

Top referrers

+
+ +
+

Top 15 referrers: 01: youtube.com, 02: github.com, 03: m.youtube.com, 04: Google, 05: lab.uwa4d.com, 06: away.vk.com, 07: DuckDuckGo, 08: chatgpt.com, 09: l.facebook.com, 10: Bing, 11: yandex.ru, 12: cn.bing.com, 13: statics.teams.cdn.office.net

+

Top paths

+
+ +
+

Top 15 paths: 01: /, 02: /tree/main/Assets, 03: /tree/main/Assets/_Scripts, 04: /tree/main/Assets/_Scripts/Player, 05: /blob/main/Assets/_Scripts/Player/PlayerController.cs, 06: /tree/main/Assets/Resources, 07: /tree/main/Assets/_Scripts/Manager, 08: /blob/main/Assets/_Scripts/Manager/InputManager.cs, 09: /tree/main/Assets/Resources/Character, 10: /find/main, 11: /tree/main, 12: /tree/main/Packages, 13: /tree/main/Assets/Resources/Character/Animations, 14: /tree/main/.vscode, 15: /blob/main/Assets/Resources/Character/Animations/Controller/Player%20Controller.controller

+ +
+ + diff --git a/JARVIS843/Unity-Tutorial/latest-report/report.md b/JARVIS843/Unity-Tutorial/latest-report/report.md new file mode 100644 index 00000000..b3807535 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/latest-report/report.md @@ -0,0 +1,105 @@ +% Statistics for JARVIS843/Unity-Tutorial +% Generated for [JARVIS843/Unity-Tutorial](https://github.com/JARVIS843/Unity-Tutorial) with [jgehrcke/github-repo-stats](https://github.com/jgehrcke/github-repo-stats) at 2025-12-14 23:07 UTC. + + +## Views + +#### Unique visitors +
+ +Cumulative: 8867 + +#### Total views +
+ +Cumulative: 75114 + +
+ +## Clones + +#### Unique cloners +
+ +Cumulative: 2823 + +#### Total clones +
+ +Cumulative: 4019 + + + +
+ + + +## Stargazers + +Each data point corresponds to at least one stargazer event. +The time resolution is one day. + +
+ + +Note: this plot shows a larger time frame than the view/clone plots above because the star/fork data contains earlier samples. + + + +## Forks + +Each data point corresponds to at least one fork event. +The time resolution is one day. + +
+ + +Note: this plot shows a larger time frame than the view/clone plots above because the star/fork data contains earlier samples. + + + +
+ + + +## Top referrers and paths + + +Note: Each data point in the plots shown below is influenced by the 14 days +leading up to it. Each data point is the arithmetic mean of the "unique +visitors per day" metric, built from a time window of 14 days width, and +plotted at the right edge of that very time window. That is, these plots +respond slowly to change (narrow peaks are smoothed out). + + + + +#### Top referrers + + +
+ +Top 15 referrers: 01: `youtube.com`, 02: `github.com`, 03: `m.youtube.com`, 04: `Google`, 05: `lab.uwa4d.com`, 06: `away.vk.com`, 07: `DuckDuckGo`, 08: `chatgpt.com`, 09: `l.facebook.com`, 10: `Bing`, 11: `yandex.ru`, 12: `cn.bing.com`, 13: `statics.teams.cdn.office.net` + + + + + +#### Top paths + + +
+ +Top 15 paths: 01: `/`, 02: `/tree/main/Assets`, 03: `/tree/main/Assets/_Scripts`, 04: `/tree/main/Assets/_Scripts/Player`, 05: `/blob/main/Assets/_Scripts/Player/PlayerController.cs`, 06: `/tree/main/Assets/Resources`, 07: `/tree/main/Assets/_Scripts/Manager`, 08: `/blob/main/Assets/_Scripts/Manager/InputManager.cs`, 09: `/tree/main/Assets/Resources/Character`, 10: `/find/main`, 11: `/tree/main`, 12: `/tree/main/Packages`, 13: `/tree/main/Assets/Resources/Character/Animations`, 14: `/tree/main/.vscode`, 15: `/blob/main/Assets/Resources/Character/Animations/Controller/Player%20Controller.controller` + + + \ No newline at end of file diff --git a/JARVIS843/Unity-Tutorial/latest-report/report.pdf b/JARVIS843/Unity-Tutorial/latest-report/report.pdf new file mode 100644 index 00000000..28ae6388 Binary files /dev/null and b/JARVIS843/Unity-Tutorial/latest-report/report.pdf differ diff --git a/JARVIS843/Unity-Tutorial/latest-report/report_for_pdf.html b/JARVIS843/Unity-Tutorial/latest-report/report_for_pdf.html new file mode 100644 index 00000000..ea8388bf --- /dev/null +++ b/JARVIS843/Unity-Tutorial/latest-report/report_for_pdf.html @@ -0,0 +1,128 @@ + + + + + + + + Statistics for JARVIS843/Unity-Tutorial + + + + + + + + + + + + + + +
+
+

Statistics for JARVIS843/Unity-Tutorial

+

Generated for JARVIS843/Unity-Tutorial with jgehrcke/github-repo-stats at 2025-12-14 23:07 UTC.

+
+ +

Views

+

Unique visitors

+
+ +
+

Cumulative: 8867

+

Total views

+
+ +
+

Cumulative: 75114

+
+ +
+

Clones

+

Unique cloners

+
+ +
+

Cumulative: 2823

+

Total clones

+
+ +
+

Cumulative: 4019

+
+ +
+

Stargazers

+

Each data point corresponds to at least one stargazer event. The time resolution is one day.

+
+ +
+

Note: this plot shows a larger time frame than the view/clone plots above because the star/fork data contains earlier samples.

+

Forks

+

Each data point corresponds to at least one fork event. The time resolution is one day.

+
+ +
+

Note: this plot shows a larger time frame than the view/clone plots above because the star/fork data contains earlier samples.

+
+ +
+

Top referrers and paths

+

Note: Each data point in the plots shown below is influenced by the 14 days leading up to it. Each data point is the arithmetic mean of the “unique visitors per day” metric, built from a time window of 14 days width, and plotted at the right edge of that very time window. That is, these plots respond slowly to change (narrow peaks are smoothed out).

+

Top referrers

+
+ +
+

Top 15 referrers: 01: youtube.com, 02: github.com, 03: m.youtube.com, 04: Google, 05: lab.uwa4d.com, 06: away.vk.com, 07: DuckDuckGo, 08: chatgpt.com, 09: l.facebook.com, 10: Bing, 11: yandex.ru, 12: cn.bing.com, 13: statics.teams.cdn.office.net

+

Top paths

+
+ +
+

Top 15 paths: 01: /, 02: /tree/main/Assets, 03: /tree/main/Assets/_Scripts, 04: /tree/main/Assets/_Scripts/Player, 05: /blob/main/Assets/_Scripts/Player/PlayerController.cs, 06: /tree/main/Assets/Resources, 07: /tree/main/Assets/_Scripts/Manager, 08: /blob/main/Assets/_Scripts/Manager/InputManager.cs, 09: /tree/main/Assets/Resources/Character, 10: /find/main, 11: /tree/main, 12: /tree/main/Packages, 13: /tree/main/Assets/Resources/Character/Animations, 14: /tree/main/.vscode, 15: /blob/main/Assets/Resources/Character/Animations/Controller/Player%20Controller.controller

+ +
+ + diff --git a/JARVIS843/Unity-Tutorial/latest-report/resources/github-markdown.css b/JARVIS843/Unity-Tutorial/latest-report/resources/github-markdown.css new file mode 100644 index 00000000..7c6cd788 --- /dev/null +++ b/JARVIS843/Unity-Tutorial/latest-report/resources/github-markdown.css @@ -0,0 +1,985 @@ +.markdown-body .octicon { + display: inline-block; + fill: currentColor; + vertical-align: text-bottom; +} + +.markdown-body .anchor { + float: left; + line-height: 1; + margin-left: -20px; + padding-right: 4px; +} + +.markdown-body .anchor:focus { + outline: none; +} + +.markdown-body h1 .octicon-link, +.markdown-body h2 .octicon-link, +.markdown-body h3 .octicon-link, +.markdown-body h4 .octicon-link, +.markdown-body h5 .octicon-link, +.markdown-body h6 .octicon-link { + color: #1b1f23; + vertical-align: middle; + visibility: hidden; +} + +.markdown-body h1:hover .anchor, +.markdown-body h2:hover .anchor, +.markdown-body h3:hover .anchor, +.markdown-body h4:hover .anchor, +.markdown-body h5:hover .anchor, +.markdown-body h6:hover .anchor { + text-decoration: none; +} + +.markdown-body h1:hover .anchor .octicon-link, +.markdown-body h2:hover .anchor .octicon-link, +.markdown-body h3:hover .anchor .octicon-link, +.markdown-body h4:hover .anchor .octicon-link, +.markdown-body h5:hover .anchor .octicon-link, +.markdown-body h6:hover .anchor .octicon-link { + visibility: visible; +} + +.markdown-body h1:hover .anchor .octicon-link:before, +.markdown-body h2:hover .anchor .octicon-link:before, +.markdown-body h3:hover .anchor .octicon-link:before, +.markdown-body h4:hover .anchor .octicon-link:before, +.markdown-body h5:hover .anchor .octicon-link:before, +.markdown-body h6:hover .anchor .octicon-link:before { + width: 16px; + height: 16px; + content: ' '; + display: inline-block; + background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' width='16' height='16' aria-hidden='true'%3E%3Cpath fill-rule='evenodd' d='M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z'%3E%3C/path%3E%3C/svg%3E"); +}.markdown-body { + -ms-text-size-adjust: 100%; + -webkit-text-size-adjust: 100%; + line-height: 1.5; + color: #24292e; + font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji; + font-size: 16px; + line-height: 1.5; + word-wrap: break-word; +} + +.markdown-body details { + display: block; +} + +.markdown-body summary { + display: list-item; +} + +.markdown-body a { + background-color: initial; +} + +.markdown-body a:active, +.markdown-body a:hover { + outline-width: 0; +} + +.markdown-body strong { + font-weight: inherit; + font-weight: bolder; +} + +.markdown-body h1 { + font-size: 2em; + margin: .67em 0; +} + +.markdown-body img { + border-style: none; +} + +.markdown-body code, +.markdown-body kbd, +.markdown-body pre { + font-family: monospace,monospace; + font-size: 1em; +} + +.markdown-body hr { + box-sizing: initial; + height: 0; + overflow: visible; +} + +.markdown-body input { + font: inherit; + margin: 0; +} + +.markdown-body input { + overflow: visible; +} + +.markdown-body [type=checkbox] { + box-sizing: border-box; + padding: 0; +} + +.markdown-body * { + box-sizing: border-box; +} + +.markdown-body input { + font-family: inherit; + font-size: inherit; + line-height: inherit; +} + +.markdown-body a { + color: #0366d6; + text-decoration: none; +} + +.markdown-body a:hover { + text-decoration: underline; +} + +.markdown-body strong { + font-weight: 600; +} + +.markdown-body hr { + height: 0; + margin: 15px 0; + overflow: hidden; + background: transparent; + border: 0; + border-bottom: 1px solid #dfe2e5; +} + +.markdown-body hr:after, +.markdown-body hr:before { + display: table; + content: ""; +} + +.markdown-body hr:after { + clear: both; +} + +.markdown-body table { + border-spacing: 0; + border-collapse: collapse; +} + +.markdown-body td, +.markdown-body th { + padding: 0; +} + +.markdown-body details summary { + cursor: pointer; +} + +.markdown-body kbd { + display: inline-block; + padding: 3px 5px; + font: 11px SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace; + line-height: 10px; + color: #444d56; + vertical-align: middle; + background-color: #fafbfc; + border: 1px solid #d1d5da; + border-radius: 3px; + box-shadow: inset 0 -1px 0 #d1d5da; +} + +.markdown-body h1, +.markdown-body h2, +.markdown-body h3, +.markdown-body h4, +.markdown-body h5, +.markdown-body h6 { + margin-top: 0; + margin-bottom: 0; +} + +.markdown-body h1 { + font-size: 32px; +} + +.markdown-body h1, +.markdown-body h2 { + font-weight: 600; +} + +.markdown-body h2 { + font-size: 24px; +} + +.markdown-body h3 { + font-size: 20px; +} + +.markdown-body h3, +.markdown-body h4 { + font-weight: 600; +} + +.markdown-body h4 { + font-size: 16px; +} + +.markdown-body h5 { + font-size: 14px; +} + +.markdown-body h5, +.markdown-body h6 { + font-weight: 600; +} + +.markdown-body h6 { + font-size: 12px; +} + +.markdown-body p { + margin-top: 0; + margin-bottom: 10px; +} + +.markdown-body blockquote { + margin: 0; +} + +.markdown-body ol, +.markdown-body ul { + padding-left: 0; + margin-top: 0; + margin-bottom: 0; +} + +.markdown-body ol ol, +.markdown-body ul ol { + list-style-type: lower-roman; +} + +.markdown-body ol ol ol, +.markdown-body ol ul ol, +.markdown-body ul ol ol, +.markdown-body ul ul ol { + list-style-type: lower-alpha; +} + +.markdown-body dd { + margin-left: 0; +} + +.markdown-body code, +.markdown-body pre { + font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace; + font-size: 12px; +} + +.markdown-body pre { + margin-top: 0; + margin-bottom: 0; +} + +.markdown-body input::-webkit-inner-spin-button, +.markdown-body input::-webkit-outer-spin-button { + margin: 0; + -webkit-appearance: none; + appearance: none; +} + +.markdown-body :checked+.radio-label { + position: relative; + z-index: 1; + border-color: #0366d6; +} + +.markdown-body .border { + border: 1px solid #e1e4e8!important; +} + +.markdown-body .border-0 { + border: 0!important; +} + +.markdown-body .border-bottom { + border-bottom: 1px solid #e1e4e8!important; +} + +.markdown-body .rounded-1 { + border-radius: 3px!important; +} + +.markdown-body .bg-white { + background-color: #fff!important; +} + +.markdown-body .bg-gray-light { + background-color: #fafbfc!important; +} + +.markdown-body .text-gray-light { + color: #6a737d!important; +} + +.markdown-body .mb-0 { + margin-bottom: 0!important; +} + +.markdown-body .my-2 { + margin-top: 8px!important; + margin-bottom: 8px!important; +} + +.markdown-body .pl-0 { + padding-left: 0!important; +} + +.markdown-body .py-0 { + padding-top: 0!important; + padding-bottom: 0!important; +} + +.markdown-body .pl-1 { + padding-left: 4px!important; +} + +.markdown-body .pl-2 { + padding-left: 8px!important; +} + +.markdown-body .py-2 { + padding-top: 8px!important; + padding-bottom: 8px!important; +} + +.markdown-body .pl-3, +.markdown-body .px-3 { + padding-left: 16px!important; +} + +.markdown-body .px-3 { + padding-right: 16px!important; +} + +.markdown-body .pl-4 { + padding-left: 24px!important; +} + +.markdown-body .pl-5 { + padding-left: 32px!important; +} + +.markdown-body .pl-6 { + padding-left: 40px!important; +} + +.markdown-body .f6 { + font-size: 12px!important; +} + +.markdown-body .lh-condensed { + line-height: 1.25!important; +} + +.markdown-body .text-bold { + font-weight: 600!important; +} + +.markdown-body .pl-c { + color: #6a737d; +} + +.markdown-body .pl-c1, +.markdown-body .pl-s .pl-v { + color: #005cc5; +} + +.markdown-body .pl-e, +.markdown-body .pl-en { + color: #6f42c1; +} + +.markdown-body .pl-s .pl-s1, +.markdown-body .pl-smi { + color: #24292e; +} + +.markdown-body .pl-ent { + color: #22863a; +} + +.markdown-body .pl-k { + color: #d73a49; +} + +.markdown-body .pl-pds, +.markdown-body .pl-s, +.markdown-body .pl-s .pl-pse .pl-s1, +.markdown-body .pl-sr, +.markdown-body .pl-sr .pl-cce, +.markdown-body .pl-sr .pl-sra, +.markdown-body .pl-sr .pl-sre { + color: #032f62; +} + +.markdown-body .pl-smw, +.markdown-body .pl-v { + color: #e36209; +} + +.markdown-body .pl-bu { + color: #b31d28; +} + +.markdown-body .pl-ii { + color: #fafbfc; + background-color: #b31d28; +} + +.markdown-body .pl-c2 { + color: #fafbfc; + background-color: #d73a49; +} + +.markdown-body .pl-c2:before { + content: "^M"; +} + +.markdown-body .pl-sr .pl-cce { + font-weight: 700; + color: #22863a; +} + +.markdown-body .pl-ml { + color: #735c0f; +} + +.markdown-body .pl-mh, +.markdown-body .pl-mh .pl-en, +.markdown-body .pl-ms { + font-weight: 700; + color: #005cc5; +} + +.markdown-body .pl-mi { + font-style: italic; + color: #24292e; +} + +.markdown-body .pl-mb { + font-weight: 700; + color: #24292e; +} + +.markdown-body .pl-md { + color: #b31d28; + background-color: #ffeef0; +} + +.markdown-body .pl-mi1 { + color: #22863a; + background-color: #f0fff4; +} + +.markdown-body .pl-mc { + color: #e36209; + background-color: #ffebda; +} + +.markdown-body .pl-mi2 { + color: #f6f8fa; + background-color: #005cc5; +} + +.markdown-body .pl-mdr { + font-weight: 700; + color: #6f42c1; +} + +.markdown-body .pl-ba { + color: #586069; +} + +.markdown-body .pl-sg { + color: #959da5; +} + +.markdown-body .pl-corl { + text-decoration: underline; + color: #032f62; +} + +.markdown-body .mb-0 { + margin-bottom: 0!important; +} + +.markdown-body .my-2 { + margin-bottom: 8px!important; +} + +.markdown-body .my-2 { + margin-top: 8px!important; +} + +.markdown-body .pl-0 { + padding-left: 0!important; +} + +.markdown-body .py-0 { + padding-top: 0!important; + padding-bottom: 0!important; +} + +.markdown-body .pl-1 { + padding-left: 4px!important; +} + +.markdown-body .pl-2 { + padding-left: 8px!important; +} + +.markdown-body .py-2 { + padding-top: 8px!important; + padding-bottom: 8px!important; +} + +.markdown-body .pl-3 { + padding-left: 16px!important; +} + +.markdown-body .pl-4 { + padding-left: 24px!important; +} + +.markdown-body .pl-5 { + padding-left: 32px!important; +} + +.markdown-body .pl-6 { + padding-left: 40px!important; +} + +.markdown-body .pl-7 { + padding-left: 48px!important; +} + +.markdown-body .pl-8 { + padding-left: 64px!important; +} + +.markdown-body .pl-9 { + padding-left: 80px!important; +} + +.markdown-body .pl-10 { + padding-left: 96px!important; +} + +.markdown-body .pl-11 { + padding-left: 112px!important; +} + +.markdown-body .pl-12 { + padding-left: 128px!important; +} + +.markdown-body hr { + border-bottom-color: #eee; +} + +.markdown-body kbd { + display: inline-block; + padding: 3px 5px; + font: 11px SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace; + line-height: 10px; + color: #444d56; + vertical-align: middle; + background-color: #fafbfc; + border: 1px solid #d1d5da; + border-radius: 3px; + box-shadow: inset 0 -1px 0 #d1d5da; +} + +.markdown-body:after, +.markdown-body:before { + display: table; + content: ""; +} + +.markdown-body:after { + clear: both; +} + +.markdown-body>:first-child { + margin-top: 0!important; +} + +.markdown-body>:last-child { + margin-bottom: 0!important; +} + +.markdown-body a:not([href]) { + color: inherit; + text-decoration: none; +} + +.markdown-body blockquote, +.markdown-body details, +.markdown-body dl, +.markdown-body ol, +.markdown-body p, +.markdown-body pre, +.markdown-body table, +.markdown-body ul { + margin-top: 0; + margin-bottom: 16px; +} + +.markdown-body hr { + height: .25em; + padding: 0; + margin: 24px 0; + background-color: #e1e4e8; + border: 0; +} + +.markdown-body blockquote { + padding: 0 1em; + color: #6a737d; + border-left: .25em solid #dfe2e5; +} + +.markdown-body blockquote>:first-child { + margin-top: 0; +} + +.markdown-body blockquote>:last-child { + margin-bottom: 0; +} + +.markdown-body h1, +.markdown-body h2, +.markdown-body h3, +.markdown-body h4, +.markdown-body h5, +.markdown-body h6 { + margin-top: 24px; + margin-bottom: 16px; + font-weight: 600; + line-height: 1.25; +} + +.markdown-body h1 { + font-size: 2em; +} + +.markdown-body h1, +.markdown-body h2 { + padding-bottom: .3em; + border-bottom: 1px solid #eaecef; +} + +.markdown-body h2 { + font-size: 1.5em; +} + +.markdown-body h3 { + font-size: 1.25em; +} + +.markdown-body h4 { + font-size: 1em; +} + +.markdown-body h5 { + font-size: .875em; +} + +.markdown-body h6 { + font-size: .85em; + color: #6a737d; +} + +.markdown-body ol, +.markdown-body ul { + padding-left: 2em; +} + +.markdown-body ol ol, +.markdown-body ol ul, +.markdown-body ul ol, +.markdown-body ul ul { + margin-top: 0; + margin-bottom: 0; +} + +.markdown-body li { + word-wrap: break-all; +} + +.markdown-body li>p { + margin-top: 16px; +} + +.markdown-body li+li { + margin-top: .25em; +} + +.markdown-body dl { + padding: 0; +} + +.markdown-body dl dt { + padding: 0; + margin-top: 16px; + font-size: 1em; + font-style: italic; + font-weight: 600; +} + +.markdown-body dl dd { + padding: 0 16px; + margin-bottom: 16px; +} + +.markdown-body table { + display: block; + width: 100%; + overflow: auto; +} + +.markdown-body table th { + font-weight: 600; +} + +.markdown-body table td, +.markdown-body table th { + padding: 6px 13px; + border: 1px solid #dfe2e5; +} + +.markdown-body table tr { + background-color: #fff; + border-top: 1px solid #c6cbd1; +} + +.markdown-body table tr:nth-child(2n) { + background-color: #f6f8fa; +} + +.markdown-body img { + max-width: 100%; + box-sizing: initial; + background-color: #fff; +} + +.markdown-body img[align=right] { + padding-left: 20px; +} + +.markdown-body img[align=left] { + padding-right: 20px; +} + +.markdown-body code { + padding: .2em .4em; + margin: 0; + font-size: 85%; + background-color: rgba(27,31,35,.05); + border-radius: 3px; +} + +.markdown-body pre { + word-wrap: normal; +} + +.markdown-body pre>code { + padding: 0; + margin: 0; + font-size: 100%; + word-break: normal; + white-space: pre; + background: transparent; + border: 0; +} + +.markdown-body .highlight { + margin-bottom: 16px; +} + +.markdown-body .highlight pre { + margin-bottom: 0; + word-break: normal; +} + +.markdown-body .highlight pre, +.markdown-body pre { + padding: 16px; + overflow: auto; + font-size: 85%; + line-height: 1.45; + background-color: #f6f8fa; + border-radius: 3px; +} + +.markdown-body pre code { + display: inline; + max-width: auto; + padding: 0; + margin: 0; + overflow: visible; + line-height: inherit; + word-wrap: normal; + background-color: initial; + border: 0; +} + +.markdown-body .commit-tease-sha { + display: inline-block; + font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace; + font-size: 90%; + color: #444d56; +} + +.markdown-body .full-commit .btn-outline:not(:disabled):hover { + color: #005cc5; + border-color: #005cc5; +} + +.markdown-body .blob-wrapper { + overflow-x: auto; + overflow-y: hidden; +} + +.markdown-body .blob-wrapper-embedded { + max-height: 240px; + overflow-y: auto; +} + +.markdown-body .blob-num { + width: 1%; + min-width: 50px; + padding-right: 10px; + padding-left: 10px; + font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace; + font-size: 12px; + line-height: 20px; + color: rgba(27,31,35,.3); + text-align: right; + white-space: nowrap; + vertical-align: top; + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.markdown-body .blob-num:hover { + color: rgba(27,31,35,.6); +} + +.markdown-body .blob-num:before { + content: attr(data-line-number); +} + +.markdown-body .blob-code { + position: relative; + padding-right: 10px; + padding-left: 10px; + line-height: 20px; + vertical-align: top; +} + +.markdown-body .blob-code-inner { + overflow: visible; + font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace; + font-size: 12px; + color: #24292e; + word-wrap: normal; + white-space: pre; +} + +.markdown-body .pl-token.active, +.markdown-body .pl-token:hover { + cursor: pointer; + background: #ffea7f; +} + +.markdown-body .tab-size[data-tab-size="1"] { + -moz-tab-size: 1; + tab-size: 1; +} + +.markdown-body .tab-size[data-tab-size="2"] { + -moz-tab-size: 2; + tab-size: 2; +} + +.markdown-body .tab-size[data-tab-size="3"] { + -moz-tab-size: 3; + tab-size: 3; +} + +.markdown-body .tab-size[data-tab-size="4"] { + -moz-tab-size: 4; + tab-size: 4; +} + +.markdown-body .tab-size[data-tab-size="5"] { + -moz-tab-size: 5; + tab-size: 5; +} + +.markdown-body .tab-size[data-tab-size="6"] { + -moz-tab-size: 6; + tab-size: 6; +} + +.markdown-body .tab-size[data-tab-size="7"] { + -moz-tab-size: 7; + tab-size: 7; +} + +.markdown-body .tab-size[data-tab-size="8"] { + -moz-tab-size: 8; + tab-size: 8; +} + +.markdown-body .tab-size[data-tab-size="9"] { + -moz-tab-size: 9; + tab-size: 9; +} + +.markdown-body .tab-size[data-tab-size="10"] { + -moz-tab-size: 10; + tab-size: 10; +} + +.markdown-body .tab-size[data-tab-size="11"] { + -moz-tab-size: 11; + tab-size: 11; +} + +.markdown-body .tab-size[data-tab-size="12"] { + -moz-tab-size: 12; + tab-size: 12; +} + +.markdown-body .task-list-item { + list-style-type: none; +} + +.markdown-body .task-list-item+.task-list-item { + margin-top: 3px; +} + +.markdown-body .task-list-item input { + margin: 0 .2em .25em -1.6em; + vertical-align: middle; +} diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 261eeb9e..00000000 --- a/LICENSE +++ /dev/null @@ -1,201 +0,0 @@ - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. diff --git a/Packages/manifest.json b/Packages/manifest.json deleted file mode 100644 index 6de88717..00000000 --- a/Packages/manifest.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "dependencies": { - "com.unity.cinemachine": "2.6.11", - "com.unity.collab-proxy": "1.11.2", - "com.unity.ide.rider": "2.0.7", - "com.unity.ide.visualstudio": "2.0.11", - "com.unity.ide.vscode": "1.2.4", - "com.unity.inputsystem": "1.0.2", - "com.unity.probuilder": "4.5.2", - "com.unity.test-framework": "1.1.29", - "com.unity.textmeshpro": "3.0.6", - "com.unity.timeline": "1.4.8", - "com.unity.toolchain.win-x86_64-linux-x86_64": "2.0.0", - "com.unity.ugui": "1.0.0", - "com.unity.modules.ai": "1.0.0", - "com.unity.modules.androidjni": "1.0.0", - "com.unity.modules.animation": "1.0.0", - "com.unity.modules.assetbundle": "1.0.0", - "com.unity.modules.audio": "1.0.0", - "com.unity.modules.cloth": "1.0.0", - "com.unity.modules.director": "1.0.0", - "com.unity.modules.imageconversion": "1.0.0", - "com.unity.modules.imgui": "1.0.0", - "com.unity.modules.jsonserialize": "1.0.0", - "com.unity.modules.particlesystem": "1.0.0", - "com.unity.modules.physics": "1.0.0", - "com.unity.modules.physics2d": "1.0.0", - "com.unity.modules.screencapture": "1.0.0", - "com.unity.modules.terrain": "1.0.0", - "com.unity.modules.terrainphysics": "1.0.0", - "com.unity.modules.tilemap": "1.0.0", - "com.unity.modules.ui": "1.0.0", - "com.unity.modules.uielements": "1.0.0", - "com.unity.modules.umbra": "1.0.0", - "com.unity.modules.unityanalytics": "1.0.0", - "com.unity.modules.unitywebrequest": "1.0.0", - "com.unity.modules.unitywebrequestassetbundle": "1.0.0", - "com.unity.modules.unitywebrequestaudio": "1.0.0", - "com.unity.modules.unitywebrequesttexture": "1.0.0", - "com.unity.modules.unitywebrequestwww": "1.0.0", - "com.unity.modules.vehicles": "1.0.0", - "com.unity.modules.video": "1.0.0", - "com.unity.modules.vr": "1.0.0", - "com.unity.modules.wind": "1.0.0", - "com.unity.modules.xr": "1.0.0" - } -} diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json deleted file mode 100644 index 612aa594..00000000 --- a/Packages/packages-lock.json +++ /dev/null @@ -1,394 +0,0 @@ -{ - "dependencies": { - "com.unity.cinemachine": { - "version": "2.6.11", - "depth": 0, - "source": "registry", - "dependencies": {}, - "url": "https://packages.unity.com" - }, - "com.unity.collab-proxy": { - "version": "1.11.2", - "depth": 0, - "source": "registry", - "dependencies": {}, - "url": "https://packages.unity.com" - }, - "com.unity.ext.nunit": { - "version": "1.0.6", - "depth": 1, - "source": "registry", - "dependencies": {}, - "url": "https://packages.unity.com" - }, - "com.unity.ide.rider": { - "version": "2.0.7", - "depth": 0, - "source": "registry", - "dependencies": { - "com.unity.test-framework": "1.1.1" - }, - "url": "https://packages.unity.com" - }, - "com.unity.ide.visualstudio": { - "version": "2.0.11", - "depth": 0, - "source": "registry", - "dependencies": { - "com.unity.test-framework": "1.1.9" - }, - "url": "https://packages.unity.com" - }, - "com.unity.ide.vscode": { - "version": "1.2.4", - "depth": 0, - "source": "registry", - "dependencies": {}, - "url": "https://packages.unity.com" - }, - "com.unity.inputsystem": { - "version": "1.0.2", - "depth": 0, - "source": "registry", - "dependencies": {}, - "url": "https://packages.unity.com" - }, - "com.unity.probuilder": { - "version": "4.5.2", - "depth": 0, - "source": "registry", - "dependencies": { - "com.unity.settings-manager": "1.0.3" - }, - "url": "https://packages.unity.com" - }, - "com.unity.settings-manager": { - "version": "1.0.3", - "depth": 1, - "source": "registry", - "dependencies": {}, - "url": "https://packages.unity.com" - }, - "com.unity.sysroot": { - "version": "2.0.0", - "depth": 1, - "source": "registry", - "dependencies": {}, - "url": "https://packages.unity.com" - }, - "com.unity.sysroot.linux-x86_64": { - "version": "2.0.0", - "depth": 1, - "source": "registry", - "dependencies": { - "com.unity.sysroot": "2.0.0" - }, - "url": "https://packages.unity.com" - }, - "com.unity.test-framework": { - "version": "1.1.29", - "depth": 0, - "source": "registry", - "dependencies": { - "com.unity.ext.nunit": "1.0.6", - "com.unity.modules.imgui": "1.0.0", - "com.unity.modules.jsonserialize": "1.0.0" - }, - "url": "https://packages.unity.com" - }, - "com.unity.textmeshpro": { - "version": "3.0.6", - "depth": 0, - "source": "registry", - "dependencies": { - "com.unity.ugui": "1.0.0" - }, - "url": "https://packages.unity.com" - }, - "com.unity.timeline": { - "version": "1.4.8", - "depth": 0, - "source": "registry", - "dependencies": { - "com.unity.modules.director": "1.0.0", - "com.unity.modules.animation": "1.0.0", - "com.unity.modules.audio": "1.0.0", - "com.unity.modules.particlesystem": "1.0.0" - }, - "url": "https://packages.unity.com" - }, - "com.unity.toolchain.win-x86_64-linux-x86_64": { - "version": "2.0.0", - "depth": 0, - "source": "registry", - "dependencies": { - "com.unity.sysroot": "2.0.0", - "com.unity.sysroot.linux-x86_64": "2.0.0" - }, - "url": "https://packages.unity.com" - }, - "com.unity.ugui": { - "version": "1.0.0", - "depth": 0, - "source": "builtin", - "dependencies": { - "com.unity.modules.ui": "1.0.0", - "com.unity.modules.imgui": "1.0.0" - } - }, - "com.unity.modules.ai": { - "version": "1.0.0", - "depth": 0, - "source": "builtin", - "dependencies": {} - }, - "com.unity.modules.androidjni": { - "version": "1.0.0", - "depth": 0, - "source": "builtin", - "dependencies": {} - }, - "com.unity.modules.animation": { - "version": "1.0.0", - "depth": 0, - "source": "builtin", - "dependencies": {} - }, - "com.unity.modules.assetbundle": { - "version": "1.0.0", - "depth": 0, - "source": "builtin", - "dependencies": {} - }, - "com.unity.modules.audio": { - "version": "1.0.0", - "depth": 0, - "source": "builtin", - "dependencies": {} - }, - "com.unity.modules.cloth": { - "version": "1.0.0", - "depth": 0, - "source": "builtin", - "dependencies": { - "com.unity.modules.physics": "1.0.0" - } - }, - "com.unity.modules.director": { - "version": "1.0.0", - "depth": 0, - "source": "builtin", - "dependencies": { - "com.unity.modules.audio": "1.0.0", - "com.unity.modules.animation": "1.0.0" - } - }, - "com.unity.modules.imageconversion": { - "version": "1.0.0", - "depth": 0, - "source": "builtin", - "dependencies": {} - }, - "com.unity.modules.imgui": { - "version": "1.0.0", - "depth": 0, - "source": "builtin", - "dependencies": {} - }, - "com.unity.modules.jsonserialize": { - "version": "1.0.0", - "depth": 0, - "source": "builtin", - "dependencies": {} - }, - "com.unity.modules.particlesystem": { - "version": "1.0.0", - "depth": 0, - "source": "builtin", - "dependencies": {} - }, - "com.unity.modules.physics": { - "version": "1.0.0", - "depth": 0, - "source": "builtin", - "dependencies": {} - }, - "com.unity.modules.physics2d": { - "version": "1.0.0", - "depth": 0, - "source": "builtin", - "dependencies": {} - }, - "com.unity.modules.screencapture": { - "version": "1.0.0", - "depth": 0, - "source": "builtin", - "dependencies": { - "com.unity.modules.imageconversion": "1.0.0" - } - }, - "com.unity.modules.subsystems": { - "version": "1.0.0", - "depth": 1, - "source": "builtin", - "dependencies": { - "com.unity.modules.jsonserialize": "1.0.0" - } - }, - "com.unity.modules.terrain": { - "version": "1.0.0", - "depth": 0, - "source": "builtin", - "dependencies": {} - }, - "com.unity.modules.terrainphysics": { - "version": "1.0.0", - "depth": 0, - "source": "builtin", - "dependencies": { - "com.unity.modules.physics": "1.0.0", - "com.unity.modules.terrain": "1.0.0" - } - }, - "com.unity.modules.tilemap": { - "version": "1.0.0", - "depth": 0, - "source": "builtin", - "dependencies": { - "com.unity.modules.physics2d": "1.0.0" - } - }, - "com.unity.modules.ui": { - "version": "1.0.0", - "depth": 0, - "source": "builtin", - "dependencies": {} - }, - "com.unity.modules.uielements": { - "version": "1.0.0", - "depth": 0, - "source": "builtin", - "dependencies": { - "com.unity.modules.ui": "1.0.0", - "com.unity.modules.imgui": "1.0.0", - "com.unity.modules.jsonserialize": "1.0.0", - "com.unity.modules.uielementsnative": "1.0.0" - } - }, - "com.unity.modules.uielementsnative": { - "version": "1.0.0", - "depth": 1, - "source": "builtin", - "dependencies": { - "com.unity.modules.ui": "1.0.0", - "com.unity.modules.imgui": "1.0.0", - "com.unity.modules.jsonserialize": "1.0.0" - } - }, - "com.unity.modules.umbra": { - "version": "1.0.0", - "depth": 0, - "source": "builtin", - "dependencies": {} - }, - "com.unity.modules.unityanalytics": { - "version": "1.0.0", - "depth": 0, - "source": "builtin", - "dependencies": { - "com.unity.modules.unitywebrequest": "1.0.0", - "com.unity.modules.jsonserialize": "1.0.0" - } - }, - "com.unity.modules.unitywebrequest": { - "version": "1.0.0", - "depth": 0, - "source": "builtin", - "dependencies": {} - }, - "com.unity.modules.unitywebrequestassetbundle": { - "version": "1.0.0", - "depth": 0, - "source": "builtin", - "dependencies": { - "com.unity.modules.assetbundle": "1.0.0", - "com.unity.modules.unitywebrequest": "1.0.0" - } - }, - "com.unity.modules.unitywebrequestaudio": { - "version": "1.0.0", - "depth": 0, - "source": "builtin", - "dependencies": { - "com.unity.modules.unitywebrequest": "1.0.0", - "com.unity.modules.audio": "1.0.0" - } - }, - "com.unity.modules.unitywebrequesttexture": { - "version": "1.0.0", - "depth": 0, - "source": "builtin", - "dependencies": { - "com.unity.modules.unitywebrequest": "1.0.0", - "com.unity.modules.imageconversion": "1.0.0" - } - }, - "com.unity.modules.unitywebrequestwww": { - "version": "1.0.0", - "depth": 0, - "source": "builtin", - "dependencies": { - "com.unity.modules.unitywebrequest": "1.0.0", - "com.unity.modules.unitywebrequestassetbundle": "1.0.0", - "com.unity.modules.unitywebrequestaudio": "1.0.0", - "com.unity.modules.audio": "1.0.0", - "com.unity.modules.assetbundle": "1.0.0", - "com.unity.modules.imageconversion": "1.0.0" - } - }, - "com.unity.modules.vehicles": { - "version": "1.0.0", - "depth": 0, - "source": "builtin", - "dependencies": { - "com.unity.modules.physics": "1.0.0" - } - }, - "com.unity.modules.video": { - "version": "1.0.0", - "depth": 0, - "source": "builtin", - "dependencies": { - "com.unity.modules.audio": "1.0.0", - "com.unity.modules.ui": "1.0.0", - "com.unity.modules.unitywebrequest": "1.0.0" - } - }, - "com.unity.modules.vr": { - "version": "1.0.0", - "depth": 0, - "source": "builtin", - "dependencies": { - "com.unity.modules.jsonserialize": "1.0.0", - "com.unity.modules.physics": "1.0.0", - "com.unity.modules.xr": "1.0.0" - } - }, - "com.unity.modules.wind": { - "version": "1.0.0", - "depth": 0, - "source": "builtin", - "dependencies": {} - }, - "com.unity.modules.xr": { - "version": "1.0.0", - "depth": 0, - "source": "builtin", - "dependencies": { - "com.unity.modules.physics": "1.0.0", - "com.unity.modules.jsonserialize": "1.0.0", - "com.unity.modules.subsystems": "1.0.0" - } - } - } -} diff --git a/ProjectSettings/AudioManager.asset b/ProjectSettings/AudioManager.asset deleted file mode 100644 index 07ebfb05..00000000 --- a/ProjectSettings/AudioManager.asset +++ /dev/null @@ -1,19 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!11 &1 -AudioManager: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Volume: 1 - Rolloff Scale: 1 - Doppler Factor: 1 - Default Speaker Mode: 2 - m_SampleRate: 0 - m_DSPBufferSize: 1024 - m_VirtualVoiceCount: 512 - m_RealVoiceCount: 32 - m_SpatializerPlugin: - m_AmbisonicDecoderPlugin: - m_DisableAudio: 0 - m_VirtualizeEffects: 1 - m_RequestedDSPBufferSize: 1024 diff --git a/ProjectSettings/ClusterInputManager.asset b/ProjectSettings/ClusterInputManager.asset deleted file mode 100644 index e7886b26..00000000 --- a/ProjectSettings/ClusterInputManager.asset +++ /dev/null @@ -1,6 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!236 &1 -ClusterInputManager: - m_ObjectHideFlags: 0 - m_Inputs: [] diff --git a/ProjectSettings/DynamicsManager.asset b/ProjectSettings/DynamicsManager.asset deleted file mode 100644 index cdc1f3ea..00000000 --- a/ProjectSettings/DynamicsManager.asset +++ /dev/null @@ -1,34 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!55 &1 -PhysicsManager: - m_ObjectHideFlags: 0 - serializedVersion: 11 - m_Gravity: {x: 0, y: -9.81, z: 0} - m_DefaultMaterial: {fileID: 0} - m_BounceThreshold: 2 - m_SleepThreshold: 0.005 - m_DefaultContactOffset: 0.01 - m_DefaultSolverIterations: 6 - m_DefaultSolverVelocityIterations: 1 - m_QueriesHitBackfaces: 0 - m_QueriesHitTriggers: 1 - m_EnableAdaptiveForce: 0 - m_ClothInterCollisionDistance: 0 - m_ClothInterCollisionStiffness: 0 - m_ContactsGeneration: 1 - m_LayerCollisionMatrix: ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff - m_AutoSimulation: 1 - m_AutoSyncTransforms: 0 - m_ReuseCollisionCallbacks: 1 - m_ClothInterCollisionSettingsToggle: 0 - m_ContactPairsMode: 0 - m_BroadphaseType: 0 - m_WorldBounds: - m_Center: {x: 0, y: 0, z: 0} - m_Extent: {x: 250, y: 250, z: 250} - m_WorldSubdivisions: 8 - m_FrictionType: 0 - m_EnableEnhancedDeterminism: 0 - m_EnableUnifiedHeightmaps: 1 - m_DefaultMaxAngluarSpeed: 7 diff --git a/ProjectSettings/EditorBuildSettings.asset b/ProjectSettings/EditorBuildSettings.asset deleted file mode 100644 index 45012efd..00000000 --- a/ProjectSettings/EditorBuildSettings.asset +++ /dev/null @@ -1,11 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!1045 &1 -EditorBuildSettings: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Scenes: - - enabled: 1 - path: Assets/Scenes/Test Range.unity - guid: 9fc0d4010bbf28b4594072e72b8655ab - m_configObjects: {} diff --git a/ProjectSettings/EditorSettings.asset b/ProjectSettings/EditorSettings.asset deleted file mode 100644 index de5d0b2d..00000000 --- a/ProjectSettings/EditorSettings.asset +++ /dev/null @@ -1,30 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!159 &1 -EditorSettings: - m_ObjectHideFlags: 0 - serializedVersion: 11 - m_ExternalVersionControlSupport: Visible Meta Files - m_SerializationMode: 2 - m_LineEndingsForNewScripts: 0 - m_DefaultBehaviorMode: 0 - m_PrefabRegularEnvironment: {fileID: 0} - m_PrefabUIEnvironment: {fileID: 0} - m_SpritePackerMode: 0 - m_SpritePackerPaddingPower: 1 - m_EtcTextureCompressorBehavior: 1 - m_EtcTextureFastCompressor: 1 - m_EtcTextureNormalCompressor: 2 - m_EtcTextureBestCompressor: 4 - m_ProjectGenerationIncludedExtensions: txt;xml;fnt;cd;asmdef;rsp;asmref - m_ProjectGenerationRootNamespace: - m_CollabEditorSettings: - inProgressEnabled: 1 - m_EnableTextureStreamingInEditMode: 1 - m_EnableTextureStreamingInPlayMode: 1 - m_AsyncShaderCompilation: 1 - m_EnterPlayModeOptionsEnabled: 0 - m_EnterPlayModeOptions: 3 - m_ShowLightmapResolutionOverlay: 1 - m_UseLegacyProbeSampleCount: 0 - m_SerializeInlineMappingsOnOneLine: 1 \ No newline at end of file diff --git a/ProjectSettings/GraphicsSettings.asset b/ProjectSettings/GraphicsSettings.asset deleted file mode 100644 index 43369e3c..00000000 --- a/ProjectSettings/GraphicsSettings.asset +++ /dev/null @@ -1,63 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!30 &1 -GraphicsSettings: - m_ObjectHideFlags: 0 - serializedVersion: 13 - m_Deferred: - m_Mode: 1 - m_Shader: {fileID: 69, guid: 0000000000000000f000000000000000, type: 0} - m_DeferredReflections: - m_Mode: 1 - m_Shader: {fileID: 74, guid: 0000000000000000f000000000000000, type: 0} - m_ScreenSpaceShadows: - m_Mode: 1 - m_Shader: {fileID: 64, guid: 0000000000000000f000000000000000, type: 0} - m_LegacyDeferred: - m_Mode: 1 - m_Shader: {fileID: 63, guid: 0000000000000000f000000000000000, type: 0} - m_DepthNormals: - m_Mode: 1 - m_Shader: {fileID: 62, guid: 0000000000000000f000000000000000, type: 0} - m_MotionVectors: - m_Mode: 1 - m_Shader: {fileID: 75, guid: 0000000000000000f000000000000000, type: 0} - m_LightHalo: - m_Mode: 1 - m_Shader: {fileID: 105, guid: 0000000000000000f000000000000000, type: 0} - m_LensFlare: - m_Mode: 1 - m_Shader: {fileID: 102, guid: 0000000000000000f000000000000000, type: 0} - m_AlwaysIncludedShaders: - - {fileID: 7, guid: 0000000000000000f000000000000000, type: 0} - - {fileID: 15104, guid: 0000000000000000f000000000000000, type: 0} - - {fileID: 15105, guid: 0000000000000000f000000000000000, type: 0} - - {fileID: 15106, guid: 0000000000000000f000000000000000, type: 0} - - {fileID: 10753, guid: 0000000000000000f000000000000000, type: 0} - - {fileID: 10770, guid: 0000000000000000f000000000000000, type: 0} - m_PreloadedShaders: [] - m_SpritesDefaultMaterial: {fileID: 10754, guid: 0000000000000000f000000000000000, - type: 0} - m_CustomRenderPipeline: {fileID: 0} - m_TransparencySortMode: 0 - m_TransparencySortAxis: {x: 0, y: 0, z: 1} - m_DefaultRenderingPath: 1 - m_DefaultMobileRenderingPath: 1 - m_TierSettings: [] - m_LightmapStripping: 0 - m_FogStripping: 0 - m_InstancingStripping: 0 - m_LightmapKeepPlain: 1 - m_LightmapKeepDirCombined: 1 - m_LightmapKeepDynamicPlain: 1 - m_LightmapKeepDynamicDirCombined: 1 - m_LightmapKeepShadowMask: 1 - m_LightmapKeepSubtractive: 1 - m_FogKeepLinear: 1 - m_FogKeepExp: 1 - m_FogKeepExp2: 1 - m_AlbedoSwatchInfos: [] - m_LightsUseLinearIntensity: 0 - m_LightsUseColorTemperature: 0 - m_LogWhenShaderIsCompiled: 0 - m_AllowEnlightenSupportForUpgradedProject: 0 diff --git a/ProjectSettings/InputManager.asset b/ProjectSettings/InputManager.asset deleted file mode 100644 index 17c8f538..00000000 --- a/ProjectSettings/InputManager.asset +++ /dev/null @@ -1,295 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!13 &1 -InputManager: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_Axes: - - serializedVersion: 3 - m_Name: Horizontal - descriptiveName: - descriptiveNegativeName: - negativeButton: left - positiveButton: right - altNegativeButton: a - altPositiveButton: d - gravity: 3 - dead: 0.001 - sensitivity: 3 - snap: 1 - invert: 0 - type: 0 - axis: 0 - joyNum: 0 - - serializedVersion: 3 - m_Name: Vertical - descriptiveName: - descriptiveNegativeName: - negativeButton: down - positiveButton: up - altNegativeButton: s - altPositiveButton: w - gravity: 3 - dead: 0.001 - sensitivity: 3 - snap: 1 - invert: 0 - type: 0 - axis: 0 - joyNum: 0 - - serializedVersion: 3 - m_Name: Fire1 - descriptiveName: - descriptiveNegativeName: - negativeButton: - positiveButton: left ctrl - altNegativeButton: - altPositiveButton: mouse 0 - gravity: 1000 - dead: 0.001 - sensitivity: 1000 - snap: 0 - invert: 0 - type: 0 - axis: 0 - joyNum: 0 - - serializedVersion: 3 - m_Name: Fire2 - descriptiveName: - descriptiveNegativeName: - negativeButton: - positiveButton: left alt - altNegativeButton: - altPositiveButton: mouse 1 - gravity: 1000 - dead: 0.001 - sensitivity: 1000 - snap: 0 - invert: 0 - type: 0 - axis: 0 - joyNum: 0 - - serializedVersion: 3 - m_Name: Fire3 - descriptiveName: - descriptiveNegativeName: - negativeButton: - positiveButton: left shift - altNegativeButton: - altPositiveButton: mouse 2 - gravity: 1000 - dead: 0.001 - sensitivity: 1000 - snap: 0 - invert: 0 - type: 0 - axis: 0 - joyNum: 0 - - serializedVersion: 3 - m_Name: Jump - descriptiveName: - descriptiveNegativeName: - negativeButton: - positiveButton: space - altNegativeButton: - altPositiveButton: - gravity: 1000 - dead: 0.001 - sensitivity: 1000 - snap: 0 - invert: 0 - type: 0 - axis: 0 - joyNum: 0 - - serializedVersion: 3 - m_Name: Mouse X - descriptiveName: - descriptiveNegativeName: - negativeButton: - positiveButton: - altNegativeButton: - altPositiveButton: - gravity: 0 - dead: 0 - sensitivity: 0.1 - snap: 0 - invert: 0 - type: 1 - axis: 0 - joyNum: 0 - - serializedVersion: 3 - m_Name: Mouse Y - descriptiveName: - descriptiveNegativeName: - negativeButton: - positiveButton: - altNegativeButton: - altPositiveButton: - gravity: 0 - dead: 0 - sensitivity: 0.1 - snap: 0 - invert: 0 - type: 1 - axis: 1 - joyNum: 0 - - serializedVersion: 3 - m_Name: Mouse ScrollWheel - descriptiveName: - descriptiveNegativeName: - negativeButton: - positiveButton: - altNegativeButton: - altPositiveButton: - gravity: 0 - dead: 0 - sensitivity: 0.1 - snap: 0 - invert: 0 - type: 1 - axis: 2 - joyNum: 0 - - serializedVersion: 3 - m_Name: Horizontal - descriptiveName: - descriptiveNegativeName: - negativeButton: - positiveButton: - altNegativeButton: - altPositiveButton: - gravity: 0 - dead: 0.19 - sensitivity: 1 - snap: 0 - invert: 0 - type: 2 - axis: 0 - joyNum: 0 - - serializedVersion: 3 - m_Name: Vertical - descriptiveName: - descriptiveNegativeName: - negativeButton: - positiveButton: - altNegativeButton: - altPositiveButton: - gravity: 0 - dead: 0.19 - sensitivity: 1 - snap: 0 - invert: 1 - type: 2 - axis: 1 - joyNum: 0 - - serializedVersion: 3 - m_Name: Fire1 - descriptiveName: - descriptiveNegativeName: - negativeButton: - positiveButton: joystick button 0 - altNegativeButton: - altPositiveButton: - gravity: 1000 - dead: 0.001 - sensitivity: 1000 - snap: 0 - invert: 0 - type: 0 - axis: 0 - joyNum: 0 - - serializedVersion: 3 - m_Name: Fire2 - descriptiveName: - descriptiveNegativeName: - negativeButton: - positiveButton: joystick button 1 - altNegativeButton: - altPositiveButton: - gravity: 1000 - dead: 0.001 - sensitivity: 1000 - snap: 0 - invert: 0 - type: 0 - axis: 0 - joyNum: 0 - - serializedVersion: 3 - m_Name: Fire3 - descriptiveName: - descriptiveNegativeName: - negativeButton: - positiveButton: joystick button 2 - altNegativeButton: - altPositiveButton: - gravity: 1000 - dead: 0.001 - sensitivity: 1000 - snap: 0 - invert: 0 - type: 0 - axis: 0 - joyNum: 0 - - serializedVersion: 3 - m_Name: Jump - descriptiveName: - descriptiveNegativeName: - negativeButton: - positiveButton: joystick button 3 - altNegativeButton: - altPositiveButton: - gravity: 1000 - dead: 0.001 - sensitivity: 1000 - snap: 0 - invert: 0 - type: 0 - axis: 0 - joyNum: 0 - - serializedVersion: 3 - m_Name: Submit - descriptiveName: - descriptiveNegativeName: - negativeButton: - positiveButton: return - altNegativeButton: - altPositiveButton: joystick button 0 - gravity: 1000 - dead: 0.001 - sensitivity: 1000 - snap: 0 - invert: 0 - type: 0 - axis: 0 - joyNum: 0 - - serializedVersion: 3 - m_Name: Submit - descriptiveName: - descriptiveNegativeName: - negativeButton: - positiveButton: enter - altNegativeButton: - altPositiveButton: space - gravity: 1000 - dead: 0.001 - sensitivity: 1000 - snap: 0 - invert: 0 - type: 0 - axis: 0 - joyNum: 0 - - serializedVersion: 3 - m_Name: Cancel - descriptiveName: - descriptiveNegativeName: - negativeButton: - positiveButton: escape - altNegativeButton: - altPositiveButton: joystick button 1 - gravity: 1000 - dead: 0.001 - sensitivity: 1000 - snap: 0 - invert: 0 - type: 0 - axis: 0 - joyNum: 0 diff --git a/ProjectSettings/NavMeshAreas.asset b/ProjectSettings/NavMeshAreas.asset deleted file mode 100644 index 3b0b7c3d..00000000 --- a/ProjectSettings/NavMeshAreas.asset +++ /dev/null @@ -1,91 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!126 &1 -NavMeshProjectSettings: - m_ObjectHideFlags: 0 - serializedVersion: 2 - areas: - - name: Walkable - cost: 1 - - name: Not Walkable - cost: 1 - - name: Jump - cost: 2 - - name: - cost: 1 - - name: - cost: 1 - - name: - cost: 1 - - name: - cost: 1 - - name: - cost: 1 - - name: - cost: 1 - - name: - cost: 1 - - name: - cost: 1 - - name: - cost: 1 - - name: - cost: 1 - - name: - cost: 1 - - name: - cost: 1 - - name: - cost: 1 - - name: - cost: 1 - - name: - cost: 1 - - name: - cost: 1 - - name: - cost: 1 - - name: - cost: 1 - - name: - cost: 1 - - name: - cost: 1 - - name: - cost: 1 - - name: - cost: 1 - - name: - cost: 1 - - name: - cost: 1 - - name: - cost: 1 - - name: - cost: 1 - - name: - cost: 1 - - name: - cost: 1 - - name: - cost: 1 - m_LastAgentTypeID: -887442657 - m_Settings: - - serializedVersion: 2 - agentTypeID: 0 - agentRadius: 0.5 - agentHeight: 2 - agentSlope: 45 - agentClimb: 0.75 - ledgeDropHeight: 0 - maxJumpAcrossDistance: 0 - minRegionArea: 2 - manualCellSize: 0 - cellSize: 0.16666667 - manualTileSize: 0 - tileSize: 256 - accuratePlacement: 0 - debug: - m_Flags: 0 - m_SettingNames: - - Humanoid diff --git a/ProjectSettings/PackageManagerSettings.asset b/ProjectSettings/PackageManagerSettings.asset deleted file mode 100644 index be4a7974..00000000 --- a/ProjectSettings/PackageManagerSettings.asset +++ /dev/null @@ -1,43 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!114 &1 -MonoBehaviour: - m_ObjectHideFlags: 61 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 13964, guid: 0000000000000000e000000000000000, type: 0} - m_Name: - m_EditorClassIdentifier: - m_EnablePreviewPackages: 0 - m_EnablePackageDependencies: 0 - m_AdvancedSettingsExpanded: 1 - m_ScopedRegistriesSettingsExpanded: 1 - oneTimeWarningShown: 0 - m_Registries: - - m_Id: main - m_Name: - m_Url: https://packages.unity.com - m_Scopes: [] - m_IsDefault: 1 - m_Capabilities: 7 - m_UserSelectedRegistryName: - m_UserAddingNewScopedRegistry: 0 - m_RegistryInfoDraft: - m_ErrorMessage: - m_Original: - m_Id: - m_Name: - m_Url: - m_Scopes: [] - m_IsDefault: 0 - m_Capabilities: 0 - m_Modified: 0 - m_Name: - m_Url: - m_Scopes: - - - m_SelectedScopeIndex: 0 diff --git a/ProjectSettings/Packages/com.unity.probuilder/Settings.json b/ProjectSettings/Packages/com.unity.probuilder/Settings.json deleted file mode 100644 index bc191111..00000000 --- a/ProjectSettings/Packages/com.unity.probuilder/Settings.json +++ /dev/null @@ -1,148 +0,0 @@ -{ - "m_Name": "Settings", - "m_Path": "ProjectSettings/Packages/com.unity.probuilder/Settings.json", - "m_Dictionary": { - "m_DictionaryValues": [ - { - "type": "UnityEngine.ProBuilder.LogLevel, Unity.ProBuilder, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", - "key": "log.level", - "value": "{\"m_Value\":3}" - }, - { - "type": "UnityEngine.ProBuilder.LogOutput, Unity.ProBuilder, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", - "key": "log.output", - "value": "{\"m_Value\":1}" - }, - { - "type": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "key": "log.path", - "value": "{\"m_Value\":\"ProBuilderLog.txt\"}" - }, - { - "type": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "key": "VertexColorPalette.previousColorPalette", - "value": "{\"m_Value\":\"Assets/ProBuilder Data/Default Color Palette.asset\"}" - }, - { - "type": "UnityEngine.ProBuilder.SemVer, Unity.ProBuilder, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", - "key": "about.identifier", - "value": "{\"m_Value\":{\"m_Major\":4,\"m_Minor\":5,\"m_Patch\":2,\"m_Build\":-1,\"m_Type\":\"\",\"m_Metadata\":\"\",\"m_Date\":\"\"}}" - }, - { - "type": "UnityEngine.ProBuilder.SemVer, Unity.ProBuilder, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", - "key": "preferences.version", - "value": "{\"m_Value\":{\"m_Major\":4,\"m_Minor\":5,\"m_Patch\":2,\"m_Build\":-1,\"m_Type\":\"\",\"m_Metadata\":\"\",\"m_Date\":\"\"}}" - }, - { - "type": "System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "key": "lightmapping.autoUnwrapLightmapUV", - "value": "{\"m_Value\":true}" - }, - { - "type": "System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "key": "UnityEngine.ProBuilder.ProBuilderEditor-isUtilityWindow", - "value": "{\"m_Value\":false}" - }, - { - "type": "System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "key": "editor.backFaceSelectEnabled", - "value": "{\"m_Value\":false}" - }, - { - "type": "System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "key": "editor.toolbarIconGUI", - "value": "{\"m_Value\":false}" - }, - { - "type": "System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "key": "editor.showSceneInfo", - "value": "{\"m_Value\":false}" - }, - { - "type": "System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "key": "mesh.newShapesSnapToGrid", - "value": "{\"m_Value\":true}" - }, - { - "type": "System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "key": "editor.autoRecalculateCollisions", - "value": "{\"m_Value\":false}" - }, - { - "type": "System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "key": "mesh.meshColliderIsConvex", - "value": "{\"m_Value\":false}" - }, - { - "type": "System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "key": "editor.closeWindowAfterShapeCreation", - "value": "{\"m_Value\":false}" - }, - { - "type": "System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "key": "editor.showEditorNotifications", - "value": "{\"m_Value\":false}" - }, - { - "type": "System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "key": "editor.stripProBuilderScriptsOnBuild", - "value": "{\"m_Value\":true}" - }, - { - "type": "System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", - "key": "editor.extrudeEdgesAsGroup", - "value": "{\"m_Value\":true}" - }, - { - "type": "UnityEngine.ProBuilder.SelectionModifierBehavior, Unity.ProBuilder, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", - "key": "editor.rectSelectModifier", - "value": "{\"m_Value\":2}" - }, - { - "type": "UnityEngine.ProBuilder.RectSelectMode, Unity.ProBuilder, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", - "key": "editor.dragSelectRectMode", - "value": "{\"m_Value\":0}" - }, - { - "type": "UnityEngine.ProBuilder.SelectMode, Unity.ProBuilder, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", - "key": "editor.selectMode", - "value": "{\"m_Value\":1}" - }, - { - "type": "UnityEngine.ProBuilder.PivotLocation, Unity.ProBuilder, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", - "key": "mesh.newShapePivotLocation", - "value": "{\"m_Value\":1}" - }, - { - "type": "UnityEngine.Rendering.ShadowCastingMode, UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", - "key": "mesh.shadowCastingMode", - "value": "{\"m_Value\":1}" - }, - { - "type": "UnityEngine.Material, UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", - "key": "mesh.userMaterial", - "value": "{\"m_Value\":{\"instanceID\":0}}" - }, - { - "type": "UnityEditor.StaticEditorFlags, UnityEditor.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", - "key": "mesh.defaultStaticEditorFlags", - "value": "{\"m_Value\":0}" - }, - { - "type": "UnityEngine.ProBuilder.ColliderType, Unity.ProBuilder, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", - "key": "mesh.newShapeColliderType", - "value": "{\"m_Value\":2}" - }, - { - "type": "UnityEngine.ProBuilder.UnwrapParameters, Unity.ProBuilder, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", - "key": "lightmapping.defaultLightmapUnwrapParameters", - "value": "{\"m_Value\":{\"m_HardAngle\":88.0,\"m_PackMargin\":20.0,\"m_AngleError\":8.0,\"m_AreaError\":15.0}}" - }, - { - "type": "UnityEngine.ProBuilder.ExtrudeMethod, Unity.ProBuilder, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", - "key": "editor.extrudeMethod", - "value": "{\"m_Value\":2}" - } - ] - } -} \ No newline at end of file diff --git a/ProjectSettings/Physics2DSettings.asset b/ProjectSettings/Physics2DSettings.asset deleted file mode 100644 index 47880b1c..00000000 --- a/ProjectSettings/Physics2DSettings.asset +++ /dev/null @@ -1,56 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!19 &1 -Physics2DSettings: - m_ObjectHideFlags: 0 - serializedVersion: 4 - m_Gravity: {x: 0, y: -9.81} - m_DefaultMaterial: {fileID: 0} - m_VelocityIterations: 8 - m_PositionIterations: 3 - m_VelocityThreshold: 1 - m_MaxLinearCorrection: 0.2 - m_MaxAngularCorrection: 8 - m_MaxTranslationSpeed: 100 - m_MaxRotationSpeed: 360 - m_BaumgarteScale: 0.2 - m_BaumgarteTimeOfImpactScale: 0.75 - m_TimeToSleep: 0.5 - m_LinearSleepTolerance: 0.01 - m_AngularSleepTolerance: 2 - m_DefaultContactOffset: 0.01 - m_JobOptions: - serializedVersion: 2 - useMultithreading: 0 - useConsistencySorting: 0 - m_InterpolationPosesPerJob: 100 - m_NewContactsPerJob: 30 - m_CollideContactsPerJob: 100 - m_ClearFlagsPerJob: 200 - m_ClearBodyForcesPerJob: 200 - m_SyncDiscreteFixturesPerJob: 50 - m_SyncContinuousFixturesPerJob: 50 - m_FindNearestContactsPerJob: 100 - m_UpdateTriggerContactsPerJob: 100 - m_IslandSolverCostThreshold: 100 - m_IslandSolverBodyCostScale: 1 - m_IslandSolverContactCostScale: 10 - m_IslandSolverJointCostScale: 10 - m_IslandSolverBodiesPerJob: 50 - m_IslandSolverContactsPerJob: 50 - m_AutoSimulation: 1 - m_QueriesHitTriggers: 1 - m_QueriesStartInColliders: 1 - m_CallbacksOnDisable: 1 - m_ReuseCollisionCallbacks: 1 - m_AutoSyncTransforms: 0 - m_AlwaysShowColliders: 0 - m_ShowColliderSleep: 1 - m_ShowColliderContacts: 0 - m_ShowColliderAABB: 0 - m_ContactArrowScale: 0.2 - m_ColliderAwakeColor: {r: 0.5686275, g: 0.95686275, b: 0.54509807, a: 0.7529412} - m_ColliderAsleepColor: {r: 0.5686275, g: 0.95686275, b: 0.54509807, a: 0.36078432} - m_ColliderContactColor: {r: 1, g: 0, b: 1, a: 0.6862745} - m_ColliderAABBColor: {r: 1, g: 1, b: 0, a: 0.2509804} - m_LayerCollisionMatrix: ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff diff --git a/ProjectSettings/PresetManager.asset b/ProjectSettings/PresetManager.asset deleted file mode 100644 index 67a94dae..00000000 --- a/ProjectSettings/PresetManager.asset +++ /dev/null @@ -1,7 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!1386491679 &1 -PresetManager: - m_ObjectHideFlags: 0 - serializedVersion: 2 - m_DefaultPresets: {} diff --git a/ProjectSettings/ProjectSettings.asset b/ProjectSettings/ProjectSettings.asset deleted file mode 100644 index f6602e16..00000000 --- a/ProjectSettings/ProjectSettings.asset +++ /dev/null @@ -1,689 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!129 &1 -PlayerSettings: - m_ObjectHideFlags: 0 - serializedVersion: 22 - productGUID: 994279b7e62cdc74cbd67d28658126d2 - AndroidProfiler: 0 - AndroidFilterTouchesWhenObscured: 0 - AndroidEnableSustainedPerformanceMode: 0 - defaultScreenOrientation: 4 - targetDevice: 2 - useOnDemandResources: 0 - accelerometerFrequency: 60 - companyName: DefaultCompany - productName: Unity Tutorial - defaultCursor: {fileID: 0} - cursorHotspot: {x: 0, y: 0} - m_SplashScreenBackgroundColor: {r: 0.13725491, g: 0.12156863, b: 0.1254902, a: 1} - m_ShowUnitySplashScreen: 1 - m_ShowUnitySplashLogo: 1 - m_SplashScreenOverlayOpacity: 1 - m_SplashScreenAnimation: 1 - m_SplashScreenLogoStyle: 1 - m_SplashScreenDrawMode: 0 - m_SplashScreenBackgroundAnimationZoom: 1 - m_SplashScreenLogoAnimationZoom: 1 - m_SplashScreenBackgroundLandscapeAspect: 1 - m_SplashScreenBackgroundPortraitAspect: 1 - m_SplashScreenBackgroundLandscapeUvs: - serializedVersion: 2 - x: 0 - y: 0 - width: 1 - height: 1 - m_SplashScreenBackgroundPortraitUvs: - serializedVersion: 2 - x: 0 - y: 0 - width: 1 - height: 1 - m_SplashScreenLogos: [] - m_VirtualRealitySplashScreen: {fileID: 0} - m_HolographicTrackingLossScreen: {fileID: 0} - defaultScreenWidth: 1024 - defaultScreenHeight: 768 - defaultScreenWidthWeb: 960 - defaultScreenHeightWeb: 600 - m_StereoRenderingPath: 0 - m_ActiveColorSpace: 0 - m_MTRendering: 1 - mipStripping: 0 - numberOfMipsStripped: 0 - m_StackTraceTypes: 010000000100000001000000010000000100000001000000 - iosShowActivityIndicatorOnLoading: -1 - androidShowActivityIndicatorOnLoading: -1 - iosUseCustomAppBackgroundBehavior: 0 - iosAllowHTTPDownload: 1 - allowedAutorotateToPortrait: 1 - allowedAutorotateToPortraitUpsideDown: 1 - allowedAutorotateToLandscapeRight: 1 - allowedAutorotateToLandscapeLeft: 1 - useOSAutorotation: 1 - use32BitDisplayBuffer: 1 - preserveFramebufferAlpha: 0 - disableDepthAndStencilBuffers: 0 - androidStartInFullscreen: 1 - androidRenderOutsideSafeArea: 1 - androidUseSwappy: 1 - androidBlitType: 0 - androidResizableWindow: 0 - androidDefaultWindowWidth: 1920 - androidDefaultWindowHeight: 1080 - androidMinimumWindowWidth: 400 - androidMinimumWindowHeight: 300 - androidFullscreenMode: 1 - defaultIsNativeResolution: 1 - macRetinaSupport: 1 - runInBackground: 1 - captureSingleScreen: 0 - muteOtherAudioSources: 0 - Prepare IOS For Recording: 0 - Force IOS Speakers When Recording: 0 - deferSystemGesturesMode: 0 - hideHomeButton: 0 - submitAnalytics: 1 - usePlayerLog: 1 - bakeCollisionMeshes: 0 - forceSingleInstance: 0 - useFlipModelSwapchain: 1 - resizableWindow: 0 - useMacAppStoreValidation: 0 - macAppStoreCategory: public.app-category.games - gpuSkinning: 1 - xboxPIXTextureCapture: 0 - xboxEnableAvatar: 0 - xboxEnableKinect: 0 - xboxEnableKinectAutoTracking: 0 - xboxEnableFitness: 0 - visibleInBackground: 1 - allowFullscreenSwitch: 1 - fullscreenMode: 1 - xboxSpeechDB: 0 - xboxEnableHeadOrientation: 0 - xboxEnableGuest: 0 - xboxEnablePIXSampling: 0 - metalFramebufferOnly: 0 - xboxOneResolution: 0 - xboxOneSResolution: 0 - xboxOneXResolution: 3 - xboxOneMonoLoggingLevel: 0 - xboxOneLoggingLevel: 1 - xboxOneDisableEsram: 0 - xboxOneEnableTypeOptimization: 0 - xboxOnePresentImmediateThreshold: 0 - switchQueueCommandMemory: 0 - switchQueueControlMemory: 16384 - switchQueueComputeMemory: 262144 - switchNVNShaderPoolsGranularity: 33554432 - switchNVNDefaultPoolsGranularity: 16777216 - switchNVNOtherPoolsGranularity: 16777216 - switchNVNMaxPublicTextureIDCount: 0 - switchNVNMaxPublicSamplerIDCount: 0 - stadiaPresentMode: 0 - stadiaTargetFramerate: 0 - vulkanNumSwapchainBuffers: 3 - vulkanEnableSetSRGBWrite: 0 - vulkanEnablePreTransform: 0 - vulkanEnableLateAcquireNextImage: 0 - vulkanEnableCommandBufferRecycling: 1 - m_SupportedAspectRatios: - 4:3: 1 - 5:4: 1 - 16:10: 1 - 16:9: 1 - Others: 1 - bundleVersion: 0.1 - preloadedAssets: [] - metroInputSource: 0 - wsaTransparentSwapchain: 0 - m_HolographicPauseOnTrackingLoss: 1 - xboxOneDisableKinectGpuReservation: 1 - xboxOneEnable7thCore: 1 - vrSettings: - enable360StereoCapture: 0 - isWsaHolographicRemotingEnabled: 0 - enableFrameTimingStats: 0 - useHDRDisplay: 0 - D3DHDRBitDepth: 0 - m_ColorGamuts: 00000000 - targetPixelDensity: 30 - resolutionScalingMode: 0 - androidSupportedAspectRatio: 1 - androidMaxAspectRatio: 2.1 - applicationIdentifier: - Standalone: com.DefaultCompany.UnityTutorial - buildNumber: - Standalone: 0 - iPhone: 0 - tvOS: 0 - overrideDefaultApplicationIdentifier: 0 - AndroidBundleVersionCode: 1 - AndroidMinSdkVersion: 19 - AndroidTargetSdkVersion: 0 - AndroidPreferredInstallLocation: 1 - aotOptions: - stripEngineCode: 1 - iPhoneStrippingLevel: 0 - iPhoneScriptCallOptimization: 0 - ForceInternetPermission: 0 - ForceSDCardPermission: 0 - CreateWallpaper: 0 - APKExpansionFiles: 0 - keepLoadedShadersAlive: 0 - StripUnusedMeshComponents: 1 - VertexChannelCompressionMask: 4054 - iPhoneSdkVersion: 988 - iOSTargetOSVersionString: 11.0 - tvOSSdkVersion: 0 - tvOSRequireExtendedGameController: 0 - tvOSTargetOSVersionString: 11.0 - uIPrerenderedIcon: 0 - uIRequiresPersistentWiFi: 0 - uIRequiresFullScreen: 1 - uIStatusBarHidden: 1 - uIExitOnSuspend: 0 - uIStatusBarStyle: 0 - appleTVSplashScreen: {fileID: 0} - appleTVSplashScreen2x: {fileID: 0} - tvOSSmallIconLayers: [] - tvOSSmallIconLayers2x: [] - tvOSLargeIconLayers: [] - tvOSLargeIconLayers2x: [] - tvOSTopShelfImageLayers: [] - tvOSTopShelfImageLayers2x: [] - tvOSTopShelfImageWideLayers: [] - tvOSTopShelfImageWideLayers2x: [] - iOSLaunchScreenType: 0 - iOSLaunchScreenPortrait: {fileID: 0} - iOSLaunchScreenLandscape: {fileID: 0} - iOSLaunchScreenBackgroundColor: - serializedVersion: 2 - rgba: 0 - iOSLaunchScreenFillPct: 100 - iOSLaunchScreenSize: 100 - iOSLaunchScreenCustomXibPath: - iOSLaunchScreeniPadType: 0 - iOSLaunchScreeniPadImage: {fileID: 0} - iOSLaunchScreeniPadBackgroundColor: - serializedVersion: 2 - rgba: 0 - iOSLaunchScreeniPadFillPct: 100 - iOSLaunchScreeniPadSize: 100 - iOSLaunchScreeniPadCustomXibPath: - iOSLaunchScreenCustomStoryboardPath: - iOSLaunchScreeniPadCustomStoryboardPath: - iOSDeviceRequirements: [] - iOSURLSchemes: [] - iOSBackgroundModes: 0 - iOSMetalForceHardShadows: 0 - metalEditorSupport: 1 - metalAPIValidation: 1 - iOSRenderExtraFrameOnPause: 0 - iosCopyPluginsCodeInsteadOfSymlink: 0 - appleDeveloperTeamID: - iOSManualSigningProvisioningProfileID: - tvOSManualSigningProvisioningProfileID: - iOSManualSigningProvisioningProfileType: 0 - tvOSManualSigningProvisioningProfileType: 0 - appleEnableAutomaticSigning: 0 - iOSRequireARKit: 0 - iOSAutomaticallyDetectAndAddCapabilities: 1 - appleEnableProMotion: 0 - shaderPrecisionModel: 0 - clonedFromGUID: c0afd0d1d80e3634a9dac47e8a0426ea - templatePackageId: com.unity.template.3d@5.0.4 - templateDefaultScene: Assets/Scenes/SampleScene.unity - useCustomMainManifest: 0 - useCustomLauncherManifest: 0 - useCustomMainGradleTemplate: 0 - useCustomLauncherGradleManifest: 0 - useCustomBaseGradleTemplate: 0 - useCustomGradlePropertiesTemplate: 0 - useCustomProguardFile: 0 - AndroidTargetArchitectures: 1 - AndroidTargetDevices: 0 - AndroidSplashScreenScale: 0 - androidSplashScreen: {fileID: 0} - AndroidKeystoreName: - AndroidKeyaliasName: - AndroidBuildApkPerCpuArchitecture: 0 - AndroidTVCompatibility: 0 - AndroidIsGame: 1 - AndroidEnableTango: 0 - androidEnableBanner: 1 - androidUseLowAccuracyLocation: 0 - androidUseCustomKeystore: 0 - m_AndroidBanners: - - width: 320 - height: 180 - banner: {fileID: 0} - androidGamepadSupportLevel: 0 - chromeosInputEmulation: 1 - AndroidMinifyWithR8: 0 - AndroidMinifyRelease: 0 - AndroidMinifyDebug: 0 - AndroidValidateAppBundleSize: 1 - AndroidAppBundleSizeToValidate: 150 - m_BuildTargetIcons: [] - m_BuildTargetPlatformIcons: [] - m_BuildTargetBatching: - - m_BuildTarget: Standalone - m_StaticBatching: 1 - m_DynamicBatching: 0 - - m_BuildTarget: tvOS - m_StaticBatching: 1 - m_DynamicBatching: 0 - - m_BuildTarget: Android - m_StaticBatching: 1 - m_DynamicBatching: 0 - - m_BuildTarget: iPhone - m_StaticBatching: 1 - m_DynamicBatching: 0 - - m_BuildTarget: WebGL - m_StaticBatching: 0 - m_DynamicBatching: 0 - m_BuildTargetGraphicsJobs: - - m_BuildTarget: MacStandaloneSupport - m_GraphicsJobs: 0 - - m_BuildTarget: Switch - m_GraphicsJobs: 1 - - m_BuildTarget: MetroSupport - m_GraphicsJobs: 1 - - m_BuildTarget: AppleTVSupport - m_GraphicsJobs: 0 - - m_BuildTarget: BJMSupport - m_GraphicsJobs: 1 - - m_BuildTarget: LinuxStandaloneSupport - m_GraphicsJobs: 1 - - m_BuildTarget: PS4Player - m_GraphicsJobs: 1 - - m_BuildTarget: iOSSupport - m_GraphicsJobs: 0 - - m_BuildTarget: WindowsStandaloneSupport - m_GraphicsJobs: 1 - - m_BuildTarget: XboxOnePlayer - m_GraphicsJobs: 1 - - m_BuildTarget: LuminSupport - m_GraphicsJobs: 0 - - m_BuildTarget: AndroidPlayer - m_GraphicsJobs: 0 - - m_BuildTarget: WebGLSupport - m_GraphicsJobs: 0 - m_BuildTargetGraphicsJobMode: - - m_BuildTarget: PS4Player - m_GraphicsJobMode: 0 - - m_BuildTarget: XboxOnePlayer - m_GraphicsJobMode: 0 - m_BuildTargetGraphicsAPIs: - - m_BuildTarget: AndroidPlayer - m_APIs: 150000000b000000 - m_Automatic: 0 - - m_BuildTarget: iOSSupport - m_APIs: 10000000 - m_Automatic: 1 - - m_BuildTarget: AppleTVSupport - m_APIs: 10000000 - m_Automatic: 1 - - m_BuildTarget: WebGLSupport - m_APIs: 0b000000 - m_Automatic: 1 - m_BuildTargetVRSettings: - - m_BuildTarget: Standalone - m_Enabled: 0 - m_Devices: - - Oculus - - OpenVR - openGLRequireES31: 0 - openGLRequireES31AEP: 0 - openGLRequireES32: 0 - m_TemplateCustomTags: {} - mobileMTRendering: - Android: 1 - iPhone: 1 - tvOS: 1 - m_BuildTargetGroupLightmapEncodingQuality: [] - m_BuildTargetGroupLightmapSettings: [] - m_BuildTargetNormalMapEncoding: [] - playModeTestRunnerEnabled: 0 - runPlayModeTestAsEditModeTest: 0 - actionOnDotNetUnhandledException: 1 - enableInternalProfiler: 0 - logObjCUncaughtExceptions: 1 - enableCrashReportAPI: 0 - cameraUsageDescription: - locationUsageDescription: - microphoneUsageDescription: - bluetoothUsageDescription: - switchNMETAOverride: - switchNetLibKey: - switchSocketMemoryPoolSize: 6144 - switchSocketAllocatorPoolSize: 128 - switchSocketConcurrencyLimit: 14 - switchScreenResolutionBehavior: 2 - switchUseCPUProfiler: 0 - switchUseGOLDLinker: 0 - switchApplicationID: 0x01004b9000490000 - switchNSODependencies: - switchTitleNames_0: - switchTitleNames_1: - switchTitleNames_2: - switchTitleNames_3: - switchTitleNames_4: - switchTitleNames_5: - switchTitleNames_6: - switchTitleNames_7: - switchTitleNames_8: - switchTitleNames_9: - switchTitleNames_10: - switchTitleNames_11: - switchTitleNames_12: - switchTitleNames_13: - switchTitleNames_14: - switchTitleNames_15: - switchPublisherNames_0: - switchPublisherNames_1: - switchPublisherNames_2: - switchPublisherNames_3: - switchPublisherNames_4: - switchPublisherNames_5: - switchPublisherNames_6: - switchPublisherNames_7: - switchPublisherNames_8: - switchPublisherNames_9: - switchPublisherNames_10: - switchPublisherNames_11: - switchPublisherNames_12: - switchPublisherNames_13: - switchPublisherNames_14: - switchPublisherNames_15: - switchIcons_0: {fileID: 0} - switchIcons_1: {fileID: 0} - switchIcons_2: {fileID: 0} - switchIcons_3: {fileID: 0} - switchIcons_4: {fileID: 0} - switchIcons_5: {fileID: 0} - switchIcons_6: {fileID: 0} - switchIcons_7: {fileID: 0} - switchIcons_8: {fileID: 0} - switchIcons_9: {fileID: 0} - switchIcons_10: {fileID: 0} - switchIcons_11: {fileID: 0} - switchIcons_12: {fileID: 0} - switchIcons_13: {fileID: 0} - switchIcons_14: {fileID: 0} - switchIcons_15: {fileID: 0} - switchSmallIcons_0: {fileID: 0} - switchSmallIcons_1: {fileID: 0} - switchSmallIcons_2: {fileID: 0} - switchSmallIcons_3: {fileID: 0} - switchSmallIcons_4: {fileID: 0} - switchSmallIcons_5: {fileID: 0} - switchSmallIcons_6: {fileID: 0} - switchSmallIcons_7: {fileID: 0} - switchSmallIcons_8: {fileID: 0} - switchSmallIcons_9: {fileID: 0} - switchSmallIcons_10: {fileID: 0} - switchSmallIcons_11: {fileID: 0} - switchSmallIcons_12: {fileID: 0} - switchSmallIcons_13: {fileID: 0} - switchSmallIcons_14: {fileID: 0} - switchSmallIcons_15: {fileID: 0} - switchManualHTML: - switchAccessibleURLs: - switchLegalInformation: - switchMainThreadStackSize: 1048576 - switchPresenceGroupId: - switchLogoHandling: 0 - switchReleaseVersion: 0 - switchDisplayVersion: 1.0.0 - switchStartupUserAccount: 0 - switchTouchScreenUsage: 0 - switchSupportedLanguagesMask: 0 - switchLogoType: 0 - switchApplicationErrorCodeCategory: - switchUserAccountSaveDataSize: 0 - switchUserAccountSaveDataJournalSize: 0 - switchApplicationAttribute: 0 - switchCardSpecSize: -1 - switchCardSpecClock: -1 - switchRatingsMask: 0 - switchRatingsInt_0: 0 - switchRatingsInt_1: 0 - switchRatingsInt_2: 0 - switchRatingsInt_3: 0 - switchRatingsInt_4: 0 - switchRatingsInt_5: 0 - switchRatingsInt_6: 0 - switchRatingsInt_7: 0 - switchRatingsInt_8: 0 - switchRatingsInt_9: 0 - switchRatingsInt_10: 0 - switchRatingsInt_11: 0 - switchRatingsInt_12: 0 - switchLocalCommunicationIds_0: - switchLocalCommunicationIds_1: - switchLocalCommunicationIds_2: - switchLocalCommunicationIds_3: - switchLocalCommunicationIds_4: - switchLocalCommunicationIds_5: - switchLocalCommunicationIds_6: - switchLocalCommunicationIds_7: - switchParentalControl: 0 - switchAllowsScreenshot: 1 - switchAllowsVideoCapturing: 1 - switchAllowsRuntimeAddOnContentInstall: 0 - switchDataLossConfirmation: 0 - switchUserAccountLockEnabled: 0 - switchSystemResourceMemory: 16777216 - switchSupportedNpadStyles: 22 - switchNativeFsCacheSize: 32 - switchIsHoldTypeHorizontal: 0 - switchSupportedNpadCount: 8 - switchSocketConfigEnabled: 0 - switchTcpInitialSendBufferSize: 32 - switchTcpInitialReceiveBufferSize: 64 - switchTcpAutoSendBufferSizeMax: 256 - switchTcpAutoReceiveBufferSizeMax: 256 - switchUdpSendBufferSize: 9 - switchUdpReceiveBufferSize: 42 - switchSocketBufferEfficiency: 4 - switchSocketInitializeEnabled: 1 - switchNetworkInterfaceManagerInitializeEnabled: 1 - switchPlayerConnectionEnabled: 1 - switchUseNewStyleFilepaths: 0 - switchUseMicroSleepForYield: 1 - switchMicroSleepForYieldTime: 25 - ps4NPAgeRating: 12 - ps4NPTitleSecret: - ps4NPTrophyPackPath: - ps4ParentalLevel: 11 - ps4ContentID: ED1633-NPXX51362_00-0000000000000000 - ps4Category: 0 - ps4MasterVersion: 01.00 - ps4AppVersion: 01.00 - ps4AppType: 0 - ps4ParamSfxPath: - ps4VideoOutPixelFormat: 0 - ps4VideoOutInitialWidth: 1920 - ps4VideoOutBaseModeInitialWidth: 1920 - ps4VideoOutReprojectionRate: 60 - ps4PronunciationXMLPath: - ps4PronunciationSIGPath: - ps4BackgroundImagePath: - ps4StartupImagePath: - ps4StartupImagesFolder: - ps4IconImagesFolder: - ps4SaveDataImagePath: - ps4SdkOverride: - ps4BGMPath: - ps4ShareFilePath: - ps4ShareOverlayImagePath: - ps4PrivacyGuardImagePath: - ps4ExtraSceSysFile: - ps4NPtitleDatPath: - ps4RemotePlayKeyAssignment: -1 - ps4RemotePlayKeyMappingDir: - ps4PlayTogetherPlayerCount: 0 - ps4EnterButtonAssignment: 1 - ps4ApplicationParam1: 0 - ps4ApplicationParam2: 0 - ps4ApplicationParam3: 0 - ps4ApplicationParam4: 0 - ps4DownloadDataSize: 0 - ps4GarlicHeapSize: 2048 - ps4ProGarlicHeapSize: 2560 - playerPrefsMaxSize: 32768 - ps4Passcode: frAQBc8Wsa1xVPfvJcrgRYwTiizs2trQ - ps4pnSessions: 1 - ps4pnPresence: 1 - ps4pnFriends: 1 - ps4pnGameCustomData: 1 - playerPrefsSupport: 0 - enableApplicationExit: 0 - resetTempFolder: 1 - restrictedAudioUsageRights: 0 - ps4UseResolutionFallback: 0 - ps4ReprojectionSupport: 0 - ps4UseAudio3dBackend: 0 - ps4UseLowGarlicFragmentationMode: 1 - ps4SocialScreenEnabled: 0 - ps4ScriptOptimizationLevel: 0 - ps4Audio3dVirtualSpeakerCount: 14 - ps4attribCpuUsage: 0 - ps4PatchPkgPath: - ps4PatchLatestPkgPath: - ps4PatchChangeinfoPath: - ps4PatchDayOne: 0 - ps4attribUserManagement: 0 - ps4attribMoveSupport: 0 - ps4attrib3DSupport: 0 - ps4attribShareSupport: 0 - ps4attribExclusiveVR: 0 - ps4disableAutoHideSplash: 0 - ps4videoRecordingFeaturesUsed: 0 - ps4contentSearchFeaturesUsed: 0 - ps4CompatibilityPS5: 0 - ps4AllowPS5Detection: 0 - ps4GPU800MHz: 1 - ps4attribEyeToEyeDistanceSettingVR: 0 - ps4IncludedModules: [] - ps4attribVROutputEnabled: 0 - monoEnv: - splashScreenBackgroundSourceLandscape: {fileID: 0} - splashScreenBackgroundSourcePortrait: {fileID: 0} - blurSplashScreenBackground: 1 - spritePackerPolicy: - webGLMemorySize: 16 - webGLExceptionSupport: 1 - webGLNameFilesAsHashes: 0 - webGLDataCaching: 1 - webGLDebugSymbols: 0 - webGLEmscriptenArgs: - webGLModulesDirectory: - webGLTemplate: APPLICATION:Default - webGLAnalyzeBuildSize: 0 - webGLUseEmbeddedResources: 0 - webGLCompressionFormat: 1 - webGLWasmArithmeticExceptions: 0 - webGLLinkerTarget: 1 - webGLThreadsSupport: 0 - webGLDecompressionFallback: 0 - scriptingDefineSymbols: {} - additionalCompilerArguments: {} - platformArchitecture: {} - scriptingBackend: {} - il2cppCompilerConfiguration: {} - managedStrippingLevel: {} - incrementalIl2cppBuild: {} - suppressCommonWarnings: 1 - allowUnsafeCode: 0 - useDeterministicCompilation: 1 - useReferenceAssemblies: 1 - enableRoslynAnalyzers: 1 - additionalIl2CppArgs: - scriptingRuntimeVersion: 1 - gcIncremental: 1 - assemblyVersionValidation: 1 - gcWBarrierValidation: 0 - apiCompatibilityLevelPerPlatform: {} - m_RenderingPath: 1 - m_MobileRenderingPath: 1 - metroPackageName: Template3D - metroPackageVersion: 1.0.0.0 - metroCertificatePath: - metroCertificatePassword: - metroCertificateSubject: - metroCertificateIssuer: - metroCertificateNotAfter: 0000000000000000 - metroApplicationDescription: Template_3D - wsaImages: {} - metroTileShortName: Unity Tutorial - metroTileShowName: 0 - metroMediumTileShowName: 0 - metroLargeTileShowName: 0 - metroWideTileShowName: 0 - metroSupportStreamingInstall: 0 - metroLastRequiredScene: 0 - metroDefaultTileSize: 1 - metroTileForegroundText: 2 - metroTileBackgroundColor: {r: 0.13333334, g: 0.17254902, b: 0.21568628, a: 0} - metroSplashScreenBackgroundColor: {r: 0.12941177, g: 0.17254902, b: 0.21568628, a: 1} - metroSplashScreenUseBackgroundColor: 0 - platformCapabilities: {} - metroTargetDeviceFamilies: {} - metroFTAName: - metroFTAFileTypes: [] - metroProtocolName: - XboxOneProductId: - XboxOneUpdateKey: - XboxOneSandboxId: - XboxOneContentId: - XboxOneTitleId: - XboxOneSCId: - XboxOneGameOsOverridePath: - XboxOnePackagingOverridePath: - XboxOneAppManifestOverridePath: - XboxOneVersion: 1.0.0.0 - XboxOnePackageEncryption: 0 - XboxOnePackageUpdateGranularity: 2 - XboxOneDescription: - XboxOneLanguage: - - enus - XboxOneCapability: [] - XboxOneGameRating: {} - XboxOneIsContentPackage: 0 - XboxOneEnhancedXboxCompatibilityMode: 0 - XboxOneEnableGPUVariability: 1 - XboxOneSockets: {} - XboxOneSplashScreen: {fileID: 0} - XboxOneAllowedProductIds: [] - XboxOnePersistentLocalStorageSize: 0 - XboxOneXTitleMemory: 8 - XboxOneOverrideIdentityName: - XboxOneOverrideIdentityPublisher: - vrEditorSettings: {} - cloudServicesEnabled: - UNet: 1 - luminIcon: - m_Name: - m_ModelFolderPath: - m_PortalFolderPath: - luminCert: - m_CertPath: - m_SignPackage: 1 - luminIsChannelApp: 0 - luminVersion: - m_VersionCode: 1 - m_VersionName: - apiCompatibilityLevel: 6 - activeInputHandler: 1 - cloudProjectId: - framebufferDepthMemorylessMode: 0 - qualitySettingsNames: [] - projectName: - organizationId: - cloudEnabled: 0 - legacyClampBlendShapeWeights: 0 - virtualTexturingSupportEnabled: 0 diff --git a/ProjectSettings/ProjectVersion.txt b/ProjectSettings/ProjectVersion.txt deleted file mode 100644 index cec2ec90..00000000 --- a/ProjectSettings/ProjectVersion.txt +++ /dev/null @@ -1,2 +0,0 @@ -m_EditorVersion: 2020.3.20f1 -m_EditorVersionWithRevision: 2020.3.20f1 (41c4e627c95f) diff --git a/ProjectSettings/QualitySettings.asset b/ProjectSettings/QualitySettings.asset deleted file mode 100644 index 7b7658d6..00000000 --- a/ProjectSettings/QualitySettings.asset +++ /dev/null @@ -1,232 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!47 &1 -QualitySettings: - m_ObjectHideFlags: 0 - serializedVersion: 5 - m_CurrentQuality: 5 - m_QualitySettings: - - serializedVersion: 2 - name: Very Low - pixelLightCount: 0 - shadows: 0 - shadowResolution: 0 - shadowProjection: 1 - shadowCascades: 1 - shadowDistance: 15 - shadowNearPlaneOffset: 3 - shadowCascade2Split: 0.33333334 - shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} - shadowmaskMode: 0 - blendWeights: 1 - textureQuality: 1 - anisotropicTextures: 0 - antiAliasing: 0 - softParticles: 0 - softVegetation: 0 - realtimeReflectionProbes: 0 - billboardsFaceCameraPosition: 0 - vSyncCount: 0 - lodBias: 0.3 - maximumLODLevel: 0 - streamingMipmapsActive: 0 - streamingMipmapsAddAllCameras: 1 - streamingMipmapsMemoryBudget: 512 - streamingMipmapsRenderersPerFrame: 512 - streamingMipmapsMaxLevelReduction: 2 - streamingMipmapsMaxFileIORequests: 1024 - particleRaycastBudget: 4 - asyncUploadTimeSlice: 2 - asyncUploadBufferSize: 16 - asyncUploadPersistentBuffer: 1 - resolutionScalingFixedDPIFactor: 1 - excludedTargetPlatforms: [] - - serializedVersion: 2 - name: Low - pixelLightCount: 0 - shadows: 0 - shadowResolution: 0 - shadowProjection: 1 - shadowCascades: 1 - shadowDistance: 20 - shadowNearPlaneOffset: 3 - shadowCascade2Split: 0.33333334 - shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} - shadowmaskMode: 0 - blendWeights: 2 - textureQuality: 0 - anisotropicTextures: 0 - antiAliasing: 0 - softParticles: 0 - softVegetation: 0 - realtimeReflectionProbes: 0 - billboardsFaceCameraPosition: 0 - vSyncCount: 0 - lodBias: 0.4 - maximumLODLevel: 0 - streamingMipmapsActive: 0 - streamingMipmapsAddAllCameras: 1 - streamingMipmapsMemoryBudget: 512 - streamingMipmapsRenderersPerFrame: 512 - streamingMipmapsMaxLevelReduction: 2 - streamingMipmapsMaxFileIORequests: 1024 - particleRaycastBudget: 16 - asyncUploadTimeSlice: 2 - asyncUploadBufferSize: 16 - asyncUploadPersistentBuffer: 1 - resolutionScalingFixedDPIFactor: 1 - excludedTargetPlatforms: [] - - serializedVersion: 2 - name: Medium - pixelLightCount: 1 - shadows: 1 - shadowResolution: 0 - shadowProjection: 1 - shadowCascades: 1 - shadowDistance: 20 - shadowNearPlaneOffset: 3 - shadowCascade2Split: 0.33333334 - shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} - shadowmaskMode: 0 - blendWeights: 2 - textureQuality: 0 - anisotropicTextures: 1 - antiAliasing: 0 - softParticles: 0 - softVegetation: 0 - realtimeReflectionProbes: 0 - billboardsFaceCameraPosition: 0 - vSyncCount: 1 - lodBias: 0.7 - maximumLODLevel: 0 - streamingMipmapsActive: 0 - streamingMipmapsAddAllCameras: 1 - streamingMipmapsMemoryBudget: 512 - streamingMipmapsRenderersPerFrame: 512 - streamingMipmapsMaxLevelReduction: 2 - streamingMipmapsMaxFileIORequests: 1024 - particleRaycastBudget: 64 - asyncUploadTimeSlice: 2 - asyncUploadBufferSize: 16 - asyncUploadPersistentBuffer: 1 - resolutionScalingFixedDPIFactor: 1 - excludedTargetPlatforms: [] - - serializedVersion: 2 - name: High - pixelLightCount: 2 - shadows: 2 - shadowResolution: 1 - shadowProjection: 1 - shadowCascades: 2 - shadowDistance: 40 - shadowNearPlaneOffset: 3 - shadowCascade2Split: 0.33333334 - shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} - shadowmaskMode: 1 - blendWeights: 2 - textureQuality: 0 - anisotropicTextures: 1 - antiAliasing: 0 - softParticles: 0 - softVegetation: 1 - realtimeReflectionProbes: 1 - billboardsFaceCameraPosition: 1 - vSyncCount: 1 - lodBias: 1 - maximumLODLevel: 0 - streamingMipmapsActive: 0 - streamingMipmapsAddAllCameras: 1 - streamingMipmapsMemoryBudget: 512 - streamingMipmapsRenderersPerFrame: 512 - streamingMipmapsMaxLevelReduction: 2 - streamingMipmapsMaxFileIORequests: 1024 - particleRaycastBudget: 256 - asyncUploadTimeSlice: 2 - asyncUploadBufferSize: 16 - asyncUploadPersistentBuffer: 1 - resolutionScalingFixedDPIFactor: 1 - excludedTargetPlatforms: [] - - serializedVersion: 2 - name: Very High - pixelLightCount: 3 - shadows: 2 - shadowResolution: 2 - shadowProjection: 1 - shadowCascades: 2 - shadowDistance: 70 - shadowNearPlaneOffset: 3 - shadowCascade2Split: 0.33333334 - shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} - shadowmaskMode: 1 - blendWeights: 4 - textureQuality: 0 - anisotropicTextures: 2 - antiAliasing: 2 - softParticles: 1 - softVegetation: 1 - realtimeReflectionProbes: 1 - billboardsFaceCameraPosition: 1 - vSyncCount: 1 - lodBias: 1.5 - maximumLODLevel: 0 - streamingMipmapsActive: 0 - streamingMipmapsAddAllCameras: 1 - streamingMipmapsMemoryBudget: 512 - streamingMipmapsRenderersPerFrame: 512 - streamingMipmapsMaxLevelReduction: 2 - streamingMipmapsMaxFileIORequests: 1024 - particleRaycastBudget: 1024 - asyncUploadTimeSlice: 2 - asyncUploadBufferSize: 16 - asyncUploadPersistentBuffer: 1 - resolutionScalingFixedDPIFactor: 1 - excludedTargetPlatforms: [] - - serializedVersion: 2 - name: Ultra - pixelLightCount: 4 - shadows: 2 - shadowResolution: 2 - shadowProjection: 1 - shadowCascades: 4 - shadowDistance: 150 - shadowNearPlaneOffset: 3 - shadowCascade2Split: 0.33333334 - shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} - shadowmaskMode: 1 - blendWeights: 4 - textureQuality: 0 - anisotropicTextures: 2 - antiAliasing: 2 - softParticles: 1 - softVegetation: 1 - realtimeReflectionProbes: 1 - billboardsFaceCameraPosition: 1 - vSyncCount: 1 - lodBias: 2 - maximumLODLevel: 0 - streamingMipmapsActive: 0 - streamingMipmapsAddAllCameras: 1 - streamingMipmapsMemoryBudget: 512 - streamingMipmapsRenderersPerFrame: 512 - streamingMipmapsMaxLevelReduction: 2 - streamingMipmapsMaxFileIORequests: 1024 - particleRaycastBudget: 4096 - asyncUploadTimeSlice: 2 - asyncUploadBufferSize: 16 - asyncUploadPersistentBuffer: 1 - resolutionScalingFixedDPIFactor: 1 - excludedTargetPlatforms: [] - m_PerPlatformDefaultQuality: - Android: 2 - Lumin: 5 - Nintendo 3DS: 5 - Nintendo Switch: 5 - PS4: 5 - PSP2: 2 - Stadia: 5 - Standalone: 5 - WebGL: 3 - Windows Store Apps: 5 - XboxOne: 5 - iPhone: 2 - tvOS: 2 diff --git a/ProjectSettings/TagManager.asset b/ProjectSettings/TagManager.asset deleted file mode 100644 index 1c92a784..00000000 --- a/ProjectSettings/TagManager.asset +++ /dev/null @@ -1,43 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!78 &1 -TagManager: - serializedVersion: 2 - tags: [] - layers: - - Default - - TransparentFX - - Ignore Raycast - - - - Water - - UI - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - m_SortingLayers: - - name: Default - uniqueID: 0 - locked: 0 diff --git a/ProjectSettings/TimeManager.asset b/ProjectSettings/TimeManager.asset deleted file mode 100644 index 558a017e..00000000 --- a/ProjectSettings/TimeManager.asset +++ /dev/null @@ -1,9 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!5 &1 -TimeManager: - m_ObjectHideFlags: 0 - Fixed Timestep: 0.02 - Maximum Allowed Timestep: 0.33333334 - m_TimeScale: 1 - Maximum Particle Timestep: 0.03 diff --git a/ProjectSettings/UnityConnectSettings.asset b/ProjectSettings/UnityConnectSettings.asset deleted file mode 100644 index 6125b308..00000000 --- a/ProjectSettings/UnityConnectSettings.asset +++ /dev/null @@ -1,35 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!310 &1 -UnityConnectSettings: - m_ObjectHideFlags: 0 - serializedVersion: 1 - m_Enabled: 0 - m_TestMode: 0 - m_EventOldUrl: https://api.uca.cloud.unity3d.com/v1/events - m_EventUrl: https://cdp.cloud.unity3d.com/v1/events - m_ConfigUrl: https://config.uca.cloud.unity3d.com - m_DashboardUrl: https://dashboard.unity3d.com - m_TestInitMode: 0 - CrashReportingSettings: - m_EventUrl: https://perf-events.cloud.unity3d.com - m_Enabled: 0 - m_LogBufferSize: 10 - m_CaptureEditorExceptions: 1 - UnityPurchasingSettings: - m_Enabled: 0 - m_TestMode: 0 - UnityAnalyticsSettings: - m_Enabled: 0 - m_TestMode: 0 - m_InitializeOnStartup: 1 - UnityAdsSettings: - m_Enabled: 0 - m_InitializeOnStartup: 1 - m_TestMode: 0 - m_IosGameId: - m_AndroidGameId: - m_GameIds: {} - m_GameId: - PerformanceReportingSettings: - m_Enabled: 0 diff --git a/ProjectSettings/VFXManager.asset b/ProjectSettings/VFXManager.asset deleted file mode 100644 index 3a95c98b..00000000 --- a/ProjectSettings/VFXManager.asset +++ /dev/null @@ -1,12 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!937362698 &1 -VFXManager: - m_ObjectHideFlags: 0 - m_IndirectShader: {fileID: 0} - m_CopyBufferShader: {fileID: 0} - m_SortShader: {fileID: 0} - m_StripUpdateShader: {fileID: 0} - m_RenderPipeSettingsPath: - m_FixedTimeStep: 0.016666668 - m_MaxDeltaTime: 0.05 diff --git a/ProjectSettings/VersionControlSettings.asset b/ProjectSettings/VersionControlSettings.asset deleted file mode 100644 index dca28814..00000000 --- a/ProjectSettings/VersionControlSettings.asset +++ /dev/null @@ -1,8 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!890905787 &1 -VersionControlSettings: - m_ObjectHideFlags: 0 - m_Mode: Visible Meta Files - m_CollabEditorSettings: - inProgressEnabled: 1 diff --git a/ProjectSettings/XRSettings.asset b/ProjectSettings/XRSettings.asset deleted file mode 100644 index 482590c1..00000000 --- a/ProjectSettings/XRSettings.asset +++ /dev/null @@ -1,10 +0,0 @@ -{ - "m_SettingKeys": [ - "VR Device Disabled", - "VR Device User Alert" - ], - "m_SettingValues": [ - "False", - "False" - ] -} \ No newline at end of file diff --git a/README.md b/README.md deleted file mode 100644 index d1a2de14..00000000 --- a/README.md +++ /dev/null @@ -1,33 +0,0 @@ -# Unity-Tutorial -## INFO -Hello. This is the Github Repo for my Unity Tutorial series on Youtube. Go check them out. - -[Link to the Youtube Unity Tutorial Playlist :D](https://youtube.com/playlist?list=PL3p7mMWzAZI9-w6mUgAtU168CW_OejOJ1) - ---- -## Installation -1. Copy the project link using the following links / commands: - - HTTPS: https://github.com/JARVIS843/Unity-Tutorial.git - - GIT CLI: gh repo clone JARVIS843/Unity-Tutorial -2. **Clone** the git repo to your machine. -3. Since the repo uses **GIT LFS**, Download ZIP doesn't work ---- -## Export & Unitypackages -All of the exports and unitypackages are in the `Assets/Resources/Exports` folder. -1. PlayerMovement System Package: `Player.unitypackage` - -### Import unitypackages -1. Download your desired unitypackages in `Assets/Resources/Exports` folder. -2. Drag and drop the unitypackages directly into your project. - ---- -## Socials -Reddit - https://www.reddit.com/user/JARVIS843 - -Twitter - https://twitter.com/ADGC843 - -Facebook - https://www.facebook.com/ADifferentGamingChannel843/ - -Discord - https://discord.gg/PDg6SmuCUb - -Sketchfab - https://sketchfab.com/JARVIS843 diff --git a/UserSettings/EditorUserSettings.asset b/UserSettings/EditorUserSettings.asset deleted file mode 100644 index 2b865ee5..00000000 --- a/UserSettings/EditorUserSettings.asset +++ /dev/null @@ -1,30 +0,0 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!162 &1 -EditorUserSettings: - m_ObjectHideFlags: 0 - serializedVersion: 4 - m_ConfigSettings: - RecentlyUsedScenePath-0: - value: 22424703114646680e0b0227036c6c111b07142f1f2b233e2867083debf42d - flags: 0 - RecentlyUsedScenePath-1: - value: 22424703114646680e0b0227036c6c111b07142f6c1b2535232c5326ece92021 - flags: 0 - RecentlyUsedScenePath-2: - value: 22424703114646680e0b0227036c6b15050358182d262135633c133af6f9 - flags: 0 - vcSharedLogLevel: - value: 0d5e400f0650 - flags: 0 - m_VCAutomaticAdd: 1 - m_VCDebugCom: 0 - m_VCDebugCmd: 0 - m_VCDebugOut: 0 - m_SemanticMergeMode: 2 - m_VCShowFailedCheckout: 1 - m_VCOverwriteFailedCheckoutAssets: 1 - m_VCProjectOverlayIcons: 1 - m_VCHierarchyOverlayIcons: 1 - m_VCOtherOverlayIcons: 1 - m_VCAllowAsyncUpdate: 1