Asset Store newest packages

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

Connect - Game Template (2021 LTS) by Ilumisoft

2022, September 23 - 18:31
Get started creating a mobile connect game with this complete game template!

Features


  • Complete game template
  • Optimized for mobile (Android)
  • Adaptive screen size
  • Simple Highscore system
  • Soundeffects
  • Full source code
  • Animated scene transitions
  • Animated User Interfaces

⚡️ Upgrade Option


This game is part of our Hyper Casual Games Bundle, which includes a collection of our currently available game templates. If you own Connect, you can upgrade to this bundle with a discount.

Asset uses: Comfortaa-Light and Comfortaa-Regular under SIL OPEN FONT LICENSE, Version 1.1 - 26 February 2007;

See "Third-Party Notice.txt" file in package for details.

Connect is an addictive bubble game template, with the goal to connect as many bubbles of the same color as possible in 20 move. The larger the chain, the higher is the score revenue.

This project comes with full source code, highscore, animated scene transitions, adaptive screen fitting and soundeffects. It has been tested on Android and perfectly runs in portrait mode as well as in landscape mode.


Features


  • Complete game template
  • Optimized for mobile (Android)
  • Adaptive screen size
  • Simple Highscore system
  • Soundeffects
  • Full source code
  • Animated scene transitions
  • Animated User Interfaces

⚡️ Bundle Option


This game is also part of our Hyper Casual Games Bundle, which includes six of our most popular hyper casual game templates bundled together for a reduced price.


Price $19.99

Clean Titles by La Volière

2022, September 23 - 17:49
Clean Titles is an animation package that gives you clean, easy-to-use animated titles to pop up notifications like chapter markers or zone names.
  • 10 prefab title objects.
  • 1 utility script for triggering custom titles from code.
  • Requires TextMeshPro.
  • Includes PDF documentation (also available online)

Add clean animated titles to your game in minutes!


Code / No Code-Ready


Not a coder? You can add titles to your scene from the Unity Editor, no C# required. Of course, you can easily trigger titles from C# if 


Choices. Lots of choices


Choose from the ready-to-go prefabs, or tweak the included animations to mix-and-match and create your own titles.


No Dependencies


Titles are built with entirely built-in Unity tools (including TextMeshPro), so they'll play nicely with your existing project.


Tweakable Animations


All animations are built with built-in Unity tools, so you can tweak how titles animate in, display, and disappear to perfectly match your game's style.


Price $6.99

Flexalon Layouts by Virtual Maker

2022, September 23 - 17:11
You spend too many tedious hours readjusting your scene. Flexalon gives level designers, animators, and interface designers the power to make adaptive 3D layouts that are precise and easy to update.

All C# scripts are provided.


Supported Unity Versions: 2019.4 or higher


Supported Platforms: All


For support or to report bugs:

flexalon.com | Documentation | Playground | Forum


Let’s reimagine how we build 3D experiences.

Flexalon components let you quickly arrange objects in adjustable 3D patterns at edit time and/or runtime. The power of layout doesn't need to be limited to 2D. Try it out in your browser by visiting the playground.


Design with Superpowers

Use Flexalon Animator Components to create immersive motion graphics that bring life to your games, interfaces, and cutscenes.


Effortless Integration

Flexalon won’t break your existing workflow, and doesn’t have any dependencies. Flexalon will only edit objects with Flexalon Layout Components attached.


You’re in Control

Choose if Flexalon should run at edit time, in game, or manually whenever you decide.


=== FEATURES ===


Flexalon Objects


  • Sizing: Precisely control width, height, and depth of objects.
  • Fill: Scale objects and layouts to fill the available space.
  • Margins and padding: Add empty space around objects and inside layouts.

Layouts


  • Flexible Layout: Position objects linearly along the x, y, or z axis, with optional wrapping.
  • Grid Layout: Position objects in evenly spaced rows and columns along any two axes.
  • Circle Layout: Position objects around a circle.
  • Spiral Layout: Position objects along a spiral.
  • Curve Layout: Position objects along a line or Bézier curve with any number of points.
  • Random Layout: Position objects, rotate, and size objects randomly, with a stable random seed.
  • Constraints: Constrain an object to follow another object’s position, rotation, and size.
  • Custom Layouts: Create your own layouts by extending a base component.

