Asset Store newest packages

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

Pyramid Solitaire Template + Layouts Creator by Selv Assets

2024, July 25 - 16:21

Pyramid solitaire, undo, last session, hint, high score, advertisment, hand orientation, layouts, editor

This is the complete card game templatePyramid Solitaire. One of the most variant of solitaire game.

Include 21 great solitaire card backs, 4 solitaire card fronts, 9 beautiful backgrounds and 5 precreated layouts. Include scene for creating your own layouts.


🔶🖤❤️TEMPLATE FEATURES🔶🖤❤️


  • Fully documented code in C#.
  • Compatible with Unity 2022 and newer.
  • Pyramid solitaire gameplay.
  • Hint system.
  • Save/load last game session.
  • Save/load chosen design to.
  • Countable and Infinite undo features.
  • Click to move option.
  • Highlight available for drag cards option.
  • Hand oritentation feature for left-handed and right-handed users.
  • Google Admob advertisment (Intersitial, Banner, Reward). No advertisment mode. Test advertisment functional.
  • Deactivating advertisment feature for free in the current game session.
  • Great graphics end visual effects.
  • Good random for each game session.
  • Ability to replay current solitaire session.
  • Posibility to change card shirts and game backgrounds.
  • Statistics of the game(steps,wins,game time and others).
  • The score, steps count and time systems was implemented into the game.
  • Game rules was implemented into the game (How to play).
  • Beautiful interface and animations.
  • Great sounds and UI elements.
  • Portrait screen orientation.
  • High score system.
  • Easy to moderate.
  • Ready to reskin.
  • Ready to publish at stores.
  • Online documentation

🔨 Supported platforms:

Android 📱

iOs📲

Standalone 💻 (without advertisment)


⚠️ Asset uses DeliusUnicase-Bold under the Open Font License. See Third-Party Notices.txt file in package for details.


If you have any questions or suggestions - write me via E-mail or join me in Skype


Price $45.00

FREE Music Pack (Lo-fi, Indie, Metal, Horror, Orchestral) (LOOPS!) by Aila Scott- Composer/Sound Designer

2024, July 25 - 16:04
A multi-genre mix of free, high quality tracks! Each of the 14 tracks loops seamlessly.

14 .wav files, 2 files of .txt documentation

A multi-genre mix of free, high quality tracks! Each of the 14 tracks loops seamlessly.


Each of these songs were made for a game jam or small hobby project, and as such, were scored with actual gameplay in mind. There's quite a bit of variety here, but they are largely oriented towards casual games.



01- Hamster Haven- A fruity little Club Penguin-inspired tune that's also well suited for puzzle games, light adventure, or menu music


02- It's A Fight- A fast cheezy synth line with big bass, good for retro action and shooter titles


03- Fightwave- "It's a Fight" but slower. The two work hand in hand. Pause screen music maybe?


04- Restless Lullaby- A lullaby played on glockenspiel that becomes vaguely unsettling near the end of the loop.


05- Make it Work!- Made for a discord-themed sorting, vague retro feel


06- Sin & Sensitivity- A lo-fi piece made by key shifting a Bach orchestral suite. Perfect for historical fantasy, or anything you'd like lo-fi for!


07- eepy- Straight ahead lo-fi


08-Bittersweet Village theme- Soft relaxing piano in a major key. Good for light adventure or puzzles.


09- A Horrid Discovery- Really really tense and best suited to horror or suspense.


10- Sear The Time Vortex- Metal made for a boss rush game. Searing guitar solo. Would also be well suited to fighting or racing games.


11- Dash Thru The Afterworld- Made for the same game as track 10.


12- Silent Ambush- Orchestral music suited for shooters and mystery games.


13- Solar Winds- Ambient, cosmically horrifying


14- Club Corny- Cheezy dance music for a shooter game dance sequence. Please forget I ever made this.



Price $0.00

Skeleton Zombie 1 by 3030 Games

