Asset Store newest packages

Subscribe to Asset Store newest packages feed Asset Store newest packages
The newest packages in the Unity Asset Store.
Updated: 34 min 5 sec ago

8-Bit Legend - Game Music Pack - Adventure, Chiptune, 8-Bit, NES, RPG Game Music by Lufus

2022, March 15 - 16:01
Made exclusively for Pixel Art RPGs, Adventure and Fantasy games, 8-BIT LEGEND is a Game Music pack that brings life to your games.

Audio file types: WAV

Sample rate: 44.8kHz

Bit depth: 24bit

Loopable: Yes

Additional: Stereo

From normal heroes who want to save the princess, to talking animals that need to bring justice to a kingdom. 8-BIT LEGEND is made for those stories that we all love.

Listen to this Soundtrack Pack here.



What’s Inside:

– 13 original high-quality music

– 13 original high-quality music loops

– 26 total files


Tracklist:

01 - Overworld 

02 - Overworld (Alternative Version) 

03 - Back to Hunting 

04 - Battle Theme 

05 - Battle Theme 2 

06 - Shio (Shop Theme) 

07 - Shio (Shop Theme) (Alternative Version) 

08 - The Tallest Tower 

09 - Time Time Time 

10 - Time Time Time (Alternative Version) 

11 - Back to Hunting (Alternative Version) 

12 - Save or Die 

13 - Save Or Die (Alternative Version)



(All file formats are in WAV, Stereo, 44.8kHz, 24bit)



With this Game Music/Soundtrack pack, you also:

– Sound Great in Any Device: All music themes and stingers are fully mixed and mastered so they sound great in any device that your game is played.

– Avoid Incongruent Volumes: All themes and stingers are mastered to reach a fully congruent volume within the full soundtrack.

– Repeat Music Seamlessly: All music themes are fully loop-able, so you can repeat the music in the game seamlessly.



About Composer:

Lufus is a music producer, composer who has made the Original Soundtrack of multi-million games like:

– Parchisi Star Online (50 Million Downloads)

– Pixel Car Racer (10 Million Downloads)

– Drift Clash (5 Million Downloads) and more



Support & Help:

If you need help downloading this soundtrack/music pack, feel free to reach out to iamlufus@gmail.com



Price $15.99

8-Bit Chef - Game Music Pack - Chiptune, 8-Bit, NES, Jazz, Casual Game Music by Lufus

2022, March 15 - 16:01
Made exclusively for Casual Pixel Art and Restaurant games, 8-Bit Chef is a Game Music pack that brings life to your games.

Audio file types: WAV

Sample rate: 44.8kHz

Bit depth: 24bit

Loopable: Yes

Additional: Stereo

From normal chefs who want to serve his customer, to talking animals that need food to overcome starvation. 8-Bit Chef is made for those stories that we all love.


Listen to this Soundtrack Pack here.


What’s Inside:

– 09 original high-quality music

– 25 original high-quality music loops

– 34 total files


Tracklist:

01 - Pixel Bossanova 

02 - Devilish Dishes 

03 - Important Letter 

04 - For the love of Cooking 

05 - For the love of Cooking (Alternative Version) 

06 - Chef and Connections 

07 - Chef and Connections (Alternative Version) 

08 - Level Cleared 

09 - Sir


(All file formats are in WAV, Stereo, 44.8kHz, 24bit)


With this Game Music/Soundtrack pack, you also:

– Sound Great in Any Device: All music themes and stingers are fully mixed and mastered so they sound great in any device that your game is played.

– Avoid Incongruent Volumes: All themes and stingers are mastered to reach a fully congruent volume within the full soundtrack.

– Repeat Music Seamlessly: All music themes are fully loop-able, so you can repeat the music in the game seamlessly.



About Composer:

Lufus is a music producer, composer who has made the Original Soundtrack of multi-million games like:

– Parchisi Star Online (50 Million Downloads)

– Pixel Car Racer (10 Million Downloads)

– Drift Clash (5 Million Downloads) and more



Support & Help:

If you need help downloading this soundtrack/music pack, feel free to reach out to iamlufus@gmail.com



Price $15.99

8-Bit Casual - Game Music Pack - Chiptune, 8-Bit, Casual, Pixel, NES Game Music by Lufus

