Asset Store newest packages

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

.Command Runtime Console by Well Fired Development

2018, October 1 - 07:03
Website / Doc / Support / Roadmap / Issue Tracker

You are a developer ?
• Instantly expose any of your C# Methods or Properties (public, private, internal, static or instance) to .Command in game console.
• Create custom filters for your logs.

You are a tester ?
• Use commands to spawn new characters, change levels, or anything that can facilitate your testing.
• Fully view your application logs, as you would in Unity, in any built out player. Get notified of any exception / error log and email the logs to your nearest developer in one click.


Whatever type of product you’re making, .Command will enable you to build it faster, making it easier to test, develop and ship.


Features that makes the difference on the Asset Store :

&#x1F525 Easily mail out your logs from platforms supporting it (Desktop and mobile platfoms).

&#x1F525 .Command ergonomic UI and auto-completion allows a comfortable usage even on small screens with touchscreen interaction.

Other features :

&#x1F525 Fully view your applications log, as you would in Unity in any built out player.

&#x1F525 Strong log filtering and searching functionality which works in Editor and in Player.

&#x1F525 Expose any C# Method or Property to a simple UI, exposing them to touch or click.

&#x1F525 Offers command auto-completion and custom clickable/touchable parameters suggestion removing the need for keyboard input if necessary.

&#x1F525 Email any callstack or full log to any email address at the touch of a button.

&#x1F525 Auto open when an exception is thrown to instantly alert you of an error.

&#x1F525 Multiple themes to choose from.

Our roadmap is available here, and you are very welcome to create or vote proposal tickets on our issue tracker if you are looking for new features.

Compatibilities :

• Unity 2017 and 2018 (free and paid)
• All build out players.

Check the doc for more info !

Note that .Command is distributed in optimized dlls to ensure high speed execution. We are committed to release .Command source code if one day the tool is not supported anymore.


Price $20.00

Stylized Squirrel by NightSoundGames

2018, October 1 - 06:56

High quality rigged low poly squirrel with 24 different animations and 3 styles!

 

Texture size:
32x32 pixel (3 styles)

 

Vertex count:
1001

 

Animations:
• (10-35) Run straight
• (35-75) Walk straight
• (85-175) Idle 1
• (185-320) Idle 2
• (330-465) Idle 3
• (475-500) Eat start
• (500-670) Eat loop
• (670-695) Eat end
• (705-737) Hop
• (745-775) Jump start
• (775-833) Jump loop
• (833-852) Jump end
• (860-928) Sleep start
• (928-980) Sleep loop
• (980-1048) Sleep end
• (1060-1085) Run turn right
• (1095-1120) Run turn left
• (1130-1160) Walk turn left
• (1170-1200) Walk turn right
• (1210-1240) Turn around right
• (1250-1280) Turn around left
• (1290-1315) Climb straight
• (1325-1350) Climb turn right
• (1360-1385) Climb turn left

 

If you like this package you should also check out Low Poly Bird: Parrot.

 

If you have any questions or requests please write us at:
nightsoundgames@gmail.com

 

Website
Twitter


Price $12.00

UnnyNet - Your Instant In-Game Community by UnnyNet, Corp.

2018, October 1 - 06:55
Does your game require chat, friends, guilds, bug reports, etc? Congratulations, this is your lucky day - you found it!

UnnyNet helps you to create community inside of your games. You don't have to send your uses to facebook, forum or discord anymore. Keep your users engaged in the game!

UnnyNet works out of the box and requires couple lines of code and 5 minutes of your time to be added.

Important: Currently UnnyNet works only on iOS and Android.
Documentation
Price $0.00

2D Character: Sir Knight by DC_Assets_UY

2018, October 1 - 06:50
Hand Painted Original Character for a Game or Animation.
Includes 5 basic example Animations (Idle, Walk, Run + 2 more ).
Sprite Sheet of the Character and separated parts PNGs in a folder.
Weapons included are interchangeable with all the other 2D Characters.
Can be used in different types of Games (Platform, Action, RPG, etc).

Package includes:

• Sprite Sheet of the Character and separated in parts in PNG format.
• Character Size aprox 1200 x 500 px.
• Assembled Prefabs with variations.
• Weapons.
• 5 Animations.
• Demo Scene with functional buttons to preview the animations and variations.
• Scripts used.
• Background Images used (PNG format, 2560 x 1440 px).

Price $4.99

File Hopper by Atahan Tugra Kiltan

2018, October 1 - 06:43
If you need to drag and drop files into a running Application, here is your solution.

