Asset Store newest packages

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

TFH Deck of Card Assets by The Froghouse AB

2020, January 2 - 14:25
This is a package with hundreds of card sprites that can be used when you create a card-game.

The package includes:
- 11 x Deck of Card packs in .png format (594 sprites)
- 57 x Card backside .png sprites

Price $50.00

TFH Deck of Card Assets plus Vector by The Froghouse AB

2020, January 2 - 14:23
This is the Plus version of "TFH Deck of Cards Assets" package. The plus version also includes vectorised versions of all assets. They are stored in Illustrator format (.ai). This gives you the opportunity to modify each asset.

The package includes:
- 11 x Decks of Card .png sprites (594 sprites)
- 57 x Card backside .png sprites
- 11 x Decks of Card Illustrator .ai files (594)
- 57 x Card backside Illustrator .ai files

Price $100.00

Touch Controller Kit Lite by A2 Games

2020, January 2 - 14:19

Touch Controller Kit Lite is a free version of Touch Controller Kit. With this asset, it is easy to add any kind of touch controls to your game with only minimal coding experience. All you need to do is pick the controller you want and drop it to your scene. That's all, Enjoy consistent inputs across any touch device.


Documentation | Contact

• Examples and Demos

Contains several examples that will help you to easily integrate it into your game.


• Visualize Touches

Visualize your touches on screen by animating it.


• Swipe

4-directional swipes with lots of customization and easy to use delegate events to trigger your swipes.


• Multi-Tap

Detect and trigger events in case of tap or double tap.


• Controls for Device Tilt

Easy to use tilt controller for supported devices. Detect and tilt in any axis.


• Joystick

You can use the drag-and-drop joystick D-pad which can be customized as you like.


• Zoom and Pan 2D

Zoom and Pan the scene in 2D. Restrict the player from zooming or panning beyond a certain limit.


• Combine Controllers

Furthermore, you can combine several of the controllers provided to create a unique one for your game.


• Mouse Preview

Most of the controllers also supports mouse inputs to help you quickly check and debug errors in the unity editor itself.


• Documentation

Always updated online documentation with an Offline ReadMe file.


• Supports Unity 2017+

Works on Unity 2017, 2018 or 2019.



Components provided with this asset:

•Swipe Controller: For 4-directional swipe and taps.
•Joystick: For joystick controls in your games.
•Tilt Controller: For device tilt controls.
•Visualize Touch: For touch animations.
•2D Zoom and Pan: For zoom and pan in 2D environment.


This is only a free version of a paid asset. The paid asset has following features.

•Visualize Touch: You can show touch animations, draw line or show a touch trail.
•Swipe Controller: 4/8-directional swipes with tap, double tap, triple tap and long tap.
•Racing Controller: Easy drag-and-drop controls for racing games.
•Tilt Controller: For device tilt controls.
•Joystick: For joystick controls in your games.
•Touch Pad and Camera Rotater: Simulates joystick like controls with touch and for FPS type camera controls.
•Joystick and Touch Input Handler: For joystick and touch pad integration and their input controls. You can switch between joystick or touch movement with a click.
•2D Zoom and Pan: For zoom and pan in 2D environment.
•3D Zoom and Pan: For zoom and pan in 3D environment.

Buy the paid version here: Get Touch Controller Kit

Please read the Documentation for in-depth usage guides. If you need help or encountered an error or a bug please report to us via email contacta2games@gmail.com
Price $0.00

Dragon enemy by Cattleya

2020, January 2 - 14:18
Low poly hand painted dragon character for enemies in game. Rigged, animated, ready for mobile games

- .fbx format
- 1242 polys in model
- animations splitted in different files for comfortable work with asset: idle, walk, death, taking damage, left bite, right bite, fireball attack, wing flap attack, tail attack
- texture: diffuse map 1024px in .png format
- mesh it t-pose included for create your own bones and animations

If you have any troubles or if you need other formats be free to write me

Price $25.00

Single-Player CCG Kit by gamevanilla

2020, January 2 - 14:17
Create your own single-player collectible card games with Unity.

Single-Player CCG Kit is the most complete tool to create your own single-player CCG games with Unity in the spirit of the classics of the genre.


📚  Documentation
📆  Roadmap
🎮  Windows demo
🎮  Mac OS demo


🔥  EARLY ACCESS  🔥

Purchase the kit at a 50% discount off its final price while we complete it with the most requested features by the community. You can check out the full roadmap here.


🛠  FEATURES  🛠

Easy-to-use visual editor to create new cards, players and enemies.

ECS-ready: The kit leverages the new Entity Component System library in Unity.

• Complete set of unique graphics, animations and effects designed by ricimi. This includes 1 unique player character and 3 unique enemy characters with 2D skeletal animation.

• Complete and extensively documented C# source code included.


❗  COMPATIBILITY  ❗