Animators


  • Curve Animator: Animate objects between layout positions with an adjustable animation curve.
  • Lerp Animator: Animate objects between layout positions using linear interpolation.
  • Rigid Body Animator: Animate rigid bodies towards layout positions using forces.
  • Custom Animators: Create your own animation strategy by implementing an interface.

Data Binding


  • Cloner: Generate objects based on a data source
  • Data Binding: Implement an interface to update objects with data items.

Adapters


  • Flexalon automatically works with:
    • Mesh Renderer
    • Sprite Renderer
    • TextMeshPro
    • Rect Transform (Including Canvas)
    • Collider & Collider2D

  • Custom Adapters: Implement an interface to make Flexalon work with your own components.

Price $90.00

CRT Filter for URP & PixelPerfect by curio124

2022, September 23 - 16:25
Customizable full screen CRT effect, working with URP and PixelPerfectCamera component. It uses high-performance single pass shader to create many CRT "artifacts".

Filter works only with URP (Universal Render Pipeline) and ideally with PixelPerfectCamera component with enabled crop (any value except 'none').


PixelPerfectCamera is required because of pixel based effects (pixel bleed, pixel smidge) and to properly align scanlines and apperture lines. These effects would work also without PixelPerfectCamera, but alignement of these effects may be wrong. This misalignement would be visible on full screen, but is probably acceptable if filter is used on in-game monitors (also in 3D games).


Filter requires some other component that render image to camera texture. This is either PixelPerfectCamera with enabled crop or 2nd easiest option is to enable post-processing on a camera. But it can be any other component that render image to a camera texture.


Filter works with standard post-processing. It adjust the final texture after rendering post processing.


Filter is added as a Renderer Feature to an renderer. URP supports multiple rendereres and each camera can use a different one. This allows to use filter either as a fullscreen effect (applied to a main camera) or to create CRT effect on ingame monitors (rendered by a separate camera).

It's a high-performance, easy to configure filter that adds a new RenderPass to the URP render pipeline. All parameters can be configured or completly turned off.


Supported filter parameters:

  • screen bend and overscan to simulate CRT curvature
  • simple blur effect
  • pixel bleed to simulate phosphor and beam glow
  • pixel smidge - subtle effect that bleeds high luminious pixel on edges vertically
  • scanlines and apperture lines
  • animated shadow (interference) lines
  • animated noise
  • vignette
  • chromatic aberration with custom settings
  • brigtness / contrast / gamma settings
  • individual R G B settings for under or over saturation

Each parameter can be turned off to a point, that there is no difference between enabled or disabled filter.

Filter use single pass shader which create little to none performance impact (tested on my 2D pixel game with no detectable performance hit - FPS stays around 500).


Filter works on any type of game, but it's especially suited for pixel-art, as it makes each individual pixels look more natural.


Filter works only with URP (Universal Render Pipeline) and ideally with PixelPerfectCamera component with crop enabled. For more info, see technical details.


Disclaimer


Screenshots from games CursedCastilla and Metroid were used for demonstrational purposes only and are not a part of this package.


Price $6.99

MegaVRse 2 (URP) by Dexsoft Games (former 3dmodels-textures)

2022, September 23 - 15:41
MegaVRse 2 is now available in URP version also! Build virtual spaces for social connections with MegaVRse 2. URP VERSION!

Features:

  • URP VERSION
  • Modular Environment
  • Realistic Design
  • Example Level Included
  • 92 Game Ready Assets
  • Interior and Exterior
  • Controllable and Unique Materials