2022, March 15 - 16:01
Made exclusively for Casual Pixel Art games, 8-BIT CASUAL is a Game Music pack that brings life to your games.

Audio file types: WAV

Sample rate: 44.8kHz

Bit depth: 24bit

Loopable: Yes

Additional: Stereo

From normal heroes who want to save the princess, to talking animals that need to bring justice to a kingdom. 8BIT CASUAL is made for those stories that we all love.

Listen to this Soundtrack Pack here.


What’s Inside:

– 08 original high-quality music

– 10 original high-quality music loops

– 18 total files


Tracklist:

01 - Main Theme 

02 - Jafai 

03 - Shop 

04 - Cake Town 

05 - Cake Town (Alternative Version) 

06 - Winter 07 - Winter (Alternative Version) 

08 - One to One


(All file formats are in WAV, Stereo, 44.8kHz, 24bit)


With this Game Music/Soundtrack pack, you also:

– Sound Great in Any Device: All music themes and stingers are fully mixed and mastered so they sound great in any device that your game is played.

– Avoid Incongruent Volumes: All themes and stingers are mastered to reach a fully congruent volume within the full soundtrack.

– Repeat Music Seamlessly: All music themes are fully loop-able, so you can repeat the music in the game seamlessly.



About Composer:

Lufus is a music producer, composer who has made the Original Soundtrack of multi-million games like:

– Parchisi Star Online (50 Million Downloads)

– Pixel Car Racer (10 Million Downloads)

– Drift Clash (5 Million Downloads) and more


Support & Help:

If you need help downloading this soundtrack/music pack, feel free to reach out to iamlufus@gmail.com



Price $15.99

EZDraw - Runtime mesh drawing system by negleft

2022, March 15 - 15:26
This system allows you to draw a line either on 3D surface or on UI based component and turn that data into a mesh, There are a couple of examples included in the Examples folder where you can look at the scripts and understand how the system works.

You can try some demos below

● WebGL demo

● Android demo

The are some components included that can work independently, I tried to make this system as simple as possible, while it should have the ability to be used in widely different scenarios.

There are two mesh making components first is MeshMaker which generates the mesh based on an array of positions, second is CanvasLine this draws a line on the UI canvas based on an array of positions.

Included examples.

● Drawing physics : this has a 3D surface where you can draw a shape and then apply a collider and rigidbody to make it a physics object.

● Draw walker : in this demo you can draw a shape on a canvas UI component and it will turn that shape into legs for a walker.

● Draw walls : this demo gives you a 3D surface to draw on and this system will make a simple wall out of it.

● Drawing board : in this demo you draw anything on a canvas based component using the CanvasLine component and play with some settings

Pivot control

The system can define the start and the end of mesh using 2 empty gameobjects, you can get their reference using a getter function.

Physics

In order to use the rigidbody with mesh collider, just turn on the convex bool in mesh collider.

Use

● Drawing bridges

● Drawing walls

● Drawing path

● Drawing procedural legs of a character

● Or in any project where you need to draw some simple mesh.

Thank You
negleft
Price $19.99

Toon City (14 Characters with skins + Zombies Skins ) by Wahitecture

2022, March 15 - 15:24
Stylized Toon City with 14 Unique Characters 3 Skins (Including Zombie Skins) for each character and Modular Streets with Different buildings and more

Collision: (Hand Made Collisions for Buildings / Streets / Shades / Lights / Chairs /Traffic Light)


Texture Resolutions: (1024, 2048 , 4096)


Vertex counts of characters (7k - 10k)

Tris Count of characters (12k-16k)

Characters (14) :


14 Rigged Characters with 3 Skins for Each (Including Zombie Skins!)


(Muscular, Cop , Swat, Leader, Mustache, Business, Girl, Boy, Casual, Elder Female, Elder Male, Engineer , Army)


3 Skins for Each , 2 skins for Outfit and skin colors , and Zombie skin for each character



Props :


Barriers (x5) , Banners (x2) , Barrell , Bench , Chairs (x4) , Baskets , Garbage , Box , Bins (x4) , Bollard , Dumpster , drains (x2) , Fences (2) , Fountain , Fuel , Vents (x2) , Hydrant , Lights (x5) , Signs (x5) , Road Sign , Tire , Traffic Lights (x2) . Shades (x3), Cone , Grass Circle


Buildings :


Four Buildings + Gas Station + Vertically modular Building (Customize Height)


