2026-06-12 리듬게임 (진행중)

This commit is contained in:
2026-06-12 18:20:23 +09:00
parent 2787fd4871
commit b0aede20f2
2265 changed files with 250553 additions and 71 deletions

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 1c6a24ab998a8bc43906115416441763
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,14 @@
fileFormatVersion: 2
guid: 0162806ab8565944bacf442960fdca19
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
AssetOrigin:
serializedVersion: 1
productId: 315729
packageName: BIG Projectiles bundle
packageVersion: 3.1
assetPath: Assets/Hovl Studio/MOBA projectiles/Demo scene/MOBA projectiles demo.unity
uploadId: 883376

View File

@@ -0,0 +1,14 @@
fileFormatVersion: 2
guid: 28f41b7c8bacfbc41b21ed0fe47dacc0
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
AssetOrigin:
serializedVersion: 1
productId: 315729
packageName: BIG Projectiles bundle
packageVersion: 3.1
assetPath: Assets/Hovl Studio/MOBA projectiles/Demo scene/MOBA projectiles flashes.unity
uploadId: 883376

View File

@@ -0,0 +1,15 @@
fileFormatVersion: 2
guid: a8c63b260d5768d4cac248abd2de512d
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
AssetOrigin:
serializedVersion: 1
productId: 315729
packageName: BIG Projectiles bundle
packageVersion: 3.1
assetPath: Assets/Hovl Studio/MOBA projectiles/Demo scene/MOBA projectiles hit
effects.unity
uploadId: 883376

View File

@@ -0,0 +1,139 @@
Asset Creator - Vladyslav Horobets (Hovl).
-----------------------------------------------------
Using:
1) Shaders
1.1)The "Use depth" on the material from the custom shaders is the Soft Particle Factor.
1.2)Use "Center glow"[MaterialToggle] only with particle system. This option is used to darken the main texture with a white texture (white is visible, black is invisible).
If you turn on this feature, you need to use "Custom vertex stream" (Uv0.Custom.xy) in tab "Render". And don't forget to use "Custom data" parameters in your PS.
1.3)The distortion shader only works with standard rendering. Delete (if exist) distortion particles from effects if you use LWRP or HDRP!
1.4)You can change the cutoff in all shaders (except Add_CenterGlow and Blend_CenterGlow ) using (Uv0.Custom.xy) in particle system.
2)Light.
2.1)You can disable light in the main effect component (delete light and disable light in PS).
Light strongly loads the game if you don't use light probes or something else.
3)Quality
3.1) For better sparks quality enable "Anisotropic textures: Forced On" in quality settings.
4)Scripts
HS_ProjectileMover — Documentation
Description
HS_ProjectileMover controls the movement, collision behavior, and visual effects of projectile objects.
It handles projectile speed, hit effects, particle systems, detached VFX elements, and supports both destruction and pooling workflows.
The script is designed for VFX projectiles used in spells, bullets, energy blasts, or similar effects.
Main Features:
Moves projectile forward using Rigidbody velocity
Spawns hit effects on collision
Supports pooled projectiles (reuse instead of destroy)
Handles particle systems properly on impact
Allows detached particle effects to continue playing after collision
Automatically restores detached objects when projectile is reused
Key Parameters:
Speed -
Controls the forward velocity of the projectile.
Hit Offset -
Moves the hit effect slightly away from the surface normal to avoid clipping.
Use Fire Point Rotation -
If enabled, the hit effect rotation will match the fire point orientation.
Rotation Offset -
Optional rotation override applied to the hit effect.
Hit -
GameObject used as the hit effect container.
Hit PS -
Particle system played when the projectile collides.
Flash -
Optional muzzle flash object that detaches on spawn.
Projectile PS -
Main projectile particle system.
Detached -
Array of objects that contain particle systems (such as trails or smoke).
These objects detach on impact so their particles can finish playing naturally.
Components:
RB -
Rigidbody used for projectile movement.
Col -
Collider used for collision detection.
Light Source -
Optional light attached to the projectile.
Lifetime Settings
Not Destroy
If enabled, the projectile will be disabled instead of destroyed.
This allows it to be reused with an object pool.
Life Time
Maximum lifetime of the projectile if it does not hit anything.
Detached Life Time
How long detached particle objects remain alive after impact.
Collision Behavior
When the projectile collides:
Rigidbody movement is stopped
Light and collider are disabled
Projectile particle emission stops
Hit effect is positioned and played
Detached objects are unparented
Detached particle systems stop emitting but existing particles finish their lifetime
If Not Destroy is enabled:
The projectile will be disabled after the hit effect finishes
Detached objects will be restored when the projectile is reused
If Not Destroy is disabled:
The projectile will be destroyed after the hit effect duration
Detached objects will be destroyed after Detached Life Time
Detached Objects Logic:
Detached objects must be child objects of the projectile.
Each detached object can contain multiple particle systems.
On collision:
The object is unparented
Emission stops
Existing particles finish their lifetime
If pooling is enabled, the objects are restored to their original parent when the projectile is reactivated.
Typical Use Case:
Projectile Prefab Structure Example
Projectile
├── Mesh
├── Collider
├── Rigidbody
├── Projectile_PS
├── Flash
└── Detached_Trail
├── Smoke
└── Sparks
Pooling Support
When using an object pool:
Set:
Not Destroy = true
The projectile will be disabled instead of destroyed and can be reused safely.
Detached particle objects will automatically return to their original positions when the projectile is activated again.
Notes:
Detached objects should only contain particle systems.
Ensure Rigidbody and Collider references are assigned.
Projectile should face forward in the Z direction for correct movement.
Contact me if you have any questions.
My email: hovlstudio1@gmail.com

