Asset Store newest packages

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

Dinosaur - Coelophysis by Vigo

2019, March 12 - 09:32

Dinosaur - Coelophysis. Includes model, textures, materials and rigging, No Animation. 3d Model in FBX format.


Special to use it as an educational or game mode. VR, Unity, Vuforia, Desktop.
Price $25.00

Dinosaur - Ceratosaurus by Vigo

2019, March 12 - 09:32

Dinosaur - Ceratosaurus. Includes model, textures, materials and rigging, No Animation. 3d Model in FBX format.


Special to use it as an educational or game mode. VR, Unity, Vuforia, Desktop.
Price $25.00

Dinosaur - Brontotherium by Vigo

2019, March 12 - 09:32

Dinosaur - Brontotherium. Includes model, textures, materials and rigging, No Animation. 3d Model in FBX format.


Special to use it as an educational or game mode. VR, Unity, Vuforia, Desktop.
Price $25.00

Dinosaur - Brachiosaurus by Vigo

2019, March 12 - 09:32

Dinosaur - Brachiosaurus. Includes model, textures, materials and rigging, No Animation. 3d Model in FBX format.


Special to use it as an educational or game mode. VR, Unity, Vuforia, Desktop.
Price $25.00

Dinosaur - Aucasaurus by Vigo

2019, March 12 - 09:32

Dinosaur - Aucasaurus. Includes model, textures, materials and rigging, No Animation. 3d Model in FBX format.


Special to use it as an educational or game mode. VR, Unity, Vuforia, Desktop.
Price $25.00

Dinosaur - Apatosaurus by Vigo

2019, March 12 - 09:32

Dinosaur - Apatosaurus. Includes model, textures, materials and rigging, No Animation. 3d Model in FBX format.


Special to use it as an educational or game mode. VR, Unity, Vuforia, Desktop.
Price $25.00

Dinosaur - Achelousaurus by Vigo

2019, March 12 - 09:09

Dinosaur - Achelousaurus. Includes model, textures, materials and rigging, No Animation. 3d Model in FBX format.


Special to use it as an educational or game mode. VR, Unity, Vuforia, Desktop.
Price $25.00

Heavy machine guns pack by Sheldrake studios

2019, March 9 - 17:35
This is a pack containing two models for use in sprucing up your game environment or to be used as in game weapons. This pack contains:
• A high poly Browning 1919 machine gun (88,131 tris)

•A high poly maxim machine gun (62,709 tris)
Price $4.99

Mod Browser & Manager by mod.io

2019, March 8 - 19:05

Welcome to the Unity Plugin for mod.io, an open platform for hosting mods created by the team behind ModDB.com and IndieDB.com.This plugin has been written in Unity from the ground up to allow developers to control the browsing and installation of mods in-game.


Features include:
- Platform agnostic (support 1 click mod installs on Steam, Epic Games Store, Discord, GOG, itch.io and even consoles in the future)
- Clientless (it has no other dependencies and works behind the scenes in your game)
- C# interface built on the Unity Engine for connecting to the mod.io API
- Powerful search, filtering and tagging of mods
- Ability to subscribe, rate and download mods
- Customizable mod browsing UI


Getting mods installing takes minutes:
1. Download the Unity package and import it into your project
2. Drop the _ModBrowser prefab into your menu scene, or adapt the ExampleScene for your purposes
3. Set up your game on mod.io (or our private test environment) to get your game ID and API key
4. Input your ID and API key by selecting "Plugin Settings" on the ModBrowser component inspector, or under the mod.io/Edit Settings menu item
5. In your code, make a call to ModManager.GetInstalledModDirectories() to get a list of mod data your player has installed
6. Setup complete!

All mods submitted to mod.io will be automatically fetched and managed by the plugin, and are instantly downloadable and testable.


Benefits of using mod.io:
mod.io offers the same core functionality as Steamworks Workshop (1 click mod installs in-game), plus mod hosting, moderation and all of the critical pieces needed. Where we differ is our approach to modding and the flexibility a REST API offers. For example:

- Our platform is clientless, 100% standalone it works behind the scenes
- You can embed mod.io into your game on any store or platform that will support it
- You or your community can build their own fansites or discord bots and embed them into your games homepage and/or launchers
- Designing a good mod browsing UI is hard, our plugin ships with a UI built in to save you a lot of effort and help your mods stand out
- We don’t apply rules globally, so if you want to enable patronage, sales or other experimental features, reach out to discuss
- Our platform is built by the super experienced ModDB.com team and is continually improving for your benefit
- Communicate and interact with your players, using our built-in emailer


Large studios and publishers:
A private white label option is available to license, if you want a fully featured mod-platform that you can control and host in-house. Contact us to discuss.


Games using mod.io for Unity:
- Meeple Station
- Eco
- More to come...


Find out more:
Visit mod.io | About us | Add your game | Chat on Discord




Price $0.00

GDOC — Dynamic GPU Occlusion Culling by Bear Roll Studios