2024, July 25 - 15:45
Skeleton / Zombie ready to use in your fantasy style games. Humanoid rigged and animated!
  • Game-ready skeleton / zombie.
  • PBR material.
  • Textures: diffuse, normal and metallic (2048x2048).
  • Geometry: 9936 triangles, 2150 vertices.
  • Humanoid rig.
  • 22 animations.
  • Weapon not included.

Price $16.00

Skeleton Zombie Soldier 1 by 3030 Games

2024, July 25 - 15:45
Skeleton / Zombie soldier ready to use in your fantasy style games. Humanoid rigged and animated!
  • Game-ready skeleton / zombie soldier.
  • PBR materials.
  • Textures: diffuse, normal and metallic (2048x2048).
  • Geometry: 20169 triangles, 4589 vertices.
  • Humanoid rig.
  • 21 animations.
  • Weapon included (1024x1024 textures).

Price $18.00

AutoRef - Constants in Code by Frost Arrow Games

2024, July 25 - 15:39
Effortlessly reference constant values directly via the generated type-safe code.

Features


Generate constant references to constant values

  • Animation Controller states/triggers
  • Scene names/indexes
  • Layer names/indexes

Documentation


Why use AutoRef?


  • You prefer code-oriented game develop

  • Super quick setup

  • No hassle from managing constant values

  • Error protection with typesafety

  • Great for any game

Planned Improvements


  • Support more file types

  • More demos

Supported Types


File extension - Unity type


  • .controller - AnimationController

Supported Settings


  • Scenes in build

  • Layers in project

Price $0.00

Voicebro - Customizable Voice System by Virtualworld Systems

2024, July 25 - 15:37
Voicebro is a customizable voice communication system that allows you to run your own voice servers without limitations.

* No required subscriptions, over the top license restrictions or check-ins, asset dependencies, etc

* Run your own voice servers & as many as you want -- server binaries can be easily launched on specific ports as needed by your game server logic

* Ability to use interest groups as 'channels' on-demand

* Protocol is UDP based both server+client using System.Net.Sockets

* Server has been compiled and tested for use on various windows and linux vps environments such as Amazon EC2, Akamai, etc.

* Easily run server locally on LAN during project development, easily deploy to server for production use

* Client has been editor & build tested for Windows, Linux, macOS & Android platforms with both editor versions 2021.3.16f1 & 2022.3.12f1

* Perfect for server authorative game systems

* Works on closed systems (LAN/intranet environments without internet access) as well as publicly on servers on the internet

* Dynamic bitrate's per player

* AES-256 encryption (optional)

* Protects remote player identities, IP addresses, etc

* Tested & working with litenetlib, netcode and other various networking systems

* Uses gzip compression for reducing bandwidth usage while maintaining high fidelity audio

Voicebro voice system provides everything you need to customize and run your own voice system (server+client) for your projects. It is designed to be easily fitted into existing server+client game systems. The voice client accesses the microphone directly through Unity, and uses AudioSources on players for individual playback of each voice. The voice server portion is a cross platform Visual Studio 2022 project, that you can customize and compile to your desired server platform.


Price $100.00

Blaze AI Engine - Enemy Waves by Pathiral

2024, July 25 - 15:26
A module for Blaze AI that helps create enemy waves by calling the AI agents to target location.

REQUIREMENT

This module needs Blaze AI Engine with atleast v3.0 to work.



WHAT IS ENEMY WAVES MODULE?

This module enables you to make waves of enemies by calling blaze AI agents to a target location. Take note that this is not a pooler, but rather a manager that calls your AIs from a list, feeds them the target's location while instructing them to attack.



Documentation | Discord | Publisher Page



USES

This module is especially useful for games with enemy waves such as zombie mode games and battle arenas. This module will be essential to your AIs and game as a whole.



APIs

The manager gives you the ability to call APIs manually for adding, removing and full list clearing of enemies from the manager.



PACKAGE & DEMO

This package comes with a demo, organized and commented source codes and finally the documentation.



If you have any questions or technical issues (bugs), please email me or you can use the discord server.


If you like this asset then don't hesitate to leave me your feedback. I would appreciate it.


Price $5.00

Classic Muscle Car by STALWART

