text
stringlengths
7
35.3M
id
stringlengths
11
185
metadata
dict
__index_level_0__
int64
0
2.14k
// Animancer // https://kybernetik.com.au/animancer // Copyright 2021 Kybernetik // #pragma warning disable CS0649 // Field is never assigned to, and will always have its default value. using System; using UnityEngine; namespace Animancer.Examples.AnimatorControllers.GameKit { /// <summary> /// A <see cref="...
jynew/jyx2/Assets/3rd/Animancer/Examples/09 Animator Controllers/03 3D Game Kit/States/IdleState.cs/0
{ "file_path": "jynew/jyx2/Assets/3rd/Animancer/Examples/09 Animator Controllers/03 3D Game Kit/States/IdleState.cs", "repo_id": "jynew", "token_count": 1471 }
914
// Animancer // https://kybernetik.com.au/animancer // Copyright 2021 Kybernetik // // Compare to the original script: https://github.com/Unity-Technologies/animation-jobs-samples/blob/master/Assets/animation-jobs-samples/Samples/Scripts/TwoBoneIK/TwoBoneIK.cs #pragma warning disable CS0649 // Field is never assigned ...
jynew/jyx2/Assets/3rd/Animancer/Examples/10 Animation Jobs/01 Two Bone IK/TwoBoneIK.cs/0
{ "file_path": "jynew/jyx2/Assets/3rd/Animancer/Examples/10 Animation Jobs/01 Two Bone IK/TwoBoneIK.cs", "repo_id": "jynew", "token_count": 1059 }
915
%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!...
jynew/jyx2/Assets/3rd/Animancer/Examples/10 Animation Jobs/03 Lean/Lean.unity/0
{ "file_path": "jynew/jyx2/Assets/3rd/Animancer/Examples/10 Animation Jobs/03 Lean/Lean.unity", "repo_id": "jynew", "token_count": 16190 }
916
fileFormatVersion: 2 guid: 08ac87ea6173d0d4a83890231cc6fd42 NativeFormatImporter: externalObjects: {} mainObjectFileID: 9100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/3rd/Animancer/Examples/Art/Humanoid Animations/zhangwuji.controller.meta/0
{ "file_path": "jynew/jyx2/Assets/3rd/Animancer/Examples/Art/Humanoid Animations/zhangwuji.controller.meta", "repo_id": "jynew", "token_count": 75 }
917
fileFormatVersion: 2 guid: ecc9f98517a290c44835f236ac9770ef labels: - Documentation - Example DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/3rd/Animancer/Examples/Documentation.URL.meta/0
{ "file_path": "jynew/jyx2/Assets/3rd/Animancer/Examples/Documentation.URL.meta", "repo_id": "jynew", "token_count": 71 }
918
// Animancer // https://kybernetik.com.au/animancer // Copyright 2021 Kybernetik // using System; using System.Collections.Generic; using UnityEngine; using UnityEngine.Animations; using UnityEngine.Playables; using Object = UnityEngine.Object; #if UNITY_EDITOR using UnityEditor; using UnityEditor.Animations; #endif ...
jynew/jyx2/Assets/3rd/Animancer/Internal/Controller States/ControllerState.cs/0
{ "file_path": "jynew/jyx2/Assets/3rd/Animancer/Internal/Controller States/ControllerState.cs", "repo_id": "jynew", "token_count": 17398 }
919
fileFormatVersion: 2 guid: 1cc25f23cb30b8c41ba4bb4390768a6c folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/3rd/Animancer/Internal/Editor/Animancer Tools.meta/0
{ "file_path": "jynew/jyx2/Assets/3rd/Animancer/Internal/Editor/Animancer Tools.meta", "repo_id": "jynew", "token_count": 70 }
920
fileFormatVersion: 2 guid: d4631c27e82e1e64680850290bf7dc8e MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/3rd/Animancer/Internal/Editor/AssemblyInfo.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/3rd/Animancer/Internal/Editor/AssemblyInfo.cs.meta", "repo_id": "jynew", "token_count": 94 }
921
// Animancer // https://kybernetik.com.au/animancer // Copyright 2021 Kybernetik // #if UNITY_EDITOR using System; using UnityEditor; using UnityEngine; namespace Animancer.Editor { /// <summary>[Editor-Only] A custom Inspector for <see cref="IAnimancerComponent"/>s.</summary> /// https://kybernetik.com.au/a...
jynew/jyx2/Assets/3rd/Animancer/Internal/Editor/Inspector/BaseAnimancerComponentEditor.cs/0
{ "file_path": "jynew/jyx2/Assets/3rd/Animancer/Internal/Editor/Inspector/BaseAnimancerComponentEditor.cs", "repo_id": "jynew", "token_count": 2272 }
922
// Animancer // https://kybernetik.com.au/animancer // Copyright 2021 Kybernetik // // Uncomment this #define to apply this custom editor to all ScriptableObjects. // If you have another plugin with a custom ScriptableObject editor, you will probably want that one instead. //#define ANIMANCER_SCRIPTABLE_OBJECT_EDITOR ...
jynew/jyx2/Assets/3rd/Animancer/Internal/Editor/Inspector/ScriptableObjectEditor.cs/0
{ "file_path": "jynew/jyx2/Assets/3rd/Animancer/Internal/Editor/Inspector/ScriptableObjectEditor.cs", "repo_id": "jynew", "token_count": 641 }
923
// Animancer // https://kybernetik.com.au/animancer // Copyright 2021 Kybernetik // #if UNITY_EDITOR #pragma warning disable CS0649 // Field is never assigned to, and will always have its default value. using System; using System.Collections.Generic; using UnityEditor; using UnityEngine; using Object = UnityEngine.O...
jynew/jyx2/Assets/3rd/Animancer/Internal/Editor/Transition Preview Window/TransitionPreviewWindow.Settings.cs/0
{ "file_path": "jynew/jyx2/Assets/3rd/Animancer/Internal/Editor/Transition Preview Window/TransitionPreviewWindow.Settings.cs", "repo_id": "jynew", "token_count": 6754 }
924
// Animancer // https://kybernetik.com.au/animancer // Copyright 2021 Kybernetik // using System; using System.Text; using UnityEngine; using UnityEngine.Animations; using UnityEngine.Playables; namespace Animancer { /// <summary>[Pro-Only] /// Base class for mixers which blend an array of child states togeth...
jynew/jyx2/Assets/3rd/Animancer/Internal/Mixer States/MixerStateT.cs/0
{ "file_path": "jynew/jyx2/Assets/3rd/Animancer/Internal/Mixer States/MixerStateT.cs", "repo_id": "jynew", "token_count": 4042 }
925
fileFormatVersion: 2 guid: 131880f34c4a28d41910e4cfba9b5e6b folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/3rd/Animancer/Utilities/Animation Jobs.meta/0
{ "file_path": "jynew/jyx2/Assets/3rd/Animancer/Utilities/Animation Jobs.meta", "repo_id": "jynew", "token_count": 72 }
926
// Animancer // https://kybernetik.com.au/animancer // Copyright 2021 Kybernetik // using System.Collections.Generic; using UnityEngine; namespace Animancer { /// <summary>[Pro-Only] /// A system which fades animation weights animations using a custom calculation rather than linear interpolation. /// </su...
jynew/jyx2/Assets/3rd/Animancer/Utilities/Custom Fade/CustomFade.cs/0
{ "file_path": "jynew/jyx2/Assets/3rd/Animancer/Utilities/Custom Fade/CustomFade.cs", "repo_id": "jynew", "token_count": 2983 }
927
// Animancer // https://kybernetik.com.au/animancer // Copyright 2021 Kybernetik // using UnityEngine; namespace Animancer { /// <summary>A <see cref="ScriptableObject"/> which holds a <see cref="ControllerState.Transition"/>.</summary> /// <remarks> /// Documentation: <see href="https://kybernetik.com.au...
jynew/jyx2/Assets/3rd/Animancer/Utilities/Transitions/ControllerTransition.cs/0
{ "file_path": "jynew/jyx2/Assets/3rd/Animancer/Utilities/Transitions/ControllerTransition.cs", "repo_id": "jynew", "token_count": 265 }
928
fileFormatVersion: 2 guid: c069b76549a3a2a49823fd7b6b0d4297 folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/3rd/Demigiant.meta/0
{ "file_path": "jynew/jyx2/Assets/3rd/Demigiant.meta", "repo_id": "jynew", "token_count": 72 }
929
fileFormatVersion: 2 guid: b23d831f3d3ecb944b5d086f10874ffb NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/3rd/EModules/Fast Water Model 2.0/Example Materials - Ultra Fast Android/Fast Water Material - OpenGLES 2.0 HQ A.asset.meta/0
{ "file_path": "jynew/jyx2/Assets/3rd/EModules/Fast Water Model 2.0/Example Materials - Ultra Fast Android/Fast Water Material - OpenGLES 2.0 HQ A.asset.meta", "repo_id": "jynew", "token_count": 79 }
930
fileFormatVersion: 2 guid: 26ae62e8785e5a34fafc84debbae3745 NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/3rd/EModules/Fast Water Model 2.0/Example Materials - Ultra Fast Android/Fast Water Material - OpenGLES 2.0 LQ D.asset.meta/0
{ "file_path": "jynew/jyx2/Assets/3rd/EModules/Fast Water Model 2.0/Example Materials - Ultra Fast Android/Fast Water Material - OpenGLES 2.0 LQ D.asset.meta", "repo_id": "jynew", "token_count": 75 }
931
fileFormatVersion: 2 guid: 7f9e9fb438d8a5947bef092c2cc49a66 folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/3rd/EModules/Fast Water Model 2.0/Scripts/GUI/Draw.meta/0
{ "file_path": "jynew/jyx2/Assets/3rd/EModules/Fast Water Model 2.0/Scripts/GUI/Draw.meta", "repo_id": "jynew", "token_count": 72 }
932
fileFormatVersion: 2 guid: ee708fc4676d3c946af21cc91666b475 MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/3rd/EModules/Fast Water Model 2.0/Scripts/GUI/Draw/FastWaterModel20_GUI_Texture.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/3rd/EModules/Fast Water Model 2.0/Scripts/GUI/Draw/FastWaterModel20_GUI_Texture.cs.meta", "repo_id": "jynew", "token_count": 93 }
933
fileFormatVersion: 2 guid: be0a0e543d78cf9428e85f1f4db2a531 ShaderImporter: externalObjects: {} defaultTextures: [] nonModifiableTextures: [] userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/3rd/EModules/Fast Water Model 2.0/Scripts/Shaders/EModules Water Model 2.0 uniform.cginc.meta/0
{ "file_path": "jynew/jyx2/Assets/3rd/EModules/Fast Water Model 2.0/Scripts/Shaders/EModules Water Model 2.0 uniform.cginc.meta", "repo_id": "jynew", "token_count": 83 }
934
fileFormatVersion: 2 guid: b7f484566970a2e4f9faeed7937a08d8 ShaderImporter: externalObjects: {} defaultTextures: [] nonModifiableTextures: [] userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/3rd/EModules/Fast Water Model 2.0/Scripts/Shaders/EModules Water Model Shore.cginc.meta/0
{ "file_path": "jynew/jyx2/Assets/3rd/EModules/Fast Water Model 2.0/Scripts/Shaders/EModules Water Model Shore.cginc.meta", "repo_id": "jynew", "token_count": 81 }
935
fileFormatVersion: 2 guid: e581de0c0c0e75e488ceea9679a5905c ShaderImporter: externalObjects: {} defaultTextures: [] nonModifiableTextures: [] userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/3rd/EModules/Fast Water Model 2.0/Scripts/Shaders/FastWaterModel20 RefractionRender.shader.meta/0
{ "file_path": "jynew/jyx2/Assets/3rd/EModules/Fast Water Model 2.0/Scripts/Shaders/FastWaterModel20 RefractionRender.shader.meta", "repo_id": "jynew", "token_count": 80 }
936
/*********************************************** EasyTouch V Copyright © 2014-2015 The Hedgehog Team http://www.thehedgehogteam.com/Forum/ The.Hedgehog.Team@gmail.com **********************************************/ using UnityEngine; using System.Collections; namespace HedgehogTeam.EasyTouch{ public ...
jynew/jyx2/Assets/3rd/EasyTouchBundle/EasyTouch/Plugins/Components/QuickBase.cs/0
{ "file_path": "jynew/jyx2/Assets/3rd/EasyTouchBundle/EasyTouch/Plugins/Components/QuickBase.cs", "repo_id": "jynew", "token_count": 2342 }
937
/*********************************************** EasyTouch V Copyright © 2014-2015 The Hedgehog Team http://www.thehedgehogteam.com/Forum/ The.Hedgehog.Team@gmail.com **********************************************/ using UnityEngine; using System.Collections; using UnityEngine.Events; using UnityEngin...
jynew/jyx2/Assets/3rd/EasyTouchBundle/EasyTouch/Plugins/Components/QuickTwist.cs/0
{ "file_path": "jynew/jyx2/Assets/3rd/EasyTouchBundle/EasyTouch/Plugins/Components/QuickTwist.cs", "repo_id": "jynew", "token_count": 1296 }
938
fileFormatVersion: 2 guid: 90d40bf8ecbb8e54fa449fff98f7c89c timeCreated: 1450091481 licenseType: Store MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/3rd/EasyTouchBundle/EasyTouch/Plugins/Editor/QuickDragInspector.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/3rd/EasyTouchBundle/EasyTouch/Plugins/Editor/QuickDragInspector.cs.meta", "repo_id": "jynew", "token_count": 101 }
939
fileFormatVersion: 2 guid: 42241010c6f9ddc46b78abdc21d505c5 timeCreated: 1440150387 licenseType: Store MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {fileID: 2800000, guid: 9cfeb5ae16bf3cc4084255c9ae7cf36f, type: 3} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/3rd/EasyTouchBundle/EasyTouch/Plugins/Engine/EasyTouch.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/3rd/EasyTouchBundle/EasyTouch/Plugins/Engine/EasyTouch.cs.meta", "repo_id": "jynew", "token_count": 128 }
940
using UnityEngine; using System.Collections; [AddComponentMenu("EasyTouch Controls/Set Direct Action Transform ")] public class ETCSetDirectActionTransform : MonoBehaviour { public string axisName1; public string axisName2; void Start(){ if (!string.IsNullOrEmpty(axisName1)){ ETCInput.SetAxisDirecTransform(...
jynew/jyx2/Assets/3rd/EasyTouchBundle/EasyTouchControls/Component/ETCSetDirectActionTransform.cs/0
{ "file_path": "jynew/jyx2/Assets/3rd/EasyTouchBundle/EasyTouchControls/Component/ETCSetDirectActionTransform.cs", "repo_id": "jynew", "token_count": 158 }
941
/*********************************************** EasyTouch Controls Copyright © 2016 The Hedgehog Team http://www.thehedgehogteam.com/Forum/ The.Hedgehog.Team@gmail.com **********************************************/ using UnityEngine; using System.Collections; [System.Serializable] public class E...
jynew/jyx2/Assets/3rd/EasyTouchBundle/EasyTouchControls/Plugins/ETCAxis.cs/0
{ "file_path": "jynew/jyx2/Assets/3rd/EasyTouchBundle/EasyTouchControls/Plugins/ETCAxis.cs", "repo_id": "jynew", "token_count": 5251 }
942
fileFormatVersion: 2 guid: 0a0f10474976d824c99a9d062ec019ea MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData:
jynew/jyx2/Assets/3rd/EasyTouchBundle/EasyTouchControls/Plugins/Editor/ETCAreaInspector.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/3rd/EasyTouchBundle/EasyTouchControls/Plugins/Editor/ETCAreaInspector.cs.meta", "repo_id": "jynew", "token_count": 72 }
943
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &112246 GameObject: m_ObjectHideFlags: 1 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 100100000} serializedVersion: 5 m_Component: - component: {fileID: 22462838} - component: {fileID: 22291724} - component: {fileID: 11432008} m_Layer: ...
jynew/jyx2/Assets/3rd/EasyTouchBundle/EasyTouchControls/Prefab/ThirdPersonController.prefab/0
{ "file_path": "jynew/jyx2/Assets/3rd/EasyTouchBundle/EasyTouchControls/Prefab/ThirdPersonController.prefab", "repo_id": "jynew", "token_count": 6311 }
944
// Unlit map preview shader. Based on Unity's "Unlit/Texture". Version 1.3 // - no lighting // - no lightmap support // - no per-material color Shader "Hidden/nu Assets/UI/CanvasChannels" { Properties { _MainTex ("Base (RGB)", 2D) = "white" {} _OffsetX ("Offset X", Float) = 0 _OffsetY ("Offset Y", Float) = 0...
jynew/jyx2/Assets/3rd/Editor Default Resources/nu Assets/Shared/Shaders/CanvasChannels.shader/0
{ "file_path": "jynew/jyx2/Assets/3rd/Editor Default Resources/nu Assets/Shared/Shaders/CanvasChannels.shader", "repo_id": "jynew", "token_count": 1011 }
945
fileFormatVersion: 2 guid: 214e4b320f4ddc443a888a00056faec5 timeCreated: 1525536122 licenseType: Store DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/3rd/GameObjectBrush/Demo.unity.meta/0
{ "file_path": "jynew/jyx2/Assets/3rd/GameObjectBrush/Demo.unity.meta", "repo_id": "jynew", "token_count": 76 }
946
fileFormatVersion: 2 guid: c83f2df945b803a47893cec80c2c3b2a timeCreated: 1529175001 licenseType: Store NativeFormatImporter: externalObjects: {} mainObjectFileID: 100100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/3rd/GameObjectBrush/Prefabs/Cube Blue.prefab.meta/0
{ "file_path": "jynew/jyx2/Assets/3rd/GameObjectBrush/Prefabs/Cube Blue.prefab.meta", "repo_id": "jynew", "token_count": 92 }
947
fileFormatVersion: 2 guid: a01b48a42191b0b438a6c8b4f3394643 timeCreated: 1535304703 licenseType: Store NativeFormatImporter: externalObjects: {} mainObjectFileID: 100100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/3rd/GameObjectBrush/Prefabs/Sphere Yellow.prefab.meta/0
{ "file_path": "jynew/jyx2/Assets/3rd/GameObjectBrush/Prefabs/Sphere Yellow.prefab.meta", "repo_id": "jynew", "token_count": 90 }
948
fileFormatVersion: 2 guid: 9c1d7701028ce91439544a5d3930a883 folderAsset: yes timeCreated: 1553119434 licenseType: Store DefaultImporter: userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/3rd/Lean/Common/Examples.meta/0
{ "file_path": "jynew/jyx2/Assets/3rd/Lean/Common/Examples.meta", "repo_id": "jynew", "token_count": 75 }
949
fileFormatVersion: 2 guid: eb19d4e9e6dff424daabfbc351d2dde1 timeCreated: 1549033570 licenseType: Store NativeFormatImporter: mainObjectFileID: 2100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/3rd/Lean/Common/Examples/Materials/Grey.mat.meta/0
{ "file_path": "jynew/jyx2/Assets/3rd/Lean/Common/Examples/Materials/Grey.mat.meta", "repo_id": "jynew", "token_count": 82 }
950
g RoundedCube v -0.4350 -0.4977 0.4350 v -0.4350 -0.4977 -0.4373 v 0.4373 -0.4977 -0.4373 v 0.4373 -0.4977 0.4350 v -0.4350 0.5023 0.4350 v 0.4373 0.5023 0.4350 v 0.4373 0.5023 -0.4373 v -0.4350 0.5023 -0.4373 v -0.4350 -0.4338 0.4988 v 0.4373 -0.4338 0.4988 v 0.4373 0.4385 0.4988 v -0.4350 0.4385 0.4988 v ...
jynew/jyx2/Assets/3rd/Lean/Common/Examples/Meshes/RoundedCube.obj/0
{ "file_path": "jynew/jyx2/Assets/3rd/Lean/Common/Examples/Meshes/RoundedCube.obj", "repo_id": "jynew", "token_count": 34978 }
951
fileFormatVersion: 2 guid: ddc14764c794fbe42b78a9a3872e95ce timeCreated: 1553137083 licenseType: Store NativeFormatImporter: mainObjectFileID: 100100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/3rd/Lean/Common/Examples/Prefabs/Skybox.prefab.meta/0
{ "file_path": "jynew/jyx2/Assets/3rd/Lean/Common/Examples/Prefabs/Skybox.prefab.meta", "repo_id": "jynew", "token_count": 82 }
952
fileFormatVersion: 2 guid: e167f5141e8fbbb429990fdd6dca01c5 timeCreated: 1512104139 licenseType: Store MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/3rd/Lean/Common/Extras/LeanPlane.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/3rd/Lean/Common/Extras/LeanPlane.cs.meta", "repo_id": "jynew", "token_count": 101 }
953
fileFormatVersion: 2 guid: c6e7ee7a86c7e8441a7f7df8a9985464 folderAsset: yes timeCreated: 1430029373 licenseType: Store DefaultImporter: userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/3rd/Lean/Pool.meta/0
{ "file_path": "jynew/jyx2/Assets/3rd/Lean/Pool.meta", "repo_id": "jynew", "token_count": 79 }
954
fileFormatVersion: 2 guid: d4993e717323b3747bafc245dd94fb79 timeCreated: 1510709207 licenseType: Store DefaultImporter: userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/3rd/Lean/Pool/Examples/06 Recycle.unity.meta/0
{ "file_path": "jynew/jyx2/Assets/3rd/Lean/Pool/Examples/06 Recycle.unity.meta", "repo_id": "jynew", "token_count": 69 }
955
fileFormatVersion: 2 guid: c4abd47c11b471846b9d3513daf6c92b timeCreated: 1564661134 licenseType: Store NativeFormatImporter: externalObjects: {} mainObjectFileID: 11400000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/3rd/Lean/Pool/GUIDE.asset.meta/0
{ "file_path": "jynew/jyx2/Assets/3rd/Lean/Pool/GUIDE.asset.meta", "repo_id": "jynew", "token_count": 92 }
956
fileFormatVersion: 2 guid: 1ad2acf0ae82b094487b26e6332712fc TextScriptImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/3rd/MeshTerrainEditor/MTE_ReadMe.htm.meta/0
{ "file_path": "jynew/jyx2/Assets/3rd/MeshTerrainEditor/MTE_ReadMe.htm.meta", "repo_id": "jynew", "token_count": 66 }
957
fileFormatVersion: 2 guid: abf7e8d6f126ab34da4bdfb08761afc1 timeCreated: 1497705498 licenseType: Store MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/3rd/MeshTerrainEditor/Plugins/Editor/GrassPainter/GrassPainter.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/3rd/MeshTerrainEditor/Plugins/Editor/GrassPainter/GrassPainter.cs.meta", "repo_id": "jynew", "token_count": 103 }
958
fileFormatVersion: 2 guid: cf36574d38d19394aa1db394c11ff120 timeCreated: 1459611155 licenseType: Store MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/3rd/MeshTerrainEditor/Plugins/Editor/SplatPainter/SplatPainter.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/3rd/MeshTerrainEditor/Plugins/Editor/SplatPainter/SplatPainter.cs.meta", "repo_id": "jynew", "token_count": 97 }
959
using System.Collections.Generic; using UnityEngine; namespace MTE { public class GrassUtil { #region grass: three quads (star) public static void GenerateGrassStarObject(Vector3 position, Quaternion rotation, float width, float height, Material material, out GameObject...
jynew/jyx2/Assets/3rd/MeshTerrainEditor/Plugins/Scripts/Grass/GrassUtil.cs/0
{ "file_path": "jynew/jyx2/Assets/3rd/MeshTerrainEditor/Plugins/Scripts/Grass/GrassUtil.cs", "repo_id": "jynew", "token_count": 1790 }
960
fileFormatVersion: 2 guid: d597c9cc070c4c3f9dcfef307eb95158 timeCreated: 1627325435
jynew/jyx2/Assets/3rd/MeshTerrainEditor/Plugins/Scripts/TextureArray/TextureArrayShaderPropertyNames.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/3rd/MeshTerrainEditor/Plugins/Scripts/TextureArray/TextureArrayShaderPropertyNames.cs.meta", "repo_id": "jynew", "token_count": 39 }
961
fileFormatVersion: 2 guid: cdd1c2c6cd9cc7a4b826f74fed374eb9 folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/3rd/MeshTerrainEditor/Shaders/Builtin/Specialized/Mali 400.meta/0
{ "file_path": "jynew/jyx2/Assets/3rd/MeshTerrainEditor/Shaders/Builtin/Specialized/Mali 400.meta", "repo_id": "jynew", "token_count": 72 }
962
fileFormatVersion: 2 guid: fed75321f7df61b41900193044f4f936 ShaderImporter: externalObjects: {} defaultTextures: [] nonModifiableTextures: [] userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/3rd/MeshTerrainEditor/Shaders/Builtin/Specialized/Mali 400/Surface/4Textures/Diffuse.shader.meta/0
{ "file_path": "jynew/jyx2/Assets/3rd/MeshTerrainEditor/Shaders/Builtin/Specialized/Mali 400/Surface/4Textures/Diffuse.shader.meta", "repo_id": "jynew", "token_count": 78 }
963
fileFormatVersion: 2 guid: 5fe017c18bf8ac342856a36418987cc4 folderAsset: yes timeCreated: 1495893260 licenseType: Store DefaultImporter: userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/3rd/MeshTerrainEditor/Shaders/Builtin/Standard/4Textures.meta/0
{ "file_path": "jynew/jyx2/Assets/3rd/MeshTerrainEditor/Shaders/Builtin/Standard/4Textures.meta", "repo_id": "jynew", "token_count": 73 }
964
fileFormatVersion: 2 guid: 8c27a2ba11fbf094f9f6f80f38e81bd4 ShaderImporter: externalObjects: {} defaultTextures: [] nonModifiableTextures: [] preprocessorOverride: 0 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/3rd/MeshTerrainEditor/Shaders/Builtin/Standard/TextureArray/TextureArray_DisplayNormal.shader.meta/0
{ "file_path": "jynew/jyx2/Assets/3rd/MeshTerrainEditor/Shaders/Builtin/Standard/TextureArray/TextureArray_DisplayNormal.shader.meta", "repo_id": "jynew", "token_count": 90 }
965
fileFormatVersion: 2 guid: 82fc41e00685fc54e8b1918ce56c70d0 timeCreated: 1495897761 licenseType: Store ShaderImporter: defaultTextures: [] userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/3rd/MeshTerrainEditor/Shaders/Builtin/Surface/4Textures/Specular.shader.meta/0
{ "file_path": "jynew/jyx2/Assets/3rd/MeshTerrainEditor/Shaders/Builtin/Surface/4Textures/Specular.shader.meta", "repo_id": "jynew", "token_count": 77 }
966
fileFormatVersion: 2 guid: 086fbe76524808a45843cfed8dd678cb ShaderImporter: externalObjects: {} defaultTextures: [] nonModifiableTextures: [] userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/3rd/MeshTerrainEditor/Shaders/Builtin/Surface/6Textures/Diffuse.shader.meta/0
{ "file_path": "jynew/jyx2/Assets/3rd/MeshTerrainEditor/Shaders/Builtin/Surface/6Textures/Diffuse.shader.meta", "repo_id": "jynew", "token_count": 76 }
967
fileFormatVersion: 2 guid: 01a2cbb8b2243ad4da0d9638f38cb32c ShaderImporter: externalObjects: {} defaultTextures: [] nonModifiableTextures: [] userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/3rd/MeshTerrainEditor/Shaders/Builtin/Surface/8Textures/Specular.shader.meta/0
{ "file_path": "jynew/jyx2/Assets/3rd/MeshTerrainEditor/Shaders/Builtin/Surface/8Textures/Specular.shader.meta", "repo_id": "jynew", "token_count": 81 }
968
Shader "MTE/VertexColored/Bumped Diffuse" { Properties { _MainTex ("Base (RGB)", 2D) = "white" {} _Normal ("Normalmap", 2D) = "bump" {} } CGINCLUDE #pragma surface surf Lambert vertex:vert finalcolor:MTE_SplatmapFinalColor finalprepass:MTE_SplatmapFinalPrepass finalgbuffer:MTE_SplatmapFinalGBuffer #pragma...
jynew/jyx2/Assets/3rd/MeshTerrainEditor/Shaders/Builtin/Surface/Vertex-colored/Bumped.shader/0
{ "file_path": "jynew/jyx2/Assets/3rd/MeshTerrainEditor/Shaders/Builtin/Surface/Vertex-colored/Bumped.shader", "repo_id": "jynew", "token_count": 674 }
969
fileFormatVersion: 2 guid: d15e5fdf8cf19f34f826c788b3a219f7 ShaderImporter: externalObjects: {} defaultTextures: [] nonModifiableTextures: [] userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/3rd/MeshTerrainEditor/Shaders/Builtin/Unlit/3 Textures_baked_lightmap.shader.meta/0
{ "file_path": "jynew/jyx2/Assets/3rd/MeshTerrainEditor/Shaders/Builtin/Unlit/3 Textures_baked_lightmap.shader.meta", "repo_id": "jynew", "token_count": 83 }
970
using UnityEngine; using UnityEngine.AI; namespace UnityEditor.AI { public static class NavMeshComponentsGUIUtility { public static void AreaPopup(string labelName, SerializedProperty areaProperty) { var areaIndex = -1; var areaNames = GameObjectUtility.GetNavMeshAreaNam...
jynew/jyx2/Assets/3rd/NavMeshComponents/Editor/NavMeshComponentsGUIUtility.cs/0
{ "file_path": "jynew/jyx2/Assets/3rd/NavMeshComponents/Editor/NavMeshComponentsGUIUtility.cs", "repo_id": "jynew", "token_count": 4723 }
971
fileFormatVersion: 2 guid: 1e3fdca004f2d45fe8abbed571a8abd5 timeCreated: 1477924411 licenseType: Pro MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {fileID: 2800000, guid: cc7b9475dbddf4f9088d327d6e10ab77, type: 3} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/3rd/NavMeshComponents/Scripts/NavMeshModifier.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/3rd/NavMeshComponents/Scripts/NavMeshModifier.cs.meta", "repo_id": "jynew", "token_count": 129 }
972
fileFormatVersion: 2 guid: 2102937ec2f1e75418236fac598f9798 folderAsset: yes timeCreated: 1518451281 licenseType: Store DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/3rd/ProCore/ProGrids/Classes.meta/0
{ "file_path": "jynew/jyx2/Assets/3rd/ProCore/ProGrids/Classes.meta", "repo_id": "jynew", "token_count": 80 }
973
using UnityEngine; using UnityEditor; using System.Collections; using System.Collections.Generic; using System.Linq; namespace ProGrids { public class pg_GridRenderer { static readonly HideFlags PG_HIDE_FLAGS = HideFlags.HideAndDontSave; const string PREVIEW_OBJECT_NAME = "ProGridsGridObject"; const string MA...
jynew/jyx2/Assets/3rd/ProCore/ProGrids/Editor/pg_GridRenderer.cs/0
{ "file_path": "jynew/jyx2/Assets/3rd/ProCore/ProGrids/Editor/pg_GridRenderer.cs", "repo_id": "jynew", "token_count": 5733 }
974
fileFormatVersion: 2 guid: 66fc368f18f901941a304298d674ec05 folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/3rd/QuickOutline.meta/0
{ "file_path": "jynew/jyx2/Assets/3rd/QuickOutline.meta", "repo_id": "jynew", "token_count": 67 }
975
fileFormatVersion: 2 guid: 3b83d53789e09804ba3778eea2dbe451 DefaultImporter: userData:
jynew/jyx2/Assets/3rd/ScreenLogger/Example/LoadingScene.unity.meta/0
{ "file_path": "jynew/jyx2/Assets/3rd/ScreenLogger/Example/LoadingScene.unity.meta", "repo_id": "jynew", "token_count": 39 }
976
fileFormatVersion: 2 guid: 82f7e660f0fac1641b2d70733c7c31c8 folderAsset: yes timeCreated: 1462023438 licenseType: Store DefaultImporter: userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/3rd/ScreenLogger/Resources.meta/0
{ "file_path": "jynew/jyx2/Assets/3rd/ScreenLogger/Resources.meta", "repo_id": "jynew", "token_count": 77 }
977
fileFormatVersion: 2 guid: 517c16373f5b9c949a1cb4855607aef3 NativeFormatImporter: userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/3rd/UHUDText/Content/Art/Animation/SmallToNormal.anim.meta/0
{ "file_path": "jynew/jyx2/Assets/3rd/UHUDText/Content/Art/Animation/SmallToNormal.anim.meta", "repo_id": "jynew", "token_count": 59 }
978
using UnityEngine; using System; [Serializable] public class HUDTextInfo { public Transform CacheTransform; public string Text; public bl_Guidance Side = bl_Guidance.LeftUp; public int Size; public Color Color; public float Speed; public float VerticalAceleration; public float Vertical...
jynew/jyx2/Assets/3rd/UHUDText/Content/Script/Core/Constructors/HUDTextInfo.cs/0
{ "file_path": "jynew/jyx2/Assets/3rd/UHUDText/Content/Script/Core/Constructors/HUDTextInfo.cs", "repo_id": "jynew", "token_count": 406 }
979
fileFormatVersion: 2 guid: 2a8bc64950cfa664fac5872817272fbc folderAsset: yes timeCreated: 1493189497 licenseType: Store DefaultImporter: userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/3rd/UHUDText/Content/Script/Internal/Utils.meta/0
{ "file_path": "jynew/jyx2/Assets/3rd/UHUDText/Content/Script/Internal/Utils.meta", "repo_id": "jynew", "token_count": 73 }
980
fileFormatVersion: 2 guid: 5d05a7306c65b5645a7266eeb1ebe826 NativeFormatImporter: userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/3rd/UHUDText/Example/Model/Materials/MCG_diff.mat.meta/0
{ "file_path": "jynew/jyx2/Assets/3rd/UHUDText/Example/Model/Materials/MCG_diff.mat.meta", "repo_id": "jynew", "token_count": 60 }
981
fileFormatVersion: 2 guid: f84ad164a0067ea419e2c43506122853 DefaultImporter: userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/3rd/UHUDText/Example/Scene/HUDTextDemo.unity.meta/0
{ "file_path": "jynew/jyx2/Assets/3rd/UHUDText/Example/Scene/HUDTextDemo.unity.meta", "repo_id": "jynew", "token_count": 55 }
982
fileFormatVersion: 2 guid: b20d2d64a10e4e14bbd296a2ed4c986c folderAsset: yes timeCreated: 1509050567 licenseType: Store DefaultImporter: userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/3rd/_MK/MKToonFree/Demo/Textures.meta/0
{ "file_path": "jynew/jyx2/Assets/3rd/_MK/MKToonFree/Demo/Textures.meta", "repo_id": "jynew", "token_count": 78 }
983
using System.Collections.Generic; using UnityEngine; using UnityEditor; using System.Linq; using System; using UnityEditor.Utils; using UnityEditorInternal; #if UNITY_EDITOR namespace MK.Toon { #pragma warning disable CS0612, CS0618, CS1692 public static class GuiStyles { public static GUISty...
jynew/jyx2/Assets/3rd/_MK/MKToonFree/Editor/MKToonFreeEditor.cs/0
{ "file_path": "jynew/jyx2/Assets/3rd/_MK/MKToonFree/Editor/MKToonFreeEditor.cs", "repo_id": "jynew", "token_count": 5457 }
984
// Upgrade NOTE: replaced 'mul(UNITY_MATRIX_MVP,*)' with 'UnityObjectToClipPos(*)' //vertex and fragment shader #ifndef MK_TOON_FORWARD #define MK_TOON_FORWARD ///////////////////////////////////////////////////////////////////////////////////////////// // VERTEX SHADER //////////////////////////////////////////...
jynew/jyx2/Assets/3rd/_MK/MKToonFree/Shader/Inc/Forward/MKToonForward.cginc/0
{ "file_path": "jynew/jyx2/Assets/3rd/_MK/MKToonFree/Shader/Inc/Forward/MKToonForward.cginc", "repo_id": "jynew", "token_count": 1299 }
985
//shadow rendering input and output #ifndef MK_TOON_SHADOWCASTER #define MK_TOON_SHADOWCASTER ///////////////////////////////////////////////////////////////////////////////////////////// // VERTEX SHADER ///////////////////////////////////////////////////////////////////////////////////////////// void vertShado...
jynew/jyx2/Assets/3rd/_MK/MKToonFree/Shader/Inc/ShadowCaster/MKToonShadowCaster.cginc/0
{ "file_path": "jynew/jyx2/Assets/3rd/_MK/MKToonFree/Shader/Inc/ShadowCaster/MKToonShadowCaster.cginc", "repo_id": "jynew", "token_count": 413 }
986
fileFormatVersion: 2 guid: 113682534962c2f4696f750c84ecf0c8 timeCreated: 1496418194 licenseType: Store ShaderImporter: defaultTextures: [] userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/3rd/_MK/MKToonFree/Shader/MKToonFreeOutlineOnly.shader.meta/0
{ "file_path": "jynew/jyx2/Assets/3rd/_MK/MKToonFree/Shader/MKToonFreeOutlineOnly.shader.meta", "repo_id": "jynew", "token_count": 78 }
987
// 金庸群侠传3D重制版 // https://github.com/jynew/jynew // // 这是本开源项目文件头,所有代码均使用MIT协议。 // 但游戏内资源和第三方插件、dll等请仔细阅读LICENSE相关授权协议文档。 // // 金庸老先生千古! // // 本文件作者:东方怂天(EasternDay) // 文件名: DropdownAttacher.cs // 时间: 2022-01-05-1:31 PM using System.Collections.Generic; using i18n.Ext; using i18n.TranslatorDef; using UnityEngine; u...
jynew/jyx2/Assets/3rd/i18n/TranslateAttacher/DropdownAttacher.cs/0
{ "file_path": "jynew/jyx2/Assets/3rd/i18n/TranslateAttacher/DropdownAttacher.cs", "repo_id": "jynew", "token_count": 765 }
988
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 225627996, guid: ffea41b2ef7376143bee608c897e587a, type: 3} m_N...
jynew/jyx2/Assets/3rd/nu Assets/Easy Decal/Atlas/BulletHoles.asset/0
{ "file_path": "jynew/jyx2/Assets/3rd/nu Assets/Easy Decal/Atlas/BulletHoles.asset", "repo_id": "jynew", "token_count": 281 }
989
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!114 &11400000 MonoBehaviour: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_GameObject: {fileID: 0} m_Enabled: 1 m_EditorHideFlags: 0 m_Script: {fileID: 225627996, guid: ffea41b2ef7376143bee608c897e587a, type: 3} m_N...
jynew/jyx2/Assets/3rd/nu Assets/Easy Decal/Atlas/Sewers.asset/0
{ "file_path": "jynew/jyx2/Assets/3rd/nu Assets/Easy Decal/Atlas/Sewers.asset", "repo_id": "jynew", "token_count": 509 }
990
fileFormatVersion: 2 guid: 833f04027aae7bd4697cecbccd5d8f48 NativeFormatImporter: userData:
jynew/jyx2/Assets/3rd/nu Assets/Easy Decal/Material/Misc/TilesMaterial.mat.meta/0
{ "file_path": "jynew/jyx2/Assets/3rd/nu Assets/Easy Decal/Material/Misc/TilesMaterial.mat.meta", "repo_id": "jynew", "token_count": 42 }
991
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!21 &2100000 Material: serializedVersion: 6 m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: Splatter C m_Shader: {fileID: 4800000, guid: f5d260ed264b72e45a6c724c3c61c215, type: 3} m_ShaderKeywords: m_LightmapFla...
jynew/jyx2/Assets/3rd/nu Assets/Easy Decal/Material/Splatters/Splatter C.mat/0
{ "file_path": "jynew/jyx2/Assets/3rd/nu Assets/Easy Decal/Material/Splatters/Splatter C.mat", "repo_id": "jynew", "token_count": 1441 }
992
fileFormatVersion: 2 guid: a85f853a4e9b62a4e8bb364841e82645 NativeFormatImporter: userData:
jynew/jyx2/Assets/3rd/nu Assets/Easy Decal/Prefabs/Cracks/Decal Cracks C.prefab.meta/0
{ "file_path": "jynew/jyx2/Assets/3rd/nu Assets/Easy Decal/Prefabs/Cracks/Decal Cracks C.prefab.meta", "repo_id": "jynew", "token_count": 45 }
993
fileFormatVersion: 2 guid: 010f5d3983dd89446ac7f231ac22906f folderAsset: yes DefaultImporter: userData:
jynew/jyx2/Assets/3rd/nu Assets/Easy Decal/Scripts/Editor.meta/0
{ "file_path": "jynew/jyx2/Assets/3rd/nu Assets/Easy Decal/Scripts/Editor.meta", "repo_id": "jynew", "token_count": 44 }
994
fileFormatVersion: 2 guid: e9348b6c9dcf213459ba709df811ec62 ShaderImporter: defaultTextures: [] userData:
jynew/jyx2/Assets/3rd/nu Assets/Easy Decal/Shader/Legacy/ED_AlphaSimple.shader.meta/0
{ "file_path": "jynew/jyx2/Assets/3rd/nu Assets/Easy Decal/Shader/Legacy/ED_AlphaSimple.shader.meta", "repo_id": "jynew", "token_count": 46 }
995
//----------------------------------------------------- // Deferred screen space decal diffuse shader. Version 0.9 [Beta] // Copyright (c) 2017 by Sycoforge //----------------------------------------------------- Shader "Easy Decal/SSD/Deferred SSD" { Properties { _MainTex ("Base (RGB)", 2D) = "white" {} _Color...
jynew/jyx2/Assets/3rd/nu Assets/Easy Decal/Shader/SSD/Legacy/DSSD.shader/0
{ "file_path": "jynew/jyx2/Assets/3rd/nu Assets/Easy Decal/Shader/SSD/Legacy/DSSD.shader", "repo_id": "jynew", "token_count": 1549 }
996
fileFormatVersion: 2 guid: fb52b8d29b227414184f7e660e969c3a timeCreated: 1467563021 licenseType: Store ShaderImporter: defaultTextures: [] userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/3rd/nu Assets/Easy Decal/Shader/SSD/Legacy/SSD-M.shader.meta/0
{ "file_path": "jynew/jyx2/Assets/3rd/nu Assets/Easy Decal/Shader/SSD/Legacy/SSD-M.shader.meta", "repo_id": "jynew", "token_count": 79 }
997
#if UNITY_EDITOR && ODIN_INSPECTOR using System; using System.Collections.Generic; using System.Reflection; using Sirenix.OdinInspector.Editor; using UnityEngine; using XNode; namespace XNodeEditor { internal class OdinNodeInGraphAttributeProcessor<T> : OdinAttributeProcessor<T> where T : Node { public override bo...
jynew/jyx2/Assets/3rd/xNode-1.8.0/Scripts/Editor/Drawers/Odin/InNodeEditorAttributeProcessor.cs/0
{ "file_path": "jynew/jyx2/Assets/3rd/xNode-1.8.0/Scripts/Editor/Drawers/Odin/InNodeEditorAttributeProcessor.cs", "repo_id": "jynew", "token_count": 403 }
998
fileFormatVersion: 2 guid: aa7d4286bf0ad2e4086252f2893d2cf5 timeCreated: 1505426655 licenseType: Free MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/3rd/xNode-1.8.0/Scripts/Editor/NodeEditorAction.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/3rd/xNode-1.8.0/Scripts/Editor/NodeEditorAction.cs.meta", "repo_id": "jynew", "token_count": 102 }
999
fileFormatVersion: 2 guid: 64ea6af1e195d024d8df0ead1921e517 timeCreated: 1507566823 licenseType: Free MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/3rd/xNode-1.8.0/Scripts/NodeDataCache.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/3rd/xNode-1.8.0/Scripts/NodeDataCache.cs.meta", "repo_id": "jynew", "token_count": 99 }
1,000
fileFormatVersion: 2 guid: a283f9f412f00164891da4653ce9473d NativeFormatImporter: externalObjects: {} mainObjectFileID: 9100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/BuildSource/AnimationControllers/Bear_controller.controller.meta/0
{ "file_path": "jynew/jyx2/Assets/BuildSource/AnimationControllers/Bear_controller.controller.meta", "repo_id": "jynew", "token_count": 74 }
1,001
fileFormatVersion: 2 guid: 9d3e72ab7650bd84ea0c7bfa8b14d90b NativeFormatImporter: externalObjects: {} mainObjectFileID: 0 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/BuildSource/AnimationControllers/Frog_controller.controller.meta/0
{ "file_path": "jynew/jyx2/Assets/BuildSource/AnimationControllers/Frog_controller.controller.meta", "repo_id": "jynew", "token_count": 76 }
1,002
fileFormatVersion: 2 guid: eb485f606fd4320458598808b50bdcd6 timeCreated: 1503920411 licenseType: Store NativeFormatImporter: mainObjectFileID: 9100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/BuildSource/AnimationControllers/Snake_controller.controller.meta/0
{ "file_path": "jynew/jyx2/Assets/BuildSource/AnimationControllers/Snake_controller.controller.meta", "repo_id": "jynew", "token_count": 77 }
1,003
fileFormatVersion: 2 guid: 3c0facdc9af6c5d44987681f0b3f13f5 NativeFormatImporter: externalObjects: {} mainObjectFileID: 9100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/BuildSource/AnimationControllers/Wolfdie_controller.controller.meta/0
{ "file_path": "jynew/jyx2/Assets/BuildSource/AnimationControllers/Wolfdie_controller.controller.meta", "repo_id": "jynew", "token_count": 79 }
1,004
fileFormatVersion: 2 guid: 97adcfc9d59036c47bb0fa628a3dd6f6 NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/BuildSource/Animations/BaiwanjianMagic.anim.meta/0
{ "file_path": "jynew/jyx2/Assets/BuildSource/Animations/BaiwanjianMagic.anim.meta", "repo_id": "jynew", "token_count": 76 }
1,005
fileFormatVersion: 2 guid: 860ce3fea5e28aa488aa5cf9b7624adc NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/BuildSource/Animations/DanqingshengStand.anim.meta/0
{ "file_path": "jynew/jyx2/Assets/BuildSource/Animations/DanqingshengStand.anim.meta", "repo_id": "jynew", "token_count": 76 }
1,006
fileFormatVersion: 2 guid: a9429fc1e94694c4d8c01db8a537a24a NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/BuildSource/Animations/DuanyuKneel.anim.meta/0
{ "file_path": "jynew/jyx2/Assets/BuildSource/Animations/DuanyuKneel.anim.meta", "repo_id": "jynew", "token_count": 77 }
1,007
fileFormatVersion: 2 guid: 99adfd29ac665b449a385671e2da96ce NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/BuildSource/Animations/FanyaoMagic.anim.meta/0
{ "file_path": "jynew/jyx2/Assets/BuildSource/Animations/FanyaoMagic.anim.meta", "repo_id": "jynew", "token_count": 72 }
1,008
fileFormatVersion: 2 guid: 64120d1bca853da49b9d4e15dba7a3db NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/BuildSource/Animations/Hanbingshenzhangstand.anim.meta/0
{ "file_path": "jynew/jyx2/Assets/BuildSource/Animations/Hanbingshenzhangstand.anim.meta", "repo_id": "jynew", "token_count": 78 }
1,009
fileFormatVersion: 2 guid: 84e43f640f58c9147bdd38ce8958605d NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/BuildSource/Animations/HongjiaozhuMagic.anim.meta/0
{ "file_path": "jynew/jyx2/Assets/BuildSource/Animations/HongjiaozhuMagic.anim.meta", "repo_id": "jynew", "token_count": 74 }
1,010
fileFormatVersion: 2 guid: 9abe812459c7e194fbe3340f08b104bd NativeFormatImporter: externalObjects: {} mainObjectFileID: 0 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/BuildSource/Animations/HujiaBlade.anim.meta/0
{ "file_path": "jynew/jyx2/Assets/BuildSource/Animations/HujiaBlade.anim.meta", "repo_id": "jynew", "token_count": 72 }
1,011
fileFormatVersion: 2 guid: d796d494e49e9a14fb41c83184198c9b NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/BuildSource/Animations/JinlunfawangStand.anim.meta/0
{ "file_path": "jynew/jyx2/Assets/BuildSource/Animations/JinlunfawangStand.anim.meta", "repo_id": "jynew", "token_count": 75 }
1,012
fileFormatVersion: 2 guid: e2e48d45577dce04d98c4d9b3b83a452 NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/BuildSource/Animations/Kongmingquan.anim.meta/0
{ "file_path": "jynew/jyx2/Assets/BuildSource/Animations/Kongmingquan.anim.meta", "repo_id": "jynew", "token_count": 78 }
1,013