Technical Details:

  • Number of Meshes: 92
  • Number of Prefabs: 92
  • LOD stages: 1 - 4 per model
  • Number of Materials: 89
  • Number of Textures: 139 (plus sky textures)
  • Texture Resolutions: up to 2K
  • Texture Formats: PNG and TGA
  • Including Color, Normal, Metallic, Emissive and Roughness Textures
  • Additional Dexsoft Shader and Post Processing Profile included

Poly-count examples (LOD0):

  • Birch: 3205
  • Bench: 4364
  • Glass Block: 36
  • Wall Block: 117
  • Cabinet: 3347
  • Camera: 14392
  • Office Chair: 18582
  • Office Table: 140
  • Chair Simple: 1992
  • Bar Chair: 6286
  • Entrance: 732
  • Floor Block: 412
  • Flower Pink: 1254
  • Flower Blue: 1612
  • Glass Door: 508
  • Sofa: 9596
  • Stairs: 1726
  • Reception Table: 324
  • Wooden Table: 944
  • Video Beam: 108

MegaVRse 2 is made using a modular workflow so you can further design your metaverse, make new buildings, add as many floors, rooms and balconies as you want. Play around with the provided constructive elements, build your own metaverse.


The example level together with 92 game-ready props is included in this asset pack.

URP version only!


MegaVRse 2 is a modular environment, that includes a parking area and a large modular building with 4 floors. The building can be used as a corporate building, as a co-working space, as an educational center, as an university and anything that comes to your mind.


Building Features:

- Parking Area

- Main entrance with Reception

- Conference rooms (10)

- Congress halls (2)

- Chat rooms (10)

- Bar

- Studio

- Rest Areas

- Stairs


92 game-ready props are included in this asset pack. Constructive elements like wall blocks, floor blocks, glass windows, glass panels, columns, stairs, fences and other. Furniture and other elements like chairs, tables, sofas, screens, cameras, lamps and others.


The complete scene shown in the video and images is included in this pack and it can be used as a starting point in your games and 3D projects. 


Note: Textures used for some materials are taken from free PBR sources (www.ambientcg.com) and free image sources(www.unsplash.com). The MegaVRse logo and all posters have our original design. You can switch all of them in material settings, by importing your own textures.


Find the Built-in version of this pack here: MegaVRse2


For any asset related questions or concerns, please feel free to contact us via email: info@dexsoft-games.com


Find more game assets on Social Media:

Instagram Twitter YouTube Facebook


Price $39.99

Rigged Low Poly Stylized Agent Girl Character by makemakex

2022, September 23 - 15:37
Rigged Stylized Low Poly Female Character -Great various parts for ultimately wide customization for your games.

There are 5 Meshes in this package. Prefabs are included so you can easily dragand

dropthe model to your scene from the Prefab folder.


Technical Details of The Package:


Agent_Female_Character : 16686 Tris

Stylized_Female_Character : 15470 Tris

Stylized_Female_Character_02 : 15470 Tris

•Stylized_Female_Character_03 : 15470 Tris

•Stylized_Female_Character_04 : 15470 Tris


Total Polygon Count of The Package

Verts: 40449

Faces: 39697

Tris: 78566

Number Of Textures: 18 ( Unity HD Render Pipeline Metallic Stardard)

Texture Format: PNG

Texture Dimensions: 4096x4096

Number of Materials: 6

Types of Textures Map : Base Map, Mask Map, Normal Map

Rig: Yes (Agent_Female_Character, Stylized_Female_Character,

Stylized_Female_Character_02, Stylized_Female_Character_03,

Stylized_Female_Character_04)

UV Mapping: Yes

LOD Information: 1



An Stylized 3D Low Poly Female Character with 4 different Cloth Textures. Package also includes an unique Agent Character.

Package includes:

-Agent_Female_Character

-Stylized_Female_Character

-Stylized_Female_Character_02

-Stylized_Female_Character_03

-Stylized_Female_Character_04

-All meshes have fully textured

-Demo Scene

-6 Materials

-12 Textures with resolution 4096x4096


Price $60.99

8-Bit Battle Complete Bundle by Past 2 Present Game Audio