2024, July 25 - 15:12
High detailed classic muscle car model

Triangles: 92.1k

Vertices: 52k


Textures:

Textures in png format.

Black Grille 256x256

Black Surface 1024x512

Car gearshit 256x256

Radio panel 512x512

Air ventilation 512x512

Carbon surface 1024x1024

Door panel 1024x512

Car front panel 1024x1024

Wheel 1024x1024

Chrome surface 1024x512

Steel surface 1024x512

Dirty steel 256x256

Lamp texture 256x256

Leather texture 1024x1024

Lock 256x128

Plate 256x64

Rim 512x512

Selector lamp 512x512

Speedometer 1024x512

Steering wheel 1024x512


Price $4.99

Vintage Western Interior Collection Vol-01 by Imoon3D

2024, July 25 - 14:53
Vintage Western Interior Collection Vol-01 is a mini collection of high quality interior game props prepared in unity and suitable for western interior scenes like saloons.

Number of models:   


 -Book: 4 

 -Bottle: 6  

-Broken bottle: 3  

-CandleStick: 2 (Big one with 4 candles,Small one with 1 candle) 

 -Cap: 2 

 -Dynamite: 1  

-Match Packet: 1 (14 matches) 

 -Paper: 10 (normal/bended/folded) 

 -Painting: 1 

 -Piano: 1  

-Piano stool: 1 

 -Rug: 1  

-SafeBox: 1 

 -SuitCase: 1  


    Number of polygon:    


-Total: 141596 Tris , 77245 Verts  

-Max: 30266 Tris , 17877 Verts  

-Min: 4 Tris , 8 Verts 

 -Average: 4046 Tris , 2207 Verts   


    Number of material:    


-12 main material+2(for transparent Papers and Bottles)+1(for emissive Candles)   


    Number of texture:    


URP:    


-58 unique textures(Substance Painter) contain AlbedoTrancparency,AmbientOcclusion,Emission,Height MetallicSmoothness,Normal + 1 flame texture


HDRP:    


-35 unique textures(Substance Painter) contain BaseMap,MaskMap,Normal, (Emissive,Scattering) + 1 flame texture      


Texture resolution


4096    


Lod: No    


Rigging: No    


UV mapping: Yes (Non-overlapped) **Exept for a small part of the piano**      


Collider: Yes   


 Number of prefab:    


-36 Prefabs with standard settings

Vintage Western Interior Collection Vol-01 is a mini collection of high quality interior game props prepared in unity and suitable for western interior scenes like saloons.

This collection includes 35 high quality props in 12 categories for western interior scenes. SuitCase and SafeBox can not be opend.

In piano all of buttons and pedals are separated. and you can push them down.

Also FallBoard and Music Stand can be opened and closed. 

 Candle Flames are created with particle system.

MatchSticks are not attached toghether. 

Candles contain two materials(with and without emission).

The Painting has two rope therefore you can hang it on wall or lean it on floor against the wall.  

  ***Supports Universal Render Pipeline(URP) and High Definition Render Pipeline(HDRP)***    

URP file include 3 quality levels.  

Both URP and HDRP have their own Demo Scenes.


Price $14.95

Vintage Western Piano Vol-01 by Imoon3D

2024, July 25 - 14:52
Vintage Western Piano is a high quality game prop prepared in unity. Suitable for western interior scenes.

Contents:     


 Number of models:    


-Upright Piano  

-Piano Stool     


 Number of polygon:     

 

-Total: 34526 Tris , 20113 Verts  

-Max: 30398 Tris , 17949 Verts  

-Min: 4128 Tris , 2164 Verts 

-Average: 17263 Tris , 10057 Verts    


Number of material:      


-4 materials      


Number of texture:   


 Built-in/URP:    


-20 unique textures(Substance Painter) contain AlbedoTrancparency,AmbientOcclusion,Height,MetallicSmoothness,Normal     


 HDRP:    


12 unique textures(Substance Painter) contain BaseMap,MaskMap,Normal      


Texture resolution:


 4096       


 Lod: No   


 Rigging: No     


 UV mapping