Enter Any Ground Floor of any included building


Modular Street Parts (x15)



Note : All Characters are rigged but the product has no animations 







Price $30.00

Enhanced Hologram Shader (HDRP) by izzynab

2022, March 15 - 15:08
Simple to use, customizable hologram effect for HDRP pipeline.

This resource contains 4 variants of a hologram shader that can be applied to a mesh, and several particle prefabs for imitating light beams (god rays).


Each variant uses a different type of glitch effect. It is divided between 4 shaders, but you can easily create your own shader graph variant using several glitch nodes at the same time.


Shader variants:

  • Non-glitch hologram
  • Object space glitch
  • View space Ragged glitch
  • View space Partial glitch

Main Features:

  • Default color and rim tint
  • Mask texture
  • Adjustable scan lines

Additional Features: (can be turned on/off):

  • Second scan line
  • Flickering
  • Noise
  • Distortion

Each glitch effect,as well as other features can be adjusted and customized to suit your needs.


Price $15.00

Jet Engine Flames VFX and A JET by AQSA NADEEM

2022, March 15 - 15:03
Collection of Jet Engine Flames VFX effects. Great for adding Amazing flames to your fighter jets or inside the space scenes.

To use this Package with URP and HDRP, Inside the Unity Editor go to Edit>Render Pipeline> Upgrade Project Materials to High Definition Materials.

Available for Unity 2019.4.11 And Above

This package contains a collection of 20 NJet Engine Flames VFX effects. 

They are ready to use, just drag and drop into the hierarchy on the spacecraft or fighter jet.


Package Also contains a 3D model of a FIGHTER JET


This Package Contains 20 Prefabs:

  1. 20 Different prefabs having variant colors and properties
  2. Adjustable parameters for Customized color Effects

Price $10.99

Bridge: Scoring Extension by MBS Reborn

2022, March 15 - 14:53
Add cloud based leaderboards to your Unity games and your website
  • Unlimited leaderboards per game
  • Cloud based
  • Show on website and in game
  • Use user's Gravatar as his user avatar
  • Age restriction inplemented on user avatars
  • Integrate into existing games in seconds
  • One line of code to upload a score
  • One line of code to fetch a leaderboard
  • Includes a demo display GUI but leaderboards are display agnostic. Design your own to fit your game and just display the results inside it

Bridge:Scoring provides you with a drag and drop high scores / leaderboards system for your game. Not only does it show the player’s real Gravatar icon but it also allows you to specify an age rating for those icons to obey. 


To use you have only 2 functions to learn: FetchScores() and SubmitScore(amount) and this extension does all the rest


Install once, use with all existing and new games you create !


Price $20.00

Dialog Manager UI Tool by UDEV Corp

2022, March 15 - 14:44

Dialog Manager is a tool that helps you set up and manage all dialogs in your game very quickly and easily.


Features:

1 - Setup very quickly

2 - Flexible

3 - 10 Animations In-Out ( Can combine more than 100 Animations)

4 - Easy to extend

5 - Use very easy with the editor or manual code

6 - Document very easy to follow


Apk Demo | Online Document


Let's make your life easier and save your time with the "Dialog Manager Tool" !.


Package Required: Dotween Free


Price $14.99

Cool Characters 2D by VortexStudio

2022, March 15 - 14:40
You need cool animated characters, then this pack is for you

File count 1037

Animated: Yes

Animation type list Movement , Attack

Additional: pixel based

Format sprites : png

The pack contains 18 cool and unique characters for your game. Each character is animated.

Each character has 2 animations , attacks and movement.

10 ranged characters

8 melee characters


Tech specs:

  • Unity 2019+
  • Clean C# source code with comments
  • Mobile friendly
  • Any platform (PC, Android, iOS, WebGL)

Price $4.99

Fantasy Equipment Pack by Dinisart

2022, March 15 - 14:25
High quality equipment pack with different weapons.

This asset has 2233 fantasy-themed hand-painted icons and all with high quality. It can be used for all games like RPG, MMORPG and MOBA. They are good choices for use in any kind of modern games.


High quality256X256 pix (PNG)

2233 unique icons in total.


The following items included:

Avatar

Axe

Belt

Brace

Cap

Clothes

Hammer

Mace

Necklace

Remains

Ring

Shoes

Spear

Sword