View File

@@ -0,0 +1,14 @@
fileFormatVersion: 2
guid: fb8a4976706d6d149b025734089804d4
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
AssetOrigin:
serializedVersion: 1
productId: 315729
packageName: BIG Projectiles bundle
packageVersion: 3.1
assetPath: Assets/Hovl Studio/MOBA projectiles/Demo scene/Readme.txt
uploadId: 883376

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: e8401381587003f4bbd9a36172fd906e
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,14 @@
fileFormatVersion: 2
guid: d97dffd6036062540b327e27c6450244
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
AssetOrigin:
serializedVersion: 1
productId: 315729
packageName: BIG Projectiles bundle
packageVersion: 3.1
assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash acid.prefab
uploadId: 883376

View File

@@ -0,0 +1,14 @@
fileFormatVersion: 2
guid: 697b6311f1512ab45b38f0e308b70d58
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
AssetOrigin:
serializedVersion: 1
productId: 315729
packageName: BIG Projectiles bundle
packageVersion: 3.1
assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash blood.prefab
uploadId: 883376

View File

@@ -0,0 +1,14 @@
fileFormatVersion: 2
guid: f8a6fa4b6be851e47ba6139f03a6ef2b
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
AssetOrigin:
serializedVersion: 1
productId: 315729
packageName: BIG Projectiles bundle
packageVersion: 3.1
assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash blue projectile.prefab
uploadId: 883376

View File

@@ -0,0 +1,14 @@
fileFormatVersion: 2
guid: 772f01d700e596246b5bdb2163c606ba
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
AssetOrigin:
serializedVersion: 1
productId: 315729
packageName: BIG Projectiles bundle
packageVersion: 3.1
assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash butterfly.prefab
uploadId: 883376

View File

@@ -0,0 +1,14 @@
fileFormatVersion: 2
guid: 95c2ac4f8fbad15438ef2630fbc9faf5
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
AssetOrigin:
serializedVersion: 1
productId: 315729
packageName: BIG Projectiles bundle
packageVersion: 3.1
assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash card.prefab
uploadId: 883376

View File

@@ -0,0 +1,14 @@
fileFormatVersion: 2
guid: df95749448d6fef4d8f455dbf4bc2808
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
AssetOrigin:
serializedVersion: 1
productId: 315729
packageName: BIG Projectiles bundle
packageVersion: 3.1
assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash comics.prefab
uploadId: 883376

View File

@@ -0,0 +1,14 @@
fileFormatVersion: 2
guid: d8610dfbed261834fbe58ee0fd7c2bf7
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
AssetOrigin:
serializedVersion: 1
productId: 315729
packageName: BIG Projectiles bundle
packageVersion: 3.1
assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash cyber.prefab
uploadId: 883376

View File

@@ -0,0 +1,14 @@
fileFormatVersion: 2
guid: 677bbc909c075eb4186c74ddd4293e8a
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
AssetOrigin:
serializedVersion: 1
productId: 315729
packageName: BIG Projectiles bundle
packageVersion: 3.1
assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash emerald.prefab
uploadId: 883376