2022, September 23 - 15:14
75 High-Quality loops with an emphasis on rhythm & authentic retro sound design. All tracks are produced with the highest quality retro game music softwares to help optimize the player experience!

75 loopable and original. WAV tracks (44.1 kHz and 16-Bit Sample Rate, Stereo)

Unlimited Royalty-Free License

This music collection features all of our 8-Bit Battle and Boss Theme Volumes totaling 75 original tracks!


Owners of any of these volumes will receive an automatic discount on this collection


All tracks are composed and produced using the highest quality retro music softwares to make our sound truly stand out. We are a team of two, devoted to the music of retro game consoles, and hope to bring this incredible sound to you or your team's project!


TRACKLIST (.WAV, 44.1kHz, 16-bit)


Battle Themes

  • Android
  • Arcane Confrontation
  • In Time Of Action
  • Suit Up Or Perish
  • Tears Of The Heart
  • Battle Of Your Spirit
  • Enemy Sighted
  • Her Final Wish
  • Let Us Battle
  • Mechanical Battle
  • Black Supernova
  • Fantasy Zero Phase 1
  • Misunderstood Emotions
  • Strike Theme Down
  • You Gonna Battle Bro
  • Fantasy Zero Phase 3
  • Find Your Answers
  • Glorious Battle Fury
  • Rival Thinks He Can Battle!
  • Underground Battle Phase 1
  • Fantasy Zero Phase 2
  • In The Fighting Spirit
  • Let’s Just Battle!
  • Of The Ages
  • Stay Grounded
  • A Spell Knight’s Quarrel
  • Battle Of Light
  • Royal Showdown
  • Shadow Sun
  • Underground Battle Phase 2
  • Arena Fight
  • Battle For The Truth
  • For Our Times
  • Frenzy Of Battle
  • Underground Battle Phase 3
  • Approaching Forces
  • Combat Mode Engaged
  • Corrupted Hero
  • Intense Emotives
  • Mechanical Battle Phase 1
  • Battle Between Forces
  • Darkness
  • Mechanical Battle Phase 2
  • Might Mech Space Brawlers
  • Tech Battlegrounds

Boss Themes

  • Mighty Mech Space Brawlers
  • Optimistic Battle
  • Robot Sings
  • Scent Of Death And Roses
  • Scourge Of The Air Pirates
  • Friendly Competition Boss Theme
  • Mighty Mech Space Domination
  • Of Sons And Daughters
  • On The School Grounds
  • Shadow Sundown
  • Inventor Showdown
  • Mighty Mech Space Brawlers Are Back
  • Stadium
  • Tears Of Dust
  • We Can Do This
  • Great Forest Vegetables
  • It’s Go Time
  • Lazy Villains
  • The Fears We Face
  • Trials And Tribulations
  • Boundless Affirmation
  • Give It Your All!
  • Grasslands
  • Maka’s Lament
  • Shadow Man
  • Broken Lies
  • Broken Sky
  • Dashing On Fields
  • In Your Hands
  • Mutual Destruction

===================

DISCOUNTED UPGRADE!

===================


Owners of smaller volumes of this collection receive an automatic discount for upgrading to this collection!


***We also offer a 300 track 8-Bit Ultimate Collection, featuring all of our 8-bit tracks spanning all genres and gameplay needs. Owners of this collection and any of our smaller packs receive a substantial discount on this 300 track pack!***


Price $59.99

8-Bit Boss Battle Themes Vol. 2 by Past 2 Present Game Audio

2022, September 23 - 15:14
Five high-quality loops with an emphasis on authentic retro sound design. See if our music works for you, and enjoy a discounted upgrade to our bundles ranging from 35 to 300 tracks for large projects

5 loopable and original. WAV tracks (44.1 kHz and 16-Bit Sample Rate, Stereo)


Unlimited Royalty-Free License

This music pack contains 5 loopable tracks using high-quality retro console music software. We pride ourselves on authentic sound design and attention to detail to optimize the player experience!