Unity version: Single-Player CCG Kit is compatible with Unity Personal, Plus and Pro. Unity 2019.3.0f3 or newer is required. Alpha and Beta Unity versions are not guaranteed to be supported.

Deployment platforms: Single-Player CCG Kit is fully compatible with all Unity platforms supported by the ECS, including standalone, consoles and mobile. WebGL is NOT supported.

Development platforms: Single-Player CCG Kit has been fully tested with Windows and Mac OS X.


This asset requires importing the free DOTween asset (license here). See Third-PartyNotices.txt file in package for details.


What are you waiting for? Go slay some demons in the dungeons of hell! 🧙💥💀
Price $99.99

Goat male by Radik_Bilalov

2020, January 2 - 14:12
This asset has realistic GOAT MALE model.
The model has 4 levels of LOD
- 9400 tris;
- 6500 tris;
- 3300 tris;
- 1600 tris;
There is a version for mobile phones with 1600 triangles.
Texture maps - albedo, metallic / roughness, normal map (all 4k).

48 animations (IP/RM):
Agression, attack 1-3, attack run, hit front, hit back, hit middle, death 1-2, idle 1-3, eat, drink, lie, sleep, fall down, fall high, fall low, fall landing, walk (f-b-l-r), trot (f-l-r), run (f-l-r), swim (f-b-l-r), jump, jump run, jump forward, etc.


If you have questions, then write to the mail:
RedDeer3D@gmail.com
Price $25.00

Simple Traffic System by TurnTheGameOn

2020, January 2 - 14:09
The idea is simple, provide a minimal feature set for AI traffic cars to drive around a complex road network. This means the cars have only the necessary components and logic to accomplish this task, making them highly optimized and scalable, allowing you to use more of your performance budget for other content.

The new C# Job System and Burst Compiler are used/required for this asset. AI traffic logic is handled by a single "AI Traffic Controller" that "AI Traffic Cars" register to. This is a data oriented logic structure and allows the AI logic to run in parallel jobs spread across all available cores.

Project Setup
This package uses the new C# Job System and Burst Compiler. You must make the following project configurations to enable these Unity features.

Player Settings
-Open the Player Settings (Edit > Project Settings > Player).
-Scripting Runtime Version .Net 4.x Equivalent
-API Compatibility Level .Net 4.x

Package Manager Dependencies
-Open the Package Manager (Window > Package Manager), enable Show Preview Packages.
-Burst
-Collections
-Jobs
-Mathematics

Job Settings
-Enable "Jobs > Burst > Enable Compilation" from the Unity menu bar.

Standalone Builds
To use the burst compiler in standalone builds, you need to install the Windows SDK and VC++ toolkit from the Visual Studio Installer.

WebGL and PC Demo
Forum

Price $35.00

Unicorn Animated by WDallgraphics

2020, January 2 - 14:07
Unicorn 3D model.

Include scene demo
18 Animations in root motion
2 Textures (4096x4096)
2 Materials
1 Prefab
1 Animator Controller
1 Skybox
3 Scripts
1 Scene demo

Low poly model

4699 quad polygons on this mesh
4875 vertices on this mesh

Textures
Unicorn_D
Unicorn_N

Animations List
attack
die
hit
idle
jump
lookleft
lookright
rampant
run
runleft
runright
shake
trot
trotleft
trotright
turnleft
turnright
walk

Animation demo

Price $15.00

Gun Wars - Cartoon Assets by Jonathan Caliari

2020, January 2 - 14:01
STARTING PRICE: 9.95$
NORMAL PRICE: 15.95$


Gun Wars - Cartoon Assets

A perfect modular 3D environnement package to construct your very own Tower Defense games but also for any others types of games.

This package contains over 80 prefabs:
Props, weapons, towers (with 3 evolutions), particle systems, buildings, characters ready to animate.. Environnement optimized with texture atlas and one material for increase performance.

Watch the trailer here.
Two demo scenes included.
Assets work on mobile.

Contains only 3D art. For more information have a look to the read me.

Enjoy !
Price $9.95

500 Profession and Craft Icons by PONETI

2020, January 2 - 13:30
Package contains 605 unique hand-painted Profession and Craft icons. You can combine and change colour to create more variations.

Includes 10 professions:
- Cooking and fishing (60 icons);
- Alchemy (64 icons);
- Blacksmith (60 icons);
- Enchantment (61 icons);
- Herbalism (60 icons);
- Jewelry (60 icons);
- Mining (60 icons);
- Skinning (60 icons);
- Tailoring (60 icons);
- Engineering (60 icons).

- High quality 256x256 pix. PNG
- Transparent background version included.

Previous package: 500 Resource Icons
Price $14.99

Knight Shield 05 by Don_Falcone

2020, January 2 - 13:29
Technical Details:

-Texture Size: 4096x4096
-Maps:
Normal
Albedo
MetallicSmoothness
AmbienOcclusion

-Polycount:
LOD0 - 2420tr
LOD1 - 1592tr
LOD2 - 934tr