The equipment package includes different kind of weapons and with background.


Price $24.99

Dungeon sprite pack. by Laetus Somnia

2022, March 15 - 14:18
Create unique landscapes with sprite shapes and hand-drawn sprites, perfect for 2d games like side-scrollers or platformers.

Pack contains:

- 130+ high quality hand painted sprites,

- 10 spritesheets 2K+ resolution,

- 2 particle systems,

- 4 Sprite shapes,

- 14 Prefabs,

- 2 tileable background textures at 1920x1028.

Total you will receive 130 sprites in PNG format with high resolution (up to 3200px per side) and can be sized down to a lower resolution while remaining a high amount of details.

All sprites are modular, so they can be mixed and matched to form virtually infinite scenarios.

Check the Demo Scenes for examples of how to use these assets.


Price $19.00

S6 Fantasy Character Pack by jloo

2022, March 15 - 14:09
This is a collection of character images for JRPG and Visual Novel.

36 static characters.

There are 8 kinds of facial expressions


FullSize 1200x2000

Facialexpressions 576x288


mail: o_pramu_z9@outlook.jp;


Price $16.00

Church lowpoly 3 by Lowpoly_Master

2022, March 15 - 14:05
Church lowpoly3 is a Game ready model.
The buildings can be used in your 3D games or in the background 3D environment. They look nice in top-down games as well.
The package contains:

- Church lowpoly3 --- Poly:3410, Tris:6767, Verts:4582
- Church lowpoly3_brick 512x256 - diffuse,specular,height,Normal,occlusion
- Church lowpoly3_concrete 512x512 - diffuse,specular,height,Normal,occlusion
- Church lowpoly3_Facade 4096x4096 - diffuse,specular,height,Normal,occlusion
- Church lowpoly3_Roof-- 512x512 - diffuse,specular,height,Normal,occlusion
- Church lowpoly3_Window1 2441x2514 --- Poly:3410, Tris:6767, Verts:4582
- Church lowpoly3_Window2 1734x1421 - diffuse,specular,height,Normal,occlusion
- Church lowpoly3_Window4 4096x4096 - diffuse,specular,height,Normal,occlusion
- Church lowpoly3_Window5 1550x3834 - diffuse,specular,height,Normal,occlusion
- Church lowpoly3_Window7-- 3269x6547 - diffuse,specular,height,Normal,occlusion
- Lowpoly Exterior models

Thanks and do not forget to rate. Good luck.
if you find any correction and additional technical details feel free to contact me..
lowpolymaster@gmail.com
Price $20.00

Liho One-eyed by Pers3D

2022, March 15 - 14:00
Low poly customizable animated monster for horror, rpg and action games. Liho is one-eyed character from East Slavic mythology. She uses her magic skull to lure travelers into her swamp lair.

Number of textures: 46

Texture dimensions:

  • Body - 4096x4096
  • Cloth - 2048x2048
  • Accessories - 2048x2048
  • Eye - 2048x2048
  • Hair - 4096x4096
  • Helm - 2048x2048
  • Hood - 2048x2048
  • Skull - 2048x2048
  • Teeth - 1024x1024
  • Tongue - 1024x1024

Polygon count: Base model is 38980 triangles

Number of meshes: 14 meshes

Rigging: Yes

Animation count: 18

Animation type list:

  • attack (x3)
  • casts (x2)
  • crouching
  • running
  • dig_in
  • dig_out
  • idle (x3)
  • battle idle
  • death
  • throwing skull
  • gethit
  • turn left
  • turn right

UV mapping: Yes

LOD information: have no LODs

Additional bones:

  • Bone_Eye
  • Bone_Eyelid
  • Bone_Jaw
  • Bone_Tongue_001
  • Bone_Tongue_002
  • Bone_Tongue_003
  • Bone_Tongue_004
  • Bone_Tongue_005
  • Bone_Tongue_006
  • Bone_Tongue_007
  • Bone_Skull

Ragdoll from the video is not included in this package.


The asset contains one base model and 14 separate meshes:

  • body
  • accessories
  • cloth
  • eye
  • hair01
  • hair_helm
  • hair_hood
  • hair_short
  • helm
  • hood
  • skull
  • teeth
  • tongue
  • skull (static mesh)

Price $29.99

A Positive Future by Ruud

