Asset Store newest packages

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

Muscle Car Engine Sounds - RES Addon by slaczky

2019, June 21 - 11:23
Muscle Car Engine Sounds - RES Addon is an addon pack for Realistic Engine Sounds and contain engine sound wav files.

*note: this asset contain audio files, prefabs for "Realistic Engine Sounds" Unity Asset, it does not contain any engine sound controller scripts. This audio files are designed to work with Realistic Engine Sounds. It may not give the same results with other engine sound controllers.*
For this asset Realistic Engine Sounds asset is required! Get yours here:
Realistic Engine Sounds - Lite
Realistic Engine Sounds - Plus
Realistic Engine Sounds - Pro

Demo scene and prefabs for Realistic Engine Sounds are packed inside a .unitypackage.

There are total 90 Wav audio files in this package.

5 ready to use Muscle Car car engine sound packages for exterior and interior camera views with engine startup sounds:
(packs got hilarious names, but this names are give a hint of which sound pack is for which car brand and type)
- V8 Camar 1969
- V8 Camar 2017
- V8 Corvt C7
- V8 GT500 1967
- V8 Stang 1967

Features:
- All wav file are 44100 Hz, stereo
- All wav files are perfectly looped (no loop noises)
- Acceleration and deceleration wav files for exterior and interior camera views
- 90 wav files (45 for interior and 45 for exterior camera views with engine startup sounds)
- 1 demo scene for "Realistic Engine Sounds" Unity Asset
- 10 Engine sound prefabs for „Realistic Engine Sounds” Unity Asset

If you have suggestions or problems, feel free to contact me via Email or post in the Forum
Price $24.99

Stylized Planet-Pack Full by One Potato Kingdom

2019, June 21 - 10:15
40 uniquely handcrafted stylized planets with Unity's standard-materials for easy customization. Excellent for Mobile and Desktop games.

Planets have been categorized for easier management but you can switch the materials around for anything you need.

We also made a game for you so that you can check out this pack in real action! Completely free of course. For Android and PC available in the link below (Itch.io)

https://onepotatokingdom.itch.io/slingshot

Also some bonus content in this pack. A powerful but simple and easy to use Rotation-Script so that you can build your own solarsystem or have moons that orbit.

Be sure to read the documentation for a step to step guide through this pack.
This pack is also broken down into smaller parts. Check the links below.



Next content-update will contain more planets and cosmic assets like rings and moons. Also assets to populate the planets with.
Price $19.99

Dry forest plants by Khayyam 3D

2019, June 21 - 09:58

Low-poly models of five species of Northern European dry forest plants: heather (Calluna vulgaris), cow-wheat (Melampyrum pratense), blueberry (Vaccinium myrtillus), lingonberry (Vaccinium vitis-idaea) and bracken (Pteridium aquilinum).

Plants are modeled as intersecting simple flat textured polygons, have 1-7 basic shapes and larger patch for optimized area coverage. Single plants are 8-31 vertices, patches 96-496.

Calluna vulgaris (heather): Seven plants (20-30cm) and patch (1m2)

Melampyrum pratense (cow-wheat): Nine plants (30-40cm) and patch (3m2)

Vaccinium myrtillus (blueberry): Five plants (20-30cm) and patch (1m2)

Vaccinium vitis-idaea (lingonberry): Four plants (20cm) and patch (3m2)

Pteridium aquilinum (bracken): One plant (80cm) and patch (8m2)

All textures are 1024x1024 cutouts per plant.


Price $15.00

Card TCG Design 6 by Angelina Avgustova

2019, June 21 - 09:55
Unique cards designed for your game project. All card have PNG and PSD version PSD version contains more layers for edition as you wish.
- ATTENTION! Pictures in the asset windows are not included!
Visit Publisher's Website

Email: trutapochek@mail.ru

Price $12.99

Intelligent Screeen for Sci-Fi by Fortgs

2019, June 21 - 09:41
The cool and smart screen is essential for Sci-Fi works.
This asset contains some parts such as radar, network monitor and console.
These parts runs independently regardless of real situations.

----- contents ----

Debug logger
radar
Network connection map
console
battery indicator
Loading Image
some types of windows

Price $4.99

SciFi: Characters by Zuhian Teiyu