2019, March 8 - 17:25
Download demo build (Windows 7/8/10 x64) | Support Forum | Discord
Note: only DX11 on Windows (x64) is supported right now

GDOC is a dynamic GPU occlusion culling that increases FPS by hiding objects that are not visible by the camera, drastically reducing draw calls.

Compared to the built-in occlusion culling, GDOC works at runtime and doesn't need baking.


Features
— No baking, works with precudurally generated or streamed scenes
— No raycasting, doesn’t need colliders
— Supports dynamic occluders and occludees
— Most of the work is done on GPU
— Culls shadow casters for 1 directional light

Supported platforms: DX11 on Windows x64
Not supported yet: VR, Vulkan, HDRP/LWRP, Linux/Mac, consoles
Won’t be supported: OpenGL/DX12/Metal, mobile devices
Price $29.90

Timeline Ez Events by Francesco Bizzini

2019, March 8 - 13:01
This Timeline extension allows you to define events that invoke methods and properties implemented in your custom behaviors and Unity standard components.

Main features:
• Works on any platform and tested on a commercial project.
• Very easy to use. It does not use Timeline Signals therefore you can use it on Unity versions prior to 2019.1 that supports Timeline.
• By default, Unity Timeline’s playback is strictly framerate dependent and does not guarantee that each frame is processed; any small hiccup indeed may cause frame skip. This plugin detects missed events and invoke them immediately, assuring that no event gets skipped.
• Two operating mode:
&nbsp&nbsp1)Timeline Clips (On enter or On frame process)
&nbsp&nbsp2)Manual invoking Events in your custom components
• You can define and sort multiple events per clip.
• Raise events at runtime or during editing.
Conditional invoking is supported if supplying a method returning bool.
• Argument supported types: FrameData, Enum, String, Int, Uint, Float, Double, Bool, Color, Vector2/3/4 and any generic UnityEngine.Object so that you can pass Scene GameObjects to your functions.
• (Experimental) Methods loss protection. Changing function signature will trigger replacement prompt with the most similar one.
• (Experimental) Use this tool to search for a particular function inside all EzEvents in your project.
Price $19.00

Big Action Music Bundle 2 (Powerful, Dynamic, Energetic) by Muz Station Productions

2019, March 8 - 12:48
Part of Mega Game Music Collection
3.5+ GB of HQ music for all games!
160+ different tracks (+Loops)!
Free future updates!

Big Action Music Bundle 2
Great library of high quality Dynamic and Powerful tracks with electronic and orchestral elements!

THE COLLECTION CONTAINS:

Action Percussion Loops (20 loops)
(Looped WAV)
Listen Preview

Real Rock Music Pack (8 tracks)
(MP3+Looped WAV)
Listen Preview

Logos Pack - Action Games (24 audio elements )
(WAV)
Listen Pack Preview
Listen Bonus Track Preview

Heavy Riffs (5 tracks)
(MP3+Looped WAV)
Listen Preview

BONUS! Action Powerful Game Loops (6 tracks)
BONUS! Work Harder (Epic Industrial Theme)
BONUS! Experiment (Electronic Rock Theme)

USEFUL AGAIN & AGAIN
Use the music over and over, in any of your projects or productions, forever without any additional fees or royalties. Use the music in your game, in your trailer, in a Kickstarter campaign, wherever you need to, as much as you want to.

If you want original soundtrack for your project write me e-mail: andysv88@gmail.com
Price $25.00

Guardians Fighter BB4 by CGPitbull

2019, March 8 - 12:42
This Original package contains one “Spaceship Fighter”.

Add a professional touch to your SciFi VideoGame project with this original low poly model.

Set of one Spaceship (FBX model). No animated parts, script or LOD. see previews.

Poly Counts: Polys/2.866- Verts/3.066 - Tris/5.722

_Textures included (Tiff):

_4 differents color schemes / PBR Materials (see previews)

_4 Diffuse / Albedo maps 2048x2048

_1 Normal maps 2048x2048

_1 Glow (Emission) map 2048x2048

_1 Roughness map 2048x2048

_1 Metallic map 2048x2048

_1 AO map 2048x2048

_Included 2048x2048 PSD file, you can customize colors, add your own logos, remove or add dirts & more.
Price $15.00

Beach Invasion Props PBR by GamePoly

2019, March 8 - 12:39
Beach Invasion Props PBR

Collection of 9 High Quality Inspired D-day Props, perfect for use as in the War Invasion Environment.

The LCVP Boat has Separated Parts, such as the gate, steering wheel etc.

Large Concrete Bunker with Interior
Small Concrete Bunker with Interior
LCVP Landing Craft
Hedgehog Defense (3 Different Materials)
Log Ramp Defense
3 x Different Concrete Barriers
Wooden Defense Barricade

Created with 3DSMAX, Zbrush and Substance Painter.

Albedo, BaseColor, SpecularSmoothness, Metallic, Roughness, Normal, and AO Maps

4K Texture Maps
(PS! i included a BaseColor for the LCVP without the Text on the side of the boat)