2022, March 15 - 13:53
A positive, corporate, inspiring and motivational background audio track.
  • File type: WAV file
  • Sample rate: 44.1kHz
  • Bit depth: 16 bit
  • Stereo
  • BPM: 112
  • Key: C maj
  • Duration: 1:32

A positive future is a feelgood royalty free audio track. It has a warm feel to it that will instantly empower you with positive feelings.

Perfect background track for doumentaries, commercials, podcast intro, video and many other projects.


If you're looking for custom and exclusive music for your project, please contact me at info@mytonmusic.com


Price $15.00

Hyper Casual Racing Cars by Kiberfank

2022, March 15 - 13:50

Set of hyper casual racing cars.


Can be used with all types of lighting and rendering pipelines.


Contains 15 prefabs.

Single material and texture for all cars.

Color palette texture 1024x1024


Average polygon count per object is ~ 1500


Price $9.99

Stealth Action Music Pack by Michel Barengo

2022, March 15 - 13:50
This pack contains 7 suspenseful, pulsing quality tracks and stingers with low to mid-high intensities. Well-suited for any setting and any game that has a dark, stealth, action or cyber-like mood.

Each track contains a long loopable version. All track featuring either several underscore mixes of the track or Layers/Stems (or both). That can be:

  • reduced version without the melody
  • reduced version without heavy percussion or drums
  • base layer, as bottom layer (plays always, but feel free to experiment with)
  • Add (=additive) layers of different instrument groups or sections, so you can vary the intensity by yourself and make it more interactive for your game.
  • Stingers, so you have the possibility to end a track without a forced cross-fade

See the full track list below for the exact structure of each Track.


Additional Notes:

each track file contains the exact tempo in bpm (beat per minutes)

Each Stinger contains information about how many beats before the climax of the Stinger kicks in. It is market as(X)P, which means X bars before the climax/final hit.

For example:

Low Key Action_Stinger_P2_130bpm → means 2 Bars (measure) at 130bpm before the loudest/final hit appears.


TRACKLIST (.wav, 48 kHz, 24bit)


Combat Stance

Combat Stance_Fullmix (LOOP) [03:13]


Layers


Combat Stance_Base Layer (LOOP) [03:13]

Combat Stance_Add Layer Bass and Sub (LOOP) [03:13]

Combat Stance_Add Layer Mallets (LOOP) [03:13]

Combat Stance_Add Layer Percussion (LOOP) [03:13]

Combat Stance_Add Layer Strings (LOOP) [03:13]


Stinger


Combat Stance_Stinger_1P (ONE SHOT) [00:09]


Crossroads

Crossroads_Fullmix (LOOP) [02:50]

Crossroads_Drums And Pattern Only Mix (LOOP) [02:50]

Crossroads_Underscore Mix (LOOP) [02:50]


Layers


Crossroads_Base Layer_No Strings (LOOP) [02:50]

Crossroads_Add Layer_ Strings and Melody (LOOP) [02:50]


Stinger


Crossroads_Stinger_130bpm_P1 (ONE SHOT) [00:06]


I Am Going In

I Am Going In_Fullmix (LOOP) [04:22]


Layers


I Am Going In_Base Layer (LOOP) [01:27]

I Am Going In_Add Layer Bass (LOOP) [01:27]

I Am Going In_Add Layer_Additional Plugged Instruments (LOOP) [01:27]

I Am Going In_Add Layer_Pads (LOOP) [01:27]

I Am Going In_Add Layer_Percussion A (LOOP) [01:27]

I Am Going In_Add Layer_Percussion B (LOOP) [01:27]


Stinger


I Am Going In_Ending Stinger_P1 (ONE SHOT) [00:08]


Investigate

Investigate_Fullmix Long (LOOP) [04:31]


Layers


Investigate_Base Layer (LOOP) [01:09]

Investigate_Add Layer (LOOP) [01:09]


Stinger


Investigate_Stinger_P2 (LOOP) [00:10]


Low Key Action

Low Key Action_Fullmix Long (LOOP) [04:26]


Layers


Low Key Action_Base Layer (LOOP) [01:29]

Low Key Action_Add Layer_Percussion (LOOP) [01:29]

Low Key Action_Add Layer Electric Percussion (LOOP) [01:29]


Stinger


Low Key Action_Stinger_P2 (ONE SHOT) [00:08]


Stay in the shadows