If you have any questions - write to me. Always happy to help.
Price $6.95

Knight Shield 03 by Don_Falcone

2020, January 2 - 13:26
Technical Details:

-Texture Size: 4096x4096
-Maps:
Normal
Albedo
MetallicSmoothness
AmbienOcclusion

-Polycount:
LOD0 - 3664tr
LOD1 - 1873tr
LOD2 - 864tr

If you have any questions - write to me. Always happy to help.
Price $6.95

Knight Shield 02 by Don_Falcone

2020, January 2 - 13:25
Technical Details:

-Texture Size: 4096x4096
-Maps:
Normal
Albedo
MetallicSmoothness
AmbienOcclusion

-Polycount:
LOD0 - 3017tr
LOD1 - 1620tr
LOD2 - 611tr

If you have any questions - write to me. Always happy to help.
Price $6.95

Knight Shield 01 by Don_Falcone

2020, January 2 - 13:21
Technical Details:

-Texture Size: 4096x4096
-Maps:
Normal
Albedo
MetallicSmoothness
AmbienOcclusion

-Polycount:
LOD0 - 2448tr.
LOD1 - 1527tr.
LOD2 - 657tr.

If you have any questions - write to me. Always happy to help.
Price $6.95

2D Animated Animal Characters by Tunnel Vision Studio

2020, January 2 - 13:21
2D Animated Animal Characters is a set of 4, hand-drawn, fully animated, 2D characters.
We are proud to introduce you: Birdo, Catto, Doggo and Rabbito .
6 Spritesheets png animations for each character (they are imported, sliced and ready to use):
Idle
Walk
Crouch
Jump
Hit
Die
Original PSD Files included.
Demo scene, Prefabs, Animations clips and controllers included.
PNG files can be used regardless of the version of Unity.
Price $4.99

Animals Sound Effects Audio Package by Aligned Games

2020, January 2 - 13:20


Make use of Animals Sound Effects Audio Package to add realistic, clearly recorded and well edited animal audio effects to your projects!

With the 87 effects included in this package turn all your projects into lively experiences!

Animals sound effects included in this package :
Bear : 3 Sound Effects
Bird : 12 Sound Effects
Cat : 6 Sound Effects
Chicken : 4 Sound Effects
Cow : 4 Sound Effects
Deer : 2 Sound Effects
Dog : 6 Sound Effects
Donkey : 4 Sound Effects
Duck : 4 Sound Effects
Elephant : 3 Sound Effects
Goat : 5 Sound Effects
Goose : 3 Sound Effects
Horse : 5 Sound Effects
Lion : 3 Sound Effects
Monkey : 5 Sound Effects
Pig : 6 Sound Effects
Sheep : 2 Sound Effects
Tiger : 6 Sound Effects
Turkey : 2 Sound Effects
Wolf : 2 Sound Effects

For support email me at : alignedgames@mailbox.co.za

Aligned Games website : Visit Here
Price $10.00

Sci-fi Effects Pack by VaxKun

2020, January 2 - 13:17

If you are searching for an hologram shader, you actually found it!



Compatibility with Android, iOS and Consoles! (soon) LWRP compatibility.



Effects included:

- Healing

- Shield

- Hexagonal interesting area

- Pentagonal interesting area

- Laser bullets (soon)

- Boost (soon)



With a PDF Documentation too!



Enjoy!


Price $10.00

Bedside Table by Viverna

2020, January 2 - 13:16
Low-poly models of Bedside Table.
---------
Materials: PBR(Metallic) 1 for table 1 for drawers
Textures: .png/.tga 2048x2048
Color/ Metallic(Gloss)/ Normals / AO
---------
Consist: Table/ Drawer x2 + 1 Table Without drawers
Units used: cm.
--------
Polycount:
Tris: 536
Table -376 | Drawer - 80
Vertices: 280
More info - last screenshot.

Price $6.99

Basketball by GameAudioVision

2020, January 2 - 13:15
AAA Quality Sound Effects for Video Games! Perfect choice for game developers and sound designers.

Let us introduce our Basketball sound effect pack, in what we are offering the following categories: ball popping, dunk, net, pass.

The pack was professionally created, carefully designed by our sound designer and his flawless knowledge, in order to offer the best quality sounds for you. Our high quality sounds are offering an efficient solution for your game. Perfect to bring your project into life.

Spec:
Files: 12 file
Format: WAV 48k 24bit
Size: 3.7 mb

Categories:
Ball popping, Dunk, Net, Pass


Price $9.99

RolanSkinShader by Rolantin

2020, January 2 - 12:10

A realizeSkin Shader. Beauti and nature.No Processing prettify!

Give you a artis try.easy to use and design!

This work fine in mobie,Excellent efficiency!

Support Unity All Light System.

Test work fine 5x ~ 2017x


ProbList 
-Model
-Shader
-Demo Scene


Price $15.99

Pages