Please Note, this PBR Textures Only.

Low Poly Triangles
Price $29.95

Restaurant kitchen - interior and props by Mixaill

2019, March 8 - 12:26
Mixaill studio presents a good solution for your games, VR projects and simulators.
Restaurant kitchen - interior and props is a room with equipment, household appliances, interior items that will help you save time on implementing your ideas.

Pack includes a large set of necessary models: - room
- door
- 3 own
- sink
- 3 pans
- fridge
- kitchen table

All doors you can open.
All textures PBR.
We really hope that we can help you, also if you have any questions and wishes please write: Mixaill(dog)gmail.com
Price $4.99

Demon Iron Lord by Rain Entertainment

2019, March 8 - 12:19
an animated Demon Iron Lord with 7 combat animations,low poly and perfect for mobile games.

Mesh information:
Demon Iron Lord 1826 Tris

Texture information:
Monster_155_diff.png 256x256

Animation list:
Stand
Relax
Attack01
Attack02
Hit
Die
Walk


Thanks and do not forget to rate.
Please remember to rate our packages, we will bring more quality models soon.
We hope you will like this asset.
Good luck.

Post processing bloom effect in the video was made with Beautify Plugin


Price $7.99

Symphonic Depths by Sound Phenomenon

2019, March 8 - 12:16
A large collection of symphonic music in a classical symphonic style.
These tracks have a range of affects, but are generally on
the calmer and beautiful side, perfect as background music
for a wide range of games.

Over 60 minutes of music:
1. A Classical Symphony Loop 2:19
2. A Classical Symphony 2:25
3. Building Orchestra Loop 2:14
4. Building Orchestra 2:18
5. Calm Melodic Brass Loop 1:10
6. Calm Melodic Brass 1:14
7. Cinematic Ambient Beauty Loop 3:39
8. Cinematic Ambient Beauty 3:48
9. Cinematic Choral Warmth Loop 1:58
10. Cinematic Choral Warmth 2:02
11. Dark Heavy Orchestral Strings Loop 2:39
12. Dark Heavy Orchestral Strings 2:42
13. Emotional Harp and Strings Energy Loop 2:16
14. Emotional Harp and Strings Energy 2:19
15. Green Pasture Loop 4:00
16. Green Pasture 4:08
17. Mysterious Brass Harmonies Loop 2:00
18. Mysterious Brass Harmonies 2:07
19. Orchestral Ebb and Flow Loop 2:15
20. Orchestral Ebb and Flow 2:19
21. Orchestral Monument Loop 2:54
22. Orchestral Monument 3:09
23. Playing in a Green Field Loop 1:59
24. Playing in a Green Field 2:03
25. Sobbing Strings Loop 1:39
26. Sobbing Strings 1:42
27. Soviet String March Loop 2:14
28. Soviet String March 2:16
29. Surging Orchestral Beauty Loop 2:03
30. Surging Orchestral Beauty 2:09
31. Symphonic Depth Loop 2:22
32. Symphonic Depth 2:25
33. Unrelenting Beauty Loop 2:26
34. Unrelenting Beauty 2:30
35. Warm Orchestral Soundscape Loop 2:41
36. Warm Orchestral Soundscape 2:45

Price $29.99

Demon Cross by Rain Entertainment

2019, March 8 - 12:10
an animated Demon Cross with 7 combat animations,low poly and perfect for mobile games.

Mesh information:
Demon Cross 934 Tris

Texture information:
Monster_190_diff.png 256x256
Monster_190_diff_01.png 128x128

Animation list:
Stand
Relax
Attack01
Attack02
Hit
Die
Walk


Thanks and do not forget to rate.
Please remember to rate our packages, we will bring more quality models soon.
We hope you will like this asset.
Good luck.

Post processing bloom effect in the video was made with Beautify Plugin


Price $7.99

Deep Helll Lord by Rain Entertainment

2019, March 8 - 12:09
an animated Deep Helll Lord with 8 combat animations,low poly and perfect for mobile games.

Mesh information:
Deep Helll Lord 3086 Tris

Texture information:
Monster_159_diff.png 512x512

Animation list:
Stand
Relax
Attack01
Attack02
Attack03
Hit
Die
Walk


Thanks and do not forget to rate.
Please remember to rate our packages, we will bring more quality models soon.
We hope you will like this asset.
Good luck.

Post processing bloom effect in the video was made with Beautify Plugin


Price $7.99

Crystal Demon by Rain Entertainment

2019, March 8 - 12:07
an animated Crystal Demon with 7 combat animations,low poly and perfect for mobile games.

Mesh information:
Crystal Demon 1242 Tris

Texture information:
Monster_191_diff.png 256x256

Animation list:
Stand
Relax
Attack01
Attack02
Hit
Die
Walk


Thanks and do not forget to rate.
Please remember to rate our packages, we will bring more quality models soon.
We hope you will like this asset.
Good luck.

Post processing bloom effect in the video was made with Beautify Plugin


Price $7.99

Pages