TRACKLIST (.WAV, 44.1kHz, 16-bit)

  • Friendly Competition Boss Theme
  • Mighty Mech Space Domination
  • Of Sons And Daughters
  • On The School Grounds
  • Shadow Sundown

===================

DISCOUNTED UPGRADE!

===================

This music pack is part of our

***8-Bit Complete Battle Bundle & 8-Bit Ultimate Pack***


As an owner of this pack, you receive a sizeable discount if you decide a larger pack is for you or your team!


***$20 upgrade to 8-Bit Complete Battle Bundle***

***$60 upgrade to 8-Bit Ultimate Pack***!


Price $15.00

8-Bit Boss Battle Themes Vol. 1 by Past 2 Present Game Audio

2022, September 23 - 15:14
Five high-quality loops with an emphasis on authentic retro sound design. See if our music works for you, and enjoy a discounted upgrade to our bundles ranging from 35 to 300 tracks for large projects

5 loopable and original. WAV tracks (44.1 kHz and 16-Bit Sample Rate, Stereo)


Unlimited Royalty-Free License

This music pack contains 5 loopable tracks using high-quality retro console music software. We pride ourselves on authentic sound design and attention to detail to optimize the player experience!

TRACKLIST (.WAV, 44.1kHz, 16-bit)

  • Mighty Mech Space Brawlers
  • Optimistic Battle
  • Robot Sings
  • Scent Of Death And Roses
  • Scourge Of The Air Pirates

===================

DISCOUNTED UPGRADE!

===================

This music pack is part of our

***8-Bit Complete Battle Bundle & 8-Bit Ultimate Pack***


As an owner of this pack, you receive a sizeable discount if you decide a larger pack is for you or your team!


***$20 upgrade to 8-Bit Complete Battle Bundle***

***$60 upgrade to 8-Bit Ultimate Pack***!


Price $15.00

Shooter Gun Mocap Animation by Yummy Games

2022, September 23 - 15:06
207 High Quality Shooter Gun Animations MOCAP. 131 moccaped aimations In Place and 76 mocapped animations Root Motion

Features:

  • 131 moccaped aimations In Place
  • 76 mocapped animations Root Motion
  • Level Show Case

Rigged : Yes

Number of Animations: 207

Animation types : Root Motion & In-place

Supported Development Platforms:

Windows: Yes

Mac : Yes

This is the pack for your FPS / TPS / Shooter projects!

Collection of 207 mocap animations (In Place/Root Motion), including Aim Offset :


131 IN PLACE ANIMATIONS :

  • 7 Contextuals IP Animations
  • 4 Crawls IP Animations
  • 13 Crouchs Jog IP Animations
  • 16 Crouchs Walk IP Animations
  • 4 Deaths IP Animations
  • 19 Hits IP Animations
  • 15 Idles IP Animations
  • 16 Jogs IP Animations
  • 6 Reloads IP Animations
  • 8 Shoots IP Animations
  • 7 Sprints IP Animations
  • 16 Walks IP Animations

76 ROOT MOTION ANIMATIONS :

  • 4 Crawls RM Animations
  • 13 Crouchs Jog RM Animations
  • 16 Crouchs Walk RM Animations
  • 5 Idles RM Animations
  • 16 Jogs RM Animations
  • 7 Sprints RM Animations
  • 16 Walks RM Animations


Price $20.00

Ruined Atrium - Demo Scene (HDRP) by SeedMesh Studio

2022, September 23 - 15:04
Scene made to display SeedMesh assets! in this scene are combined 4 different packages from the store, so be aware to read the product description carefully.

This Demo scene was run on a PC with the next specs:

-AMD Ryzen 9 5900x

-Nvidia 3070 ti

-32 GB RAM


The scene is running between 82 fps, reaching most of the time 90-100 fps at 1440p

When Screen Space GI is added to the Render settings, the performance will drop to 73 fps in some cases.

Join Discord Server! Complete Documentation


This scene was made to display SeedMesh assets, and there are some important things you must know before buying:


-The scene was made to practice lighting skills and composition.

-The Architecture is not modular