2019, June 21 - 09:32
Save money with this pack of sci-fi soldiers.

🔸 4 models: ~14000 tris.
🔸 Textures: diffuse, bump, metallic and emissive (2048 x 2048, PNGs).
🔸 Three sets of materials.
🔸 Rigged, Mixamo ready, no animations.


📧 Send any suggestion or question to: zuhianteiyu@protonmail.com
Price $9.99

Data Kit - The Reimagined Data Serialization System For Unity by Mel Georgiou / HTE

2019, June 21 - 09:17
50% LAUNCH DISCOUNT!
Supports Unity 2018.x and 2019.x!

Introducing DataKit, the reimagined new approach to saving and loading your game's data.

Almost every game has data that needs to be saved and loaded. But let’s face it, working with data is often very abstract, difficult to visualise and down right tedious to debug. How about serialising different data types? That’s a whole other set of problems!

DataKit is a unique cross-platform data serialization system to automatically handle most aspects of saving and loading your game's data. Features include local and global data, save slots, save points, data groups, obfuscation, encryption and even automatic screenshots. Another great DataKit feature is the intuitive visual debugger, allowing you to view, edit, delete and restore your serialized data in real-time while testing your games in the Editor! DataKit is a powerful core asset that any game project could benefit from!

Offering unique and intuitive visual editors, you can easily setup and debug the data you’d like to save. DataKit offers “Global Data” for storing things like graphics settings or In-App Purchases and “Local Data” for setting up what is saved in each save point. All of your data keys are organized into groups for better management and fast performance.

Along with options to save your data to local files or directly into PlayerPrefs, you can also choose how many save slots and save points you’d like DataKit to manage for you. Save slots allow you to implement multiple characters or accounts. Save points are essentially snapshots of local data, allowing a user to load the state of the game at a previous point in time. DataKit can also manage deleting the oldest save points to keep within a maximum limit.

Unlike systems such as PlayerPrefs which only support saving integers, floats and strings; DataKit allows you to serialize most common data types, even when using arrays and custom classes (see 'Compatible Types' in the documentation PDF for a full list). DataKit also offers a variety of ways to serialize references. As well as saving many reference types by value, the optional Reference Database system allows you to directly reference specific assets located in the Resources folder.

DataKit also features some powerful obfuscation options! You can deter cheating by obfuscating your data with 128-bit AES Encryption or with the faster but less secure XOR algorithm. If you don’t need encryption, DataKit can literally strip it out of its own codebase using a simple platform define in Unity’ Player Settings.

In short, DataKit is a powerhouse of a plugin that will give you new and intuitive ways to save, load and debug your game's data!

Features

- Visually Setup & Debug Your Game's Data!
- Automatically Handle All File I/O!
- Local & Global Data!
- Data Groups & Keys!
- Save Slots & Save Points!
- Serialize Common Value & Reference Types!
- Optional XOR Obfuscation!
- Optional AES Encryption!
- Optional Reference Database System!
- Automatically Capture Screenshots!
- Preload Data In Editor For Fast Testing!
- Event Driven API!
- Comes with 8 Fully Commented Example scenes!
- Documentation PDF and High quality video tutorials!
- Full source, No DLLs!
- Fast and friendly email support!
- Compatible with Unity 2018.x to 2019.x!

Support

> Documentation (PDF)
> Unity Forum

Videos

> DataKit Overview Video
> Tutorial 1 - Setting And Debugging Data
> Tutorial 2 - Reference Database
> Tutorial 3 - Scripting With DataKit

WebGL Tech Demo

> DataKit WebGL Demo


Price $40.00

Steel Technical by Lex4art

2019, June 21 - 09:15
Welcome to the Real Materials series.

Steel with oil spots and typical machine grunge. Features:
- HDRP, LWRP and Standard rendering pipeline are supported out of the box.
- 4K textures.
- Free showcase scene and content.
- Lightweight documentation.
Price $4.99

Steel Spotty by Lex4art

2019, June 21 - 09:15
Welcome to the Real Materials series.

Oxidized steel surface with somewhat decorative spots. Features:
- HDRP, LWRP and Standard rendering pipeline are supported out of the box.
- 4K textures.
- Free showcase scene and content.
- Lightweight documentation.
Price $4.99

Steel Polished by Lex4art