View File

@@ -0,0 +1,14 @@
fileFormatVersion: 2
guid: c10e8ad03656601439b15c27e14367d8
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
AssetOrigin:
serializedVersion: 1
productId: 315729
packageName: BIG Projectiles bundle
packageVersion: 3.1
assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash fire.prefab
uploadId: 883376

View File

@@ -0,0 +1,14 @@
fileFormatVersion: 2
guid: 803932aa3a89ae943918baf8b8194993
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
AssetOrigin:
serializedVersion: 1
productId: 315729
packageName: BIG Projectiles bundle
packageVersion: 3.1
assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash ghost.prefab
uploadId: 883376

View File

@@ -0,0 +1,14 @@
fileFormatVersion: 2
guid: dc913cefa91364344b23bb6679000e9f
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
AssetOrigin:
serializedVersion: 1
productId: 315729
packageName: BIG Projectiles bundle
packageVersion: 3.1
assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash grafity.prefab
uploadId: 883376

Binary file not shown.

View File

@@ -0,0 +1,14 @@
fileFormatVersion: 2
guid: 0d30ec2d828c60748a0b8397c85790fc
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
AssetOrigin:
serializedVersion: 1
productId: 315729
packageName: BIG Projectiles bundle
packageVersion: 3.1
assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash ice.prefab
uploadId: 883376

View File

@@ -0,0 +1,14 @@
fileFormatVersion: 2
guid: d99259cc9c352944b934e94931649789
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
AssetOrigin:
serializedVersion: 1
productId: 315729
packageName: BIG Projectiles bundle
packageVersion: 3.1
assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash jellyfish.prefab
uploadId: 883376

View File

@@ -0,0 +1,14 @@
fileFormatVersion: 2
guid: 846c55344b752cf488e6852cebeb066e
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
AssetOrigin:
serializedVersion: 1
productId: 315729
packageName: BIG Projectiles bundle
packageVersion: 3.1
assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash music.prefab
uploadId: 883376

View File

@@ -0,0 +1,14 @@
fileFormatVersion: 2
guid: ed0535ca569b39d4697c1c75374f7c30
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
AssetOrigin:
serializedVersion: 1
productId: 315729
packageName: BIG Projectiles bundle
packageVersion: 3.1
assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash paint.prefab
uploadId: 883376

View File

@@ -0,0 +1,14 @@
fileFormatVersion: 2
guid: bc400a21fbb0e9940ad97ab436138196
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
AssetOrigin:
serializedVersion: 1
productId: 315729
packageName: BIG Projectiles bundle
packageVersion: 3.1
assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash red projectile.prefab
uploadId: 883376

View File

@@ -0,0 +1,14 @@
fileFormatVersion: 2
guid: 73a0e43c84e3ecc4da7892966949f0f4
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
AssetOrigin:
serializedVersion: 1
productId: 315729
packageName: BIG Projectiles bundle
packageVersion: 3.1
assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash sand.prefab
uploadId: 883376

View File

@@ -0,0 +1,14 @@
fileFormatVersion: 2
guid: cf7134226107d4f4295d0d3c1f3699a6
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
AssetOrigin:
serializedVersion: 1
productId: 315729
packageName: BIG Projectiles bundle
packageVersion: 3.1
assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash stone.prefab
uploadId: 883376

Binary file not shown.

View File

@@ -0,0 +1,14 @@
fileFormatVersion: 2
guid: 4e31a485c9dbd2e42a99d6513ebb4a4c
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
AssetOrigin:
serializedVersion: 1
productId: 315729
packageName: BIG Projectiles bundle
packageVersion: 3.1
assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash web.prefab
uploadId: 883376

View File

@@ -0,0 +1,14 @@
fileFormatVersion: 2
guid: 973dcd32227c40a4fa9bb65ed93eda88
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
AssetOrigin:
serializedVersion: 1
productId: 315729
packageName: BIG Projectiles bundle
packageVersion: 3.1
assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Flash yellow projectile.prefab
uploadId: 883376

Binary file not shown.

View File

@@ -0,0 +1,14 @@
fileFormatVersion: 2
guid: f44d283a075309941a9a1d46a2c023c4
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
AssetOrigin:
serializedVersion: 1
productId: 315729
packageName: BIG Projectiles bundle
packageVersion: 3.1
assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit acid.prefab
uploadId: 883376