-In order to run this scene you must import to your project the following SeedMesh Assets:

+Ferns Packages

+Ground Foliage Vol. 2

+Jungle - Tropical Vegetation

+Tropical Plants Package

+SeedMesh Vegetation Shaders


-Refer to product images to know about the available props that come with this scene

-The scene can only be rendered on HDRP, but remember that all the vegetation and props can be used on URP too, this is because lighting, render settings, and post-processing were made exclusively for HDRP to get the maximum fidelity.


Price $14.99

Chill Chiptune Adventure by AudioGameDev

2022, September 23 - 13:50
Chill 8-bit chiptune music for relaxed adventure.

FILE TYPE: wav

Sample rate: 44,100 Hz

Bit depth: 16 Bit

Loopable: Yes

Stereo

Package Contains:

  1. Chill Chiptune Adventure - MIX 1.wav
  2. Chill Chiptune Adventure - MIX 1 Loop.wav
  3. Chill Chiptune Adventure - MIX 2.wav
  4. Chill Chiptune Adventure - MIX 2 Loop.wav
  5. Chill Chiptune Adventure - MIX 3.wav
  6. Chill Chiptune Adventure - MIX 3 Loop.wav
  7. Chill Chiptune Adventure - MIX 4.wav
  8. Chill Chiptune Adventure - MIX 4 Loop.wav
  9. Chill Chiptune Adventure Short 15.wav
  10. Chill Chiptune Adventure Short 30.wav
  11. Chill Chiptune Adventure Short 60.wav

Chill Chiptune Adventure is chill 8-bit chiptune music for relaxed adventure.


Package Contains:

  1. Chill Chiptune Adventure - MIX 1 (2:54min)
  2. Chill Chiptune Adventure - MIX 1 Loop (2:48min)
  3. Chill Chiptune Adventure - MIX 2 (2:54min)
  4. Chill Chiptune Adventure - MIX 2 Loop (2:54min)
  5. Chill Chiptune Adventure - MIX 3 (2:54min)
  6. Chill Chiptune Adventure - MIX 3 Loop (2:54min)
  7. Chill Chiptune Adventure - MIX 4 (2:54min)
  8. Chill Chiptune Adventure - MIX 4 Loop (2:54min)
  9. Chill Chiptune Adventure Short 15 (0:18min)
  10. Chill Chiptune Adventure Short 30 (0:30min)
  11. Chill Chiptune Adventure Short 60 (1:18min)

Price $4.99

Game Adventure Music Pack Vol. 1 by DanielNMartin

2022, September 23 - 13:19
Positive and inspirational adventure music for game backgrounds.
  • 14 original high-quality WAV tracks (16-bit / 44,1 kHz)
  • 5 full-track
  • 6 loopable tracks
  • 28 min. of music
  • 295 MB of music
  • Unlimited Royalty-Free license

Game Adventure Music Pack Vol.1


Game Adventure Music Pack Volume 1 is a high-quality original music package designed for royalty-free use in video games. With 14 tracks, over 28 minutes of music and 5 unique tracks, it offers a value collection of adventure music. All at an affordable price. Take your project to the next level.


———————————————————————————–

It is mainly designed to provide music for video games with an important dose of adventure, either in-game or as background music for menus. The most suitable video game genres are adventure, casual, arcade or strategy games.


———————————————————————————–

Full-tracks includes multiple edits such as alternate and looped versions for easy synchronization.


———————————————————————————–

Using high-quality professionally-mixed & mastered music is one of the best ways to instantly elevate the quality of your proyect.


I hope this collection can help and be useful to the indie developer community.


Price $27.00

2D Pixel Unit Creator - OnMaker by ON Soft

2022, September 23 - 13:01
2D Pixel Character Creator for Unity Users.

OnMaker provides a quick and comfortable work environment for Unity developers.
Create a variety of pixel characters using OnMaker.


This asset contains the following content:


Scene

Unit Editor Scene - 1


Sprites

Body - 6 types

Helmet - 6 types

Eyes - 5 types