Stay In The Shadows_Fullmix Long (LOOP) [04:16]


Layers


Stay In The Shadows_Base Layer_Loop_90bpm (LOOP) [01:25]

Stay In The Shadows_Add Layer Melody Misc (LOOP) [01:25]

Stay In The Shadows_Add Layer Pulse And Percussion (LOOP) [01:25]


Stinger


Stay In The Shadows_Stinger_P1 (ONE SHOT) [00:09]


Under Pressure

Under Pressure_Calm (LOOP) [01:36]

Under Pressure_Medium (LOOP) [01:36]

Under Pressure_Tense (LOOP) [01:36]


Stinger


Under Pressure_Stinger_P1 (ONE SHOT) [00:06]

This music pack contains seven high quality tracks and several stingers with a suspenseful, pulsing character following a low to mid-tense dynamic range. Played with various synthesizers as well as orchestral and mutated instruments, this music pack is versatile, being well-suited for any setting and any genre that has a dark, stealth, action or cyber-like mood.

Each track features various mixes and/or up to 6 layers and ending stingers to give you the freedom to experiment with different intensities and audio mechanics within your game.




Price $24.90

POLY Chernobyl by A.R.S|T.

2022, March 15 - 13:38
this asset package is ideal for creating an average post-soviet city in the post-apocalyptic style

the total number of polygons in the project is 111599. In addition to textures, 4 images 1024x1024 were used, textures were used 2 images 2048x2048, the number of materials was 9

fighters 👮‍♂️


security, scientists, mercenaries, army


equipment 🎽


walkie-talkie, bag (x11), patch, night vision goggles (x3), glasses, headphones, helmet (x4), backpack (x4), respirator, cassette (x4), balaclava, baseball cap, hair, beard, hat, first aid kit


clothes 🔫


ak47, ak12, aksu, wall, svd, makarov, biretta, dobovik, shotgun, rifle, m4a1


body kit🔦


sight (x8), grip (x2), laser (x2), flashlight (x2), shells, cartridges, bullets, rockets


cars🚙


uaz, btr80, armored car, bmd2, passenger car (x4), tractor, rusty scrap metal, ural (x2)


relief⛰


lake (x2), land (x12), asphalt (x4), road (x10), panel road (x11)


plants🌲


ivy (x15), moss (x6), flower (x6), bush (x4), water lily (x4), reeds (x3), grass (x12), tree (x18), birch, Christmas tree, pine (x5), aspen


buildings🏢


porst, shelter, pool, hotel, building (x3), covered area, administration building, arc, hangar, transformer, abandoned building (x4), garage, house, shop (x7), factory, stop, pipe, multi-storey building (x4 ), makeshift garage, security point, two-story house


props📒


water tower, inscription (x6), logo, Ferris wheel, wall (x13), monument, metal barricade, tile (x3), bus stop, biton barricade (x6), heating main (x3), makeshift fence (x3), pripyat, lantern, telephone, hatch, banner, box, water canister, pole, supplies, TV set, siren, water vending machine, pipe, shovel, grave, flag, notice board, spikes, collector, potdon, barrel, garbage, traffic sign (x4), cinder block, mail, sewer, tire (x5), bed, table, stool, campfire, concrete contamination, chair, propane, provisions, case, canister, container, ammo, beam, drops (x4), bricks ( x2), burnt barrel, barrel of gasoline, mattress, barrel of radioactive waste, radiation sign, wanted list, notebook (x2), fire, syringe (x2), spray can, newspaper, lighthouse, metal detector (x2), laptop, magazine (x2) , radio, guitar, first aid kit, map, dosimeter, stop sign, certificate, knife, doshirak (x2), thermos, tea, energy drink, irp (x2), water, pate, condensed milk, canned meat, vodka, table ts, cigarette (x2), money (x2), chocolate bar (x2), bandages, candle (x3), match, sandwich, cheese, sausage, matches, bread, chewing gum, tea, sugar, salt


the total number of polygons in the project is 842804. In addition to textures, 4 images 1024x1024 were used, textures were used 2 images 2048x2048, the number of materials was 9




Price $70.00

Military Plane by BorrasStudios

2022, March 15 - 13:34

This package contains a military plane with camo skin (Albedo,Metallic,Roughness,Normal).

The veriticies are 6k.

The textures are 2048x2048




Price $4.99

Pages