2019, June 21 - 09:15
Welcome to the Real Materials series.

Common polished steel. Features:
- HDRP, LWRP and Standard rendering pipeline are supported out of the box.
- 4K textures.
- Free showcase scene and content.
- Lightweight documentation.
Price $4.99

Steel Overheated by Lex4art

2019, June 21 - 09:14
Welcome to the Real Materials series.

Polished steel with vivid rainbow colors after overheating. Features:
- HDRP, LWRP and Standard rendering pipeline are supported out of the box.
- 4K textures.
- Free showcase scene and content.
- Lightweight documentation.
Price $4.99

Steel Cast by Lex4art

2019, June 21 - 09:14
Welcome to the Real Materials series.

Common raw steel, bumpy and rough. Features:
- HDRP, LWRP and Standard rendering pipeline are supported out of the box.
- 4K textures.
- Free showcase scene and content.
- Lightweight documentation.
Price $4.99

Steel Brushed Soft by Lex4art

2019, June 21 - 09:09
Welcome to the Real Materials series.

Steel with soft brushing stripes. Features:
- HDRP, LWRP and Standard rendering pipeline are supported out of the box.
- 4K textures.
- Free showcase scene and content.
- Lightweight documentation.
Price $4.99

Frank climax's Katana by Frank climax

2019, June 21 - 09:05
Frank climax's Katana


This asset includes three Stances.

Each Stance has Skill, Combo, Attack.

125 motions were included.


- 3 Stance

- More moving motions

- 8 Velocity move

- Skills and combo

of each Stance


If you want to add custom animation, please contact me by email below.

climax0625@gmail.com

Charges occur when custom motion requests. hope you understand.

To see more videos, visit my channel.

https://www.youtube.com/user/climax0625
Price $39.99

Steamshop by Edster_art

2019, June 21 - 08:56
Here is HQ game ready model of Steamshop structure with full set of 4K PBR textures and lightmap on second UV chanel, also in package you'll find steam FX to create your project more fascinating.

To reach the picture as at screenshots, please instal Post processing stack 2 from Package manager
--------------
Package included:

Mesh in .FBX format: 11.5k verts, 12.5k tris;
--------------
Textures 4096 x 4096:
- AlbedoTransperacy;
- Normal;
- MetallicSmoothness;
- AO map;
- MSAO map (include: Metallic(R), smoothness(G) and ambient occlusion(B) in RGB chanels);
--------------
Special Opaque_msao.shader to work with MSAO map
--------------
Steam FX

Price $42.99

Ambient - Volume 2 by Frequently Asked Music

2019, June 21 - 08:54


"Ambient - Volume 2" is a collection of dark and bright ambient backgrounds arranged on orchestral strings, soft synthesizers, dark drones and minimal electronics. Suitable for any futuristic game, RPG, adventure or arcade. Every music theme comes with multiple loops and shorter edits for further usage.


Abstract Ambient Percussions: Full length (02:14), 3 Short edits, 6 Loops
Sine Space: Full length (02:02), 2 Short edits, 7 Loops
Evocative Cinematic: Full length (02:04), 2 Short edits, 5 Loops
Winter Ambient: Full length (02:49), 2 Short edits, 7 Loops
Horror Background Drone: Full length (01:47), 3 Loops
Soft Light: Full length (03:02), 2 Short edits, 4 Loops
Peaceful Dreamtime: Full length (02:24), 1 Short edit, 4 Loops
Minimal Electronic Particles: Full length (02:32), 1 Short edit, 7 Loops
Oceans: Full length (01:51), 2 Short edits, 3 Loops
Bright Skies: Full length (01:53) 1 Short edit, 12 Loops


Total number of audio files: 84
Minutes of audio provided: 80:16
Sample rate / bit rate: 44.1 kHz, 16bit Stereo WAVs


Feel free to contact me for further editing and additional versions at studio@frequentlyaskedmusic.com


Price $14.99

Retro VR Slot Machine by CARMEN dimichele

2019, June 21 - 08:50
This is a fully functional retro slot machine including fully materialized slot machine and pedestal models, images, video clips, sound effects, and scripts, in Unity for use in VR projects.

The slot machine can be configured for a predetermined sequence of outcomes or use the random, 91.5% return-to-player, pay table with a 1 to 3 credit multiplier. The big win produces a 'genie fortune card' reward along with a fanfare sound effect.

