text
stringlengths
7
35.3M
id
stringlengths
11
185
metadata
dict
__index_level_0__
int64
0
2.14k
fileFormatVersion: 2 guid: 4e366294739e5904abddbc3bf79696fd MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Scripts/GameCore/InputLogics/Core/Context/UI/Shop/ShopUIInputContext.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Scripts/GameCore/InputLogics/Core/Context/UI/Shop/ShopUIInputContext.cs.meta", "repo_id": "jynew", "token_count": 92 }
1,609
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using UnityEngine.UI; namespace Jyx2.UINavigation { public enum NavigationDirection { Left = 1, Right = 2, Up = 3, Down = 4, } public interface INavigabl...
jynew/jyx2/Assets/Scripts/GameCore/InputLogics/UINavigation/INavigable.cs/0
{ "file_path": "jynew/jyx2/Assets/Scripts/GameCore/InputLogics/UINavigation/INavigable.cs", "repo_id": "jynew", "token_count": 221 }
1,610
/* * 金庸群侠传3D重制版 * https://github.com/jynew/jynew * * 这是本开源项目文件头,所有代码均使用MIT协议。 * 但游戏内资源和第三方插件、dll等请仔细阅读LICENSE相关授权协议文档。 * * 金庸老先生千古! */ using System; using System.Collections; using System.Collections.Generic; using Jyx2; using UnityEngine; using UnityEngine.AI; using UnityEngine.EventSystems; [Obsolete("不再需要直接...
jynew/jyx2/Assets/Scripts/GameMaps/InteractiveObj.cs/0
{ "file_path": "jynew/jyx2/Assets/Scripts/GameMaps/InteractiveObj.cs", "repo_id": "jynew", "token_count": 1697 }
1,611
/* * 金庸群侠传3D重制版 * https://github.com/jynew/jynew * * 这是本开源项目文件头,所有代码均使用MIT协议。 * 但游戏内资源和第三方插件、dll等请仔细阅读LICENSE相关授权协议文档。 * * 金庸老先生千古! */ using System; using System.Collections; using System.Collections.Generic; using Animancer; using Cysharp.Threading.Tasks; using UnityEngine; namespace Jyx2 { [RequireCompon...
jynew/jyx2/Assets/Scripts/GameMaps/MapChestInteract.cs/0
{ "file_path": "jynew/jyx2/Assets/Scripts/GameMaps/MapChestInteract.cs", "repo_id": "jynew", "token_count": 1029 }
1,612
/* * 金庸群侠传3D重制版 * https://github.com/jynew/jynew * * 这是本开源项目文件头,所有代码均使用MIT协议。 * 但游戏内资源和第三方插件、dll等请仔细阅读LICENSE相关授权协议文档。 * * 金庸老先生千古! */ using System; using System.Collections.Generic; using System.IO; using System.Text; using i18n.TranslatorDef; using Jyx2.Middleware; using Jyx2.MOD; using UnityEngine; using XL...
jynew/jyx2/Assets/Scripts/GameSave/GameRuntimeData.cs/0
{ "file_path": "jynew/jyx2/Assets/Scripts/GameSave/GameRuntimeData.cs", "repo_id": "jynew", "token_count": 13965 }
1,613
/* * 金庸群侠传3D重制版 * https://github.com/jynew/jynew * * 这是本开源项目文件头,所有代码均使用MIT协议。 * 但游戏内资源和第三方插件、dll等请仔细阅读LICENSE相关授权协议文档。 * * 金庸老先生千古! */ using System; using System.Collections.Generic; using System.Linq; using System.Threading; using Cinemachine; using DG.Tweening; using UnityEngine; using UnityEngine.UI; using X...
jynew/jyx2/Assets/Scripts/LuaCore/Jyx2LuaBridge.cs/0
{ "file_path": "jynew/jyx2/Assets/Scripts/LuaCore/Jyx2LuaBridge.cs", "repo_id": "jynew", "token_count": 46092 }
1,614
fileFormatVersion: 2 guid: 28459d5b9a458a04dad2d59ab8786f13 folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Scripts/MOD.meta/0
{ "file_path": "jynew/jyx2/Assets/Scripts/MOD.meta", "repo_id": "jynew", "token_count": 69 }
1,615
fileFormatVersion: 2 guid: 928c76370810445b8a91b87889fba4d0 timeCreated: 1670050653
jynew/jyx2/Assets/Scripts/MOD/ModV2/GameModNative.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Scripts/MOD/ModV2/GameModNative.cs.meta", "repo_id": "jynew", "token_count": 40 }
1,616
fileFormatVersion: 2 guid: 3bfa07e5521244d4b46a0a0898b9ab26 timeCreated: 1658147310
jynew/jyx2/Assets/Scripts/ResourceManagement.meta/0
{ "file_path": "jynew/jyx2/Assets/Scripts/ResourceManagement.meta", "repo_id": "jynew", "token_count": 42 }
1,617
fileFormatVersion: 2 guid: 0e94573f07354212ae130adaa6ed95f9 timeCreated: 1658147315
jynew/jyx2/Assets/Scripts/ResourceManagement/ResLoader.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Scripts/ResourceManagement/ResLoader.cs.meta", "repo_id": "jynew", "token_count": 40 }
1,618
using i18n.TranslatorDef; using Jyx2.UINavigation; using Jyx2.Util; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using UnityEngine; using UnityEngine.EventSystems; using UnityEngine.UI; namespace Jyx2 { public class ChatUISelectionItem : MonoB...
jynew/jyx2/Assets/Scripts/UI/ChatUISelectionItem.cs/0
{ "file_path": "jynew/jyx2/Assets/Scripts/UI/ChatUISelectionItem.cs", "repo_id": "jynew", "token_count": 975 }
1,619
fileFormatVersion: 2 guid: defb2a9f820b4f43840fb660d8db1761 timeCreated: 1687792075
jynew/jyx2/Assets/Scripts/UI/Framework.meta/0
{ "file_path": "jynew/jyx2/Assets/Scripts/UI/Framework.meta", "repo_id": "jynew", "token_count": 36 }
1,620
/* * 金庸群侠传3D重制版 * https://github.com/jynew/jynew * * 这是本开源项目文件头,所有代码均使用MIT协议。 * 但游戏内资源和第三方插件、dll等请仔细阅读LICENSE相关授权协议文档。 * * 金庸老先生千古! */ using System; using System.Collections; using System.Collections.Generic; using Cysharp.Threading.Tasks; using Jyx2; using Jyx2.UINavigation; using Jyx2.Util; using Steamworks...
jynew/jyx2/Assets/Scripts/UI/Jyx2ItemUI.cs/0
{ "file_path": "jynew/jyx2/Assets/Scripts/UI/Jyx2ItemUI.cs", "repo_id": "jynew", "token_count": 1913 }
1,621
/* * 金庸群侠传3D重制版 * https://github.com/jynew/jynew * * 这是本开源项目文件头,所有代码均使用MIT协议。 * 但游戏内资源和第三方插件、dll等请仔细阅读LICENSE相关授权协议文档。 * * 金庸老先生千古! */ using UnityEngine; using UnityEngine.UI; using Jyx2; public class RandomPropertyComponent : MonoBehaviour { public Text m_titleText; public Transform m_propertyRoot; ...
jynew/jyx2/Assets/Scripts/UI/RandomPropertyComponent.cs/0
{ "file_path": "jynew/jyx2/Assets/Scripts/UI/RandomPropertyComponent.cs", "repo_id": "jynew", "token_count": 1207 }
1,622
/* * 金庸群侠传3D重制版 * https://github.com/jynew/jynew * * 这是本开源项目文件头,所有代码均使用MIT协议。 * 但游戏内资源和第三方插件、dll等请仔细阅读LICENSE相关授权协议文档。 * * 金庸老先生千古! */ using System; using System.Collections; using System.Collections.Generic; using System.Reflection; using Cysharp.Threading.Tasks; using i18n.TranslatorDef; using Jyx2; using Uni...
jynew/jyx2/Assets/Scripts/UI/SystemUIPanel.cs/0
{ "file_path": "jynew/jyx2/Assets/Scripts/UI/SystemUIPanel.cs", "repo_id": "jynew", "token_count": 1619 }
1,623
fileFormatVersion: 2 guid: 24a90bfee4e27fc459dd739ee1d57c7e timeCreated: 1479436459 licenseType: Pro MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Scripts/UI/UIComponents/UIPolygon.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Scripts/UI/UIComponents/UIPolygon.cs.meta", "repo_id": "jynew", "token_count": 101 }
1,624
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public partial class CommonNoticePanel { private Text TitleText_Text; private ScrollRect TextView_ScrollRect; private Text ContentText_Text; private Button FirstBtn_Button; private Text FirstBtn_Text_Text; privat...
jynew/jyx2/Assets/Scripts/UI/UIData/CommonNoticePanel_UIData.cs/0
{ "file_path": "jynew/jyx2/Assets/Scripts/UI/UIData/CommonNoticePanel_UIData.cs", "repo_id": "jynew", "token_count": 328 }
1,625
fileFormatVersion: 2 guid: 277f7204657e6dc43aa64cd283e6e7c9 MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Scripts/Utils/DebugInfoManager.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Scripts/Utils/DebugInfoManager.cs.meta", "repo_id": "jynew", "token_count": 94 }
1,626
using System; using System.Collections.Generic; using System.IO; using UnityEngine; using Newtonsoft.Json; namespace Jyx2 { public class Jyx2_PlayerPrefsData { public Dictionary<string, int> m_IntDic { get; } = new Dictionary<string, int>(); public Dictionary<string, bool> m_BoolDic { get; }...
jynew/jyx2/Assets/Scripts/Utils/Helpers/Jyx2_PlayerPrefs.cs/0
{ "file_path": "jynew/jyx2/Assets/Scripts/Utils/Helpers/Jyx2_PlayerPrefs.cs", "repo_id": "jynew", "token_count": 3708 }
1,627
fileFormatVersion: 2 guid: ed0855c3370354248be3e13b3aab2c06 MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Scripts/Utils/MonoUtil.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Scripts/Utils/MonoUtil.cs.meta", "repo_id": "jynew", "token_count": 94 }
1,628
/* * 金庸群侠传3D重制版 * https://github.com/jynew/jynew * * 这是本开源项目文件头,所有代码均使用MIT协议。 * 但游戏内资源和第三方插件、dll等请仔细阅读LICENSE相关授权协议文档。 * * 金庸老先生千古! */ using System; using System.Text; using UnityEngine; using System.Collections; using System.Collections.Generic; using System.IO; using System.Linq; using System.Xml; using Syste...
jynew/jyx2/Assets/Scripts/Utils/Tools/Tools.cs/0
{ "file_path": "jynew/jyx2/Assets/Scripts/Utils/Tools/Tools.cs", "repo_id": "jynew", "token_count": 12857 }
1,629
fileFormatVersion: 2 guid: 7317458c0eb3d3d47a0a9c28b83863c8 PrefabImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Terrain2Mesh/NewMeshTerrain3/NewMeshTerrain3.prefab.meta/0
{ "file_path": "jynew/jyx2/Assets/Terrain2Mesh/NewMeshTerrain3/NewMeshTerrain3.prefab.meta", "repo_id": "jynew", "token_count": 69 }
1,630
fileFormatVersion: 2 guid: 8abbda049d896d94588c86536088b065 NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/DragonVFX/Prefabs/effect_long2.anim.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/DragonVFX/Prefabs/effect_long2.anim.meta", "repo_id": "jynew", "token_count": 75 }
1,631
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!74 &7400000 AnimationClip: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: E3D-Ground-Blast-Blue3 serializedVersion: 6 m_Legacy: 0 m_Compressed: 0 m_UseHighQualityCurve: 1 m...
jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtData/Effects/Animation_new/E3D-Ground-Blast-Blue3.anim/0
{ "file_path": "jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtData/Effects/Animation_new/E3D-Ground-Blast-Blue3.anim", "repo_id": "jynew", "token_count": 35825 }
1,632
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!74 &7400000 AnimationClip: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: E3D-Ground-Continuoust-Violet2 serializedVersion: 6 m_Legacy: 0 m_Compressed: 0 m_UseHighQualityCurv...
jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtData/Effects/Animation_new/E3D-Ground-Continuoust-Violet2.anim/0
{ "file_path": "jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtData/Effects/Animation_new/E3D-Ground-Continuoust-Violet2.anim", "repo_id": "jynew", "token_count": 4144 }
1,633
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!74 &7400000 AnimationClip: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: E3D-Ground-Spread-Glod4 serializedVersion: 6 m_Legacy: 0 m_Compressed: 0 m_UseHighQualityCurve: 1 ...
jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtData/Effects/Animation_new/E3D-Ground-Spread-Glod4.anim/0
{ "file_path": "jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtData/Effects/Animation_new/E3D-Ground-Spread-Glod4.anim", "repo_id": "jynew", "token_count": 38031 }
1,634
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!74 &7400000 AnimationClip: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: E3D-Skill-Brandish-Red2 serializedVersion: 6 m_Legacy: 0 m_Compressed: 0 m_UseHighQualityCurve: 1 ...
jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtData/Effects/Animation_new/E3D-Skill-Brandish-Red2.anim/0
{ "file_path": "jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtData/Effects/Animation_new/E3D-Skill-Brandish-Red2.anim", "repo_id": "jynew", "token_count": 23681 }
1,635
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!74 &7400000 AnimationClip: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: E3D-Skill-Direct-Red serializedVersion: 6 m_Legacy: 0 m_Compressed: 0 m_UseHighQualityCurve: 1 m_R...
jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtData/Effects/Animation_new/E3D-Skill-Direct-Red.anim/0
{ "file_path": "jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtData/Effects/Animation_new/E3D-Skill-Direct-Red.anim", "repo_id": "jynew", "token_count": 46047 }
1,636
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!74 &7400000 AnimationClip: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: E3D-Skill-Rotate-Violet serializedVersion: 6 m_Legacy: 0 m_Compressed: 0 m_UseHighQualityCurve: 1 ...
jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtData/Effects/Animation_new/E3D-Skill-Rotate-Violet.anim/0
{ "file_path": "jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtData/Effects/Animation_new/E3D-Skill-Rotate-Violet.anim", "repo_id": "jynew", "token_count": 163653 }
1,637
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!74 &7400000 AnimationClip: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: E3D-Spell-Direct-Violet serializedVersion: 6 m_Legacy: 0 m_Compressed: 0 m_UseHighQualityCurve: 1 ...
jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtData/Effects/Animation_new/E3D-Spell-Direct-Violet.anim/0
{ "file_path": "jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtData/Effects/Animation_new/E3D-Spell-Direct-Violet.anim", "repo_id": "jynew", "token_count": 12949 }
1,638
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!74 &7400000 AnimationClip: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: E3D-Spell-Up-Cyan serializedVersion: 6 m_Legacy: 0 m_Compressed: 0 m_UseHighQualityCurve: 1 m_Rota...
jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtData/Effects/Animation_new/E3D-Spell-Up-Cyan.anim/0
{ "file_path": "jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtData/Effects/Animation_new/E3D-Spell-Up-Cyan.anim", "repo_id": "jynew", "token_count": 9762 }
1,639
// Upgrade NOTE: replaced '_Object2World' with 'unity_ObjectToWorld' // Upgrade NOTE: replaced 'mul(UNITY_MATRIX_MVP,*)' with 'UnityObjectToClipPos(*)' Shader "FX/Fresnel" { Properties { _Range ("Range", Range(0, 10)) = 4.874352 _FresnelColor ("FresnelColor", Color) = (1,1,1,1) _Brightness...
jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtData/Effects/Effect_Shaders/fesnel.shader/0
{ "file_path": "jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtData/Effects/Effect_Shaders/fesnel.shader", "repo_id": "jynew", "token_count": 1291 }
1,640
fileFormatVersion: 2 guid: c3017dd655b05904fa8e2aa6c62ea95c timeCreated: 1511251632 licenseType: Free NativeFormatImporter: userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtData/Effects/Materials/E3D-Loop4-1-2.mat.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtData/Effects/Materials/E3D-Loop4-1-2.mat.meta", "repo_id": "jynew", "token_count": 71 }
1,641
fileFormatVersion: 2 guid: d46976e2ffeb98540b0c9d07d2473f4c timeCreated: 1505737175 licenseType: Free NativeFormatImporter: userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtData/Effects/Materials/E3D-Point5.mat.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtData/Effects/Materials/E3D-Point5.mat.meta", "repo_id": "jynew", "token_count": 73 }
1,642
fileFormatVersion: 2 guid: f0729b2e07b728a4eb88a13454bf1179 timeCreated: 1505790101 licenseType: Free NativeFormatImporter: userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtData/Effects/Materials/E3D-Sequence36.mat.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtData/Effects/Materials/E3D-Sequence36.mat.meta", "repo_id": "jynew", "token_count": 71 }
1,643
fileFormatVersion: 2 guid: 67f63ab4de827d7448a12f2e609cb7b3 timeCreated: 1561015020 licenseType: Pro NativeFormatImporter: externalObjects: {} mainObjectFileID: 2100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtData/Effects/Model/Materials/tt_dun_zxr_01.mat.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtData/Effects/Model/Materials/tt_dun_zxr_01.mat.meta", "repo_id": "jynew", "token_count": 90 }
1,644
fileFormatVersion: 2 guid: 05e044e593f2a124e999fdfa18c14684 timeCreated: 1560570740 licenseType: Pro ShaderImporter: externalObjects: {} defaultTextures: [] userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtData/Effects/Shaders/E/E/AlphaBlend.shader.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtData/Effects/Shaders/E/E/AlphaBlend.shader.meta", "repo_id": "jynew", "token_count": 83 }
1,645
fileFormatVersion: 2 guid: 9d84416486733f8448e071b3d1c59f5f timeCreated: 1507603942 licenseType: Pro TextureImporter: fileIDToRecycleName: {} externalObjects: {} serializedVersion: 4 mipmaps: mipMapMode: 0 enableMipMap: 0 sRGBTexture: 1 linearTexture: 0 fadeOut: 0 borderMipMap: 0 mip...
jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtData/Effects/Textures_new/00.png.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtData/Effects/Textures_new/00.png.meta", "repo_id": "jynew", "token_count": 686 }
1,646
fileFormatVersion: 2 guid: 272fdd4c9256037479c75701f6a56bbb timeCreated: 1560521009 licenseType: Pro NativeFormatImporter: externalObjects: {} mainObjectFileID: 100100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtRes/Effect/Prefabs/Damage-Continuous-Cyan.prefab.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtRes/Effect/Prefabs/Damage-Continuous-Cyan.prefab.meta", "repo_id": "jynew", "token_count": 87 }
1,647
fileFormatVersion: 2 guid: 60ac2ce1e6484e042a838784cf22655b timeCreated: 1560736652 licenseType: Pro NativeFormatImporter: externalObjects: {} mainObjectFileID: 100100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtRes/Effect/Prefabs/Ground-Ice-Blue1.prefab.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtRes/Effect/Prefabs/Ground-Ice-Blue1.prefab.meta", "repo_id": "jynew", "token_count": 88 }
1,648
fileFormatVersion: 2 guid: aa35bf81a5e23074aa0a09b4516264ce timeCreated: 1560587331 licenseType: Pro NativeFormatImporter: externalObjects: {} mainObjectFileID: 100100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtRes/Effect/Prefabs/Skill-Brandish-Red.prefab.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtRes/Effect/Prefabs/Skill-Brandish-Red.prefab.meta", "repo_id": "jynew", "token_count": 88 }
1,649
fileFormatVersion: 2 guid: 88b9d6e799d97ea4f9ec0a452b096753 timeCreated: 1560514178 licenseType: Pro NativeFormatImporter: externalObjects: {} mainObjectFileID: 100100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtRes/Effect/Prefabs/Skill-Rotate-Blue1.prefab.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtRes/Effect/Prefabs/Skill-Rotate-Blue1.prefab.meta", "repo_id": "jynew", "token_count": 90 }
1,650
fileFormatVersion: 2 guid: 55fd5ec5fb1012643a4d324fc02cdf25 timeCreated: 1560604071 licenseType: Pro NativeFormatImporter: externalObjects: {} mainObjectFileID: 100100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtRes/Effect/Prefabs/Spell-Continuous-Gold.prefab.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtRes/Effect/Prefabs/Spell-Continuous-Gold.prefab.meta", "repo_id": "jynew", "token_count": 88 }
1,651
fileFormatVersion: 2 guid: feb751f2376a4ed4ba80f9e4ed5437f9 timeCreated: 1560427806 licenseType: Pro NativeFormatImporter: externalObjects: {} mainObjectFileID: 100100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtRes/Effect/Prefabs/Spell-Light-Cyan.prefab.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtRes/Effect/Prefabs/Spell-Light-Cyan.prefab.meta", "repo_id": "jynew", "token_count": 90 }
1,652
fileFormatVersion: 2 guid: 49815bfdcc8159b458454df88619fa3e PrefabImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtRes/Effect/Prefabs/Zhangfeng-Cyan-White.prefab.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtRes/Effect/Prefabs/Zhangfeng-Cyan-White.prefab.meta", "repo_id": "jynew", "token_count": 63 }
1,653
fileFormatVersion: 2 guid: c35fcdd79c1f79d45997e10526b0c90b timeCreated: 1552984116 licenseType: Pro MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/EffectsPackage/ThirdPartys/MirrorReflection/Scripts/MirrorReflection.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/EffectsPackage/ThirdPartys/MirrorReflection/Scripts/MirrorReflection.cs.meta", "repo_id": "jynew", "token_count": 108 }
1,654
fileFormatVersion: 2 guid: 0ed897cdbe2a371478156a76cb7806ec TextScriptImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/8 KI levels/Demo scene/HDRP and URP.txt.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/8 KI levels/Demo scene/HDRP and URP.txt.meta", "repo_id": "jynew", "token_count": 64 }
1,655
fileFormatVersion: 2 guid: bd6af5d577c618947b73aa60db554e51 ShaderImporter: externalObjects: {} defaultTextures: [] nonModifiableTextures: [] userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/8 KI levels/Shaders/Add_CenterGlow.shader.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/8 KI levels/Shaders/Add_CenterGlow.shader.meta", "repo_id": "jynew", "token_count": 79 }
1,656
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!91 &9100000 AnimatorController: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: DragonAttack1 serializedVersion: 5 m_AnimatorParameters: - m_Name: Attack m_Type: 9 m_DefaultFloat: 0 m_DefaultInt: 0 ...
jynew/jyx2/Assets/VFX/Hovl Studio/Archer skills pack/Animations/DragonAttack1.controller/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/Archer skills pack/Animations/DragonAttack1.controller", "repo_id": "jynew", "token_count": 1706 }
1,657
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1001 &100100000 Prefab: m_ObjectHideFlags: 1 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 0} m_Modifications: [] m_RemovedComponents: [] m_ParentPrefab: {fileID: 0} m_RootGameObject: {fileID: 1482638428331884} m_IsPrefabParent: ...
jynew/jyx2/Assets/VFX/Hovl Studio/Archer skills pack/Prefabs/Arrow discharge/DischargeAccum.prefab/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/Archer skills pack/Prefabs/Arrow discharge/DischargeAccum.prefab", "repo_id": "jynew", "token_count": 537478 }
1,658
fileFormatVersion: 2 guid: 248733b25531dab4aaacf4d9e6fbe17c folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/Archer skills pack/Prefabs/Fire arrow.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/Archer skills pack/Prefabs/Fire arrow.meta", "repo_id": "jynew", "token_count": 71 }
1,659
fileFormatVersion: 2 guid: 8e417bafdbf6fb542b1c7e1957a42ab0 NativeFormatImporter: externalObjects: {} mainObjectFileID: 100100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/Archer skills pack/Prefabs/Ice arrow/IceAArrowFlash.prefab.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/Archer skills pack/Prefabs/Ice arrow/IceAArrowFlash.prefab.meta", "repo_id": "jynew", "token_count": 78 }
1,660
fileFormatVersion: 2 guid: 44ba1124063ecc34689bab1bf0165861 NativeFormatImporter: externalObjects: {} mainObjectFileID: 100100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/Archer skills pack/Prefabs/Shield/Shield.prefab.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/Archer skills pack/Prefabs/Shield/Shield.prefab.meta", "repo_id": "jynew", "token_count": 73 }
1,661
%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: MagicText6dn2 m_Shader: {fileID: 4800000, guid: 145bae762d8de8f4c8fb1b284128fae7, type: 3} m_ShaderKeywords: m_Lightmap...
jynew/jyx2/Assets/VFX/Hovl Studio/Black mage spells/Materials/MagicText6dn2.mat/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/Black mage spells/Materials/MagicText6dn2.mat", "repo_id": "jynew", "token_count": 1251 }
1,662
%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: ShockWave10 m_Shader: {fileID: 4800000, guid: fea6d98214cdf6a4dbf053c0070e54e1, type: 3} m_ShaderKeywords: m_LightmapFl...
jynew/jyx2/Assets/VFX/Hovl Studio/Black mage spells/Materials/ShockWave10.mat/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/Black mage spells/Materials/ShockWave10.mat", "repo_id": "jynew", "token_count": 930 }
1,663
fileFormatVersion: 2 guid: a4908fb6903a81142829290be308c51b NativeFormatImporter: externalObjects: {} mainObjectFileID: 100100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/Black mage spells/Prefabs/Dark debuff/Dark debuff.prefab.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/Black mage spells/Prefabs/Dark debuff/Dark debuff.prefab.meta", "repo_id": "jynew", "token_count": 73 }
1,664
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1001 &100100000 Prefab: m_ObjectHideFlags: 1 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 0} m_Modifications: [] m_RemovedComponents: [] m_ParentPrefab: {fileID: 0} m_RootGameObject: {fileID: 1164356520849368} m_IsPrefabParent: ...
jynew/jyx2/Assets/VFX/Hovl Studio/Black mage spells/Prefabs/Fiery explosion/Fiery explosion.prefab/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/Black mage spells/Prefabs/Fiery explosion/Fiery explosion.prefab", "repo_id": "jynew", "token_count": 1206139 }
1,665
fileFormatVersion: 2 guid: b2b5b0dc27247ed4094c75b09186d066 NativeFormatImporter: externalObjects: {} mainObjectFileID: 100100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/Black mage spells/Prefabs/Projectiles/Dark hit.prefab.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/Black mage spells/Prefabs/Projectiles/Dark hit.prefab.meta", "repo_id": "jynew", "token_count": 76 }
1,666
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!74 &7400000 AnimationClip: m_ObjectHideFlags: 0 m_PrefabParentObject: {fileID: 0} m_PrefabInternal: {fileID: 0} m_Name: Sharks serializedVersion: 6 m_Legacy: 0 m_Compressed: 0 m_UseHighQualityCurve: 0 m_RotationCurves: [] m_CompressedRotationCurves: []...
jynew/jyx2/Assets/VFX/Hovl Studio/Epic toon VFX 2/Demo scene/Demo scene hero/Sharks.anim/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/Epic toon VFX 2/Demo scene/Demo scene hero/Sharks.anim", "repo_id": "jynew", "token_count": 2378493 }
1,667
fileFormatVersion: 2 guid: 0900e11e8b627cc4fa0705668f575b76 NativeFormatImporter: externalObjects: {} mainObjectFileID: 2100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/Epic toon VFX 2/Materials/Fire11cg.mat.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/Epic toon VFX 2/Materials/Fire11cg.mat.meta", "repo_id": "jynew", "token_count": 73 }
1,668
fileFormatVersion: 2 guid: 7ad9908f35d20494abdbad1168737844 NativeFormatImporter: externalObjects: {} mainObjectFileID: 2100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/Epic toon VFX 2/Materials/Mask54cg.mat.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/Epic toon VFX 2/Materials/Mask54cg.mat.meta", "repo_id": "jynew", "token_count": 71 }
1,669
fileFormatVersion: 2 guid: 8ae00a35f620a5646b48512206745719 NativeFormatImporter: externalObjects: {} mainObjectFileID: 2100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/Epic toon VFX 2/Materials/Trail63bts.mat.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/Epic toon VFX 2/Materials/Trail63bts.mat.meta", "repo_id": "jynew", "token_count": 72 }
1,670
fileFormatVersion: 2 guid: bd64c6f9aca954b499ad874158bb0b4e NativeFormatImporter: externalObjects: {} mainObjectFileID: 2100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/Epic toon VFX 2/Materials/TwoSides26.mat.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/Epic toon VFX 2/Materials/TwoSides26.mat.meta", "repo_id": "jynew", "token_count": 75 }
1,671
fileFormatVersion: 2 guid: d2b82723c6dd2bb419d2f5ab2d1cf1b5 NativeFormatImporter: externalObjects: {} mainObjectFileID: 2100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/Epic toon VFX 2/Materials/WaterF5bts.mat.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/Epic toon VFX 2/Materials/WaterF5bts.mat.meta", "repo_id": "jynew", "token_count": 79 }
1,672
fileFormatVersion: 2 guid: 808ed80abac09c242b89485425208927 NativeFormatImporter: externalObjects: {} mainObjectFileID: 100100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/Epic toon VFX 2/Prefabs/Front attack/Front attack.prefab.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/Epic toon VFX 2/Prefabs/Front attack/Front attack.prefab.meta", "repo_id": "jynew", "token_count": 72 }
1,673
fileFormatVersion: 2 guid: 268294f28a34a3446bdde40b6e6559b5 NativeFormatImporter: externalObjects: {} mainObjectFileID: 100100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/Epic toon VFX 2/Prefabs/Lightning bolt/Lightning bolt.prefab.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/Epic toon VFX 2/Prefabs/Lightning bolt/Lightning bolt.prefab.meta", "repo_id": "jynew", "token_count": 76 }
1,674
fileFormatVersion: 2 guid: 9c1140a4748eb1542bc76f156e936e7b NativeFormatImporter: externalObjects: {} mainObjectFileID: 100100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/Epic toon VFX 2/Prefabs/Water spell/Water tornado.prefab.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/Epic toon VFX 2/Prefabs/Water spell/Water tornado.prefab.meta", "repo_id": "jynew", "token_count": 76 }
1,675
fileFormatVersion: 2 guid: 300ccd2c5c9fa7245a6753ae94b514eb folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/Epic toon VFX 3/Materials.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/Epic toon VFX 3/Materials.meta", "repo_id": "jynew", "token_count": 69 }
1,676
fileFormatVersion: 2 guid: 21da2bf5b4bbc8840bd07929ebecb512 NativeFormatImporter: externalObjects: {} mainObjectFileID: 2100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/Epic toon VFX 3/Materials/Ice.mat.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/Epic toon VFX 3/Materials/Ice.mat.meta", "repo_id": "jynew", "token_count": 74 }
1,677
fileFormatVersion: 2 guid: 47638d990f8e97c419463c6f0a11a9a3 NativeFormatImporter: externalObjects: {} mainObjectFileID: 2100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/Epic toon VFX 3/Materials/TwoSides22.mat.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/Epic toon VFX 3/Materials/TwoSides22.mat.meta", "repo_id": "jynew", "token_count": 77 }
1,678
fileFormatVersion: 2 guid: 0509b56b437d5124eb31ada8a40930f1 folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/Epic toon VFX 3/Prefabs/Apple of Eden.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/Epic toon VFX 3/Prefabs/Apple of Eden.meta", "repo_id": "jynew", "token_count": 68 }
1,679
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1001 &100100000 Prefab: m_ObjectHideFlags: 1 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 0} m_Modifications: [] m_RemovedComponents: [] m_ParentPrefab: {fileID: 0} m_RootGameObject: {fileID: 1560852922075526} m_IsPrefabParent: ...
jynew/jyx2/Assets/VFX/Hovl Studio/Epic toon VFX 3/Prefabs/Fire meteors/Meteor hit.prefab/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/Epic toon VFX 3/Prefabs/Fire meteors/Meteor hit.prefab", "repo_id": "jynew", "token_count": 1004825 }
1,680
using System.Collections; using System.Collections.Generic; using UnityEngine; public class CellExplosion : MonoBehaviour { public float minForce; public float maxForce; public float radious; public float timer = 2; private float size; void Start() { size = 0.01f / timer; ...
jynew/jyx2/Assets/VFX/Hovl Studio/Epic toon VFX 3/Scripts/CellExplosion.cs/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/Epic toon VFX 3/Scripts/CellExplosion.cs", "repo_id": "jynew", "token_count": 568 }
1,681
fileFormatVersion: 2 guid: 397bf08dc5de3d142a709e67953cb11c timeCreated: 1558333861 licenseType: Store ShaderImporter: defaultTextures: [] userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/PBR Fantasy staff/Shaders/Staff.shader.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/PBR Fantasy staff/Shaders/Staff.shader.meta", "repo_id": "jynew", "token_count": 77 }
1,682
fileFormatVersion: 2 guid: 72c035630982db7439ed8ae6cf8dcc92 TextScriptImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Demo scenes/Demo AOE skills/Readme.txt.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Demo scenes/Demo AOE skills/Readme.txt.meta", "repo_id": "jynew", "token_count": 64 }
1,683
fileFormatVersion: 2 guid: c5667a58aeddeb64b92537173886fc86 NativeFormatImporter: externalObjects: {} mainObjectFileID: 7400000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Demo scenes/Demo projectiles/Shake.anim.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Demo scenes/Demo projectiles/Shake.anim.meta", "repo_id": "jynew", "token_count": 73 }
1,684
%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: Heart3bcg m_Shader: {fileID: 4800000, guid: b68b99c2e57cef4419465c63c527201b, type: 3} m_ShaderKeywords: _USEDEPTH_ON m_...
jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Materials/Heart3bcg.mat/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Materials/Heart3bcg.mat", "repo_id": "jynew", "token_count": 772 }
1,685
%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: TrailShader4 m_Shader: {fileID: 4800000, guid: 1bc9b14ff230e2242b248daff64546f6, type: 3} m_ShaderKeywords: m_LightmapF...
jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Materials/TrailShader4.mat/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Materials/TrailShader4.mat", "repo_id": "jynew", "token_count": 837 }
1,686
fileFormatVersion: 2 guid: 1c3dac94110955943a4e5707f432c392 NativeFormatImporter: externalObjects: {} mainObjectFileID: 100100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Prefabs/AOE spells/Knife hit.prefab.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Prefabs/AOE spells/Knife hit.prefab.meta", "repo_id": "jynew", "token_count": 75 }
1,687
fileFormatVersion: 2 guid: a7cb112e9339d01408d0002aede091cf NativeFormatImporter: externalObjects: {} mainObjectFileID: 100100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Prefabs/AOE spells/Meteor hit 2.prefab.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Prefabs/AOE spells/Meteor hit 2.prefab.meta", "repo_id": "jynew", "token_count": 73 }
1,688
fileFormatVersion: 2 guid: 7ee7aea814e67034c991de25882a040b NativeFormatImporter: externalObjects: {} mainObjectFileID: 100100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Prefabs/Magic buffs and hits/Buff 7.prefab.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Prefabs/Magic buffs and hits/Buff 7.prefab.meta", "repo_id": "jynew", "token_count": 74 }
1,689
fileFormatVersion: 2 guid: 07757cf211bd45044a1f1917658b9e66 NativeFormatImporter: externalObjects: {} mainObjectFileID: 100100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Prefabs/Magic buffs and hits/Punch Hit.prefab.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Prefabs/Magic buffs and hits/Punch Hit.prefab.meta", "repo_id": "jynew", "token_count": 73 }
1,690
fileFormatVersion: 2 guid: 2c3450fe2e031fc43bf4b1a39bda19b2 NativeFormatImporter: externalObjects: {} mainObjectFileID: 100100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Prefabs/Magic circles/Loop version/Magic circle 2 loop.prefab.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Prefabs/Magic circles/Loop version/Magic circle 2 loop.prefab.meta", "repo_id": "jynew", "token_count": 76 }
1,691
fileFormatVersion: 2 guid: d0014edc3649e5147976734cef091506 NativeFormatImporter: externalObjects: {} mainObjectFileID: 100100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Prefabs/Magic circles/Magic circle 10.prefab.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Prefabs/Magic circles/Magic circle 10.prefab.meta", "repo_id": "jynew", "token_count": 73 }
1,692
fileFormatVersion: 2 guid: 2a2353cfb2e46494d9fdf34eb5129445 NativeFormatImporter: externalObjects: {} mainObjectFileID: 100100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Prefabs/Magic circles/Magic circle 8.prefab.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Prefabs/Magic circles/Magic circle 8.prefab.meta", "repo_id": "jynew", "token_count": 75 }
1,693
fileFormatVersion: 2 guid: 55b36a9461ee12b4b9ed1546b95e8ba4 NativeFormatImporter: externalObjects: {} mainObjectFileID: 100100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Prefabs/Projectiles flash/Flash 12.prefab.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Prefabs/Projectiles flash/Flash 12.prefab.meta", "repo_id": "jynew", "token_count": 77 }
1,694
fileFormatVersion: 2 guid: 5b0ac738fb141244d96b28bbd07be221 NativeFormatImporter: externalObjects: {} mainObjectFileID: 100100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Prefabs/Projectiles flash/Flash 2.prefab.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Prefabs/Projectiles flash/Flash 2.prefab.meta", "repo_id": "jynew", "token_count": 75 }
1,695
fileFormatVersion: 2 guid: 7f11cfb7c95c8df45beb2209791430c4 NativeFormatImporter: externalObjects: {} mainObjectFileID: 100100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Prefabs/Projectiles flash/Flash 5.prefab.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Prefabs/Projectiles flash/Flash 5.prefab.meta", "repo_id": "jynew", "token_count": 77 }
1,696
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1001 &100100000 Prefab: m_ObjectHideFlags: 1 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 0} m_Modifications: [] m_RemovedComponents: [] m_ParentPrefab: {fileID: 0} m_RootGameObject: {fileID: 1153730961705006} m_IsPrefabParent: ...
jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Prefabs/Projectiles hits/Hit 4.prefab/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Prefabs/Projectiles hits/Hit 4.prefab", "repo_id": "jynew", "token_count": 400780 }
1,697
fileFormatVersion: 2 guid: 6220b0bbd4630c24a9d0fd570b53d326 NativeFormatImporter: externalObjects: {} mainObjectFileID: 100100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Prefabs/Projectiles/Hit 27.prefab.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Prefabs/Projectiles/Hit 27.prefab.meta", "repo_id": "jynew", "token_count": 76 }
1,698
fileFormatVersion: 2 guid: 6b29274ac2e79904986a87aaee461137 NativeFormatImporter: externalObjects: {} mainObjectFileID: 100100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Prefabs/Projectiles/Projectiles(transform)/Projectile 12.prefab.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Prefabs/Projectiles/Projectiles(transform)/Projectile 12.prefab.meta", "repo_id": "jynew", "token_count": 74 }
1,699
fileFormatVersion: 2 guid: 084af1218a1e0ee41a43bdf9d52aea29 NativeFormatImporter: externalObjects: {} mainObjectFileID: 100100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Prefabs/Projectiles/Projectiles(transform)/Projectile 2.prefab.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Prefabs/Projectiles/Projectiles(transform)/Projectile 2.prefab.meta", "repo_id": "jynew", "token_count": 76 }
1,700
fileFormatVersion: 2 guid: dabd0c1fb146a3f49a4f0e33fa27dba9 NativeFormatImporter: externalObjects: {} mainObjectFileID: 100100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Prefabs/Projectiles/Projectiles(transform)/Projectile 27.prefab.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Prefabs/Projectiles/Projectiles(transform)/Projectile 27.prefab.meta", "repo_id": "jynew", "token_count": 78 }
1,701
fileFormatVersion: 2 guid: 52f06423f074fa04384c40f4244fcd7f TextScriptImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Prefabs/Projectiles/Readme.txt.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Prefabs/Projectiles/Readme.txt.meta", "repo_id": "jynew", "token_count": 66 }
1,702
fileFormatVersion: 2 guid: 13a43378542625f489f7c1c85ba6a4c4 ShaderImporter: externalObjects: {} defaultTextures: [] nonModifiableTextures: [] userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Shaders/Lit_CenterGlow.shader.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Shaders/Lit_CenterGlow.shader.meta", "repo_id": "jynew", "token_count": 81 }
1,703
fileFormatVersion: 2 guid: a74f427f40a89f64494b544c15940581 TextScriptImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/Sword slash VFX/Demo scene/Readme.txt.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/Sword slash VFX/Demo scene/Readme.txt.meta", "repo_id": "jynew", "token_count": 63 }
1,704
%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: SwordSlash8 m_Shader: {fileID: 4800000, guid: cfdd144ceb76ec942b649cc196c1440c, type: 3} m_ShaderKeywords: m_LightmapFl...
jynew/jyx2/Assets/VFX/Hovl Studio/Sword slash VFX/Materials/SwordSlash8.mat/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/Sword slash VFX/Materials/SwordSlash8.mat", "repo_id": "jynew", "token_count": 889 }
1,705
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1001 &100100000 Prefab: m_ObjectHideFlags: 1 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 0} m_Modifications: [] m_RemovedComponents: [] m_ParentPrefab: {fileID: 0} m_RootGameObject: {fileID: 1610259402245616} m_IsPrefabParent: ...
jynew/jyx2/Assets/VFX/Hovl Studio/Sword slash VFX/Prefabs/Prick 3.prefab/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/Sword slash VFX/Prefabs/Prick 3.prefab", "repo_id": "jynew", "token_count": 937754 }
1,706
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1001 &100100000 Prefab: m_ObjectHideFlags: 1 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 0} m_Modifications: [] m_RemovedComponents: [] m_ParentPrefab: {fileID: 0} m_RootGameObject: {fileID: 1644958980890870} m_IsPrefabParent: ...
jynew/jyx2/Assets/VFX/Hovl Studio/Sword slash VFX/Prefabs/Sword Slash 15.prefab/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/Sword slash VFX/Prefabs/Sword Slash 15.prefab", "repo_id": "jynew", "token_count": 1003548 }
1,707
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1001 &100100000 Prefab: m_ObjectHideFlags: 1 serializedVersion: 2 m_Modification: m_TransformParent: {fileID: 0} m_Modifications: [] m_RemovedComponents: [] m_ParentPrefab: {fileID: 0} m_RootGameObject: {fileID: 1214577414585500} m_IsPrefabParent: ...
jynew/jyx2/Assets/VFX/Hovl Studio/Sword slash VFX/Prefabs/Sword Slash Combo 6.prefab/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/Sword slash VFX/Prefabs/Sword Slash Combo 6.prefab", "repo_id": "jynew", "token_count": 2404911 }
1,708