Yes (Non-overlapped) **Exept for a small part of the piano**


Number of prefab:   


 -2 Prefabs with standard settings

Vintage Western Piano Vol-01 is a high quality game prop prepared in unity. 

4k unique textures. 

All of buttons and pedals are separated and you can push them down.

Also FallBoard and Music Stand can be opened and closed.  

***Support Built-in Render Pipeline, Universal Render Pipeline(URP) and High Definition Render Pipeline(HDRP)***


Price $8.00

Realistic Materials - Pebble 2 by Laali Unit

2024, July 25 - 14:50
12 High quality pebble realistic materials.

Number of Materials: 12

Number of Textures: 84

Texture Resolutions: 4096x4096

Texture maps: Base Color, Normal, Mask, Height, Metallic, Occlusion, Roughness

Supported Development Platforms:

Windows: Yes

Mac: Yes

This package contains 12 pebble realistic PBR materials.

Texture maps:

  • Base Color
  • Normal
  • Mask Map
  • Height
  • Metallic
  • Occlusion
  • Roughness

Features:

  • 12 high quality PBR materials
  • 4K Textures
  • PNG format
  • Seamless tileable material and textures

Price $15.00

Dream Blocks Alpha Voxel Engine by DreamVox Studios

2024, July 25 - 14:42
Build your own voxel game using DreamVox Alpha Engine! Get a quick start into the world of voxel games by using the Alpha Engine's voxel API. Simulate rigidbody physics, break and build with voxels!

- Voxel Object Component Struct

- Per-voxel data struct

- UnsafeHashMap for voxel storage and use in Jobs

- Jobs for meshing the voxel object

- Example API for managing voxel objects with a VoxelWorld interface

- Fully customizable and small number of scripts to make the entire voxel engine function!

- URP voxel shader

This is a voxel engine that provides a quick and easy entry point into building voxel games. It provides an API for storing, creating, destroying, saving and loading voxel objects and their physics interaction with Unity's built-in physics system. 


This engine is fully customizable. You can modify the voxel data and the meshing algorithm to your liking. This system does not support textures but you can easily modify the shadergraph to do so!


Price $5.00

Hoverboard Physics [URP] by EM Games

2024, July 25 - 14:36
A ready-to-use hoverboard prefab, including a follow camera and full physics customization.
  • Ready-to-use hoverboard prefab
  • Follow camera for the board included
  • Fully customizable physics and controls
  • Hoverboard model, sound effects, and VFX included
  • Unity events for integrating the board with your project

This asset is a simple, ready-to-use hoverboard vehicle prefab. It includes a hoverboard 3D model, jet VFX, engine sound effects, and physics. A follow camera for the board is included. 


The board model, physics, controls, and camera are all interchangeable and customizable.


Price $4.99

Melee Weapons Pack by CGAsset

2024, July 25 - 14:10
Melee weapons you can use for your games

Number of textures: 49

Texture dimensions: 2048*2048


Polygon count of

Minimum polygon count: SM_Hammer_1_LOD0 (326 Tris)

Maximum polygon count: SM_Knife_5_LOD0 (11.726 Tris)


Number of meshes/prefabs: 19 Meshes / 22 Prefabs

Rigging: No


UV mapping: Yes/No


LOD information : 4 to 5 LODs


Types of materials and texture maps: 2 Material / 17 Material Instances - PBR

This package is suitable for games of all genres. Highly detailed AAA quality melee weapon set


Price $19.99

ASGS Interactable Cabinet by A Square Games and Simulation, LLC

2024, July 25 - 13:37
This cabinet is fully interactable allowing you to open the doors and drawers. Additionally included are non-interactable prop versions. Complete with LODs for all versions. Optimized and game ready.

Number of textures: 14 (5 used)

Texture dimensions: 2048

Polygon count of Max LOD: Cabinet - 1726 tri's,

Minimum polygon count LOD: Cabinet - 516 tri's

Number of meshes/prefabs - Meshes - 6, Collision Meshes - 1, Prefabs - HDRP: 12, URP: 12

Rigging: Yes