Only for Windows

» This asset uses UnityWindowsFileDrag-Drop under MIT License; see Third-Party Notices.txt file in package for details

» This is a modified version of Mark Göbel's (Bunny83) "UnityWindowsFileDrag-Drop" Project on Github.
You can find the original here:
UnityWindowsFileDrag-Drop on GitHub


» I have added Unity specific convenience methods and events that you can subscribe to.


Price $0.00

Helicopter R44 by Devzavod

2018, October 1 - 06:41
A civilian helicopter for various uses in your game. Rigged, and PBR Ready.

Helicopter Rigged 3D Model:
-verts: 10094
-tris: 12391
-submeshes: 2

2048x2048 TGA texturs:
-Albedo (5 color variants)
-MetallicSmoothness (2 variants)
-Normal
-AmbientOcclusion

The model is rigged to allow for animating the rotors.
Price $6.00

Classic Rally Car by Marcelo Barrio

2018, October 1 - 06:40
This is a classic rally car from the nineties. Very low poly suitable for mobile games. It includes the body template so you can customize any livery you want. Total poly count 2.800 polys. Main body texture 2048 px.

Professional and very simple uvs.

Any question or suggestion don´t hesitate to ask.

Price $2.00

Mirror by vis2k

2018, October 1 - 06:39
Mirror is a high level Networking API for Unity, built on top of the low level Telepathy library.

Mirror is built and tested for MMO Scale Networking by the developers of uMMORPG, uSurvival and Cubica.

Mirror is optimized for ease of use and probability of success. Projects that use Mirror are small, concise and maintainable. uMMORPG was possible with <6000 lines of code. We needed a networking library that allows us to launch our games, period.

With Mirror, the Server & Client are ONE project (hence the name). Instead of having one code base for the server and one for the client, we simply use the same code for both of them.
* [Server] / [Client] tags can be used for the server-only and client-only parts
* [Command]s are used for Client->Server communication
* [ClientRpc] / [TargetRpc] for Server->Client communication
* [SyncVar]s and SyncLists are used to automatically synchronize state.

Note: Mirror is based on Unity's abandoned UNET Networking system. We fixed it up and pushed it to MMO Scale.

Unity 2017.4 LTS recommended. 2018.4 LTS will be support when released.
Price $0.00

Hangar VR by Edit Point

2018, October 1 - 06:35
3D model of Hangar for virtual reality, Augmented reality And Games

FEATURES:

1) Baked textures are 5K 4k 3k and 2K in PNG size format.

2) Parts are correctly named, grouped with a textures name, so It can be easy to find with Mesh name.

3) Low Poly modeling with proper UV unwrapped, no overlapping.

4) Preview are realtime rendering light baked version from Unity.

5) Default textures (Diffuse, Normal, Secular Map 5K) can use for light map baking as per your environment.

6) Provide extra floor baked map without Aircraft to replace with your Plane or Aircraft.

7) Every model has been checked with the appropriate software.

8) Model baked in 3D Software, no further require to bake in Unity, time saving.

Price $49.00

Gas Station 1 by Lowpoly_Master

2018, October 1 - 06:30
Realistic Gas Station 1 .
Features:

- 2K map & PSD color layer also included for dirt and clean layerd
- Poly 4892,
- One FBX, including the walls, buildings, gas pumps, etc. They are separated models. .
- Baked unwrapped and textured.
- Professional, clear geometry.
- Optimized for games.
- All materials, textures and other parts of pack properly named.

Thanks and do not forget to rate. Good luck.
if you find any correction and additional technical details feel free to contact me..
lowpolymaster@gmail.com
Price $8.00

PBR Sci-Fi Solar Drone by Polygizer Studio

2018, October 1 - 06:02
This asset is a futuristic solar drones designed with insect motifs.
It has 7 directional animation and folding animation, and each animation can be blended and move naturally.
And for the genre such as drone racing, it has 7 color variations.

Tri count : Lod1 - 12628 . Lod2 - 6313

PBR 4096 Textures: Albedo,Normal,Maetalic Gloss ,AO,Emissive (can adjust size in Unity)

Animation list:
-Hover
-MoveFront
-MoveBack
-MoveRight
-MoveLeft
-MoveUp
-MoveDown
-Fold

7Color Variation:
Black,Blue,Green,Red,SkyBlue,Violet,Yellow
Price $11.99

MMO Equipment Weapon Treasure Icons 3 by Jim