Binary file not shown.

View File

@@ -0,0 +1,14 @@
fileFormatVersion: 2
guid: b10f8f1a0e5287041b2c12f6c998ac4b
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
AssetOrigin:
serializedVersion: 1
productId: 315729
packageName: BIG Projectiles bundle
packageVersion: 3.1
assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit blood.prefab
uploadId: 883376

View File

@@ -0,0 +1,14 @@
fileFormatVersion: 2
guid: 99cbab2d9b5e3dc4988f7abb19912a15
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
AssetOrigin:
serializedVersion: 1
productId: 315729
packageName: BIG Projectiles bundle
packageVersion: 3.1
assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit blue projectile.prefab
uploadId: 883376

View File

@@ -0,0 +1,14 @@
fileFormatVersion: 2
guid: 46628bc06320bea4eb828c9427f1bb44
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
AssetOrigin:
serializedVersion: 1
productId: 315729
packageName: BIG Projectiles bundle
packageVersion: 3.1
assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit butterfly.prefab
uploadId: 883376

Binary file not shown.

View File

@@ -0,0 +1,14 @@
fileFormatVersion: 2
guid: dc6b0251e6c89724d9d7c95438c9c7e8
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
AssetOrigin:
serializedVersion: 1
productId: 315729
packageName: BIG Projectiles bundle
packageVersion: 3.1
assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit card.prefab
uploadId: 883376

View File

@@ -0,0 +1,14 @@
fileFormatVersion: 2
guid: 9fb98db9a999061429618c358be87557
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
AssetOrigin:
serializedVersion: 1
productId: 315729
packageName: BIG Projectiles bundle
packageVersion: 3.1
assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit comics.prefab
uploadId: 883376

Binary file not shown.

View File

@@ -0,0 +1,14 @@
fileFormatVersion: 2
guid: 1f0db7ff54e26f7418dfe8f293114ead
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
AssetOrigin:
serializedVersion: 1
productId: 315729
packageName: BIG Projectiles bundle
packageVersion: 3.1
assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit cyber.prefab
uploadId: 883376

View File

@@ -0,0 +1,14 @@
fileFormatVersion: 2
guid: 525a8779192b8e84c9cb77bc3035af7e
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
AssetOrigin:
serializedVersion: 1
productId: 315729
packageName: BIG Projectiles bundle
packageVersion: 3.1
assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit emerald.prefab
uploadId: 883376

Binary file not shown.

View File

@@ -0,0 +1,14 @@
fileFormatVersion: 2
guid: 21e47f05c3935bb4a9a1e8f4d913964d
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
AssetOrigin:
serializedVersion: 1
productId: 315729
packageName: BIG Projectiles bundle
packageVersion: 3.1
assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit fire.prefab
uploadId: 883376

Binary file not shown.

View File

@@ -0,0 +1,14 @@
fileFormatVersion: 2
guid: 28e5a8487235b124895593744ca7a400
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
AssetOrigin:
serializedVersion: 1
productId: 315729
packageName: BIG Projectiles bundle
packageVersion: 3.1
assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit ghost.prefab
uploadId: 883376

View File

@@ -0,0 +1,14 @@
fileFormatVersion: 2
guid: 498b1922d6ddc684fb0c208cd3608028
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
AssetOrigin:
serializedVersion: 1
productId: 315729
packageName: BIG Projectiles bundle
packageVersion: 3.1
assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit grafity.prefab
uploadId: 883376

Binary file not shown.

View File

@@ -0,0 +1,14 @@
fileFormatVersion: 2
guid: 5803688506d0d0144a2af976245d12fc
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
AssetOrigin:
serializedVersion: 1
productId: 315729
packageName: BIG Projectiles bundle
packageVersion: 3.1
assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit ice.prefab
uploadId: 883376

View File

@@ -0,0 +1,14 @@
fileFormatVersion: 2
guid: c0a798cad30696e44a5a3f091e78e9ce
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
AssetOrigin:
serializedVersion: 1
productId: 315729
packageName: BIG Projectiles bundle
packageVersion: 3.1
assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit jellyfish.prefab
uploadId: 883376

Binary file not shown.

View File