UV mapping: Yes

LOD information : 3 LOD levels for each asset (0-2)

Types of materials and texture maps - PBR/ORM, Specular, Specular Smooth, Metallic Smooth

Interested in this asset? You might be interested in the Bundle it's a part of: https://u3d.as/3aSD


Like our products? Check out our studio: https://asquaregamesandsimulation.com/


CONTAINS THE FOLLOWING ASSETS

  • Cabinet
  • Cabinet Shelf
  • Cabinet Drawer
  • Textures
  • LODs

-Brown and Black color variant textures included

-The cabinets have 3 versions, a rigged variant that has been skinned with joints applied, a parented/rigid animation variant where the moving parts are set as parented meshes with local pivots at their movement points, and a prop variant where the internals have been removed and the cabinet is essentially a shell and no longer interactable.

-A custom collision mesh has been provided for the interactive version of the mesh that allows the user to reach into the cabinet, as well as standard collision for areas like the drawers/doors being applied in the prefabs.

-URP and HDRP test scenes have been set up for each, renders were collected in the provided HDRP scene aside from the cover image and the LOD render shot.

-Materials have been set up for URP Lit in both Metallic Smooth and Specular Smooth workflows, HDRP Materials has been setup for the HDRP standard/Mask Map workflow

-Prefabs have been created for all of the primary assets, with materials in both color variants for both URP and HDRP

-Additional textures have been included whether used in the project or not including ORM, Normal for Direct X platforms, etc. So that the asset can be used for basically any workflow.

-All textures are currently set to 2K, with color and normal maps being set to use high quality compression. Adjust as needed for your project.

-Additional prefabs for shelves have been created so that the inside of the cabinet doors can be customized. As well as a version of the desk without the drawer, and a drawer prefab so that the cabinet can look looted if desired.

-Box olliders for the handles have been set up under an empty object, these can be useful for setting up VR hand positions if needed or simply deleted from their prefabs.

-Polygon Counts provided in Technical Detail are for the non-prop versions of the asset. Prop versions will generally have a lower polycount.


Price $7.50

Silly Monsters - Sound Effects by Alan Dalcastagne da Cunha

2024, July 25 - 13:20
Sounds for the silly creatures!

Number of Audio Waves: 117

Sample rate / bit rate: (i.e. 22,050 or 44,100 Hz) 44,100

Supported Development Platforms:

Windows: (Yes/No) Yes

Mac: (Yes/No) Yes

Documentation: Check the documentation

Important/Additional Notes: The cover image is from NightCafe allowed for commercial use by their FAQ.

Hi Dev


Everytime we talk about monsters we think about big and scary creatures like dragons and giants, but how about the silly little creatures? This pack's for it! The little monsters that deserve some voice hehe.


Check the preview

Check the documentation


About the package/Variety

This pack's for that small (maybe even friendly) creature you have in your game, it's not a scary creature but need some sounds for it, this pack's here to fill the sounds on this monster, with low voices with emotions and cartoonish voices, you'll have an arsenal for some this type of creature. Sounds of Dialogue, attack, mumble, laugh, and more, and with just a few tweaks on the pitch you'll have alot of other possibilities! :D


Originality

This sounds were recorded by me doing alot of different voices and mumbles, so i'm pretty sure you'll have alot of original sounds for your game, also, it was recorded with professional gear to ensure the quality for your game, and the sounds are raw, not with alot of reverb or chorus, so if you want to add it according to your environment you can!


Helping each other

Investing in this package is investing in a small creator and you'll have alot of excellent sounds for your game! Also, i'm always online on the email if you need support :D


Price $4.99

Clothes Sounds - Sound Effects by Alan Dalcastagne da Cunha

2024, July 25 - 13:20
Make your clothes come to life!

Number of Audio Waves: 100

Sample rate / bit rate: (i.e. 22,050 or 44,100 Hz) 44,100

Do Sound FX loop: (Yes/No) No

Supported Development Platforms:

Windows: (Yes/No) Yes

Mac: (Yes/No) Yes

Documentation: Link (or a description of where users can find) the documentation