2018, October 1 - 05:32
A set of 983 hand drawn Fantasy Icons.

Package includes:
- Armor Icon.
- Caliga Icons.
- Sword Icons.
- Armet Icons.
- Cloak Icons.
- Bow Icons.
- Feather Fan Icons.
- Staves Icons.
- Jade Pendant Icons.
- War Flag Icons.
- Treasure box Icons.
- Gems Icons.
- Herbal icons.
- Loot Icons.
- Magic Items.

Price $8.80

Toon Knights | Animated Character Pack by prijemnik

2018, September 29 - 00:26
Hi, there! I wish to give you a quick introduction to my Toon Knight pack!

The package contains several game ready characters, inspired by roman, viking, medieval, and Templar culture.
All knights are rigged and animated. The animations provided should satisfy most combat scenarios.
Each knight also has an alternative look.

You can view the animations in the attached video.

In full, the package contains:

-4 different characters (approximately 2000 tris)

-2 variations per character

-10 animations covering movement and combat

I hope that you find enjoyment in this package, should you choose to purchase it.
Price $10.00

Jump & Shoot by SJ Seol

2018, September 28 - 21:55
Hyper-Casual Game " Jump & Shoot"

Do you want to make hyper-casual games in Unity?
If so, the packages in this series will be excellent teaching materials.

How to play :
First Touch: Jump
Second Touch: Shoot

Key features:
- Simple one touch game
- Addictive and endless fun game-play.
- Optimized for mobile
- 2D Flat design.
- Full C# code.

Price $1.99

Garage - interior and props by Mixaill

2018, September 28 - 21:53
Mixaill studio presents a good solution for your Garage - interior and props is a room for a car with tools for design elements and interior items that will help you save time on implementing your ideas.
Pack includes a large set of necessary models:
room
door
window
rack
iron canister
plastic canister
hand-held lawn mower
ladder
set of wrenches
toolbox
shovel
tool cabinet
wheelbarrow
weight
hose
Garage Doors

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 $29.99

Rustic Furniture by KG Props

2018, September 28 - 21:49
Eight rustic pieces of furniture.
Each one of them has three alternate materials and comes with low, mid, and high texture map versions.
All the maps are high-quality pbr textures.

Contents of the package:
- 8 Low poly models.
- 72 Prefabs (9 for every model).
- 216 high-quality texture maps.

Price $12.00

Arcade Cabinet by Polybay Corp.

2018, September 28 - 21:21
Arcade Cabinet

Included in this package is a low-poly, modern style arcade cabinet. Super efficient mesh and textured using a PBR workflow.

Layered PSD files included so you can create your own logos, game marketing designs and game screens.

Features:

- 159 verts

- 4k textures

- PBR material
Price $14.00

Filmset Prop Pack by Polybay Corp.

2018, September 28 - 21:17
Lights, camera, action!

This package includes a number of realistic, low-poly, PBR textured models to help you create a believable filmset scene. The package comes with 10 prefabs which:

- modern digital movie camera

- camera accessories such as a tripod, matte box, lens and viewfinder

- regular set light

- rig set light

- lantern set light

- modular rig truss

- green screen

- director's chair

- green wall

- sandbag

- cable

- green floor



The camera rotates on x and y axes on its tripod as it would in real-life. Its legs can also fold up. The set light can rotate its light similarly.

Features:
- Camera + accessories approx. 5K tris

- Regular set light 1596 tris

- Lantern set light 544 tris
- 2K textures (for larger/hero objects)
- PBR materials
Price $24.00

Viaduct flyover by Rob luo

2018, September 28 - 21:07
Highway Viaduct flyover low-poly 3d model ready for Virtual Reality (VR), Augmented Reality (AR), games and other real-time apps.
this Chinese knot style of highway Viaduct flyover 3d model was created Based on real standard overpass size.
the flyover has three lanes and two lanes. the height of Guardrail is 100cm and 30 cm width.
FEATURES
+ High quality UV
+ scene polys: 7052
+ scene verts : 4295
+ poly is low and clean, can be used for the real-time engine like unity and unreal to publish VR AR 3D mobile apps.

Price $25.00

Playing Cards for Mobile by Audrain Entertainment

2018, September 28 - 21:05
Dynamically instantiated playing cards. Comes with the scripts to manage instantiating your cards to include movements and sounds. You are able to make 8 52 card decks for your playing card game. Text and suits are large for use in mobile games. The look of the cards is easily customized so you can get the look you want. Comes with sample script with documentation to see implementation.
Price $1.99

Pages