The slot machine also has a circuit breaker with push-button reset, which shuts the slot machine down when it's 'blown', triggering sparks and smoke particle effects.

This package depends on the SteamVR plugin and contains:

• Two demo scenes
• Scripts for operating the slot machine game play, the machine's ratcheting handle action, and the demo room control panel
• Eight 44.1kHz .wav sound effects
• Thirteen PBR materials with over thirty-seven 2048x2048 textures
• Ten 260x180@30fps .avi reel mechanism video clips
• Ten prefabs:

▫ Slot machine prop with three scripts and internal wiring to operate the machine, handle mechanism, and blown fuse system. This prefab has a 21 mesh, 20373 polygon model and uses 21 materials.

▫ Blow fuse effect. This prefab uses two particle systems to create smoke and sparks when the slot machine blows a fuse.

▫ Spark light game object. This prefab is a light object simulating a spark used in the blow fuse particle system.

▫ Ornate copper and marble pedestal static prop. This prefab has a 6 mesh, 127465 polygon model and uses 2 materials.

▫ Slot machine on a pedestal as a single prefab

▫ RNG controller. A prefab with only a script to centralize the Unity system random number generator to reduce the chance of multiple instances initializing in-sync.

▫ Demo room and Empty demo room. A small six-sided room using 7 materials with studio lighting, 3 slot machines on pedestals, and a control desk used in the demo scene.

▫ Desk and Control desk. These prefabs make-up a control desk with buttons, text, and a script for letting you access some of the internal functions of the slot machines in the demo scene.

Full project ReadMe

...........................................
E-mail me if you have any questions: dimichelec@gmail.com

Price $69.99

Italian Supercar by Marcelo Barrio

2019, June 21 - 08:45
Italian Supercar is a replica of a very famous car.

Total polycount: 12.739
2K Mainbody textura

The brandings were modified so there are no issues with the real one. This Asset includes 4 different colours, but it also includes the template soy you can change it to what ever color you want.

Please feel free to leave any comment and suggestions!
Price $4.99

Extreme Uphill Racing Track by AutomobileAssets

2019, June 21 - 08:43
AAA Racing Track for professional driving game experience.

PolyCount Details :
Vertices : 1,046,911
Faces : 751,849
Tris : 751,849
Objects : 686


Texture Resolutions :
Majority : 1024 x 1024
Maximum Res : 2048 x 2048
Minimum Res : 16 x 16


Separated :
Collision Meshes : Selectively assigned colliders to a mesh for better customization

Objects : Fully movable separated objects.

Texture, Maps & Materials : Different objects have different textures and materials using Unity's standard shaders.

- Optimized Mesh
- Moderately detailed surface texturing


Area description :
- 25 sq km area
- 13.3 km length start to end

Hardware Tests : - Clocks 60+FPS with Nvidia 710 GPU and i3 CPU 8th generation ~3.6 GHZ 4 Core
-Clocks 70+FPS with Nvidia MX150 GPU and i5 8300H CPU Turbo 8600K ~3.1 GHZ 4 Core

1. Note: The trees are static billboards. They have been re-modeled not to use the standard assets trees due to compatibility issues. Unity doesn't allow standard assets to be added in the package. To get the same look as in screenshots and video, please read documentation file
2. Note : The poly count of this model is high and hence this track is best suited for desktop only. LOD level updates of this asset for mobile will depend on the popularity of this track
3. Note : All the seasons and time of the day shown in the video have been achieved only by post processing effects and HDRI map changes.
References : Unity Post Processing Effects



- 18 various buildings and structure drag and drop prefabs to populate your scene with buildings.
- Occlusion Culling for better optimization.

Cars and skybox shown in the Screenshots and Videos are not included in the package
Price $19.99

UI - Mechanical (Free Sample Pack) by InspectorJ Sound Effects

2019, June 21 - 08:36

15 free sample sounds of mechanical user interface sounds from my "UI - Mechanical" sound effects library!


Note: The audio preview and sound list are from the full version of this library.


Audio Preview (SoundCloud)

Sound List (PDF)


If you have any questions, feel free to contact me!


-Jonathan Shaw ("InspectorJ")

www.jshaw.co.uk


Price $0.00

Pages