在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → Unity3D 单机RPG游戏学习Demo源码.rar

Unity3D 单机RPG游戏学习Demo源码.rar

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:58.07M
  • 下载次数:19
  • 浏览次数:105
  • 发布时间:2021-12-02
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
Unity3D 单机RPG游戏学习Demo源码,实测可以编译通过,该素材来源于网络,仅供学习参考
【实例截图】
【核心代码】
4744300845215954703.rar
└── RPGProject
└── RPGProject
├── Assembly-CSharp.csproj
├── Assembly-CSharp-Editor.csproj
├── Assembly-CSharp-Editor-vs.csproj
├── Assembly-CSharp-firstpass.csproj
├── Assembly-CSharp-firstpass-vs.csproj
├── Assembly-CSharp-vs.csproj
└── Assets
├── Atlas
│   ├── RPG Atlas.mat
│   ├── RPG Atlas.mat.meta
│   ├── RPG Atlas.png
│   ├── RPG Atlas.png.meta
│   ├── RPG Atlas.prefab
│   └── RPG Atlas.prefab.meta
├── Atlas.meta
├── HUD Text
│   ├── Examples
│   │   ├── Prefabs
│   │   │   ├── HUDText.prefab
│   │   │   └── HUDText.prefab.meta
│   │   └── Prefabs.meta
│   ├── Examples.meta
│   ├── hudtext_ngui270.unitypackage
│   ├── hudtext_ngui270.unitypackage.meta
│   ├── ReadMe - 1.11.txt
│   ├── ReadMe - 1.11.txt.meta
│   ├── Scripts
│   │   ├── HUDText.cs
│   │   ├── HUDText.cs.meta
│   │   ├── UIFollowTarget.cs
│   │   └── UIFollowTarget.cs.meta
│   └── Scripts.meta
├── HUD Text.meta
├── NGUI
│   ├── Editor
│   │   ├── FreeType.dll
│   │   ├── FreeType.dll.meta
│   │   ├── FreeType.dylib
│   │   ├── FreeType.dylib.meta
│   │   ├── Preview
│   │   │   ├── Control - Background.png
│   │   │   ├── Control - Background.png.meta
│   │   │   ├── Control - Colored Button.png
│   │   │   ├── Control - Colored Button.png.meta
│   │   │   ├── Control - Colored Checkbox.png
│   │   │   ├── Control - Colored Checkbox.png.meta
│   │   │   ├── Control - Colored Horizontal Scroll Bar.png
│   │   │   ├── Control - Colored Horizontal Scroll Bar.png.meta
│   │   │   ├── Control - Colored Popup List.png
│   │   │   ├── Control - Colored Popup List.png.meta
│   │   │   ├── Control - Colored Progress Bar.png
│   │   │   ├── Control - Colored Progress Bar.png.meta
│   │   │   ├── Control - Colored Slider.png
│   │   │   ├── Control - Colored Slider.png.meta
│   │   │   ├── Control - Colored Vertical Scroll Bar.png
│   │   │   ├── Control - Colored Vertical Scroll Bar.png.meta
│   │   │   ├── Control - Simple Button.png
│   │   │   ├── Control - Simple Button.png.meta
│   │   │   ├── Control - Simple Checkbox.png
│   │   │   ├── Control - Simple Checkbox.png.meta
│   │   │   ├── Control - Simple Horizontal Scroll Bar.png
│   │   │   ├── Control - Simple Horizontal Scroll Bar.png.meta
│   │   │   ├── Control - Simple Horizontal Slider.png
│   │   │   ├── Control - Simple Horizontal Slider.png.meta
│   │   │   ├── Control - Simple Input Field.png
│   │   │   ├── Control - Simple Input Field.png.meta
│   │   │   ├── Control - Simple Popup List.png
│   │   │   ├── Control - Simple Popup List.png.meta
│   │   │   ├── Control - Simple Progress Bar.png
│   │   │   ├── Control - Simple Progress Bar.png.meta
│   │   │   ├── Control - Simple Text Box.png
│   │   │   ├── Control - Simple Text Box.png.meta
│   │   │   ├── Control - Simple Vertical Scroll Bar.png
│   │   │   ├── Control - Simple Vertical Scroll Bar.png.meta
│   │   │   ├── Control - Simple Vertical Slider.png
│   │   │   └── Control - Simple Vertical Slider.png.meta
│   │   └── Preview.meta
│   ├── Editor.meta
│   ├── Examples
│   │   ├── Animations
│   │   │   ├── Button.anim
│   │   │   ├── Button.anim.meta
│   │   │   ├── Checkmark.anim
│   │   │   ├── Checkmark.anim.meta
│   │   │   ├── Logo.anim
│   │   │   ├── Logo.anim.meta
│   │   │   ├── Window - Back.anim
│   │   │   ├── Window - Back.anim.meta
│   │   │   ├── Window - Forward.anim
│   │   │   └── Window - Forward.anim.meta
│   │   ├── Animations.meta
│   │   ├── Atlases
│   │   │   ├── Fantasy
│   │   │   │   ├── Fantasy Atlas.mat
│   │   │   │   ├── Fantasy Atlas.mat.meta
│   │   │   │   ├── Fantasy Atlas.prefab
│   │   │   │   ├── Fantasy Atlas.prefab.meta
│   │   │   │   ├── Fantasy Atlas.psd
│   │   │   │   ├── Fantasy Atlas.psd.meta
│   │   │   │   ├── Fantasy Font - Normal.prefab
│   │   │   │   ├── Fantasy Font - Normal.prefab.meta
│   │   │   │   ├── Fantasy Font - Normal.txt
│   │   │   │   └── Fantasy Font - Normal.txt.meta
│   │   │   ├── Fantasy.meta
│   │   │   ├── Refractive
│   │   │   │   ├── Refractive Atlas - Bump.psd
│   │   │   │   ├── Refractive Atlas - Bump.psd.meta
│   │   │   │   ├── Refractive Atlas - Masks.psd
│   │   │   │   ├── Refractive Atlas - Masks.psd.meta
│   │   │   │   ├── Refractive Atlas.mat
│   │   │   │   ├── Refractive Atlas.mat.meta
│   │   │   │   ├── Refractive Atlas.prefab
│   │   │   │   ├── Refractive Atlas.prefab.meta
│   │   │   │   ├── Refractive Atlas.psd
│   │   │   │   ├── Refractive Atlas.psd.meta
│   │   │   │   ├── Refractive Font - Header.prefab
│   │   │   │   ├── Refractive Font - Header.prefab.meta
│   │   │   │   ├── Refractive Font - Header.txt
│   │   │   │   ├── Refractive Font - Header.txt.meta
│   │   │   │   ├── Refractive Font - Normal.prefab
│   │   │   │   ├── Refractive Font - Normal.prefab.meta
│   │   │   │   ├── Refractive Font - Normal.txt
│   │   │   │   └── Refractive Font - Normal.txt.meta
│   │   │   ├── Refractive.meta
│   │   │   ├── SciFi
│   │   │   │   ├── SciFi Atlas.mat
│   │   │   │   ├── SciFi Atlas.mat.meta
│   │   │   │   ├── SciFi Atlas.prefab
│   │   │   │   ├── SciFi Atlas.prefab.meta
│   │   │   │   ├── SciFi Atlas.psd
│   │   │   │   ├── SciFi Atlas.psd.meta
│   │   │   │   ├── SciFi Font - Header.prefab
│   │   │   │   ├── SciFi Font - Header.prefab.meta
│   │   │   │   ├── SciFi Font - Header.txt
│   │   │   │   ├── SciFi Font - Header.txt.meta
│   │   │   │   ├── SciFi Font - Normal.prefab
│   │   │   │   ├── SciFi Font - Normal.prefab.meta
│   │   │   │   ├── SciFi Font - Normal.txt
│   │   │   │   └── SciFi Font - Normal.txt.meta
│   │   │   ├── SciFi.meta
│   │   │   ├── Wooden
│   │   │   │   ├── Arimo14.prefab
│   │   │   │   ├── Arimo14.prefab.meta
│   │   │   │   ├── Arimo14.tga
│   │   │   │   ├── Arimo14.tga.meta
│   │   │   │   ├── Arimo14.txt
│   │   │   │   ├── Arimo14.txt.meta
│   │   │   │   ├── Arimo18.prefab
│   │   │   │   ├── Arimo18.prefab.meta
│   │   │   │   ├── Arimo18.tga
│   │   │   │   ├── Arimo18.tga.meta
│   │   │   │   ├── Arimo18.txt
│   │   │   │   ├── Arimo18.txt.meta
│   │   │   │   ├── Arimo20.prefab
│   │   │   │   ├── Arimo20.prefab.meta
│   │   │   │   ├── Arimo20.tga
│   │   │   │   ├── Arimo20.tga.meta
│   │   │   │   ├── Arimo20.txt
│   │   │   │   ├── Arimo20.txt.meta
│   │   │   │   ├── Coalition.prefab
│   │   │   │   ├── Coalition.prefab.meta
│   │   │   │   ├── Control - Background.prefab
│   │   │   │   ├── Control - Background.prefab.meta
│   │   │   │   ├── Control - Colored Button.prefab
│   │   │   │   ├── Control - Colored Button.prefab.meta
│   │   │   │   ├── Control - Colored Checkbox.prefab
│   │   │   │   ├── Control - Colored Checkbox.prefab.meta
│   │   │   │   ├── Control - Colored Horizontal Scroll Bar.prefab
│   │   │   │   ├── Control - Colored Horizontal Scroll Bar.prefab.meta
│   │   │   │   ├── Control - Colored Popup List.prefab
│   │   │   │   ├── Control - Colored Popup List.prefab.meta
│   │   │   │   ├── Control - Colored Progress Bar.prefab
│   │   │   │   ├── Control - Colored Progress Bar.prefab.meta
│   │   │   │   ├── Control - Colored Slider.prefab
│   │   │   │   ├── Control - Colored Slider.prefab.meta
│   │   │   │   ├── Control - Colored Vertical Scroll Bar.prefab
│   │   │   │   ├── Control - Colored Vertical Scroll Bar.prefab.meta
│   │   │   │   ├── Control - Simple Button.prefab
│   │   │   │   ├── Control - Simple Button.prefab.meta
│   │   │   │   ├── Control - Simple Checkbox.prefab
│   │   │   │   ├── Control - Simple Checkbox.prefab.meta
│   │   │   │   ├── Control - Simple Horizontal Scroll Bar.prefab
│   │   │   │   ├── Control - Simple Horizontal Scroll Bar.prefab.meta
│   │   │   │   ├── Control - Simple Horizontal Slider.prefab
│   │   │   │   ├── Control - Simple Horizontal Slider.prefab.meta
│   │   │   │   ├── Control - Simple Input Field.prefab
│   │   │   │   ├── Control - Simple Input Field.prefab.meta
│   │   │   │   ├── Control - Simple Popup List.prefab
│   │   │   │   ├── Control - Simple Popup List.prefab.meta
│   │   │   │   ├── Control - Simple Progress Bar.prefab
│   │   │   │   ├── Control - Simple Progress Bar.prefab.meta
│   │   │   │   ├── Control - Simple Text Box.prefab
│   │   │   │   ├── Control - Simple Text Box.prefab.meta
│   │   │   │   ├── Control - Simple Vertical Scroll Bar.prefab
│   │   │   │   ├── Control - Simple Vertical Scroll Bar.prefab.meta
│   │   │   │   ├── Control - Simple Vertical Slider.prefab
│   │   │   │   ├── Control - Simple Vertical Slider.prefab.meta
│   │   │   │   ├── Wooden Atlas.mat
│   │   │   │   ├── Wooden Atlas.mat.meta
│   │   │   │   ├── Wooden Atlas.png
│   │   │   │   ├── Wooden Atlas.png.meta
│   │   │   │   ├── Wooden Atlas.prefab
│   │   │   │   └── Wooden Atlas.prefab.meta
│   │   │   └── Wooden.meta
│   │   ├── Atlases.meta
│   │   ├── Materials
│   │   │   ├── Backdrop.mat
│   │   │   ├── Backdrop.mat.meta
│   │   │   ├── brick.mat
│   │   │   ├── brick.mat.meta
│   │   │   ├── burlap.mat
│   │   │   ├── burlap.mat.meta
│   │   │   ├── sand.mat
│   │   │   └── sand.mat.meta
│   │   ├── Materials.meta
│   │   ├── Models
│   │   │   ├── Orc
│   │   │   │   ├── FBX.FBX
│   │   │   │   ├── FBX.FBX.meta
│   │   │   │   ├── FBX@idleBreaks.FBX
│   │   │   │   ├── FBX@idleBreaks.FBX.meta
│   │   │   │   ├── FBX@idle.FBX
│   │   │   │   ├── FBX@idle.FBX.meta
│   │   │   │   ├── Orc.prefab
│   │   │   │   ├── Orc.prefab.meta
│   │   │   │   ├── Orc Skin (Diffuse).psd
│   │   │   │   ├── Orc Skin (Diffuse).psd.meta
│   │   │   │   ├── Orc Skin.mat
│   │   │   │   ├── Orc Skin.mat.meta
│   │   │   │   ├── Orc Skin (Normal).png
│   │   │   │   ├── Orc Skin (Normal).png.meta
│   │   │   │   ├── Orc Skin.shader
│   │   │   │   └── Orc Skin.shader.meta
│   │   │   ├── Orc Armor
│   │   │   │   ├── Bracers.FBX
│   │   │   │   ├── Bracers.FBX.meta
│   │   │   │   ├── Orc Armor (Diffuse).psd
│   │   │   │   ├── Orc Armor (Diffuse).psd.meta
│   │   │   │   ├── Orc Armor (Maps).png
│   │   │   │   ├── Orc Armor (Maps).png.meta
│   │   │   │   ├── Orc Armor.mat
│   │   │   │   ├── Orc Armor.mat.meta
│   │   │   │   ├── Orc Armor (Normal).png
│   │   │   │   ├── Orc Armor (Normal).png.meta
│   │   │   │   ├── Orc Armor.shader
│   │   │   │   ├── Orc Armor.shader.meta
│   │   │   │   ├── Orc Bracers.prefab
│   │   │   │   ├── Orc Bracers.prefab.meta
│   │   │   │   ├── Orc Shoulders.prefab
│   │   │   │   ├── Orc Shoulders.prefab.meta
│   │   │   │   ├── Shoulders.FBX
│   │   │   │   └── Shoulders.FBX.meta
│   │   │   ├── Orc Armor.meta
│   │   │   └── Orc.meta
│   │   ├── Models.meta
│   │   ├── Other
│   │   │   ├── Storage Icon Template.prefab
│   │   │   └── Storage Icon Template.prefab.meta
│   │   ├── Other.meta
│   │   ├── Resources
│   │   │   ├── Localization.txt
│   │   │   └── Localization.txt.meta
│   │   ├── Resources.meta
│   │   ├── Scenes
│   │   │   ├── Example 0 - Control Widgets.unity
│   │   │   ├── Example 0 - Control Widgets.unity.meta
│   │   │   ├── Example 10 - Localization.unity
│   │   │   ├── Example 10 - Localization.unity.meta
│   │   │   ├── Example 11 - Drag & Drop.unity
│   │   │   ├── Example 11 - Drag & Drop.unity.meta
│   │   │   ├── Example 12 - Chat Window.unity
│   │   │   ├── Example 12 - Chat Window.unity.meta
│   │   │   ├── Example 13 - Tabs.unity
│   │   │   ├── Example 13 - Tabs.unity.meta
│   │   │   ├── Example 14 - Endless Scroll Views.unity
│   │   │   ├── Example 14 - Endless Scroll Views.unity.meta
│   │   │   ├── Example 1 - Anchors.unity
│   │   │   ├── Example 1 - Anchors.unity.meta
│   │   │   ├── Example 2 - Interaction.unity
│   │   │   ├── Example 2 - Interaction.unity.meta
│   │   │   ├── Example 3 - Menu.unity
│   │   │   ├── Example 3 - Menu.unity.meta
│   │   │   ├── Example 4 - Controller Input.unity
│   │   │   ├── Example 4 - Controller Input.unity.meta
│   │   │   ├── Example 5 - Lights and Refraction.unity
│   │   │   ├── Example 5 - Lights and Refraction.unity.meta
│   │   │   ├── Example 6 - Draggable Window.unity
│   │   │   ├── Example 6 - Draggable Window.unity.meta
│   │   │   ├── Example 7 - Scroll View (Panel).unity
│   │   │   ├── Example 7 - Scroll View (Panel).unity.meta
│   │   │   ├── Example 8 - Scroll View (Camera).unity
│   │   │   ├── Example 8 - Scroll View (Camera).unity.meta
│   │   │   ├── Example 9 - Quest Log.unity
│   │   │   ├── Example 9 - Quest Log.unity.meta
│   │   │   ├── Example X - Character.unity
│   │   │   ├── Example X - Character.unity.meta
│   │   │   ├── Tutorial 1.unity
│   │   │   ├── Tutorial 1.unity.meta
│   │   │   ├── Tutorial 2.unity
│   │   │   ├── Tutorial 2.unity.meta
│   │   │   ├── Tutorial 3.unity
│   │   │   ├── Tutorial 3.unity.meta
│   │   │   ├── Tutorial 4.unity
│   │   │   ├── Tutorial 4.unity.meta
│   │   │   ├── Tutorial 5.unity
│   │   │   ├── Tutorial 5.unity.meta
│   │   │   ├── Tutorial 6.unity
│   │   │   ├── Tutorial 6.unity.meta
│   │   │   ├── Tutorial 7.unity
│   │   │   └── Tutorial 7.unity.meta
│   │   ├── Scenes.meta
│   │   ├── Scripts
│   │   │   ├── InventorySystem
│   │   │   │   ├── Editor
│   │   │   │   │   ├── InvDatabaseInspector.cs
│   │   │   │   │   ├── InvDatabaseInspector.cs.meta
│   │   │   │   │   ├── InvFindItem.cs
│   │   │   │   │   └── InvFindItem.cs.meta
│   │   │   │   ├── Editor.meta
│   │   │   │   ├── Game
│   │   │   │   │   ├── EquipItems.cs
│   │   │   │   │   ├── EquipItems.cs.meta
│   │   │   │   │   ├── EquipRandomItem.cs
│   │   │   │   │   ├── EquipRandomItem.cs.meta
│   │   │   │   │   ├── UICursor.cs
│   │   │   │   │   ├── UICursor.cs.meta
│   │   │   │   │   ├── UIEquipmentSlot.cs
│   │   │   │   │   ├── UIEquipmentSlot.cs.meta
│   │   │   │   │   ├── UIItemSlot.cs
│   │   │   │   │   ├── UIItemSlot.cs.meta
│   │   │   │   │   ├── UIItemStorage.cs
│   │   │   │   │   ├── UIItemStorage.cs.meta
│   │   │   │   │   ├── UIStorageSlot.cs
│   │   │   │   │   └── UIStorageSlot.cs.meta
│   │   │   │   ├── Game.meta
│   │   │   │   ├── System
│   │   │   │   │   ├── InvAttachmentPoint.cs
│   │   │   │   │   ├── InvAttachmentPoint.cs.meta
│   │   │   │   │   ├── InvBaseItem.cs
│   │   │   │   │   ├── InvBaseItem.cs.meta
│   │   │   │   │   ├── InvDatabase.cs
│   │   │   │   │   ├── InvDatabase.cs.meta
│   │   │   │   │   ├── InvEquipment.cs
│   │   │   │   │   ├── InvEquipment.cs.meta
│   │   │   │   │   ├── InvGameItem.cs
│   │   │   │   │   ├── InvGameItem.cs.meta
│   │   │   │   │   ├── InvStat.cs
│   │   │   │   │   └── InvStat.cs.meta
│   │   │   │   └── System.meta
│   │   │   ├── InventorySystem.meta
│   │   │   ├── Other
│   │   │   │   ├── ChatInput.cs
│   │   │   │   ├── ChatInput.cs.meta
│   │   │   │   ├── DownloadTexture.cs
│   │   │   │   ├── DownloadTexture.cs.meta
│   │   │   │   ├── EnvelopContent.cs
│   │   │   │   ├── EnvelopContent.cs.meta
│   │   │   │   ├── ExampleDragDropItem.cs
│   │   │   │   ├── ExampleDragDropItem.cs.meta
│   │   │   │   ├── ExampleDragDropSurface.cs
│   │   │   │   ├── ExampleDragDropSurface.cs.meta
│   │   │   │   ├── LagPosition.cs
│   │   │   │   ├── LagPosition.cs.meta
│   │   │   │   ├── LagRotation.cs
│   │   │   │   ├── LagRotation.cs.meta
│   │   │   │   ├── LoadLevelOnClick.cs
│   │   │   │   ├── LoadLevelOnClick.cs.meta
│   │   │   │   ├── LookAtTarget.cs
│   │   │   │   ├── LookAtTarget.cs.meta
│   │   │   │   ├── OpenURLOnClick.cs
│   │   │   │   ├── OpenURLOnClick.cs.meta
│   │   │   │   ├── PanWithMouse.cs
│   │   │   │   ├── PanWithMouse.cs.meta
│   │   │   │   ├── PlayIdleAnimations.cs
│   │   │   │   ├── PlayIdleAnimations.cs.meta
│   │   │   │   ├── SetColorOnSelection.cs
│   │   │   │   ├── SetColorOnSelection.cs.meta
│   │   │   │   ├── ShaderQuality.cs
│   │   │   │   ├── ShaderQuality.cs.meta
│   │   │   │   ├── Spin.cs
│   │   │   │   ├── Spin.cs.meta
│   │   │   │   ├── SpinWithMouse.cs
│   │   │   │   ├── SpinWithMouse.cs.meta
│   │   │   │   ├── Tutorial5.cs
│   │   │   │   ├── Tutorial5.cs.meta
│   │   │   │   ├── UISliderColors.cs
│   │   │   │   ├── UISliderColors.cs.meta
│   │   │   │   ├── WindowAutoYaw.cs
│   │   │   │   ├── WindowAutoYaw.cs.meta
│   │   │   │   ├── WindowDragTilt.cs
│   │   │   │   └── WindowDragTilt.cs.meta
│   │   │   └── Other.meta
│   │   ├── Scripts.meta
│   │   ├── Shaders
│   │   │   ├── Refractive.shader
│   │   │   ├── Refractive.shader.meta
│   │   │   ├── Unlit - Additive Colored.shader
│   │   │   ├── Unlit - Additive Colored.shader.meta
│   │   │   ├── Unlit - Depth Cutout.shader
│   │   │   ├── Unlit - Depth Cutout.shader.meta
│   │   │   ├── Unlit - Depth.shader
│   │   │   ├── Unlit - Depth.shader.meta
│   │   │   ├── Unlit - Masked Colored.shader
│   │   │   └── Unlit - Masked Colored.shader.meta
│   │   ├── Shaders.meta
│   │   ├── Sounds
│   │   │   ├── Crumple.wav
│   │   │   ├── Crumple.wav.meta
│   │   │   ├── Rumble.wav
│   │   │   ├── Rumble.wav.meta
│   │   │   ├── Swipe.wav
│   │   │   ├── Swipe.wav.meta
│   │   │   ├── Tap.wav
│   │   │   └── Tap.wav.meta
│   │   ├── Sounds.meta
│   │   ├── Textures
│   │   │   ├── Backdrop.png
│   │   │   ├── Backdrop.png.meta
│   │   │   ├── brick.jpg
│   │   │   ├── brick.jpg.meta
│   │   │   ├── brickNM.png
│   │   │   ├── brickNM.png.meta
│   │   │   ├── burlap.jpg
│   │   │   ├── burlap.jpg.meta
│   │   │   ├── sand.png
│   │   │   └── sand.png.meta
│   │   └── Textures.meta
│   ├── Examples.meta
│   ├── ReadMe - 3.6.8.txt
│   ├── ReadMe - 3.6.8.txt.meta
│   ├── Resources
│   │   ├── Shaders
│   │   │   ├── Unlit - Premultiplied Colored 1.shader
│   │   │   ├── Unlit - Premultiplied Colored 1.shader.meta
│   │   │   ├── Unlit - Premultiplied Colored 2.shader
│   │   │   ├── Unlit - Premultiplied Colored 2.shader.meta
│   │   │   ├── Unlit - Premultiplied Colored 3.shader
│   │   │   ├── Unlit - Premultiplied Colored 3.shader.meta
│   │   │   ├── Unlit - Premultiplied Colored.shader
│   │   │   ├── Unlit - Premultiplied Colored.shader.meta
│   │   │   ├── Unlit - Text 1.shader
│   │   │   ├── Unlit - Text 1.shader.meta
│   │   │   ├── Unlit - Text 2.shader
│   │   │   ├── Unlit - Text 2.shader.meta
│   │   │   ├── Unlit - Text 3.shader
│   │   │   ├── Unlit - Text 3.shader.meta
│   │   │   ├── Unlit - Text.shader
│   │   │   ├── Unlit - Text.shader.meta
│   │   │   ├── Unlit - Transparent Colored 1.shader
│   │   │   ├── Unlit - Transparent Colored 1.shader.meta
│   │   │   ├── Unlit - Transparent Colored 2.shader
│   │   │   ├── Unlit - Transparent Colored 2.shader.meta
│   │   │   ├── Unlit - Transparent Colored 3.shader
│   │   │   ├── Unlit - Transparent Colored 3.shader.meta
│   │   │   ├── Unlit - Transparent Colored.shader
│   │   │   ├── Unlit - Transparent Colored.shader.meta
│   │   │   ├── Unlit - Transparent Packed 1.shader
│   │   │   ├── Unlit - Transparent Packed 1.shader.meta
│   │   │   ├── Unlit - Transparent Packed 2.shader
│   │   │   ├── Unlit - Transparent Packed 2.shader.meta
│   │   │   ├── Unlit - Transparent Packed 3.shader
│   │   │   ├── Unlit - Transparent Packed 3.shader.meta
│   │   │   ├── Unlit - Transparent Packed.shader
│   │   │   └── Unlit - Transparent Packed.shader.meta
│   │   └── Shaders.meta
│   ├── Resources.meta
│   ├── Scripts
│   │   ├── Editor
│   │   │   ├── ActiveAnimationEditor.cs
│   │   │   ├── ActiveAnimationEditor.cs.meta
│   │   │   ├── BMFontReader.cs
│   │   │   ├── BMFontReader.cs.meta
│   │   │   ├── ComponentSelector.cs
│   │   │   ├── ComponentSelector.cs.meta
│   │   │   ├── EventDelegateDrawer.cs
│   │   │   ├── EventDelegateDrawer.cs.meta
│   │   │   ├── EventDelegateEditor.cs
│   │   │   ├── EventDelegateEditor.cs.meta
│   │   │   ├── FreeType.cs
│   │   │   ├── FreeType.cs.meta
│   │   │   ├── NGUIContextMenu.cs
│   │   │   ├── NGUIContextMenu.cs.meta
│   │   │   ├── NGUIEditorExtensions.cs
│   │   │   ├── NGUIEditorExtensions.cs.meta
│   │   │   ├── NGUIEditorTools.cs
│   │   │   ├── NGUIEditorTools.cs.meta
│   │   │   ├── NGUIHandles.cs
│   │   │   ├── NGUIHandles.cs.meta
│   │   │   ├── NGUIHelp.cs
│   │   │   ├── NGUIHelp.cs.meta
│   │   │   ├── NGUIJson.cs
│   │   │   ├── NGUIJson.cs.meta
│   │   │   ├── NGUIMenu.cs
│   │   │   ├── NGUIMenu.cs.meta
│   │   │   ├── NGUISelectionTools.cs
│   │   │   ├── NGUISelectionTools.cs.meta
│   │   │   ├── NGUISettings.cs
│   │   │   ├── NGUISettings.cs.meta
│   │   │   ├── NGUISnap.cs
│   │   │   ├── NGUISnap.cs.meta
│   │   │   ├── NGUITransformInspector.cs
│   │   │   ├── NGUITransformInspector.cs.meta
│   │   │   ├── PropertyBindingEditor.cs
│   │   │   ├── PropertyBindingEditor.cs.meta
│   │   │   ├── PropertyReferenceDrawer.cs
│   │   │   ├── PropertyReferenceDrawer.cs.meta
│   │   │   ├── SpriteSelector.cs
│   │   │   ├── SpriteSelector.cs.meta
│   │   │   ├── TweenAlphaEditor.cs
│   │   │   ├── TweenAlphaEditor.cs.meta
│   │   │   ├── TweenColorEditor.cs
│   │   │   ├── TweenColorEditor.cs.meta
│   │   │   ├── TweenFOVEditor.cs
│   │   │   ├── TweenFOVEditor.cs.meta
│   │   │   ├── TweenHeightEditor.cs
│   │   │   ├── TweenHeightEditor.cs.meta
│   │   │   ├── TweenOrthoSizeEditor.cs
│   │   │   ├── TweenOrthoSizeEditor.cs.meta
│   │   │   ├── TweenPositionEditor.cs
│   │   │   ├── TweenPositionEditor.cs.meta
│   │   │   ├── TweenRotationEditor.cs
│   │   │   ├── TweenRotationEditor.cs.meta
│   │   │   ├── TweenScaleEditor.cs
│   │   │   ├── TweenScaleEditor.cs.meta
│   │   │   ├── TweenTransformEditor.cs
│   │   │   ├── TweenTransformEditor.cs.meta
│   │   │   ├── TweenVolumeEditor.cs
│   │   │   ├── TweenVolumeEditor.cs.meta
│   │   │   ├── TweenWidthEditor.cs
│   │   │   ├── TweenWidthEditor.cs.meta
│   │   │   ├── UI2DSpriteEditor.cs
│   │   │   ├── UI2DSpriteEditor.cs.meta
│   │   │   ├── UIAnchorEditor.cs
│   │   │   ├── UIAnchorEditor.cs.meta
│   │   │   ├── UIAtlasInspector.cs
│   │   │   ├── UIAtlasInspector.cs.meta
│   │   │   ├── UIAtlasMaker.cs
│   │   │   ├── UIAtlasMaker.cs.meta
│   │   │   ├── UIBasicSpriteEditor.cs
│   │   │   ├── UIBasicSpriteEditor.cs.meta
│   │   │   ├── UIButtonColorEditor.cs
│   │   │   ├── UIButtonColorEditor.cs.meta
│   │   │   ├── UIButtonEditor.cs
│   │   │   ├── UIButtonEditor.cs.meta
│   │   │   ├── UIButtonKeysEditor.cs
│   │   │   ├── UIButtonKeysEditor.cs.meta
│   │   │   ├── UIButtonMessageEditor.cs
│   │   │   ├── UIButtonMessageEditor.cs.meta
│   │   │   ├── UICameraEditor.cs
│   │   │   ├── UICameraEditor.cs.meta
│   │   │   ├── UICameraTool.cs
│   │   │   ├── UICameraTool.cs.meta
│   │   │   ├── UICreateNewUIWizard.cs
│   │   │   ├── UICreateNewUIWizard.cs.meta
│   │   │   ├── UICreateWidgetWizard.cs
│   │   │   ├── UICreateWidgetWizard.cs.meta
│   │   │   ├── UIDragObjectEditor.cs
│   │   │   ├── UIDragObjectEditor.cs.meta
│   │   │   ├── UIDrawCallInspector.cs
│   │   │   ├── UIDrawCallInspector.cs.meta
│   │   │   ├── UIDrawCallViewer.cs
│   │   │   ├── UIDrawCallViewer.cs.meta
│   │   │   ├── UIEventTriggerEditor.cs
│   │   │   ├── UIEventTriggerEditor.cs.meta
│   │   │   ├── UIFontInspector.cs
│   │   │   ├── UIFontInspector.cs.meta
│   │   │   ├── UIFontMaker.cs
│   │   │   ├── UIFontMaker.cs.meta
│   │   │   ├── UIForwardEventsEditor.cs
│   │   │   ├── UIForwardEventsEditor.cs.meta
│   │   │   ├── UIGridEditor.cs
│   │   │   ├── UIGridEditor.cs.meta
│   │   │   ├── UIImageButtonInspector.cs
│   │   │   ├── UIImageButtonInspector.cs.meta
│   │   │   ├── UIInputEditor.cs
│   │   │   ├── UIInputEditor.cs.meta
│   │   │   ├── UIKeyNavigationEditor.cs
│   │   │   ├── UIKeyNavigationEditor.cs.meta
│   │   │   ├── UILabelInspector.cs
│   │   │   ├── UILabelInspector.cs.meta
│   │   │   ├── UILocalizeEditor.cs
│   │   │   ├── UILocalizeEditor.cs.meta
│   │   │   ├── UIPanelInspector.cs
│   │   │   ├── UIPanelInspector.cs.meta
│   │   │   ├── UIPanelTool.cs
│   │   │   ├── UIPanelTool.cs.meta
│   │   │   ├── UIPlayAnimationEditor.cs
│   │   │   ├── UIPlayAnimationEditor.cs.meta
│   │   │   ├── UIPlayTweenEditor.cs
│   │   │   ├── UIPlayTweenEditor.cs.meta
│   │   │   ├── UIPopupListInspector.cs
│   │   │   ├── UIPopupListInspector.cs.meta
│   │   │   ├── UIPrefabTool.cs
│   │   │   ├── UIPrefabTool.cs.meta
│   │   │   ├── UIProgressBarEditor.cs
│   │   │   ├── UIProgressBarEditor.cs.meta
│   │   │   ├── UIRectEditor.cs
│   │   │   ├── UIRectEditor.cs.meta
│   │   │   ├── UIRootEditor.cs
│   │   │   ├── UIRootEditor.cs.meta
│   │   │   ├── UIScrollBarEditor.cs
│   │   │   ├── UIScrollBarEditor.cs.meta
│   │   │   ├── UIScrollViewEditor.cs
│   │   │   ├── UIScrollViewEditor.cs.meta
│   │   │   ├── UISliderEditor.cs
│   │   │   ├── UISliderEditor.cs.meta
│   │   │   ├── UISnapshotPointEditor.cs
│   │   │   ├── UISnapshotPointEditor.cs.meta
│   │   │   ├── UISpriteAnimationInspector.cs
│   │   │   ├── UISpriteAnimationInspector.cs.meta
│   │   │   ├── UISpriteInspector.cs
│   │   │   ├── UISpriteInspector.cs.meta
│   │   │   ├── UIStretchEditor.cs
│   │   │   ├── UIStretchEditor.cs.meta
│   │   │   ├── UITableEditor.cs
│   │   │   ├── UITableEditor.cs.meta
│   │   │   ├── UITextureInspector.cs
│   │   │   ├── UITextureInspector.cs.meta
│   │   │   ├── UITexturePacker.cs
│   │   │   ├── UITexturePacker.cs.meta
│   │   │   ├── UIToggleInspector.cs
│   │   │   ├── UIToggleInspector.cs.meta
│   │   │   ├── UITweenerEditor.cs
│   │   │   ├── UITweenerEditor.cs.meta
│   │   │   ├── UIWidgetContainerEditor.cs
│   │   │   ├── UIWidgetContainerEditor.cs.meta
│   │   │   ├── UIWidgetInspector.cs
│   │   │   ├── UIWidgetInspector.cs.meta
│   │   │   ├── UIWrapContentEditor.cs
│   │   │   └── UIWrapContentEditor.cs.meta
│   │   ├── Editor.meta
│   │   ├── Interaction
│   │   │   ├── LanguageSelection.cs
│   │   │   ├── LanguageSelection.cs.meta
│   │   │   ├── TypewriterEffect.cs
│   │   │   ├── TypewriterEffect.cs.meta
│   │   │   ├── UIButtonActivate.cs
│   │   │   ├── UIButtonActivate.cs.meta
│   │   │   ├── UIButtonColor.cs
│   │   │   ├── UIButtonColor.cs.meta
│   │   │   ├── UIButton.cs
│   │   │   ├── UIButton.cs.meta
│   │   │   ├── UIButtonKeys.cs
│   │   │   ├── UIButtonKeys.cs.meta
│   │   │   ├── UIButtonMessage.cs
│   │   │   ├── UIButtonMessage.cs.meta
│   │   │   ├── UIButtonOffset.cs
│   │   │   ├── UIButtonOffset.cs.meta
│   │   │   ├── UIButtonRotation.cs
│   │   │   ├── UIButtonRotation.cs.meta
│   │   │   ├── UIButtonScale.cs
│   │   │   ├── UIButtonScale.cs.meta
│   │   │   ├── UICenterOnChild.cs
│   │   │   ├── UICenterOnChild.cs.meta
│   │   │   ├── UICenterOnClick.cs
│   │   │   ├── UICenterOnClick.cs.meta
│   │   │   ├── UIDragCamera.cs
│   │   │   ├── UIDragCamera.cs.meta
│   │   │   ├── UIDragDropContainer.cs
│   │   │   ├── UIDragDropContainer.cs.meta
│   │   │   ├── UIDragDropItem.cs
│   │   │   ├── UIDragDropItem.cs.meta
│   │   │   ├── UIDragDropRoot.cs
│   │   │   ├── UIDragDropRoot.cs.meta
│   │   │   ├── UIDraggableCamera.cs
│   │   │   ├── UIDraggableCamera.cs.meta
│   │   │   ├── UIDragObject.cs
│   │   │   ├── UIDragObject.cs.meta
│   │   │   ├── UIDragResize.cs
│   │   │   ├── UIDragResize.cs.meta
│   │   │   ├── UIDragScrollView.cs
│   │   │   ├── UIDragScrollView.cs.meta
│   │   │   ├── UIEventTrigger.cs
│   │   │   ├── UIEventTrigger.cs.meta
│   │   │   ├── UIForwardEvents.cs
│   │   │   ├── UIForwardEvents.cs.meta
│   │   │   ├── UIGrid.cs
│   │   │   ├── UIGrid.cs.meta
│   │   │   ├── UIImageButton.cs
│   │   │   ├── UIImageButton.cs.meta
│   │   │   ├── UIKeyBinding.cs
│   │   │   ├── UIKeyBinding.cs.meta
│   │   │   ├── UIKeyNavigation.cs
│   │   │   ├── UIKeyNavigation.cs.meta
│   │   │   ├── UIPlayAnimation.cs
│   │   │   ├── UIPlayAnimation.cs.meta
│   │   │   ├── UIPlaySound.cs
│   │   │   ├── UIPlaySound.cs.meta
│   │   │   ├── UIPlayTween.cs
│   │   │   ├── UIPlayTween.cs.meta
│   │   │   ├── UIPopupList.cs
│   │   │   ├── UIPopupList.cs.meta
│   │   │   ├── UIProgressBar.cs
│   │   │   ├── UIProgressBar.cs.meta
│   │   │   ├── UISavedOption.cs
│   │   │   ├── UISavedOption.cs.meta
│   │   │   ├── UIScrollBar.cs
│   │   │   ├── UIScrollBar.cs.meta
│   │   │   ├── UIScrollView.cs
│   │   │   ├── UIScrollView.cs.meta
│   │   │   ├── UISlider.cs
│   │   │   ├── UISlider.cs.meta
│   │   │   ├── UISoundVolume.cs
│   │   │   ├── UISoundVolume.cs.meta
│   │   │   ├── UITable.cs
│   │   │   ├── UITable.cs.meta
│   │   │   ├── UIToggle.cs
│   │   │   ├── UIToggle.cs.meta
│   │   │   ├── UIToggledComponents.cs
│   │   │   ├── UIToggledComponents.cs.meta
│   │   │   ├── UIToggledObjects.cs
│   │   │   ├── UIToggledObjects.cs.meta
│   │   │   ├── UIWidgetContainer.cs
│   │   │   ├── UIWidgetContainer.cs.meta
│   │   │   ├── UIWrapContent.cs
│   │   │   └── UIWrapContent.cs.meta
│   │   ├── Interaction.meta
│   │   ├── Internal
│   │   │   ├── ActiveAnimation.cs
│   │   │   ├── ActiveAnimation.cs.meta
│   │   │   ├── AnimationOrTween.cs
│   │   │   ├── AnimationOrTween.cs.meta
│   │   │   ├── BetterList.cs
│   │   │   ├── BetterList.cs.meta
│   │   │   ├── BMFont.cs
│   │   │   ├── BMFont.cs.meta
│   │   │   ├── BMGlyph.cs
│   │   │   ├── BMGlyph.cs.meta
│   │   │   ├── BMSymbol.cs
│   │   │   ├── BMSymbol.cs.meta
│   │   │   ├── ByteReader.cs
│   │   │   ├── ByteReader.cs.meta
│   │   │   ├── EventDelegate.cs
│   │   │   ├── EventDelegate.cs.meta
│   │   │   ├── Localization.cs
│   │   │   ├── Localization.cs.meta
│   │   │   ├── NGUIDebug.cs
│   │   │   ├── NGUIDebug.cs.meta
│   │   │   ├── NGUIMath.cs
│   │   │   ├── NGUIMath.cs.meta
│   │   │   ├── NGUIText.cs
│   │   │   ├── NGUIText.cs.meta
│   │   │   ├── NGUITools.cs
│   │   │   ├── NGUITools.cs.meta
│   │   │   ├── PropertyBinding.cs
│   │   │   ├── PropertyBinding.cs.meta
│   │   │   ├── PropertyReference.cs
│   │   │   ├── PropertyReference.cs.meta
│   │   │   ├── RealTime.cs
│   │   │   ├── RealTime.cs.meta
│   │   │   ├── SpringPanel.cs
│   │   │   ├── SpringPanel.cs.meta
│   │   │   ├── UIBasicSprite.cs
│   │   │   ├── UIBasicSprite.cs.meta
│   │   │   ├── UIDrawCall.cs
│   │   │   ├── UIDrawCall.cs.meta
│   │   │   ├── UIEventListener.cs
│   │   │   ├── UIEventListener.cs.meta
│   │   │   ├── UIGeometry.cs
│   │   │   ├── UIGeometry.cs.meta
│   │   │   ├── UIRect.cs
│   │   │   ├── UIRect.cs.meta
│   │   │   ├── UISnapshotPoint.cs
│   │   │   ├── UISnapshotPoint.cs.meta
│   │   │   ├── UIWidget.cs
│   │   │   └── UIWidget.cs.meta
│   │   ├── Internal.meta
│   │   ├── Tweening
│   │   │   ├── AnimatedAlpha.cs
│   │   │   ├── AnimatedAlpha.cs.meta
│   │   │   ├── AnimatedColor.cs
│   │   │   ├── AnimatedColor.cs.meta
│   │   │   ├── SpringPosition.cs
│   │   │   ├── SpringPosition.cs.meta
│   │   │   ├── TweenAlpha.cs
│   │   │   ├── TweenAlpha.cs.meta
│   │   │   ├── TweenColor.cs
│   │   │   ├── TweenColor.cs.meta
│   │   │   ├── TweenFOV.cs
│   │   │   ├── TweenFOV.cs.meta
│   │   │   ├── TweenHeight.cs
│   │   │   ├── TweenHeight.cs.meta
│   │   │   ├── TweenOrthoSize.cs
│   │   │   ├── TweenOrthoSize.cs.meta
│   │   │   ├── TweenPosition.cs
│   │   │   ├── TweenPosition.cs.meta
│   │   │   ├── TweenRotation.cs
│   │   │   ├── TweenRotation.cs.meta
│   │   │   ├── TweenScale.cs
│   │   │   ├── TweenScale.cs.meta
│   │   │   ├── TweenTransform.cs
│   │   │   ├── TweenTransform.cs.meta
│   │   │   ├── TweenVolume.cs
│   │   │   ├── TweenVolume.cs.meta
│   │   │   ├── TweenWidth.cs
│   │   │   ├── TweenWidth.cs.meta
│   │   │   ├── UITweener.cs
│   │   │   └── UITweener.cs.meta
│   │   ├── Tweening.meta
│   │   ├── UI
│   │   │   ├── UI2DSpriteAnimation.cs
│   │   │   ├── UI2DSpriteAnimation.cs.meta
│   │   │   ├── UI2DSprite.cs
│   │   │   ├── UI2DSprite.cs.meta
│   │   │   ├── UIAnchor.cs
│   │   │   ├── UIAnchor.cs.meta
│   │   │   ├── UIAtlas.cs
│   │   │   ├── UIAtlas.cs.meta
│   │   │   ├── UICamera.cs
│   │   │   ├── UICamera.cs.meta
│   │   │   ├── UIFont.cs
│   │   │   ├── UIFont.cs.meta
│   │   │   ├── UIInput.cs
│   │   │   ├── UIInput.cs.meta
│   │   │   ├── UILabel.cs
│   │   │   ├── UILabel.cs.meta
│   │   │   ├── UILocalize.cs
│   │   │   ├── UILocalize.cs.meta
│   │   │   ├── UIOrthoCamera.cs
│   │   │   ├── UIOrthoCamera.cs.meta
│   │   │   ├── UIPanel.cs
│   │   │   ├── UIPanel.cs.meta
│   │   │   ├── UIRoot.cs
│   │   │   ├── UIRoot.cs.meta
│   │   │   ├── UISpriteAnimation.cs
│   │   │   ├── UISpriteAnimation.cs.meta
│   │   │   ├── UISprite.cs
│   │   │   ├── UISprite.cs.meta
│   │   │   ├── UISpriteData.cs
│   │   │   ├── UISpriteData.cs.meta
│   │   │   ├── UIStretch.cs
│   │   │   ├── UIStretch.cs.meta
│   │   │   ├── UITextList.cs
│   │   │   ├── UITextList.cs.meta
│   │   │   ├── UITexture.cs
│   │   │   ├── UITexture.cs.meta
│   │   │   ├── UITooltip.cs
│   │   │   ├── UITooltip.cs.meta
│   │   │   ├── UIViewport.cs
│   │   │   └── UIViewport.cs.meta
│   │   └── UI.meta
│   └── Scripts.meta
├── NGUI.meta
├── Prefabs
│   ├── EquipmentItem.prefab
│   ├── EquipmentItem.prefab.meta
│   ├── Inventory-item-grid.prefab
│   ├── Inventory-item-grid.prefab.meta
│   ├── Inventory-item.prefab
│   ├── Inventory-item.prefab.meta
│   ├── Magician_idle.prefab
│   ├── Magician_idle.prefab.meta
│   ├── Magician.prefab
│   ├── Magician.prefab.meta
│   ├── SkillItem.prefab
│   ├── SkillItem.prefab.meta
│   ├── Swordman_idle.prefab
│   ├── Swordman_idle.prefab.meta
│   ├── WeaponItem.prefab
│   ├── WeaponItem.prefab.meta
│   ├── WolfBaby.prefab
│   ├── WolfBaby.prefab.meta
│   ├── WolfBoss.prefab
│   ├── WolfBoss.prefab.meta
│   ├── WolfNormal.prefab
│   └── WolfNormal.prefab.meta
├── Prefabs.meta
└── RPG
├── Effect
│   ├── Effects_01
│   │   ├── Effect_Material
│   │   │   ├── GetHit_Main.mat
│   │   │   ├── GetHit_Main.mat.meta
│   │   │   ├── Heal_Flash.mat
│   │   │   ├── Heal_Flash.mat.meta
│   │   │   ├── Heal_Main.mat
│   │   │   ├── Heal_Main.mat.meta
│   │   │   ├── HealMP_Flash.mat
│   │   │   ├── HealMP_Flash.mat.meta
│   │   │   ├── HealMP_Main.mat
│   │   │   ├── HealMP_Main.mat.meta
│   │   │   ├── Slash_Flash2.mat
│   │   │   ├── Slash_Flash2.mat.meta
│   │   │   ├── Slash_Flash.mat
│   │   │   ├── Slash_Flash.mat.meta
│   │   │   ├── Slash_Main2.mat
│   │   │   ├── Slash_Main2.mat.meta
│   │   │   ├── Slash_Main.mat
│   │   │   └── Slash_Main.mat.meta
│   │   ├── Effect_Material.meta
│   │   ├── Effect_Texture
│   │   │   ├── GetHit_Main.png
│   │   │   ├── GetHit_Main.png.meta
│   │   │   ├── Heal_2.png
│   │   │   ├── Heal_2.png.meta
│   │   │   ├── Heal_Flash.png
│   │   │   ├── Heal_Flash.png.meta
│   │   │   ├── HealMP_2.png
│   │   │   ├── HealMP_2.png.meta
│   │   │   ├── HealMP_Flash.png
│   │   │   ├── HealMP_Flash.png.meta
│   │   │   ├── HealMP.png
│   │   │   ├── HealMP.png.meta
│   │   │   ├── Heal.png
│   │   │   ├── Heal.png.meta
│   │   │   ├── Materials
│   │   │   │   ├── FireBall_Main.mat
│   │   │   │   ├── FireBall_Main.mat.meta
│   │   │   │   ├── FireBall_Ring.mat
│   │   │   │   └── FireBall_Ring.mat.meta
│   │   │   ├── Materials.meta
│   │   │   ├── Slash2.png
│   │   │   ├── Slash2.png.meta
│   │   │   ├── Slash_Flash2.png
│   │   │   ├── Slash_Flash2.png.meta
│   │   │   ├── Slash_Flash.png
│   │   │   ├── Slash_Flash.png.meta
│   │   │   ├── Slash.png
│   │   │   └── Slash.png.meta
│   │   ├── Effect_Texture.meta
│   │   ├── Materials
│   │   │   ├── Magic-Circle.mat
│   │   │   └── Magic-Circle.mat.meta
│   │   ├── Materials.meta
│   │   ├── Prefebs
│   │   │   ├── DestroyForTime.cs
│   │   │   ├── DestroyForTime.cs.meta
│   │   │   ├── Effect_BlueHeal.prefab
│   │   │   ├── Effect_BlueHeal.prefab.meta
│   │   │   ├── Effect_GetHit.prefab
│   │   │   ├── Effect_GetHit.prefab.meta
│   │   │   ├── Effect_Heal.prefab
│   │   │   ├── Effect_Heal.prefab.meta
│   │   │   ├── Effect_Slash2.prefab
│   │   │   ├── Effect_Slash2.prefab.meta
│   │   │   ├── Effect_Slash.prefab
│   │   │   ├── Effect_Slash.prefab.meta
│   │   │   ├── FollowTarget.cs
│   │   │   ├── FollowTarget.cs.meta
│   │   │   ├── Skill_Sword.prefab
│   │   │   └── Skill_Sword.prefab.meta
│   │   ├── Prefebs.meta
│   │   ├── Skill_Sword
│   │   │   ├── Material
│   │   │   │   ├── Bom.mat
│   │   │   │   ├── Bom.mat.meta
│   │   │   │   ├── Impact.mat
│   │   │   │   ├── Impact.mat.meta
│   │   │   │   ├── Smoke.mat
│   │   │   │   ├── Smoke.mat.meta
│   │   │   │   ├── Stone.mat
│   │   │   │   └── Stone.mat.meta
│   │   │   ├── Material.meta
│   │   │   ├── Model
│   │   │   │   ├── AnimationUse
│   │   │   │   │   ├── BomElement.anim
│   │   │   │   │   ├── BomElement.anim.meta
│   │   │   │   │   ├── BomMain.anim
│   │   │   │   │   └── BomMain.anim.meta
│   │   │   │   ├── AnimationUse.meta
│   │   │   │   ├── Bom_Element.FBX
│   │   │   │   ├── Bom_Element.FBX.meta
│   │   │   │   ├── Bom_Main.FBX
│   │   │   │   ├── Bom_Main.FBX.meta
│   │   │   │   ├── Materials
│   │   │   │   │   ├── No Name.mat
│   │   │   │   │   └── No Name.mat.meta
│   │   │   │   ├── Materials.meta
│   │   │   │   ├── Stone.FBX
│   │   │   │   └── Stone.FBX.meta
│   │   │   ├── Model.meta
│   │   │   ├── Texture
│   │   │   │   ├── Bom.png
│   │   │   │   ├── Bom.png.meta
│   │   │   │   ├── Impact.png
│   │   │   │   ├── Impact.png.meta
│   │   │   │   ├── Materials
│   │   │   │   │   ├── Smoke.mat
│   │   │   │   │   └── Smoke.mat.meta
│   │   │   │   ├── Materials.meta
│   │   │   │   ├── Smoke.png
│   │   │   │   ├── Smoke.png.meta
│   │   │   │   ├── Stone.png
│   │   │   │   └── Stone.png.meta
│   │   │   └── Texture.meta
│   │   └── Skill_Sword.meta
│   ├── Effects_01.meta
│   ├── Effects_02
│   │   ├── AnimationSpeed.cs
│   │   ├── AnimationSpeed.cs.meta
│   │   ├── Effect_Prefeb
│   │   │   ├── Efx_Click_Green.prefab
│   │   │   ├── Efx_Click_Green.prefab.meta
│   │   │   ├── Efx_Click_Orange.prefab
│   │   │   ├── Efx_Click_Orange.prefab.meta
│   │   │   ├── Efx_Click_Red.prefab
│   │   │   ├── Efx_Click_Red.prefab.meta
│   │   │   ├── Efx_CriticalStrike.prefab
│   │   │   ├── Efx_CriticalStrike.prefab.meta
│   │   │   ├── Efx_LvUp.prefab
│   │   │   ├── Efx_LvUp.prefab.meta
│   │   │   ├── Efx_MagicCircle.prefab
│   │   │   ├── Efx_MagicCircle.prefab.meta
│   │   │   ├── Efx_MagnumStrike.prefab
│   │   │   ├── Efx_MagnumStrike.prefab.meta
│   │   │   ├── Efx_One-handQuicken.prefab
│   │   │   ├── Efx_One-handQuicken.prefab.meta
│   │   │   ├── Efx_SwingAttack.prefab
│   │   │   ├── Efx_SwingAttack.prefab.meta
│   │   │   ├── Efx_Warcry.prefab
│   │   │   ├── Efx_Warcry.prefab.meta
│   │   │   ├── Efx_Warp.prefab
│   │   │   └── Efx_Warp.prefab.meta
│   │   ├── Effect_Prefeb.meta
│   │   ├── Effect_Source
│   │   │   ├── Click
│   │   │   │   ├── Click.FBX
│   │   │   │   ├── Click.FBX.meta
│   │   │   │   ├── Direction_Circle.png
│   │   │   │   ├── Direction_Circle.png.meta
│   │   │   │   ├── DirectionOrange_Circle.png
│   │   │   │   ├── DirectionOrange_Circle.png.meta
│   │   │   │   ├── DirectionOrange.png
│   │   │   │   ├── DirectionOrange.png.meta
│   │   │   │   ├── Direction.png
│   │   │   │   ├── Direction.png.meta
│   │   │   │   ├── DirectionRed_Circle.png
│   │   │   │   ├── DirectionRed_Circle.png.meta
│   │   │   │   ├── DirectionRed.png
│   │   │   │   ├── DirectionRed.png.meta
│   │   │   │   ├── Materials
│   │   │   │   │   ├── DirectionCircle.mat
│   │   │   │   │   ├── DirectionCircle.mat.meta
│   │   │   │   │   ├── Direction.mat
│   │   │   │   │   ├── Direction.mat.meta
│   │   │   │   │   ├── DirectionOrange_Circle.mat
│   │   │   │   │   ├── DirectionOrangeCircle.mat
│   │   │   │   │   ├── DirectionOrange_Circle.mat.meta
│   │   │   │   │   ├── DirectionOrangeCircle.mat.meta
│   │   │   │   │   ├── DirectionOrange.mat
│   │   │   │   │   ├── DirectionOrange.mat.meta
│   │   │   │   │   ├── DirectionRedCircle.mat
│   │   │   │   │   ├── DirectionRedCircle.mat.meta
│   │   │   │   │   ├── DirectionRed.mat
│   │   │   │   │   └── DirectionRed.mat.meta
│   │   │   │   └── Materials.meta
│   │   │   ├── Click.meta
│   │   │   ├── Critical Strike
│   │   │   │   ├── Impact01.png
│   │   │   │   ├── Impact01.png.meta
│   │   │   │   ├── Impact02.png
│   │   │   │   ├── Impact02.png.meta
│   │   │   │   ├── ImpactCircle.mat
│   │   │   │   ├── ImpactCircle.mat.meta
│   │   │   │   ├── Impact.mat
│   │   │   │   ├── Impact.mat.meta
│   │   │   │   ├── Splash01.png
│   │   │   │   ├── Splash01.png.meta
│   │   │   │   ├── Splash.mat
│   │   │   │   └── Splash.mat.meta
│   │   │   ├── Critical Strike.meta
│   │   │   ├── LvUp
│   │   │   │   ├── Feather.mat
│   │   │   │   ├── Feather.mat.meta
│   │   │   │   ├── LvUp_Feather.png
│   │   │   │   ├── LvUp_Feather.png.meta
│   │   │   │   ├── LvUp_Pillar.png
│   │   │   │   ├── LvUp_Pillar.png.meta
│   │   │   │   ├── LvUp_Text.png
│   │   │   │   ├── LvUp_Text.png.meta
│   │   │   │   ├── Materials
│   │   │   │   │   ├── Pillar.mat
│   │   │   │   │   ├── Pillar.mat.meta
│   │   │   │   │   ├── WarpGround.mat
│   │   │   │   │   └── WarpGround.mat.meta
│   │   │   │   ├── Materials.meta
│   │   │   │   ├── Pillar.FBX
│   │   │   │   ├── Pillar.FBX.meta
│   │   │   │   ├── PillarTake 001.anim
│   │   │   │   ├── PillarTake 001.anim.meta
│   │   │   │   ├── Text.mat
│   │   │   │   └── Text.mat.meta
│   │   │   ├── LvUp.meta
│   │   │   ├── Magnum Strike
│   │   │   │   ├── GroundCrack.mat
│   │   │   │   ├── GroundCrack.mat.meta
│   │   │   │   ├── GroundCrack.png
│   │   │   │   ├── GroundCrack.png.meta
│   │   │   │   ├── MagicCircle.mat
│   │   │   │   ├── MagicCircle.mat.meta
│   │   │   │   ├── MagicCircle.png
│   │   │   │   └── MagicCircle.png.meta
│   │   │   ├── Magnum Strike.meta
│   │   │   ├── One-hand Quicken
│   │   │   │   ├── One-handQuicken_Buff.mat
│   │   │   │   ├── One-handQuicken_Buff.mat.meta
│   │   │   │   ├── One-handQuicken_Buff.png
│   │   │   │   ├── One-handQuicken_Buff.png.meta
│   │   │   │   ├── One-handQuicken_Ground.mat
│   │   │   │   ├── One-handQuicken_Ground.mat.meta
│   │   │   │   ├── One-handQuicken_Ground.png
│   │   │   │   ├── One-handQuicken_Ground.png.meta
│   │   │   │   ├── One-handQuicken_Light.mat
│   │   │   │   ├── One-handQuicken_Light.mat.meta
│   │   │   │   ├── One-handQuicken_Light.png
│   │   │   │   └── One-handQuicken_Light.png.meta
│   │   │   ├── One-hand Quicken.meta
│   │   │   ├── Swing Attack
│   │   │   │   ├── FadeAnimation
│   │   │   │   │   ├── Ground01.anim
│   │   │   │   │   ├── Ground01.anim.meta
│   │   │   │   │   ├── Ground02.anim
│   │   │   │   │   └── Ground02.anim.meta
│   │   │   │   ├── FadeAnimation.meta
│   │   │   │   ├── Ground01.FBX
│   │   │   │   ├── Ground01.FBX.meta
│   │   │   │   ├── Ground02.FBX
│   │   │   │   ├── Ground02.FBX.meta
│   │   │   │   ├── Materials
│   │   │   │   │   ├── Swing_Ground.mat
│   │   │   │   │   ├── Swing_Ground.mat.meta
│   │   │   │   │   ├── Swing.mat
│   │   │   │   │   ├── Swing.mat.meta
│   │   │   │   │   ├── UV.mat
│   │   │   │   │   └── UV.mat.meta
│   │   │   │   ├── Materials.meta
│   │   │   │   ├── Swing_Ground.png
│   │   │   │   ├── Swing_Ground.png.meta
│   │   │   │   ├── Swing.png
│   │   │   │   └── Swing.png.meta
│   │   │   ├── Swing Attack.meta
│   │   │   ├── Warcry
│   │   │   │   ├── Warcry_Buff.mat
│   │   │   │   ├── Warcry_Buff.mat.meta
│   │   │   │   ├── Warcry_Buff.png
│   │   │   │   ├── Warcry_Buff.png.meta
│   │   │   │   ├── Warcry_Light.mat
│   │   │   │   ├── Warcry_Light.mat.meta
│   │   │   │   ├── Warcry_Light.png
│   │   │   │   └── Warcry_Light.png.meta
│   │   │   ├── Warcry.meta
│   │   │   ├── Warp
│   │   │   │   ├── Materials
│   │   │   │   │   ├── WarpGround.mat
│   │   │   │   │   └── WarpGround.mat.meta
│   │   │   │   ├── Materials.meta
│   │   │   │   ├── WarpGround.FBX
│   │   │   │   ├── WarpGround.FBX.meta
│   │   │   │   ├── WarpGround.png
│   │   │   │   └── WarpGround.png.meta
│   │   │   └── Warp.meta
│   │   ├── Effect_Source.meta
│   │   ├── Efx_RowFire
│   │   │   ├── Impact01.png
│   │   │   └── Impact01.png.meta
│   │   ├── Efx_RowFire.meta
│   │   ├── ScrollUV.cs
│   │   └── ScrollUV.cs.meta
│   ├── Effects_02.meta
│   ├── Effects_03
│   │   ├── Heal
│   │   │   ├── Circle.mat
│   │   │   ├── Circle.mat.meta
│   │   │   ├── Circle.png
│   │   │   ├── Circle.png.meta
│   │   │   ├── Plus.mat
│   │   │   ├── Plus.mat.meta
│   │   │   ├── Plus.png
│   │   │   └── Plus.png.meta
│   │   ├── Heal.meta
│   │   ├── Prefeb
│   │   │   ├── Heal_Effect.prefab
│   │   │   ├── Heal_Effect.prefab.meta
│   │   │   ├── Heal.prefab
│   │   │   ├── Heal.prefab.meta
│   │   │   ├── MagicSphere_effect.prefab
│   │   │   ├── MagicSphere_effect.prefab.meta
│   │   │   ├── MagicSphere.prefab
│   │   │   ├── MagicSphere.prefab.meta
│   │   │   ├── Range Hit_Effect.prefab
│   │   │   ├── Range Hit_Effect.prefab.meta
│   │   │   ├── RangeHit.prefab
│   │   │   ├── RangeHit.prefab.meta
│   │   │   ├── RangeMagic_Effect.prefab
│   │   │   ├── RangeMagic_Effect.prefab.meta
│   │   │   ├── RangeMagic.prefab
│   │   │   └── RangeMagic.prefab.meta
│   │   ├── Prefeb.meta
│   │   ├── RangeHit
│   │   │   ├── Hit.mat
│   │   │   ├── Hit.mat.meta
│   │   │   ├── Hit.png
│   │   │   └── Hit.png.meta
│   │   ├── RangeHit.meta
│   │   ├── RangeMagic
│   │   │   ├── Flash.mat
│   │   │   ├── Flash.mat.meta
│   │   │   ├── Flash.png
│   │   │   ├── Flash.png.meta
│   │   │   ├── Impact.mat
│   │   │   ├── Impact.mat.meta
│   │   │   ├── Impact.png
│   │   │   ├── Impact.png.meta
│   │   │   ├── Splash 1.png
│   │   │   ├── Splash 1.png.meta
│   │   │   ├── Splash.mat
│   │   │   └── Splash.mat.meta
│   │   └── RangeMagic.meta
│   ├── Effects_03.meta
│   ├── MagicSphere
│   │   ├── Sphere.mat
│   │   ├── Sphere.mat.meta
│   │   ├── Sphere.png
│   │   └── Sphere.png.meta
│   └── MagicSphere.meta
├── Effect.meta
├── GUI
│   ├── Character Creation
│   │   ├── button-Next-Down.png
│   │   ├── button-Next-Down.png.meta
│   │   ├── button-Next.png
│   │   ├── button-Next.png.meta
│   │   ├── Button-Ok-Down.png
│   │   ├── Button-Ok-Down.png.meta
│   │   ├── Button-Ok.png
│   │   ├── Button-Ok.png.meta
│   │   ├── button-Prev-Down.png
│   │   ├── button-Prev-Down.png.meta
│   │   ├── button-Prev.png
│   │   ├── button-Prev.png.meta
│   │   ├── text-charcreate.png
│   │   ├── text-charcreate.png.meta
│   │   ├── text-entername.png
│   │   └── text-entername.png.meta
│   ├── Character Creation.meta
│   ├── hpBar
│   │   ├── bar-castframe.png
│   │   ├── bar-castframe.png.meta
│   │   ├── bar-cast.png
│   │   ├── bar-cast.png.meta
│   │   ├── Bar-enemy.png
│   │   ├── Bar-enemy.png.meta
│   │   ├── bar-expframe.png
│   │   ├── bar-expframe.png.meta
│   │   ├── Bar-exp.png
│   │   ├── Bar-exp.png.meta
│   │   ├── Bar-frame-inv.png
│   │   ├── Bar-frame-inv.png.meta
│   │   ├── Bar-frame.png
│   │   ├── Bar-frame.png.meta
│   │   ├── Bar-hp.png
│   │   ├── Bar-hp.png.meta
│   │   ├── Bar-mp.png
│   │   ├── Bar-mp.png.meta
│   │   ├── frame-face.png
│   │   ├── frame-face.png.meta
│   │   ├── frame-minimap.png
│   │   ├── frame-minimap.png.meta
│   │   ├── infoname.png
│   │   ├── infoname.png.meta
│   │   ├── mapname.png
│   │   ├── mapname.png.meta
│   │   ├── menu-bag-down.png
│   │   ├── menu-bag-down.png.meta
│   │   ├── menu-bag.png
│   │   ├── menu-bag.png.meta
│   │   ├── menu-equip-down.png
│   │   ├── menu-equip-down.png.meta
│   │   ├── menu-equip.png
│   │   ├── menu-equip.png.meta
│   │   ├── menu-setting-down.png
│   │   ├── menu-setting-down.png.meta
│   │   ├── menu-setting.png
│   │   ├── menu-setting.png.meta
│   │   ├── menu-skill-down.png
│   │   ├── menu-skill-down.png.meta
│   │   ├── menu-skill.png
│   │   ├── menu-skill.png.meta
│   │   ├── menu-status-down.png
│   │   ├── menu-status-down.png.meta
│   │   ├── menu-status.png
│   │   ├── menu-status.png.meta
│   │   ├── minimap-zoomin-down.png
│   │   ├── minimap-zoomin-down.png.meta
│   │   ├── minimap-zoomin.png
│   │   ├── minimap-zoomin.png.meta
│   │   ├── minimap-zoomout-down.png
│   │   ├── minimap-zoomout-down.png.meta
│   │   ├── minimap-zoomout.png
│   │   ├── minimap-zoomout.png.meta
│   │   ├── shortcutskill.png
│   │   └── shortcutskill.png.meta
│   ├── hpBar.meta
│   ├── Icon
│   │   ├── armor0-icon.png
│   │   ├── armor0-icon.png.meta
│   │   ├── armor1-icon.png
│   │   ├── armor1-icon.png.meta
│   │   ├── armor2-icon.png
│   │   ├── armor2-icon.png.meta
│   │   ├── armor3-icon.png
│   │   ├── armor3-icon.png.meta
│   │   ├── coin-icon.png
│   │   ├── coin-icon.png.meta
│   │   ├── icon-boot0-01.png
│   │   ├── icon-boot0-01.png.meta
│   │   ├── icon-boot0.png
│   │   ├── icon-boot0.png.meta
│   │   ├── icon-etcFang.png
│   │   ├── icon-etcFang.png.meta
│   │   ├── icon-etcFur.png
│   │   ├── icon-etcFur.png.meta
│   │   ├── icon-helm-01.png
│   │   ├── icon-helm-01.png.meta
│   │   ├── icon-helm-02.png
│   │   ├── icon-helm-02.png.meta
│   │   ├── icon-helm-03.png
│   │   ├── icon-helm-03.png.meta
│   │   ├── icon-helm.png
│   │   ├── icon-helm.png.meta
│   │   ├── icon-null.png
│   │   ├── icon-null.png.meta
│   │   ├── icon-potion1.png
│   │   ├── icon-potion1.png.meta
│   │   ├── icon-potion2.png
│   │   ├── icon-potion2.png.meta
│   │   ├── icon-potion3.png
│   │   ├── icon-potion3.png.meta
│   │   ├── icon-ring-01.png
│   │   ├── icon-ring-01.png.meta
│   │   ├── icon-ring.png
│   │   ├── icon-ring.png.meta
│   │   ├── icon-shield1.png
│   │   ├── icon-shield1.png.meta
│   │   ├── icon-shield.png
│   │   ├── icon-shield.png.meta
│   │   ├── icon-tailman.png
│   │   ├── icon-tailman.png.meta
│   │   ├── new-iconpsd.psd
│   │   ├── new-iconpsd.psd.meta
│   │   ├── rod-icon02.png
│   │   ├── rod-icon02.png.meta
│   │   ├── rod-icon03.png
│   │   ├── rod-icon03.png.meta
│   │   ├── rod-icon.png
│   │   ├── rod-icon.png.meta
│   │   ├── skill-01.png
│   │   ├── skill-01.png.meta
│   │   ├── skill-02.png
│   │   ├── skill-02.png.meta
│   │   ├── skill-03.png
│   │   ├── skill-03.png.meta
│   │   ├── skill-04.png
│   │   ├── skill-04.png.meta
│   │   ├── skill-05.png
│   │   ├── skill-05.png.meta
│   │   ├── skill-06.png
│   │   ├── skill-06.png.meta
│   │   ├── skill-07.png
│   │   ├── skill-07.png.meta
│   │   ├── skill-08.png
│   │   ├── skill-08.png.meta
│   │   ├── skill-09.png
│   │   ├── skill-09.png.meta
│   │   ├── skill-10.png
│   │   ├── skill-10.png.meta
│   │   ├── skill-11.png
│   │   ├── skill-11.png.meta
│   │   ├── skill-12.png
│   │   ├── skill-12.png.meta
│   │   ├── skill-13.png
│   │   ├── skill-13.png.meta
│   │   ├── sword0-icon00.png
│   │   ├── sword0-icon00.png.meta
│   │   ├── sword0-icon.png
│   │   ├── sword0-icon.png.meta
│   │   ├── sword1-icon.png
│   │   ├── sword1-icon.png.meta
│   │   ├── sword2-icon.png
│   │   └── sword2-icon.png.meta
│   ├── Icon.meta
│   ├── Menu
│   │   ├── Button-Accept-Down.png
│   │   ├── Button-Accept-Down.png.meta
│   │   ├── Button-Accept.png
│   │   ├── Button-Accept.png.meta
│   │   ├── Button-Apply-Down.png
│   │   ├── Button-Apply-Down.png.meta
│   │   ├── Button-Apply.png
│   │   ├── Button-Apply.png.meta
│   │   ├── Button-Buy-Down.png
│   │   ├── Button-Buy-Down.png.meta
│   │   ├── Button-Buy.png
│   │   ├── Button-Buy.png.meta
│   │   ├── button-cancel2-down.png
│   │   ├── button-cancel2-down.png.meta
│   │   ├── button-cancel2.png
│   │   ├── button-cancel2.png.meta
│   │   ├── button-cancel-down.png
│   │   ├── button-cancel-down.png.meta
│   │   ├── button-cancel.png
│   │   ├── button-cancel.png.meta
│   │   ├── Button-ClosetDown.png
│   │   ├── Button-ClosetDown.png.meta
│   │   ├── Button-Closet.png
│   │   ├── Button-Closet.png.meta
│   │   ├── Button-PlusStatDown.png
│   │   ├── Button-PlusStatDown.png.meta
│   │   ├── Button-PlusStat.png
│   │   ├── Button-PlusStat.png.meta
│   │   ├── button-quit-down.png
│   │   ├── button-quit-down.png.meta
│   │   ├── button-quit.png
│   │   ├── button-quit.png.meta
│   │   ├── Button-Reset-Down.png
│   │   ├── Button-Reset-Down.png.meta
│   │   ├── Button-Reset.png
│   │   ├── Button-Reset.png.meta
│   │   ├── button-return-down.png
│   │   ├── button-return-down.png.meta
│   │   ├── button-return.png
│   │   ├── button-return.png.meta
│   │   ├── button-save-down.png
│   │   ├── button-save-down.png.meta
│   │   ├── button-save.png
│   │   ├── button-save.png.meta
│   │   ├── Button-Sell-Down.png
│   │   ├── Button-Sell-Down.png.meta
│   │   ├── Button-Sell.png
│   │   ├── Button-Sell.png.meta
│   │   ├── coin-icon.png
│   │   ├── coin-icon.png.meta
│   │   ├── LabelTag.png
│   │   ├── LabelTag.png.meta
│   │   ├── MenuHead-Equip.png
│   │   ├── MenuHead-Equip.png.meta
│   │   ├── MenuHead-Inventory.png
│   │   ├── MenuHead-Inventory.png.meta
│   │   ├── MenuHead-Shop.png
│   │   ├── MenuHead-Shop.png.meta
│   │   ├── MenuHead-Skill.png
│   │   ├── MenuHead-Skill.png.meta
│   │   ├── MenuHead-Status.png
│   │   ├── MenuHead-Status.png.meta
│   │   ├── menu-topdown.psd
│   │   ├── menu-topdown.psd.meta
│   │   ├── Menu-WindowEquip.png
│   │   ├── Menu-WindowEquip.png.meta
│   │   ├── Menu-WindowInventory.png
│   │   ├── Menu-WindowInventory.png.meta
│   │   ├── Menu-Window.png
│   │   ├── Menu-Window.png.meta
│   │   ├── Menu-WindowQuest.png
│   │   ├── Menu-WindowQuest.png.meta
│   │   ├── Menu-WindowShop.png
│   │   ├── Menu-WindowShop.png.meta
│   │   ├── Menu-WindowSkill.png
│   │   ├── Menu-WindowSkill.png.meta
│   │   ├── Menu-WindowStatus.png
│   │   ├── Menu-WindowStatus.png.meta
│   │   ├── Slot-layout.png
│   │   ├── Slot-layout.png.meta
│   │   ├── window-amoutdrop.png
│   │   ├── window-amoutdrop.png.meta
│   │   ├── window-cautiondead.png
│   │   ├── window-cautiondead.png.meta
│   │   ├── window-cautionsave.png
│   │   └── window-cautionsave.png.meta
│   ├── Menu.meta
│   ├── MinimapSign
│   │   ├── B-1.png
│   │   ├── B-1.png.meta
│   │   ├── M-1.png
│   │   ├── M-1.png.meta
│   │   ├── M-2.png
│   │   ├── M-2.png.meta
│   │   ├── Materials
│   │   │   ├── Quest.mat
│   │   │   ├── Quest.mat.meta
│   │   │   ├── Shop-Potion.mat
│   │   │   ├── Shop-Potion.mat.meta
│   │   │   ├── Shop-Weapon.mat
│   │   │   └── Shop-Weapon.mat.meta
│   │   ├── Materials.meta
│   │   ├── NPC-1.png
│   │   ├── NPC-1.png.meta
│   │   ├── PC-2.png
│   │   ├── PC-2.png.meta
│   │   ├── Quest.png
│   │   ├── Quest.png.meta
│   │   ├── Save-Point.png
│   │   ├── Save-Point.png.meta
│   │   ├── Shop-Potion.png
│   │   ├── Shop-Potion.png.meta
│   │   ├── Shop-Weapon.png
│   │   └── Shop-Weapon.png.meta
│   ├── MinimapSign.meta
│   ├── mouse cursor
│   │   ├── Cursor-Attack.png
│   │   ├── Cursor-Attack.png.meta
│   │   ├── Cursor-LockTarget.png
│   │   ├── Cursor-LockTarget.png.meta
│   │   ├── Cursor-Normal.png
│   │   ├── Cursor-Normal.png.meta
│   │   ├── Cursor-Npc Talk.png
│   │   ├── Cursor-Npc Talk.png.meta
│   │   ├── Cursor-Pick.png
│   │   └── Cursor-Pick.png.meta
│   ├── mouse cursor.meta
│   ├── Title
│   │   ├── blackscreen.png
│   │   ├── blackscreen.png.meta
│   │   ├── button-loadgame-disable.png
│   │   ├── button-loadgame-disable.png.meta
│   │   ├── button-loadgame-down.png
│   │   ├── button-loadgame-down.png.meta
│   │   ├── button-loadgame.png
│   │   ├── button-loadgame.png.meta
│   │   ├── button-newgame-down.png
│   │   ├── button-newgame-down.png.meta
│   │   ├── button-newgame.png
│   │   ├── button-newgame.png.meta
│   │   ├── pressanykey.png
│   │   ├── pressanykey.png.meta
│   │   ├── title.png
│   │   ├── title.png.meta
│   │   ├── whitescreen.png
│   │   └── whitescreen.png.meta
│   └── Title.meta
├── GUI.meta
└── Model
├── fakeshadow.png
├── fakeshadow.png.meta
├── Materials
│   ├── 01_01.mat
│   ├── 01_01.mat.meta
│   ├── 01_10.mat
│   ├── 01_10.mat.meta
│   ├── 02_01.mat
│   ├── 02_01.mat.meta
│   ├── fakeshadow.mat
│   └── fakeshadow.mat.meta
├── Materials.meta
├── Model Character
│   ├── Magician
│   │   ├── Mage_Texture.jpg
│   │   ├── Mage_Texture.jpg.meta
│   │   ├── Magician_Animation.FBX
│   │   ├── Magician_Animation.FBX.meta
│   │   ├── Magician_Animation.txt
│   │   ├── Magician_Animation.txt.meta
│   │   ├── Magician_No_Animation.FBX
│   │   ├── Magician_No_Animation.FBX.meta
│   │   ├── Materials
│   │   │   ├── Mage_Texture.mat
│   │   │   └── Mage_Texture.mat.meta
│   │   └── Materials.meta
│   ├── Magician.meta
│   ├── Swordman
│   │   ├── Materials
│   │   │   ├── sword_Texture.mat
│   │   │   └── sword_Texture.mat.meta
│   │   ├── Materials.meta
│   │   ├── Swordman_Animation.FBX
│   │   ├── Swordman_Animation.FBX.meta
│   │   ├── Swordman_Animation.txt
│   │   ├── Swordman_Animation.txt.meta
│   │   ├── Swordman_No_Animation.FBX
│   │   ├── Swordman_No_Animation.FBX.meta
│   │   ├── sword_Texture02.jpg
│   │   ├── sword_Texture02.jpg.meta
│   │   ├── sword_Texture.jpg
│   │   └── sword_Texture.jpg.meta
│   └── Swordman.meta
├── Model Character.meta
├── Model Enemy
│   ├── Wolf
│   │   ├── Armor_Texture.jpg
│   │   ├── Armor_Texture.jpg.meta
│   │   ├── Materials
│   │   │   ├── Armor_Texture.mat
│   │   │   ├── Armor_Texture.mat.meta
│   │   │   ├── Wolf_Baby.mat
│   │   │   ├── Wolf_Baby.mat.meta
│   │   │   ├── Wolf_Boss.mat
│   │   │   ├── Wolf_Boss.mat.meta
│   │   │   ├── Wolf_Normal.mat
│   │   │   └── Wolf_Normal.mat.meta
│   │   ├── Materials.meta
│   │   ├── Wolf_Animation.txt
│   │   ├── Wolf_Animation.txt.meta
│   │   ├── WolfBaby_Animation.FBX
│   │   ├── WolfBaby_Animation.FBX.meta
│   │   ├── Wolf_Baby.jpg
│   │   ├── Wolf_Baby.jpg.meta
│   │   ├── WolfBaby_No_Animation.FBX
│   │   ├── WolfBaby_No_Animation.FBX.meta
│   │   ├── WolfBoss_Animation.FBX
│   │   ├── WolfBoss_Animation.FBX.meta
│   │   ├── Wolf_Boss.jpg
│   │   ├── Wolf_Boss.jpg.meta
│   │   ├── WolfBoss_No_Animation.FBX
│   │   ├── WolfBoss_No_Animation.FBX.meta
│   │   ├── WolfNormal_Animation.FBX
│   │   ├── WolfNormal_Animation.FBX.meta
│   │   ├── Wolf_Normal.jpg
│   │   ├── Wolf_Normal.jpg.meta
│   │   ├── WolfNormal_No_Animation.FBX
│   │   └── WolfNormal_No_Animation.FBX.meta
│   └── Wolf.meta
├── Model Enemy.meta
└── Model Environtment
├── Materials
│   ├── Tx_Barrel.mat
│   ├── Tx_Barrel.mat.meta
│   ├── Tx_Bonfire.mat
│   ├── Tx_Bonfire.mat.meta
│   ├── Tx_Bottle.mat
│   ├── Tx_Bottle.mat.meta
│   ├── Tx_Box3Box.mat
│   ├── Tx_Box3Box.mat.meta
│   ├── Tx_Box.mat
│   ├── Tx_Box.mat.meta
│   ├── Tx_Bridge.mat
│   ├── Tx_Bridge.mat.meta
│   ├── Tx_Bucket1.mat
│   ├── Tx_Bucket1.mat.meta
│   ├── Tx_Bucket2.mat
│   ├── Tx_Bucket2.mat.meta
│   ├── Tx_Building_House1.mat
│   ├── Tx_Building_House1.mat.meta
│   ├── Tx_Building_House2.mat
│   ├── Tx_Building_House2.mat.meta
│   ├── Tx_Building_PotionShop.mat
│   ├── Tx_Building_PotionShop.mat.meta
│   ├── Tx_Building_QuestBar.mat
│   ├── Tx_Building_QuestBar.mat.meta
│   ├── Tx_Building_WeaponShop.mat
│   ├── Tx_Building_WeaponShop.mat.meta
│   ├── Tx_Chair.mat
│   ├── Tx_Chair.mat.meta
│   ├── Tx_Chest.mat
│   ├── Tx_Chest.mat.meta
│   ├── Tx_Coconut.mat
│   ├── Tx_Coconut.mat.meta
│   ├── Tx_Fence02.mat
│   ├── Tx_Fence02.mat.meta
│   ├── Tx_Fence.mat
│   ├── Tx_Fence.mat.meta
│   ├── Tx_Floor.mat
│   ├── Tx_Floor.mat.meta
│   ├── Tx_flower_blue.mat
│   ├── Tx_flower_blue.mat.meta
│   ├── Tx_flower_pink.mat
│   ├── Tx_flower_pink.mat.meta
│   ├── Tx_flower_purple.mat
│   ├── Tx_flower_purple.mat.meta
│   ├── Tx_flower_white.mat
│   ├── Tx_flower_white.mat.meta
│   ├── Tx_flower_yellow.mat
│   ├── Tx_flower_yellow.mat.meta
│   ├── Tx_Grass01.mat
│   ├── Tx_Grass01.mat.meta
│   ├── Tx_Grass02.mat
│   ├── Tx_Grass02.mat.meta
│   ├── Tx_LogBig.mat
│   ├── Tx_LogBig.mat.meta
│   ├── Tx_Log.mat
│   ├── Tx_Log.mat.meta
│   ├── Tx_Mushrooms.mat
│   ├── Tx_Mushrooms.mat.meta
│   ├── Tx_pond1.mat
│   ├── Tx_pond1.mat.meta
│   ├── Tx_pond2.mat
│   ├── Tx_pond2.mat.meta
│   ├── Tx_Potion.mat
│   ├── Tx_Potion.mat.meta
│   ├── Tx_Rock01.mat
│   ├── Tx_Rock01.mat.meta
│   ├── Tx_StageModel.mat
│   ├── Tx_StageModel.mat.meta
│   ├── Tx_Staircase2.mat
│   ├── Tx_Staircase2.mat.meta
│   ├── Tx_TableAndChair.mat
│   ├── Tx_TableAndChair.mat.meta
│   ├── Tx_Table.mat
│   ├── Tx_Table.mat.meta
│   ├── Tx_TablePotion.mat
│   ├── Tx_TablePotion.mat.meta
│   ├── Tx_Town.mat
│   ├── Tx_Town.mat.meta
│   ├── Tx_Tree01.mat
│   ├── Tx_Tree01.mat.meta
│   ├── Tx_Weapon.mat
│   ├── Tx_Weapon.mat.meta
│   ├── Tx_Welcome.mat
│   └── Tx_Welcome.mat.meta
├── Materials.meta
├── modelBarrel.fbx
├── modelBarrel.fbx.meta
├── modelBonfire.fbx
├── modelBonfire.fbx.meta
├── modelBottle01.fbx
├── modelBottle01.fbx.meta
├── modelBottle02.fbx
├── modelBottle02.fbx.meta
├── modelBottle03.fbx
├── modelBottle03.fbx.meta
├── modelBox3Box.fbx
├── modelBox3Box.fbx.meta
├── modelBox.fbx
├── modelBox.fbx.meta
├── modelBridge.fbx
├── modelBridge.fbx.meta
├── modelBucket1.fbx
├── modelBucket1.fbx.meta
├── modelBucket2.fbx
├── modelBucket2.fbx.meta
├── modelBuilding_House1.fbx
├── modelBuilding_House1.fbx.meta
├── modelBuilding_House2.fbx
├── modelBuilding_House2.fbx.meta
├── modelBuilding_PotionShop.fbx
├── modelBuilding_PotionShop.fbx.meta
├── modelBuilding_QuestBar.fbx
├── modelBuilding_QuestBar.fbx.meta
├── modelBuilding_WeaponShop.fbx
├── modelBuilding_WeaponShop.fbx.meta
├── modelChair.fbx
├── modelChair.fbx.meta
├── modelChest.fbx
├── modelChest.fbx.meta
├── modelCoconut 1.fbx
├── modelCoconut 1.fbx.meta
├── modelCoconut.fbx
├── modelCoconut.fbx.meta
├── modelFence01.fbx
├── modelFence01.fbx.meta
├── modelFence02.fbx
├── modelFence02.fbx.meta
├── modelFenceCurve.fbx
├── modelFenceCurve.fbx.meta
├── modelFloor.fbx
├── modelFloor.fbx.meta
├── modelFlower_blue.fbx
├── modelFlower_blue.fbx.meta
├── modelFlower_pink.fbx
├── modelFlower_pink.fbx.meta
├── modelFlower_purple.fbx
├── modelFlower_purple.fbx.meta
├── modelFlower_white.fbx
├── modelFlower_white.fbx.meta
├── modelFlower_yellow.fbx
├── modelFlower_yellow.fbx.meta
├── modelGrass01.fbx
├── modelGrass01.fbx.meta
├── modelGrass02.fbx
├── modelGrass02.fbx.meta
├── modelLogBig.fbx
├── modelLogBig.fbx.meta
├── modelLog.fbx
├── modelLog.fbx.meta
├── modelMushrooms.fbx
├── modelMushrooms.fbx.meta
├── modelPond1.fbx
├── modelPond1.fbx.meta
├── modelPond2.fbx
├── modelPond2.fbx.meta
├── modelPotion_blue.fbx
├── modelPotion_blue.fbx.meta
├── modelPotion_red01.fbx
├── modelPotion_red01.fbx.meta
├── modelPotion_red02.fbx
├── modelPotion_red02.fbx.meta
├── modelRock02.fbx
├── modelRock02.fbx.meta
├── modelRock03.fbx
├── modelRock03.fbx.meta
├── modelRock04.fbx
├── modelRock04.fbx.meta
├── modelRock05.fbx
├── modelRock05.fbx.meta
├── modelRock06.fbx
├── modelRock06.fbx.meta
├── modelRock07.fbx
├── modelRock07.fbx.meta
├── modelRock08.fbx
├── modelRock08.fbx.meta
├── modelStage.fbx
├── modelStage.fbx.meta
├── modelStaircase2_1.fbx
├── modelStaircase2_1.fbx.meta
├── modelTableAndChair.fbx
├── modelTableAndChair.fbx.meta
├── modelTable.fbx
├── modelTable.fbx.meta
├── modelTablePotion.fbx
├── modelTablePotion.fbx.meta
├── modelTown.fbx
├── modelTown.fbx.meta
├── modelTree01_1.fbx
├── modelTree01_1.fbx.meta
├── modelTree01_2.fbx
├── modelTree01_2.fbx.meta
├── modelTree01_3.fbx
├── modelTree01_3.fbx.meta
├── modelWeapon1.fbx
├── modelWeapon1.fbx.meta
├── modelWeapon2.fbx
├── modelWeapon2.fbx.meta
├── modelWelcome.fbx
├── modelWelcome.fbx.meta
└── Textrue
├── Tx_Barrel.jpg
├── Tx_Barrel.jpg.meta
├── Tx_Bonfire.jpg
├── Tx_Bonfire.jpg.meta
├── Tx_Bottle.jpg
├── Tx_Bottle.jpg.meta
├── Tx_Box3Box.jpg
├── Tx_Box3Box.jpg.meta
├── Tx_Box.jpg
├── Tx_Box.jpg.meta
├── Tx_Bridge.jpg
├── Tx_Bridge.jpg.meta
├── Tx_Bucket1.jpg
├── Tx_Bucket1.jpg.meta
├── Tx_Bucket2.jpg
├── Tx_Bucket2.jpg.meta
├── Tx_Building_House1.jpg
├── Tx_Building_House1.jpg.meta
├── Tx_Building_House2.jpg
├── Tx_Building_House2.jpg.meta
├── Tx_Building_PotionShop.jpg
├── Tx_Building_PotionShop.jpg.meta
├── Tx_Building_QuestBar.jpg
├── Tx_Building_QuestBar.jpg.meta
├── Tx_Building_WeaponShop.jpg
├── Tx_Building_WeaponShop.jpg.meta
├── Tx_Chair.jpg
├── Tx_Chair.jpg.meta
├── Tx_Chest.jpg
├── Tx_Chest.jpg.meta
├── Tx_Coconut.jpg
├── Tx_Coconut.jpg.meta
├── Tx_Fence01.jpg
├── Tx_Fence01.jpg.meta
├── Tx_Fence02.jpg
├── Tx_Fence02.jpg.meta
├── Tx_Floor.jpg
└── Tx_Floor.jpg.meta

103 directories, 1750 files

标签:

实例下载地址

Unity3D 单机RPG游戏学习Demo源码.rar

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警