Head Deco - 5 types

Face Deco - 4 types

Hair - 10 types

Clothes - 10 types

Pants - 9 types

Armor - 9 types (shoulder, body)

Weapon - 20 types (Bow : 2, Staff : 2, Shield 2)

Cloak - 3types


You can make more than 1,000,000,000 characters. (numerically)


All characters are designed based on 32x32 pixels.

You can change the color of all parts except for the body.

      (Body color adjustment will be updated later.)

7 animations are provided by default.

      (Idle, Run, Attack(bow, magic, normal), Stuned, Death.)




🙏 I support your successful game development.




🙆‍♂️ Report or Recommendations
👉 onwstudio@gmail.com


Price $19.99

BunnyGirl by Anastasiya Kolchina

2022, September 23 - 12:30

Number of textures 50

Texture dimensions 4k

Polygon count of Bunny Girl

26592

Number of meshes 6

Rigging: Yes

Contains 30 animation

idle(х7)

walk(х3)

run(х4)

attack(х5)

death(х2)

strafe(x4)

block(х2)

jump(х1)

get_hit(x2)

UV mapping: Yes

Types of materials and texture maps PBR

Bunny Girl low-poly 3d model ready for Virtual Reality (VR), Augmented Reality (AR), games and other real-time apps.

Actual size of the low poly 3d model animated rigged ready for games and other applications in real-time.

Sculpting models zbrush

Animation and rigging in maya.

Textures Substance painter

PBR textures(Metallic and other texture)

the character consists of prefabricated parts, with 4k textures

model has 6 texture options

In the model it is desirable to use a shader with a two-sided display of polygons.

Rigging -Controllers from Maya 2019 Built-in controller

skinning all the bones

faces 26592

verts 29681

tris 52887

There are bones for the mouth, breast, eyes, hair and eyelashes

Armor Down: 4785

Armor Up: 6026

Body: 5402

Hair: 4065

Head: 4905

Ears: 1412


Price $40.00

Buildings_package_vol1 by Denis Mandrika

2022, September 23 - 10:10

10 prefub

40 pbr textures

3181 total tris

less then 300 tris each prefub

Background buildings. Can by used for any genre as a background props. All textures are 4k but you can downscale it.


Price $4.99

Asian man in jacket with backpack by Agarkova_CG

2022, September 23 - 09:34
Сharacter has a humanoid rig, setup to work with Mecanim.

PBR textures.
Body
-Albedo
-Metallic
-Normal map
(all 4096-4096 size)

Clothes
-Albedo
-Metallic
-Normal map
(all 4096-4096 size)

Boots
-Albedo
-Metallic
-Normal map
(all 2048-2048 size)

Hair
-Albedo
-Normal
-Alpha
(2048-2048 size)

Lashes
-Opacity
(256-256 size)

Tris: 27353
Verts: 17305

Normal map format – Open GL.

Prefab – 1.

Thank you all for purchasing pack!

Hope you like it!!!
Price $9.99

Low Poly Woods by NebulaLabs

2022, September 23 - 09:27
A Simple Low Poly asset pack of trees, plants, terrain and VFX assets to help developers create simple and efficient environments for any style of game.

The package contains assets with small numbers of polygons(<1000 verticies), suitable for mobile platforms.


Shaders are free to modify using shader graph.


Colors are taken from verticies of the models.

Nebula Labs Presents -

A Simple Low Poly asset pack of trees, plants, terrain and VFX assets to help developers create simple and efficient environments for any style of game.


- Key Features -

60 assets with x3 alternative shaders.

Terrain:

- mountain, plain and hills, x9 rocks

Trees:

- x11 trees with foliage, x2 trees chopped, x5 leafless trees, x2 stumps, x4 branches, x2 fallen trunks, x1 pine

Plants:

- x3 grass patches, x5 flowers, x3 mushrooms, x5 bushes

Seasons:

- summer, autumn and winter are available, through the use of the shaders

VFX:

- x2 falling leaves, x1 falling snowflakes


- Compatibility -