@@ -0,0 +1,14 @@
fileFormatVersion: 2
guid: 575bf717d54c5b344b9a8d1ffa53f9b4
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
AssetOrigin:
serializedVersion: 1
productId: 315729
packageName: BIG Projectiles bundle
packageVersion: 3.1
assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit music.prefab
uploadId: 883376

Binary file not shown.

View File

@@ -0,0 +1,14 @@
fileFormatVersion: 2
guid: c80b1493b6a8dec428ae153dec580dac
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
AssetOrigin:
serializedVersion: 1
productId: 315729
packageName: BIG Projectiles bundle
packageVersion: 3.1
assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit paint.prefab
uploadId: 883376

View File

@@ -0,0 +1,14 @@
fileFormatVersion: 2
guid: 27764170b601a2541a88f8987b102a7a
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
AssetOrigin:
serializedVersion: 1
productId: 315729
packageName: BIG Projectiles bundle
packageVersion: 3.1
assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit red projectile.prefab
uploadId: 883376

Binary file not shown.

View File

@@ -0,0 +1,14 @@
fileFormatVersion: 2
guid: 8776f894d9f49d641ac9c4d9ec57de4f
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
AssetOrigin:
serializedVersion: 1
productId: 315729
packageName: BIG Projectiles bundle
packageVersion: 3.1
assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit sand.prefab
uploadId: 883376

Binary file not shown.

View File

@@ -0,0 +1,14 @@
fileFormatVersion: 2
guid: 052d2ac29fddd424d81b24d554129cf8
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
AssetOrigin:
serializedVersion: 1
productId: 315729
packageName: BIG Projectiles bundle
packageVersion: 3.1
assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit stone.prefab
uploadId: 883376

Binary file not shown.

View File

@@ -0,0 +1,14 @@
fileFormatVersion: 2
guid: 1aa414bd178eb4644ae9b0820410c343
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
AssetOrigin:
serializedVersion: 1
productId: 315729
packageName: BIG Projectiles bundle
packageVersion: 3.1
assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit web.prefab
uploadId: 883376

View File

@@ -0,0 +1,14 @@
fileFormatVersion: 2
guid: 0d7b19dcf96df9f49a75fa42e0a33146
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
AssetOrigin:
serializedVersion: 1
productId: 315729
packageName: BIG Projectiles bundle
packageVersion: 3.1
assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Hit yellow projectile.prefab
uploadId: 883376

View File

@@ -0,0 +1,14 @@
fileFormatVersion: 2
guid: 742ea573b37e64d47a9866faa8edba31
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
AssetOrigin:
serializedVersion: 1
productId: 315729
packageName: BIG Projectiles bundle
packageVersion: 3.1
assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile acid.prefab
uploadId: 883376

View File

@@ -0,0 +1,14 @@
fileFormatVersion: 2
guid: d14c45ad4c635994c8c4a0011a634766
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
AssetOrigin:
serializedVersion: 1
productId: 315729
packageName: BIG Projectiles bundle
packageVersion: 3.1
assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile blood.prefab
uploadId: 883376

View File

@@ -0,0 +1,15 @@
fileFormatVersion: 2
guid: 92c0774fe64ffba4da0f535983347f75
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 100100000
userData:
assetBundleName:
assetBundleVariant:
AssetOrigin:
serializedVersion: 1
productId: 315729
packageName: BIG Projectiles bundle
packageVersion: 3.1
assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile blue.prefab
uploadId: 883376

View File

@@ -0,0 +1,15 @@
fileFormatVersion: 2
guid: 5e78252662e47c94fa293ac3695ceaec
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 100100000
userData:
assetBundleName:
assetBundleVariant:
AssetOrigin:
serializedVersion: 1
productId: 315729
packageName: BIG Projectiles bundle
packageVersion: 3.1
assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile butterfly.prefab
uploadId: 883376

View File

@@ -0,0 +1,15 @@
fileFormatVersion: 2
guid: c7af282cf00c1ce48a89a29c4c9e60b0
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 100100000
userData:
assetBundleName:
assetBundleVariant:
AssetOrigin:
serializedVersion: 1
productId: 315729
packageName: BIG Projectiles bundle
packageVersion: 3.1
assetPath: Assets/Hovl Studio/MOBA projectiles/Prefabs/Projectile card.prefab
uploadId: 883376

Some files were not shown because too many files have changed in this diff Show More