Important/Additional Notes: The cover is fro nightcafe allowed for commercial use by their FAQ

Hello dev!


In this pack you have a series of extremely useful sounds for any game genre: Clothes! You can use it for UI, for when you find something on the ground, for a cover, even for a flag or a creature's wings.


Check the preview

Check the documentation


Variety

As said above, this pack contains one of the most useful sounds for games, with the clothing sounds you can bring to life moments when the character is changing a part of his set, finding an item on the floor, or user interface in general! I believe this package will be useful to you regardless of the type of game you are developing.


Quality

The sounds were professionally recorded using several different types of clothing, ensuring the quality and originality of the sounds.


Helping each other

By investing in this package you are helping a small content creator to continue creating and also bring a large and useful amount of sounds


Price $4.99

Cards Sounds - Volume II by Alan Dalcastagne da Cunha

2024, July 25 - 13:20
Realistic Cards Sounds!

Number of Audio Waves: 110

Sample rate / bit rate: (i.e. 22,050 or 44,100 Hz) 44,100

Do Sound FX loop: (Yes/No) The one that does contains 'loop' on the name.

Supported Development Platforms:

Windows: (Yes/No) Yes

Mac: (Yes/No) Yes

Documentation:

Important/Additional Notes: The cover image is public domain distributed by OldBookIllustrations

Hi Dev!

On this package you'll find 100+ realistic sound effects of cards for your game! Grab, buy, slide, shuffle, drop, move, and many others! Excellent pack for games of cards in general.


Check the preview

Check the documentation


Variety

In card games the same action happens alot of times, like buying a card, so thinking about that you have sounds that are similar but not the same to keep randomizing it and not bother the player with the same sound over and over again, also, the sounds are from cards, but you can use it for UI as well, since they're fast, and subtle, like some UI needs.


Realistic

This pack was recorded using real cards so the sounds are pretty realistic, not with alot of sound design in it, almost raw, i'm sure this helps the player will feel like he's playing with real cards!


Helping each other

Investing in this package is investing in your game and a small creator at the same time! Also, you'll have support by email if you run into any troubles.


Fantasy sounds

This pack's for realistic cards sounds, if you're doing a fantasy game, maybe you want to mix it with this other package:

Card Games - Sound Effects | Audio Sound FX | Unity Asset Store


Price $4.99

Little Machines - Sound Effects by Alan Dalcastagne da Cunha

2024, July 25 - 13:20
Make your machines come to life!

Number of Audio Waves: 101

Sample rate / bit rate: (i.e. 22,050 or 44,100 Hz) 44,100

Do Sound FX loop: (Yes/No) The one that does contains 'loop' on the name

Supported Development Platforms:

Windows: (Yes/No) Yes

Mac: (Yes/No) Yes

Documentation: Check the documentation

Important/Additional Notes: The cover image is from nightcafe allowed for commercial use by their FAQ.

Hi Dev


Checl the preview

Check the documentation


In this package you will find sound for your machines, whether they are small futuristic robots, some steampunk machine, or industrial style, all with strong and well-defined characteristics!


What do you find in this package?

101 sound effects themed around small and medium-sized industrial machines, all sounds were recorded via foley using everyday tools, engines, steam, and more! Putting all this together you will have an incredible machinery sound to use in your game, and it is worth mentioning that using your creativity you can certainly use these sounds in other places, such as robots, levers, doors, windows, chests, weapon scopes and more. ! The sounds are mechanical, so they can be used for anything in this style!


Originality

The sounds were made from several other smaller sounds that were assembled individually into each sound effect, ensuring a unique characteristic for these sounds, I'm sure your machinery sounds will stand out from the rest!


Helping each other and support

By investing in this package you help a small sound creator and also take a huge amount of sound effects home! And I am always available to assist you via email at support.

What don't you find in this package?

If your game's machinery is of a colossal size, perhaps this is not the exact package for you, as the lows and magnitude of the sounds do not meet this requirement, but take some time and listen to the sounds, who knows, maybe there is something that will help you: )


Price $4.99

Pages