- Support Universal Render Pipeline (URP)

- Easy to modify shaders


Price $6.00

Skies 2 - Stylized by Leeyo Atelier

2022, September 23 - 09:17
5 stylized Skies. Simplicity with good performance. Quick and Easy

1) Skies (Skyboxes)


Skies (Skyboxes and Skyspheres): 5

- Rectangular version (equirectangular) - texture resolution: 8192 x 4096 pixels, 16 bit (1 Texture per sky). Material = Skybox/Panoramic

- Skybox version (6 sides) - textures resolution: 2048 x 2048 pixels, 16 bit (each box side). Material = Mobile/Skybox and Skybox/6 Sided


Unique 3D Meshes: 5

- 1 sphere mid-poly

- 1 sphere low-poly

- 1 hemisphere mid-poly

- 1 hemisphere low-poly

- 1 flat circle as a simple terrain


2) Demo Scenes: 1



Dear customer. If you give me a positive rating or review, it will make me happy and motivate me to update more often and create more similar packages.

5 stylized Sky Textures (8k), 360 degrees panoramas (2 versions of each sky: rectangualar [equirectangular] texture for 3D sphere and 6 sides skybox).


This package is a stylized, cartoon version of the photorealistic package "Skies 2 - Matte painting".


All components have been created so as to achieve the best visual quality while maintaining simplicity for optimal performance when they are used in modern computers games, mobile devices games, virtual reality and other projects.


Price $15.00

Medieval Fantasy Game Music Pack - LITE by Skyhammer Sound

2022, September 23 - 09:08
This music pack is a great match for action and adventure RPG games inspired by medieval themes, all kinds of fantasy settings and magical worlds, all in a small, affordable package.

Audio file types WAV

Sample rate 44.1kHz

Bit depth 16 bit

Loopable: Yes

Additional: Stereo

The Medieval Fantasy Game Music Pack – LITE from Skyhammer Sound contains 4 full, hand-picked tracks with their seamlessly looping counterparts from the full Medieval Fantasy Game Music Pack. The tracks represent a good overview of the medieval and renaissance-inspired music that the full pack contains. All tracks are mixed and mastered with taste, and ready to be used in your project. They provide an easy and hassle-free way to achieve a medieval fantasy ambience in your game.


All tracks from this lite pack can be previewed at SoundCloud


There is an upgrade path to the full product taking the cost of this lite package into account.


This music pack is a great match for action and adventure RPG games inspired by medieval themes, all kinds of fantasy settings and magical worlds. Some of the possible uses range from inns and taverns to castles, forts and barracks, to town market squares and character themes. Full tracks can be used as main themes or story scenes while the loops work perfectly as background music for levels. The diegetic tracks are mixed with minimal reverb, so it is easy to blend them in the game’s ambience.


Each and every track is handcrafted with professional, industry standard software and the love and enthusiasm of an avid gamer. The tracks do not contain any pre-recorded loops, everything is unique.


Tracklist:

01. The Sailor [2:22]

02. The Sailor (Loop) [2:18]

03. The Maiden [2:27]

04. The Maiden (Loop) [2:24]

05. The Yeoman [2:26]

06. The Yeoman (Loop) [2:06]

07. The Bard (Diegetic) [1:16]

08. The Bard (Diegetic Loop) [1:14]


Audio Technical Information:

Files provided: 8

Format: 44.1kHz, 16 bit, Stereo, WAV

Total length: 16 minutes 33 seconds

Supported platforms: All


About us

Skyhammer Sound is a professional music production house with 15 years of industry experience, led by media composer Janne Seppänen. With games released from Nintendo Switch and PC games to mobile platforms, short movies and dozens of TV series, we have the knowledge and the experience to craft impactful and highly memorable music that can enhance your game’s emotional message, underline important moments and help the player to have endless fun in the world you’ve created.


In case you liked what you heard but would like a custom score tailored to your ideas and wishes, please don’t hesitate to get in touch.


Support

contact@janneseppanen.net


Price $4.99

Pages