text
stringlengths
7
35.3M
id
stringlengths
11
185
metadata
dict
__index_level_0__
int64
0
2.14k
fileFormatVersion: 2 guid: be8d14ebda4941b47be5d3c0275148f5 MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Scripts/GameCore/InputLogics/Core/Jyx2_Input.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Scripts/GameCore/InputLogics/Core/Jyx2_Input.cs.meta", "repo_id": "jynew", "token_count": 95 }
1,627
/* * 金庸群侠传3D重制版 * https://github.com/jynew/jynew * * 这是本开源项目文件头,所有代码均使用MIT协议。 * 但游戏内资源和第三方插件、dll等请仔细阅读LICENSE相关授权协议文档。 * * 金庸老先生千古! */ using Jyx2; using System; using Cysharp.Threading.Tasks; using UnityEngine; /// <summary> /// 统一管理所有的事件触发 /// </summary> public class GameEventManager : MonoBehaviour { Gam...
jynew/jyx2/Assets/Scripts/GameMaps/GameEventManager.cs/0
{ "file_path": "jynew/jyx2/Assets/Scripts/GameMaps/GameEventManager.cs", "repo_id": "jynew", "token_count": 3199 }
1,628
/* * 金庸群侠传3D重制版 * https://github.com/jynew/jynew * * 这是本开源项目文件头,所有代码均使用MIT协议。 * 但游戏内资源和第三方插件、dll等请仔细阅读LICENSE相关授权协议文档。 * * 金庸老先生千古! */ using Jyx2; using System.Collections; using System.Collections.Generic; using Cysharp.Threading.Tasks; using UnityEngine; /// <summary> /// 地图宝箱 /// </summary> public class Ma...
jynew/jyx2/Assets/Scripts/GameMaps/MapChest.cs/0
{ "file_path": "jynew/jyx2/Assets/Scripts/GameMaps/MapChest.cs", "repo_id": "jynew", "token_count": 1626 }
1,629
fileFormatVersion: 2 guid: 226d3c8748715b24aa0ff3ed2a378923 MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Scripts/GameMaps/SecretNav.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Scripts/GameMaps/SecretNav.cs.meta", "repo_id": "jynew", "token_count": 94 }
1,630
using UnityEngine; using XLua; using System.Collections.Generic; using System.Collections; using System; namespace Jyx2 { //用于给Lua侧调用Unity协程 public class Coroutine_Runner : MonoBehaviour { } }
jynew/jyx2/Assets/Scripts/LuaCore/Coroutine_Runner.cs/0
{ "file_path": "jynew/jyx2/Assets/Scripts/LuaCore/Coroutine_Runner.cs", "repo_id": "jynew", "token_count": 92 }
1,631
using System.Collections; using System.Collections.Generic; using System.Text; using UnityEngine; using Sirenix.OdinInspector; using Jyx2; [CreateAssetMenu(menuName = "金庸重制版/LUA测试器", fileName = "LuaTestStarter")] public class LuaTestStarter : ScriptableObject { #if UNITY_EDITOR [LabelText("要测试的Lua文件")] public List...
jynew/jyx2/Assets/Scripts/LuaCore/LuaTestStarter.cs/0
{ "file_path": "jynew/jyx2/Assets/Scripts/LuaCore/LuaTestStarter.cs", "repo_id": "jynew", "token_count": 338 }
1,632
fileFormatVersion: 2 guid: a5be0ce7fa1e46a59eb105a11f4ec7de timeCreated: 1670073123
jynew/jyx2/Assets/Scripts/MOD/ModV2/GameModManualInstalled.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Scripts/MOD/ModV2/GameModManualInstalled.cs.meta", "repo_id": "jynew", "token_count": 41 }
1,633
{ "name":"测试MOD", "id":"jynew.testmod", "version":"1.1.0.0", "tags":["22","33"], "uri":"http://cdn.jy-new.com/testmod-1.1.0.0.zip", "dependencies":[ {"id":"jynew.testmod1", "version":"0.0.0.1"}, {"id":"jynew.testmod2", "version":"0.0.0.1"} ], "description":"这是一个测试MOD", "poster":"http://cdn.jy...
jynew/jyx2/Assets/Scripts/MOD/test.json/0
{ "file_path": "jynew/jyx2/Assets/Scripts/MOD/test.json", "repo_id": "jynew", "token_count": 215 }
1,634
fileFormatVersion: 2 guid: 4ca8820b89120b244a8f81304eb8d4e9 DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Scripts/ResourceManagement/ModelAssetsLogic/ModelPreviewScene.unity.meta/0
{ "file_path": "jynew/jyx2/Assets/Scripts/ResourceManagement/ModelAssetsLogic/ModelPreviewScene.unity.meta", "repo_id": "jynew", "token_count": 65 }
1,635
/* * 金庸群侠传3D重制版 * https://github.com/jynew/jynew * * 这是本开源项目文件头,所有代码均使用MIT协议。 * 但游戏内资源和第三方插件、dll等请仔细阅读LICENSE相关授权协议文档。 * * 金庸老先生千古! */ using Jyx2; using System; using System.Collections.Generic; using System.Linq; using Cysharp.Threading.Tasks; using UnityEngine; using UnityEngine.UI; using UnityEngine.EventSy...
jynew/jyx2/Assets/Scripts/UI/ChatUIPanel.cs/0
{ "file_path": "jynew/jyx2/Assets/Scripts/UI/ChatUIPanel.cs", "repo_id": "jynew", "token_count": 3163 }
1,636
/* * 金庸群侠传3D重制版 * https://github.com/jynew/jynew * * 这是本开源项目文件头,所有代码均使用MIT协议。 * 但游戏内资源和第三方插件、dll等请仔细阅读LICENSE相关授权协议文档。 * * 金庸老先生千古! */ using System; using DG.Tweening; using Jyx2; using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; using Jyx2.InputCore; public...
jynew/jyx2/Assets/Scripts/UI/DebugPanel.cs/0
{ "file_path": "jynew/jyx2/Assets/Scripts/UI/DebugPanel.cs", "repo_id": "jynew", "token_count": 2960 }
1,637
/* * 金庸群侠传3D重制版 * https://github.com/jynew/jynew * * 这是本开源项目文件头,所有代码均使用MIT协议。 * 但游戏内资源和第三方插件、dll等请仔细阅读LICENSE相关授权协议文档。 * * 金庸老先生千古! */ using System; using UnityEngine; public partial class InteractUIPanel : Jyx2_UIBase { public override UILayer Layer => UILayer.NormalUI; Action m_callback1; Action m_callba...
jynew/jyx2/Assets/Scripts/UI/InteractUIPanel.cs/0
{ "file_path": "jynew/jyx2/Assets/Scripts/UI/InteractUIPanel.cs", "repo_id": "jynew", "token_count": 734 }
1,638
using Jyx2.ResourceManagement; using MOD.UI; using System; using UnityEngine; namespace Jyx2 { public class ModPanelLauncher : MonoBehaviour { private async void Start() { await ResLoader.Init(); //UI资源在基础包里要初始化下 await Jyx2_UIManager.Instance.ShowUIAsync<ModPanelNew>()...
jynew/jyx2/Assets/Scripts/UI/ModPanelLauncher.cs/0
{ "file_path": "jynew/jyx2/Assets/Scripts/UI/ModPanelLauncher.cs", "repo_id": "jynew", "token_count": 174 }
1,639
/* * 金庸群侠传3D重制版 * https://github.com/jynew/jynew * * 这是本开源项目文件头,所有代码均使用MIT协议。 * 但游戏内资源和第三方插件、dll等请仔细阅读LICENSE相关授权协议文档。 * * 金庸老先生千古! */ using Jyx2; using Jyx2.UINavigation; using Jyx2.Util; using System; using UnityEngine; using UnityEngine.EventSystems; using UnityEngine.UI; public class SkillUIItem : MonoBeha...
jynew/jyx2/Assets/Scripts/UI/SkillUIItem.cs/0
{ "file_path": "jynew/jyx2/Assets/Scripts/UI/SkillUIItem.cs", "repo_id": "jynew", "token_count": 1062 }
1,640
/* * 金庸群侠传3D重制版 * https://github.com/jynew/jynew * * 这是本开源项目文件头,所有代码均使用MIT协议。 * 但游戏内资源和第三方插件、dll等请仔细阅读LICENSE相关授权协议文档。 * * 金庸老先生千古! */ using UnityEngine; using UnityEngine.EventSystems; using UnityEngine.UI; public partial class ChatUIPanel { private Button MainBg_Button; private RectTransform Content_RectTr...
jynew/jyx2/Assets/Scripts/UI/UIData/ChatUIPanel_UIData.cs/0
{ "file_path": "jynew/jyx2/Assets/Scripts/UI/UIData/ChatUIPanel_UIData.cs", "repo_id": "jynew", "token_count": 665 }
1,641
fileFormatVersion: 2 guid: 91ee3af9398f8344fa993ef17eedbcac MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/Scripts/Utils/DeactiveWhenPlaying.cs.meta/0
{ "file_path": "jynew/jyx2/Assets/Scripts/Utils/DeactiveWhenPlaying.cs.meta", "repo_id": "jynew", "token_count": 91 }
1,642
/* * 金庸群侠传3D重制版 * https://github.com/jynew/jynew * * 这是本开源项目文件头,所有代码均使用MIT协议。 * 但游戏内资源和第三方插件、dll等请仔细阅读LICENSE相关授权协议文档。 * * 金庸老先生千古! */ using Jyx2; using UnityEngine; using UnityEngine.Rendering.PostProcessing; /// <summary> /// 处理图像设置相关功能 /// </summary> public class GraphicSettingsHelper { public Camera m...
jynew/jyx2/Assets/Scripts/Utils/Helpers/GraphicSettingsHelper.cs/0
{ "file_path": "jynew/jyx2/Assets/Scripts/Utils/Helpers/GraphicSettingsHelper.cs", "repo_id": "jynew", "token_count": 1627 }
1,643
/* * 金庸群侠传3D重制版 * https://github.com/jynew/jynew * * 这是本开源项目文件头,所有代码均使用MIT协议。 * 但游戏内资源和第三方插件、dll等请仔细阅读LICENSE相关授权协议文档。 * * 金庸老先生千古! */ using System; using System.Collections.Generic; using UnityEngine; using UnityEngine.EventSystems; using UnityEngine.UI; using UnityEditor; using Lean.Pool; namespace Jyx2.Midd...
jynew/jyx2/Assets/Scripts/Utils/Tools/HSUnityTools.cs/0
{ "file_path": "jynew/jyx2/Assets/Scripts/Utils/Tools/HSUnityTools.cs", "repo_id": "jynew", "token_count": 3947 }
1,644
%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: Terrain Mat m_Shader: {fileID: 10623, guid: 0000000000000000f000000000000000, type: 0} ...
jynew/jyx2/Assets/Terrain/Terrain Mat.mat/0
{ "file_path": "jynew/jyx2/Assets/Terrain/Terrain Mat.mat", "repo_id": "jynew", "token_count": 465 }
1,645
%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: BLACK_DRAGON_BODY m_Shader: {fileID: 4800000, guid: 69f222881a0d320478f879a668d205c9, ty...
jynew/jyx2/Assets/VFX/DragonVFX/ModelFiles/BLACK_DRAGON_BODY.mat/0
{ "file_path": "jynew/jyx2/Assets/VFX/DragonVFX/ModelFiles/BLACK_DRAGON_BODY.mat", "repo_id": "jynew", "token_count": 1224 }
1,646
fileFormatVersion: 2 guid: 75aeb58a93d73b54283b9ff5f60bd784 PrefabImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/DragonVFX/Prefabs/DRAGON_EFT3.prefab.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/DragonVFX/Prefabs/DRAGON_EFT3.prefab.meta", "repo_id": "jynew", "token_count": 65 }
1,647
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!91 &9100000 AnimatorController: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: E3D-1 serializedVersion: 5 m_AnimatorParameters: [] m_AnimatorLayers: - serializedVersion: 5 ...
jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtData/Effects/Animation_new/E3D-1.controller/0
{ "file_path": "jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtData/Effects/Animation_new/E3D-1.controller", "repo_id": "jynew", "token_count": 850 }
1,648
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!91 &9100000 AnimatorController: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: E3D-Ground-Spread-Glod3 serializedVersion: 5 m_AnimatorParameters: [] m_AnimatorLayers: - seria...
jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtData/Effects/Animation_new/E3D-Ground-Spread-Glod3.controller/0
{ "file_path": "jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtData/Effects/Animation_new/E3D-Ground-Spread-Glod3.controller", "repo_id": "jynew", "token_count": 1151 }
1,649
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!91 &9100000 AnimatorController: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: E3D-Skill-Brandish-Red serializedVersion: 5 m_AnimatorParameters: [] m_AnimatorLayers: - serial...
jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtData/Effects/Animation_new/E3D-Skill-Brandish-Red.controller/0
{ "file_path": "jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtData/Effects/Animation_new/E3D-Skill-Brandish-Red.controller", "repo_id": "jynew", "token_count": 856 }
1,650
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!91 &9100000 AnimatorController: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} m_Name: E3D-Skill-Rotate-Red serializedVersion: 5 m_AnimatorParameters: [] m_AnimatorLayers: - serializ...
jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtData/Effects/Animation_new/E3D-Skill-Rotate-Red.controller/0
{ "file_path": "jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtData/Effects/Animation_new/E3D-Skill-Rotate-Red.controller", "repo_id": "jynew", "token_count": 862 }
1,651
fileFormatVersion: 2 guid: d03ab61ec1d153247979a1c7ec9a1251 timeCreated: 1502346606 licenseType: Free NativeFormatImporter: userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtData/Effects/Materials/E3D-Loop2-6.mat.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtData/Effects/Materials/E3D-Loop2-6.mat.meta", "repo_id": "jynew", "token_count": 72 }
1,652
fileFormatVersion: 2 guid: a38c4f5327c7dde4090c1856d715d6e5 timeCreated: 1507542470 licenseType: Pro NativeFormatImporter: userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtData/Effects/Materials/E3D-Point5-2.mat.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtData/Effects/Materials/E3D-Point5-2.mat.meta", "repo_id": "jynew", "token_count": 75 }
1,653
fileFormatVersion: 2 guid: e197184021f17314bb88e8601fda7613 timeCreated: 1506410657 licenseType: Free NativeFormatImporter: userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtData/Effects/Materials/E3D-Sequence29.mat.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtData/Effects/Materials/E3D-Sequence29.mat.meta", "repo_id": "jynew", "token_count": 69 }
1,654
fileFormatVersion: 2 guid: 5d3bd6e206c57de47a26cf43bd3429f2 NativeFormatImporter: userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtData/Effects/Materials/No Name.mat.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtData/Effects/Materials/No Name.mat.meta", "repo_id": "jynew", "token_count": 59 }
1,655
fileFormatVersion: 2 guid: b20c22485d669e64fbc69a5b87ee5e57 timeCreated: 1561015022 licenseType: Pro NativeFormatImporter: externalObjects: {} mainObjectFileID: 2100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtData/Effects/Model/Materials/grad10_05.mat.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtData/Effects/Model/Materials/grad10_05.mat.meta", "repo_id": "jynew", "token_count": 89 }
1,656
fileFormatVersion: 2 guid: 3ccaf622a77ebc14ba2f29b451380656 timeCreated: 1560569164 licenseType: Pro ShaderImporter: externalObjects: {} defaultTextures: [] userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtData/Effects/Shaders/E/E/ADD_Top.shader.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtData/Effects/Shaders/E/E/ADD_Top.shader.meta", "repo_id": "jynew", "token_count": 84 }
1,657
fileFormatVersion: 2 guid: 457a019701b2108448ce99ae70db36ae folderAsset: yes timeCreated: 1507689243 licenseType: Pro DefaultImporter: userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtData/Effects/Textures_new.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtData/Effects/Textures_new.meta", "repo_id": "jynew", "token_count": 72 }
1,658
%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: E3D-Sequence34-2 m_Shader: {fileID: 4800000, guid: 3ccaf622a77ebc14ba2f29b451380656, typ...
jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtData/Effects/Textures_new/Materials_new/E3D-Sequence34-2.mat/0
{ "file_path": "jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtData/Effects/Textures_new/Materials_new/E3D-Sequence34-2.mat", "repo_id": "jynew", "token_count": 522 }
1,659
%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: E3D_Point1-HDR m_Shader: {fileID: 4800000, guid: 2dc950ae6709e1249b25548b357e3e9e, type:...
jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtData/Effects/Textures_new/Materials_new/E3D_Point1-HDR.mat/0
{ "file_path": "jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtData/Effects/Textures_new/Materials_new/E3D_Point1-HDR.mat", "repo_id": "jynew", "token_count": 534 }
1,660
fileFormatVersion: 2 guid: 9666d08ea09d8fb46b51f471add99d22 timeCreated: 1560432440 licenseType: Pro NativeFormatImporter: externalObjects: {} mainObjectFileID: 100100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtRes/Effect/Prefabs/Damage-Blast-Cyan.prefab.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtRes/Effect/Prefabs/Damage-Blast-Cyan.prefab.meta", "repo_id": "jynew", "token_count": 88 }
1,661
fileFormatVersion: 2 guid: 23305c306da1b33498fed6060702db33 timeCreated: 1560739120 licenseType: Pro NativeFormatImporter: externalObjects: {} mainObjectFileID: 100100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtRes/Effect/Prefabs/Ground-Continuous-White.prefab.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtRes/Effect/Prefabs/Ground-Continuous-White.prefab.meta", "repo_id": "jynew", "token_count": 84 }
1,662
fileFormatVersion: 2 guid: 87e375ac5b91fe94cba59ac46a176ce0 PrefabImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtRes/Effect/Prefabs/HitByPoison.prefab.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtRes/Effect/Prefabs/HitByPoison.prefab.meta", "repo_id": "jynew", "token_count": 64 }
1,663
fileFormatVersion: 2 guid: 928687e210551924199e313fcff9fbb0 timeCreated: 1560593308 licenseType: Pro NativeFormatImporter: externalObjects: {} mainObjectFileID: 100100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtRes/Effect/Prefabs/Skill-Rotate-Blue.prefab.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtRes/Effect/Prefabs/Skill-Rotate-Blue.prefab.meta", "repo_id": "jynew", "token_count": 86 }
1,664
fileFormatVersion: 2 guid: dcbd9adc6dbc14c4ca79ebc44cb3882e timeCreated: 1560737969 licenseType: Pro NativeFormatImporter: externalObjects: {} mainObjectFileID: 100100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtRes/Effect/Prefabs/Spell-Blast-Red1.prefab.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtRes/Effect/Prefabs/Spell-Blast-Red1.prefab.meta", "repo_id": "jynew", "token_count": 89 }
1,665
fileFormatVersion: 2 guid: 11b9bde7e59bca84ebc96412583a89fa timeCreated: 1560520479 licenseType: Pro NativeFormatImporter: externalObjects: {} mainObjectFileID: 100100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtRes/Effect/Prefabs/Spell-Helix-Pink.prefab.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtRes/Effect/Prefabs/Spell-Helix-Pink.prefab.meta", "repo_id": "jynew", "token_count": 89 }
1,666
fileFormatVersion: 2 guid: bb8e0358b84348146a09ecb6631af8f0 timeCreated: 1560515843 licenseType: Pro NativeFormatImporter: externalObjects: {} mainObjectFileID: 100100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtRes/Effect/Prefabs/Spell-Up-Pink.prefab.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/EffectsPackage/EffectPackage/ArtRes/Effect/Prefabs/Spell-Up-Pink.prefab.meta", "repo_id": "jynew", "token_count": 89 }
1,667
fileFormatVersion: 2 guid: b4d7d2d32f974574c875780f51ad985e labels: - Imported timeCreated: 1480766297 licenseType: Pro TextureImporter: fileIDToRecycleName: 8900000: generatedCubemap externalObjects: {} serializedVersion: 4 mipmaps: mipMapMode: 0 enableMipMap: 0 sRGBTexture: 1 linearTexture...
jynew/jyx2/Assets/VFX/EffectsPackage/Resources/Skybox/CubeMap/Sky0001.tif.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/EffectsPackage/Resources/Skybox/CubeMap/Sky0001.tif.meta", "repo_id": "jynew", "token_count": 794 }
1,668
fileFormatVersion: 2 guid: a243f2e787f033049b366106b645f2b6 folderAsset: yes timeCreated: 1553959166 licenseType: Pro DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/EffectsPackage/ThirdPartys/MirrorReflection/Scripts.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/EffectsPackage/ThirdPartys/MirrorReflection/Scripts.meta", "repo_id": "jynew", "token_count": 82 }
1,669
fileFormatVersion: 2 guid: 26d8c71f44eeec64d80a3e6148ad8370 folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/8 KI levels/Demo scene.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/8 KI levels/Demo scene.meta", "repo_id": "jynew", "token_count": 70 }
1,670
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &1146985597798048 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 4704151918470502} - component: {fileID: 198565745...
jynew/jyx2/Assets/VFX/Hovl Studio/8 KI levels/Prefabs/Ki aura arcane.prefab/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/8 KI levels/Prefabs/Ki aura arcane.prefab", "repo_id": "jynew", "token_count": 690029 }
1,671
fileFormatVersion: 2 guid: f9f84873959b9124692151d619c847c3 folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/8 KI levels/Shaders.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/8 KI levels/Shaders.meta", "repo_id": "jynew", "token_count": 71 }
1,672
%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: DragonAttack1 serializedVersion: 6 m_Legacy: 0 m_Compressed: 0 m_UseHighQualityCurve: 1 m_RotationCurves: - curve: serializedV...
jynew/jyx2/Assets/VFX/Hovl Studio/Archer skills pack/Animations/DragonAttack1.anim/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/Archer skills pack/Animations/DragonAttack1.anim", "repo_id": "jynew", "token_count": 2159136 }
1,673
%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: Noise53cg m_Shader: {fileID: 4800000, guid: bd6af5d577c618947b73aa60db554e51, type: 3} m_ShaderKeywords: m_LightmapFlag...
jynew/jyx2/Assets/VFX/Hovl Studio/Archer skills pack/Materials/Noise53cg.mat/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/Archer skills pack/Materials/Noise53cg.mat", "repo_id": "jynew", "token_count": 776 }
1,674
%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: 1605380917820772} m_IsPrefabParent: ...
jynew/jyx2/Assets/VFX/Hovl Studio/Archer skills pack/Prefabs/Arrow discharge/Discharge hit.prefab/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/Archer skills pack/Prefabs/Arrow discharge/Discharge hit.prefab", "repo_id": "jynew", "token_count": 401518 }
1,675
fileFormatVersion: 2 guid: 567e893352daee74991b24d781ded350 NativeFormatImporter: externalObjects: {} mainObjectFileID: 100100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/Archer skills pack/Prefabs/Ice arrow/Ice Arrow.prefab.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/Archer skills pack/Prefabs/Ice arrow/Ice Arrow.prefab.meta", "repo_id": "jynew", "token_count": 73 }
1,676
fileFormatVersion: 2 guid: 47e7e82c14cd47843af8b21a8575fcf7 folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/Archer skills pack/Prefabs/Shield.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/Archer skills pack/Prefabs/Shield.meta", "repo_id": "jynew", "token_count": 70 }
1,677
%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: FireF5 m_Shader: {fileID: 4800000, guid: 0cca3c4f7b649204a9c9edee0085da26, type: 3} m_ShaderKeywords: m_LightmapFlags: ...
jynew/jyx2/Assets/VFX/Hovl Studio/Black mage spells/Materials/FireF5.mat/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/Black mage spells/Materials/FireF5.mat", "repo_id": "jynew", "token_count": 1155 }
1,678
%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: ShockWave1 m_Shader: {fileID: 4800000, guid: fea6d98214cdf6a4dbf053c0070e54e1, type: 3} m_ShaderKeywords: _USEDEPTH_ON m...
jynew/jyx2/Assets/VFX/Hovl Studio/Black mage spells/Materials/ShockWave1.mat/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/Black mage spells/Materials/ShockWave1.mat", "repo_id": "jynew", "token_count": 919 }
1,679
fileFormatVersion: 2 guid: 62306f81f6d328c409c36a7b9b1e3240 folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/Black mage spells/Prefabs/Dark debuff.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/Black mage spells/Prefabs/Dark debuff.meta", "repo_id": "jynew", "token_count": 71 }
1,680
fileFormatVersion: 2 guid: a9f5a4012e8704748864bb9734d7bf16 NativeFormatImporter: externalObjects: {} mainObjectFileID: 100100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/Black mage spells/Prefabs/Projectiles/Dark flash.prefab.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/Black mage spells/Prefabs/Projectiles/Dark flash.prefab.meta", "repo_id": "jynew", "token_count": 75 }
1,681
%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: Laser 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/Laser.anim/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/Epic toon VFX 2/Demo scene/Demo scene hero/Laser.anim", "repo_id": "jynew", "token_count": 2967022 }
1,682
fileFormatVersion: 2 guid: e058e5c9c524f1f4c9788ac81dba7731 NativeFormatImporter: externalObjects: {} mainObjectFileID: 2100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/Epic toon VFX 2/Materials/CircleAnim3bcg.mat.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/Epic toon VFX 2/Materials/CircleAnim3bcg.mat.meta", "repo_id": "jynew", "token_count": 77 }
1,683
fileFormatVersion: 2 guid: eeef1335c149a284dbdf47a7138e3118 NativeFormatImporter: externalObjects: {} mainObjectFileID: 2100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/Epic toon VFX 2/Materials/Mask54bcg.mat.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/Epic toon VFX 2/Materials/Mask54bcg.mat.meta", "repo_id": "jynew", "token_count": 73 }
1,684
fileFormatVersion: 2 guid: b527b89446cea4146b3e3b0ae3072619 NativeFormatImporter: externalObjects: {} mainObjectFileID: 2100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/Epic toon VFX 2/Materials/Trail58cg.mat.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/Epic toon VFX 2/Materials/Trail58cg.mat.meta", "repo_id": "jynew", "token_count": 75 }
1,685
fileFormatVersion: 2 guid: 24a670aa72cc1de41bc1b74e6963106f NativeFormatImporter: externalObjects: {} mainObjectFileID: 2100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/Epic toon VFX 2/Materials/TwoSides25.mat.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/Epic toon VFX 2/Materials/TwoSides25.mat.meta", "repo_id": "jynew", "token_count": 73 }
1,686
fileFormatVersion: 2 guid: 8699cb07ed4e4a94fa96459c153162e3 NativeFormatImporter: externalObjects: {} mainObjectFileID: 2100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/Epic toon VFX 2/Materials/WaterF4bts.mat.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/Epic toon VFX 2/Materials/WaterF4bts.mat.meta", "repo_id": "jynew", "token_count": 73 }
1,687
fileFormatVersion: 2 guid: f394757e72a34374889c003b23442a1b folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/Epic toon VFX 2/Prefabs/Front attack.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/Epic toon VFX 2/Prefabs/Front attack.meta", "repo_id": "jynew", "token_count": 69 }
1,688
fileFormatVersion: 2 guid: 41de07ca8de9468468aa5d847f01ff57 folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/Epic toon VFX 2/Prefabs/Lightning bolt.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/Epic toon VFX 2/Prefabs/Lightning bolt.meta", "repo_id": "jynew", "token_count": 68 }
1,689
fileFormatVersion: 2 guid: 48116ec1e41c7624c9f5ce40f96b049c NativeFormatImporter: externalObjects: {} mainObjectFileID: 100100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/Epic toon VFX 2/Prefabs/Water spell/Water spell.prefab.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/Epic toon VFX 2/Prefabs/Water spell/Water spell.prefab.meta", "repo_id": "jynew", "token_count": 77 }
1,690
fileFormatVersion: 2 guid: f8aa13d5ed966cf44b850c6de57ac5b9 NativeFormatImporter: externalObjects: {} mainObjectFileID: 2100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/Epic toon VFX 3/Materials/HPwater3bcg.mat.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/Epic toon VFX 3/Materials/HPwater3bcg.mat.meta", "repo_id": "jynew", "token_count": 76 }
1,691
fileFormatVersion: 2 guid: 564373b9253c700459a93f5c71a69dd3 NativeFormatImporter: externalObjects: {} mainObjectFileID: 2100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/Epic toon VFX 3/Materials/TwoSides17.mat.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/Epic toon VFX 3/Materials/TwoSides17.mat.meta", "repo_id": "jynew", "token_count": 74 }
1,692
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &1054037092739678 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 4873665461680568} - component: {fileID: 335955964...
jynew/jyx2/Assets/VFX/Hovl Studio/Epic toon VFX 3/Prefabs/Apple bombs/Apple.prefab/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/Epic toon VFX 3/Prefabs/Apple bombs/Apple.prefab", "repo_id": "jynew", "token_count": 579863 }
1,693
%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: 1272929236907326} m_IsPrefabParent: ...
jynew/jyx2/Assets/VFX/Hovl Studio/Epic toon VFX 3/Prefabs/Fire meteors/Meteor hit 2.prefab/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/Epic toon VFX 3/Prefabs/Fire meteors/Meteor hit 2.prefab", "repo_id": "jynew", "token_count": 1004715 }
1,694
%YAML 1.1 %TAG !u! tag:unity3d.com,2011: --- !u!1 &1054240935626966 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - component: {fileID: 4742359679246482} - component: {fileID: 198913616...
jynew/jyx2/Assets/VFX/Hovl Studio/Epic toon VFX 3/Prefabs/Magic ray/Magic ray long.prefab/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/Epic toon VFX 3/Prefabs/Magic ray/Magic ray long.prefab", "repo_id": "jynew", "token_count": 1176550 }
1,695
fileFormatVersion: 2 guid: 63da88641e4a7794e928b312b1b06a93 NativeFormatImporter: externalObjects: {} mainObjectFileID: 100100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/Epic toon VFX 3/Prefabs/Wood shield/Wood shield.prefab.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/Epic toon VFX 3/Prefabs/Wood shield/Wood shield.prefab.meta", "repo_id": "jynew", "token_count": 76 }
1,696
fileFormatVersion: 2 guid: a80a839c8307f6642a3c08fe8db0a587 TextScriptImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/PBR Fantasy staff/Shaders/Readme.txt.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/PBR Fantasy staff/Shaders/Readme.txt.meta", "repo_id": "jynew", "token_count": 67 }
1,697
fileFormatVersion: 2 guid: 50611382ffa50c54a944ab4b11b5f311 NativeFormatImporter: externalObjects: {} mainObjectFileID: 25800000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Demo scenes/Demo projectiles/LightingData.asset.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Demo scenes/Demo projectiles/LightingData.asset.meta", "repo_id": "jynew", "token_count": 76 }
1,698
%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: Electricity2be m_Shader: {fileID: 4800000, guid: 86b3f0465bcb0c941893722f46ef6eeb, type: 3} m_ShaderKeywords: m_Lightma...
jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Materials/Electricity2be.mat/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Materials/Electricity2be.mat", "repo_id": "jynew", "token_count": 1080 }
1,699
%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: Mask31cg m_Shader: {fileID: 4800000, guid: bd6af5d577c618947b73aa60db554e51, type: 3} m_ShaderKeywords: m_LightmapFlags...
jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Materials/Mask31cg.mat/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Materials/Mask31cg.mat", "repo_id": "jynew", "token_count": 894 }
1,700
%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: TrailShader3 m_Shader: {fileID: 4800000, guid: 1bc9b14ff230e2242b248daff64546f6, type: 3} m_ShaderKeywords: m_LightmapF...
jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Materials/TrailShader3.mat/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Materials/TrailShader3.mat", "repo_id": "jynew", "token_count": 695 }
1,701
fileFormatVersion: 2 guid: 6dc68ba837f0a694388684b474418037 folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Models.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Models.meta", "repo_id": "jynew", "token_count": 67 }
1,702
fileFormatVersion: 2 guid: 18923174f2b0caa4d9dbc5fe46052f5b NativeFormatImporter: externalObjects: {} mainObjectFileID: 100100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Prefabs/AOE spells/Ise attack.prefab.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Prefabs/AOE spells/Ise attack.prefab.meta", "repo_id": "jynew", "token_count": 77 }
1,703
fileFormatVersion: 2 guid: 45ae8ce3527dfcf46933282f370e9275 NativeFormatImporter: externalObjects: {} mainObjectFileID: 100100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Prefabs/AOE spells/Meteor 2.prefab.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Prefabs/AOE spells/Meteor 2.prefab.meta", "repo_id": "jynew", "token_count": 72 }
1,704
%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: 1962479828434100} m_IsPrefabParent: ...
jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Prefabs/Lasers/Laser beam 1.prefab/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Prefabs/Lasers/Laser beam 1.prefab", "repo_id": "jynew", "token_count": 727680 }
1,705
fileFormatVersion: 2 guid: 3e4e9c6a4ac7e10418454a21dd359975 NativeFormatImporter: externalObjects: {} mainObjectFileID: 100100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Prefabs/Magic buffs and hits/Buff 6.prefab.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Prefabs/Magic buffs and hits/Buff 6.prefab.meta", "repo_id": "jynew", "token_count": 77 }
1,706
fileFormatVersion: 2 guid: 2bdfafb54af034a46815013e96d908d0 NativeFormatImporter: externalObjects: {} mainObjectFileID: 100100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Prefabs/Magic buffs and hits/Magic Sparks.prefab.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Prefabs/Magic buffs and hits/Magic Sparks.prefab.meta", "repo_id": "jynew", "token_count": 75 }
1,707
fileFormatVersion: 2 guid: 52ba85deb3f9e9c47987bb6123f14767 NativeFormatImporter: externalObjects: {} mainObjectFileID: 100100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Prefabs/Magic circles/Loop version/Magic circle 11 loop.prefab.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Prefabs/Magic circles/Loop version/Magic circle 11 loop.prefab.meta", "repo_id": "jynew", "token_count": 74 }
1,708
fileFormatVersion: 2 guid: 5b2f5fb010f05b0439f2df752f1358b4 NativeFormatImporter: externalObjects: {} mainObjectFileID: 100100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Prefabs/Magic circles/Magic circle 1.prefab.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Prefabs/Magic circles/Magic circle 1.prefab.meta", "repo_id": "jynew", "token_count": 77 }
1,709
fileFormatVersion: 2 guid: d9790f52d7678a34da74f59808e85439 NativeFormatImporter: externalObjects: {} mainObjectFileID: 100100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Prefabs/Magic circles/Magic circle 7.prefab.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Prefabs/Magic circles/Magic circle 7.prefab.meta", "repo_id": "jynew", "token_count": 75 }
1,710
fileFormatVersion: 2 guid: d2bf40a98ef3560439f0badec6115db3 NativeFormatImporter: externalObjects: {} mainObjectFileID: 100100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Prefabs/Projectiles flash/Flash 11.prefab.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Prefabs/Projectiles flash/Flash 11.prefab.meta", "repo_id": "jynew", "token_count": 75 }
1,711
fileFormatVersion: 2 guid: 2ad5c1a0f3dfb2a479c897ce5c0c6d82 NativeFormatImporter: externalObjects: {} mainObjectFileID: 100100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Prefabs/Projectiles flash/Flash 19.prefab.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Prefabs/Projectiles flash/Flash 19.prefab.meta", "repo_id": "jynew", "token_count": 81 }
1,712
fileFormatVersion: 2 guid: 1be2572052efd584296895036cceb277 NativeFormatImporter: externalObjects: {} mainObjectFileID: 100100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Prefabs/Projectiles flash/Flash 4.prefab.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Prefabs/Projectiles flash/Flash 4.prefab.meta", "repo_id": "jynew", "token_count": 72 }
1,713
fileFormatVersion: 2 guid: 28538e5931854494fbe4d98d2d4cd548 NativeFormatImporter: externalObjects: {} mainObjectFileID: 100100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Prefabs/Projectiles/Flash 27.prefab.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Prefabs/Projectiles/Flash 27.prefab.meta", "repo_id": "jynew", "token_count": 74 }
1,714
fileFormatVersion: 2 guid: f6846db2675565f4ca62620cf525d310 NativeFormatImporter: externalObjects: {} mainObjectFileID: 100100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Prefabs/Projectiles/Projectiles(transform)/Projectile 11.prefab.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Prefabs/Projectiles/Projectiles(transform)/Projectile 11.prefab.meta", "repo_id": "jynew", "token_count": 72 }
1,715
fileFormatVersion: 2 guid: 5578fde9c43584c42849389b758a2040 NativeFormatImporter: externalObjects: {} mainObjectFileID: 100100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Prefabs/Projectiles/Projectiles(transform)/Projectile 19.prefab.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Prefabs/Projectiles/Projectiles(transform)/Projectile 19.prefab.meta", "repo_id": "jynew", "token_count": 73 }
1,716
fileFormatVersion: 2 guid: 7762631b64af83148a4b7e9dc85be4ca NativeFormatImporter: externalObjects: {} mainObjectFileID: 100100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Prefabs/Projectiles/Projectiles(transform)/Projectile 26.prefab.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Prefabs/Projectiles/Projectiles(transform)/Projectile 26.prefab.meta", "repo_id": "jynew", "token_count": 76 }
1,717
fileFormatVersion: 2 guid: 0f8db6274757dd4479c6d5db5b0d9e1a NativeFormatImporter: externalObjects: {} mainObjectFileID: 100100000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Prefabs/Projectiles/Projectiles(transform)/Projectile 9.prefab.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Prefabs/Projectiles/Projectiles(transform)/Projectile 9.prefab.meta", "repo_id": "jynew", "token_count": 79 }
1,718
using System.Collections; using System.Collections.Generic; using UnityEngine; public class ProjectileMover : MonoBehaviour { public float speed = 15f; public float hitOffset = 0f; public bool UseFirePointRotation; public Vector3 rotationOffset = new Vector3(0, 0, 0); public GameObject hit; pu...
jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Scripts/ProjectileMover.cs/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Scripts/ProjectileMover.cs", "repo_id": "jynew", "token_count": 1283 }
1,719
fileFormatVersion: 2 guid: 68f568f887edc9d449e3a18dafbe5027 ShaderImporter: externalObjects: {} defaultTextures: [] nonModifiableTextures: [] userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Shaders/LightGlow.shader.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/RPG VFX Bundle/Shaders/LightGlow.shader.meta", "repo_id": "jynew", "token_count": 79 }
1,720
fileFormatVersion: 2 guid: 9e6c3b1aa4c06814daed009ad9367a77 NativeFormatImporter: externalObjects: {} mainObjectFileID: 25800000 userData: assetBundleName: assetBundleVariant:
jynew/jyx2/Assets/VFX/Hovl Studio/Sword slash VFX/Demo scene/LightingData.asset.meta/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/Sword slash VFX/Demo scene/LightingData.asset.meta", "repo_id": "jynew", "token_count": 77 }
1,721
%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: Motion12sc m_Shader: {fileID: 4800000, guid: 2ba3ea62053e4584fb5f829f88027c3a, type: 3} m_ShaderKeywords: _USEPSCUSTOMDATA...
jynew/jyx2/Assets/VFX/Hovl Studio/Sword slash VFX/Materials/Motion12sc.mat/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/Sword slash VFX/Materials/Motion12sc.mat", "repo_id": "jynew", "token_count": 1163 }
1,722
%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: Stone1 m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} m_ShaderKeywords: _METALLICGLOSSMAP _NORMAL...
jynew/jyx2/Assets/VFX/Hovl Studio/Sword slash VFX/Materials/Stone1.mat/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/Sword slash VFX/Materials/Stone1.mat", "repo_id": "jynew", "token_count": 1240 }
1,723
%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: SwordSlash7 m_Shader: {fileID: 4800000, guid: cfdd144ceb76ec942b649cc196c1440c, type: 3} m_ShaderKeywords: m_LightmapFl...
jynew/jyx2/Assets/VFX/Hovl Studio/Sword slash VFX/Materials/SwordSlash7.mat/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/Sword slash VFX/Materials/SwordSlash7.mat", "repo_id": "jynew", "token_count": 893 }
1,724
%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: 1200950891393156} m_IsPrefabParent: ...
jynew/jyx2/Assets/VFX/Hovl Studio/Sword slash VFX/Prefabs/Prick 2.prefab/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/Sword slash VFX/Prefabs/Prick 2.prefab", "repo_id": "jynew", "token_count": 801811 }
1,725
%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: 1942681157837952} m_IsPrefabParent: ...
jynew/jyx2/Assets/VFX/Hovl Studio/Sword slash VFX/Prefabs/Sword Slash 14.prefab/0
{ "file_path": "jynew/jyx2/Assets/VFX/Hovl Studio/Sword slash VFX/Prefabs/Sword Slash 14.prefab", "repo_id": "jynew", "token_count": 868782 }
1,726