Asset Store newest packages

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

Equipment Manager (VR support) by Evgen B

2019, February 7 - 13:25
Equipment Manager is a universal system for managing the database of weapons in game, as well as the parameters of each weapon separately.

This plugin will allow you to create a database of weapons in your game, sort all the weapons in it by type/class, configure the parameters of each weapon separately, link your weapon scripts to the database and monitor the status of each associated parameter in real time.
You will be able to create a set of basic and additional parameters for the weapon. Additional parameters can be anything from bonus to damage per second, to the installation of additional modules on the weapon, such as a silencer, sight, if it is a firearm or activation of spells (on demand or during impact, if your weapon is a bow (arrow, spear, peak, sword, shield).
At its core, the system is so versatile that instead of weapons, it can control the parameters of the character/equipment or structures. Perhaps in the next update will be added features that allow you to control the parameters of any content in the game.

Features (current version V 1.0):
- Sorting by the types/classes of weapons
- Management of basic parameters of the weapon (damage, attack speed, accuracy, etc)
- Management of additional parameters/modules (damage bonus, installation/removal of additional modules, enable/disable modifications)
- Mechanics of improvement of the weapon and its parameters for the gained points
- Mechanics of activating additional parameters/modules as a bonus for a limited time or indefinitely
- Notifying the player of the possibility to improve the settings
- Binding availability with additional options/modules to level weapons
- System of binding weapons from a database with your weapon scripts
- Automatic synchronization of weapon parameters in the database with binded parameters in your scripts
- Support multiple databases and switch between them in real time
- Automatic save/load progress improvements

The plugin can be used on any platform.
This package includes an example interface that demonstrates the capabilities of the plugin (only for VR projects)

If you are going to use the plugin in a VR project, please note that by default only the OpenVR library is supported (for interaction with UI). This package includes the SteamVR v1.2.3 plugin. If you are developing a project using the Oculus library, you will need to develop all the necessary components for the player to interact with the UI. (EventSystem, Raycaster, Input Module and others)

Tested on 2018.x

Manual:
Equipment Manager v1.0 manual (rus)
Equipment Manager v1.0 manual (en)
Price $20.00

Rock Plates by Boney Toes Productions

2019, February 7 - 13:25
3D ROCK PLATES PACKAGE!
Game Ready 3D Rock Plates Set, with PBR textures! You get three unique 3D Rock Models, all with unique material variations, including snow variations of the material!

Package Includes:
3d Models: 3
Prefab:18
PBR Materials: 18
Textures: 72

All Textures in 4k Resolution!
-Albedo Maps
-Normal Maps
-Metallic-Smoothness Maps
-AO Maps

Create breath-taking 3D game environments with these 3D Rock Formation Set. The variations of 3D models and materials provided an endless combination of freedom and creativity to help you achieve your goals and meet your game development deadline. PURCHASE TODAY!
Price $49.99

Spaceships Vol. #15 by CGPitbull

2019, February 7 - 12:23
Add a professional touch to your SciFi VideoGame project with those original low poly models.

Set of 4 Spaceships (FBX models). No animated parts, script or LOD. You can combine elements from others "Federation fleet ships" to change the appearance of those ships. Included Weapons, see previews. You can buy separately those Spaceships models, check CGPitbull account. Buying this PACK you save more than 20%!!!

See video previews for PolyCount details.

_5 differents color schemes / PBR Materials (see previews)

_1 Federation Supercarrier GB4

_1 Federation Nukes Frigate GB5

_1 Federation Dreadnought GB6

_1 Federation Commander Ship GB7

-Textures included (Tiffs)

4096x4096 / 1024x1024 (weapons) textures.

_Included PSD files, you can customize colors, remove dirts effects, add your own logos & more.
Price $85.00

Old Water Well by Miling

2019, February 7 - 12:17
This asset contains a model of an Old Water Well. You can to use it in environment of scenes in your projects on the history, fantasy or similar theme for PC. This is an old well, but people can use it, so I added a bucket and a mug. A model has two UV-channels. The first channel (overlapping) - for textures, the second channel (non-overlapping) - for lightmaps
mesh - 6288 verts, 7463 tris
textures - 2k PBR (albedo, metallicsmoothness, normal, AO). Also, i included all source textures and UV-render in PSD file
Please, visit my other models and write me, if you have questions
Price $6.96

Easy Scripts Creation by Neander Giljam

2019, February 7 - 12:15
Easy Scripts Creation is an editor extensions which let's you drop MonoBehaviour scripts in the hierarchy and automatically makes a GameObject with the same name and assigns the script.

Bonus Feature:
• Add button for easy 'Empty GameObject' creation (Experimental).
Price $0.00

Alphabet Decor by 3DUA

2019, February 7 - 12:11
Decorate your environments with these balloons and pillows!

This pack consist of 36 unique models (letters and numbers) with LODs, collisions, various materials, each in separated prefab, ready to use. Please watch demo video with them in action.
There are several theme materials such as: christmas, party, love, patrick, halloween, coffee and simple (for both balloons and pillows), all done using standard roughness shader, with tileable detail maps. All textures 4096 by 4096.

Each model around LOD0=7K , LOD1=5K, LOD2=700 triangles accordingly.

Hope you will enjoy them!
Price $29.99

Zuplin | LOWPOLY CHARACTER by ATIVUS STUDIO

2019, February 7 - 12:02
Zuplin are the amazing features for you to use in your Fantasy RPG game, ready to be used in addition to the weapons already included.

Mecanim is Read .
RIGGED
READY PC/MOBILE !!!

Triangles: 2k Vertices: 1.1k
Textures: Flat-Color


Notes:
*Basic Animations (pattern Unity)


Artist: Rafael Araújo

Ativus Studio,

Thank you very much.

Price $4.99

UISimpleAlert by be-style

2019, February 7 - 11:55
1. Description
You can show an alert or a progress bar(made by uGUI).
It's hard to make both from zero.
So, this asset help you to show both easily.


2. Feature
- There are 11 types of Alert.
- There are 7 types of Progress Bar.
- You can write a callback method for a button.
- According to message length, an alert height is changable(rectangle only).
- You can use a RichText for Text.
- You can customize variable parameters for font, text color, probress bar color, ..., etc.


3. How to use
--- Ready ---
(1) First you make an empty object.
     Next you attach "UISimpleAlert/Scripts/UISimpleAlert" (C# File) to it.
--- Use ---
(2) In the C# file that you want to use UISimpleAlert, write bellow.
     using bestyle;
     In following (3)(4)(5), you write in the same C# file.
(3) You can change font, color of text, color of progress bar with using following parameters.
     - UISimpleAlert.font
     - UISimpleAlert.textColor
     - UISimpleAlert.progressColor
(4) You can show the Alert with the method "UISimpleAlert.Alert".
     You can show the Progress Bar with the method "UISimpleAlert.ProgressBar".
(5) Only Progress Bar, you need to update the value timely (UISimpleAlert.progress).
Price $5.00

3 - Low Poly Monster Turks Package by Macrobian

2019, February 7 - 11:54
Package contains:

This pack contains 14 prefabs to build Low Poly Monster Turks
- 3 Low Poly Monster Turks models
- 14 Different texture maps for 3 trucks
- Wheels are separated
- Ready for mobile devices
- Texture maps in 4096 × 4096 (4K) size
good quality, save and enjoy the trucks.


Price $17.99

Girl Room by 3D Everything

2019, February 7 - 11:46
Interior of a single bedroom for children. It has a total of 60 models. There are models of furniture like a bed with drawers under it ,a bedside table, a wardrobe and a desk. There are also objects like teddy bears, pictures, books, boxes, three types of lamps, a pillow and a cushion, different types of pens and crayons, papers with drawings...etc. The walls have girly- style decoration for young children. The doors, window and the wardrobe are scripted to be opened and closed when approaching with and indicative image and text to interact with the scene.

Included:

- 1 Demo - Camera
- 60 Models and prefabs / low poly
- Interactive doors scripts
- Sounds - Open / Close
- Textures and materials
- Real scale of the models


Price $25.00

The processing plant by unityStore

2019, February 7 - 11:36
This pack of 3d models and textures allows to create different processing plants. The pack includes floor storage constructions, oil tank storages, constructions of metal and other objects.

The pack includes:
- 77 unique low-poly models;
- Every object has 3 textures (albedo, specular, normal map) and 2 UVs (UV0 for the texture and UV1 for lightmapping);
- This pack can be used in first person and top-down view projects;
- 2 demo scenes. First demo scene includes all models put on the floor, second scene is what you see in the video demo (trees are not included(SpeedTree)). All the scenes are lightmapped;
Price $50.00

Navigation Tools by EON Reality SAS

2019, February 7 - 11:27
Navigation tools gathers old sailing instrument, this VR and Mobile ready package is perfect for pirate and adventure experiences.

Navigation tools contains :
- 17 props/prefabs
- PBR workflow
- 2k textures

Item List
-Armillary Sphere
-Astrolabe
-Compass
-Earth globe
-Inkwell
-Loch
-Maps
-Monocular
-Nautical probe
-Nocturnal
-Octant
-Nautical traverse board
-Quadrant navigation
-Quadrant reduction
-Sextant
-Ships log

Price $24.99

Box Robot with 4k PBR textures by Wojtek Wisniewski

2019, February 7 - 11:20
With this package you will get a high quality PBR Box Robot with his own full animation set. Ideal for a AAA PC / Console game project or for a mobile game thanks to the well optimized model mesh.

Will work with every version of Unity.

Package contains:

- Box Robot prefab
- Robot mesh
- Presentation baseplate mesh
- 4k PBR texture set for the robot (you can scale them down using the build in Unity`s texture settings if you want to use them for a mobile game) including:
1. 4k diffuse/albedo texture
2. 4k metalic texture
3. 4k normal map texture

- One texture set for the presentation baseplate, including:
1. 4k diffuse/albedo texture
2. 4k metalic texture
3. 4k normal map texture

- Demo scene with the robot and his animations
- 24 dedicated animation clips that contain root motion and "in place" variation of locomotion animations, combat animation and various miscellaneous animations:
1. box_robot_attack_1
2. box_robot_attack_2
3. box_robot_attack_3
4. box_robot_death
5. box_robot_idle
6. box_robot_idle_combat
7. box_robot_idle_with_pick_up_item
8. box_robot_lay_down_item
9. box_robot_on_hit_back
10. box_robot_on_hit_front
11. box_robot_on_hit_left
12. box_robot_on_hit_right
13. box_robot_pick_up_item
14. box_robot_jump
15. box_robot_tinkering
16. RM_box_robot_run
17. RM_box_robot_walk
18. RM_box_robot_walk_with_heavy_item
19. S_box_robot_jump_air_loop
20. S_box_robot_jump_land
21. S_box_robot_jump_start
22. S_box_robot_run
23. S_box_robot_walk
24. S_box_robot_walk_with_heavy_item

Price $12.00

Sawed Off Double Barrel Shotgun by Chad T. McLeavy

2019, February 7 - 11:11

This is a low poly, double barrel sawed off shotgun(2,412 tris) that takes advantage of a PBR texture set to get a nice, polished feel. This model comes with 3 texture sets for a variety of different environments/styles. It's also been modeled out in multiple separate meshes for easy customizeability. This allows you to easily mix and match textures as you wish.



Polycount: 2,412 tris
Meshcount: 10 (Barrel Lock, BarrelWrap, Barrels, Grip, Hinge, Lock Bar, Metal Housing, Trigger Gaurd, Triggers, and Under Barrel)

Textures:
Barrel Lock - 512
Barrel Wrap - 1k
Barrels - 2k
Grip - 2k
Hinge - 2k
Lock Bar - 2k
Metal Housing - 2k
Trigger Gaurd - 1k
Triggers - 1k
Underbarrel - 2k
Price $9.99

Nancy Pelosi caricature by Veg3D

2019, February 7 - 11:03
Stylized cartoon 3D caricature of Nancy Pelosi. Rig is created for Mecanim system. Textures are PBR 4K. Model is 6163 polygons, 6205 vertices.

To use model with thousands of humanoid mecanim animations from the asset store, use Nancy humanoid prefab located in Prefab folder.

If you need more politicians, check out my pack of 32 politicians: POLITICIANS MEGA PACK Note: Nancy is not part of Mega pack.

Textures are 4K pbr. Color map, normal map, spec map are included. Textures can be reduced to 1K without significant loss in quality.

One custom demo animation is included. You can preview animation in video

Browse my asset store to see more of my work.

If you like my style and would need to have custom characters created for your projects, feel free to contact me for freelance work:

tomislav.veg@gmail.com
Price $69.00

Stylized Town Pack by ClayManStudio

2019, February 7 - 11:01

24 Stylized town materials for three theme can be mix with each other:
- Sand Town
- Techno Town
- Medieval Town

Types: Tiles, Walls, Road, Sand, Decks, Roof, Plate and e.t.c.
- All materials are PBR and ready for use.
- 2048x2048
- PNG
- Seamless
- Number of Materials: 24
- Textures contain: Base Color, Ambient Occlusion, Normal,Metallic, Height and Roughness maps.

The textures can be used for mobile, they are looking well only with Base color and Normal map.
Price $19.99

HQ PBR Butterfly Knife by Andriy Luchka

2019, February 7 - 10:49
Butterfly Knife it is high quality game ready model for Unity.

HIGH-RES SCREENSHOTS

Technical details:
- vertices: 3518
- triangles: 3714
- 4k textures
- model in .fbx format
- all textures in .png format
- scaled to real size
- ready to be animated
- LODs are not included

All moving parts are separated and pivots in right position. So they can be easily animated.

Unity textures include:
- Albedo
- Normal
- MetallicSmoothness
- AO

Price $6.00

HQ PBR Kukri Knife by Andriy Luchka

2019, February 7 - 10:47
Kukri Knife it is high quality game ready model for Unity.

HIGH-RES SCREENSHOTS

Technical details:
- vertices: 2197
- triangles: 2828
- 4k textures
- model in .fbx format
- all textures in .png format
- scaled to real size
- ready to be animated
- LODs are not included

Unity textures include:
- Albedo
- Normal
- MetallicSmoothness
- AO

Price $6.00

Markdown Viewer by Gwaredd Mountain

2019, February 7 - 10:36
A custom Unity inspector for Markdown files. This lets you embed easy-to-write, easy-to-read documentation directly into your project, complete with hyperlinks and images. Includes support for automatic linking to JIRA issues. This asset uses the Markdig library under the BSD Clause 2 license and Adobe Fonts made available under the SIL Open Font License; see Third-Party Notices.txt file in package for details.
Price $9.99

3 Game Pack - Word Maker, Balloon Dart, Color Balls by Blue Light

2019, February 7 - 10:28
3 Game Pack - Word Maker, Balloon Dart, Color Balls is a package that contains 3 different 2d games!
Games:
(i) Word Maker
(ii) Balloon Dart
(iii) Color Balls
-
Game-Play Video: https://youtu.be/36MAYguicho
-
-----------Word Maker-------------------
Word maker is a word connect/ word link/ crossword type game. You can see the gameplay in the video provided.
Game features:
(1) Complete game and ready to publish.
(2) 150 levels.
(3) More that 400 words.
(4) Word meaning.
(5) Word Hint.
(6) All solved word list.
(7) Shuffle.
(8) Music and Sound.
-
-----------Balloon Dart---------------------
Through darts to blast the balloons. You can see the gameplay in the video provided.
Game features:
(1) Complete game and ready to publish.
(2) Endless game.
(3) Level up.
(4) Colorful balloons.
-
----------Color Balls----------------------
Drop ball on the same color circle bar. You can see the gameplay in the video provided.
Game features:
(1) Complete game and ready to publish.
(2) Endless game.
(3) Level up.
(4) Addictive.
Thank you for choosing the best package on the price.

Price $50.00

Pages