Feed aggregator

Missiles and Rockets SFX by SoundFX Studio

Asset Store newest packages - 2019, May 13 - 13:19
MISSILES AND ROCKETS FX – GAME-READY SOUND EFFECTS FOR GAME DEVELOPERS

Youtube Preview

Soundcloud Preview

Full SFX Listing

An unique library of sounds for game developers. The Missiles and Rockets FX sound library includes 24 sound effects of different missile, rocket and grenade launchers. Such as BM-21 Grad MLRS or M270 Multiple Launch Rocket System, M203 Grenade Launcher, Mortar, Surface-to-Air and Air-to-Air. And one set of rocket launch sounds from the cockpit.

Each sound has several variations. Play them in random order to get realistic sound!
Price $14.99

Giant Stag Beetle by WDallgraphics

Asset Store newest packages - 2019, May 13 - 12:53
Giant stag beetle 3D model.

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

Low poly model

2 Lod's
LOD1
19786 quad polygons on this mesh
20493 vertices on this mesh
LOD2
11336 quad polygons on this mesh
11854 vertices on this mesh

Textures
Beetle_D
Beetle_Eyes_D
Beetle_N
Eyes_N
Fur_D
Wings_D
Wings_N

Animations List
attack
die
fly
flyleft
flyright
hit
idle
landing
takeoff
turnleft
turnright
walk

Animation demo

Price $15.00

Photo Studio by 3D Everything

Asset Store newest packages - 2019, May 13 - 12:46
Interior of a photo studio in an industrial-style loft. It has a total of 35 models. The models consist of different types of spotlights, a tripod, a camera, a photograph umbrella, a green and a white screen. There is also a desk with a computer and pictures, a stool and chairs. The doors are scripted to be opened and closed when approaching with and indicative image and text to interact with the scene. All the models are low-poly to be used in games and applications.

Included:

- 1 Demo - Camera
- 35 Models and prefabs / low poly
- Average model poly between 200 - 3500.
- Interactive doors - scripts
- Sounds - Open / Close
- Textures png format (1024 x 1024)
- Real scale of the models


Price $20.00

Sound Reactor Pro by Little Dreamer Games

Asset Store newest packages - 2019, May 13 - 12:30

[support] [website] [manual]

[upgrade notes]


One license per seat.

Sound Reactor Pro is a tool that makes it easier than ever to make properties in Unity react to audio and MIDI events.

Sound Reactor Pro introduces MIDI file playback. MIDI Note events and their velocities are converted to a 128 note spectrum. This means precise control for up to 128 isolated frequencies that can be used to accurately control the value of any property.

PRO
• MIDI file playback that converts notes and their velocities to a spectrum that properties can react to
• Custom MIDI event handlers can be written to handle events manually
• Plays MIDI files in sync with audio files

Please refer to the technical section of the [manual] for supported MIDI features and technical details.

STANDARD
• Create stunning visualizers
• Highly configurable
• Generate spectrum from any audio channel that Unity supports
• Easy to use Spectrum Builder
• Property drivers that drive: color, position, rotation, scale, particle emitters, and physics forces
• Event handler driver that can be customized to drive any property
• React to beats
• Modular design that makes it possible to integrate into any project
• Fully documented


Every visualizer seen in the Sound Reactor Highlights video is included with Sound Reactor Pro.


Price $68.00

Retro Pickup by Minod studio

Asset Store newest packages - 2019, May 13 - 12:23
The pickup has two versions of colors (red and gray). PBR materials.

Includes:

-Meshes:

14.679 tris

-Materials:

Body

Glass

Interior

Tires

-Textures:

Body 4096x4096 [PNG]

Glass 512 x 512 [PNG]

Interior 2048 x 2048 [PNG]

Tires 1024 x 1024 [PNG]


Price $19.99

Ambience - Sci-Fi Soundscapes by Rogue Sound LLC

Asset Store newest packages - 2019, May 13 - 11:59
Unexplored planets, harsh and foreign alien soundscapes, interplanetary environments. All sounds cut to loop and ready to drop into your game.

File Type: WAV
Sample Rate: 48k
Bit Depth: 16
Format: Stereo

All purchases final.
Price $10.00

Introducing the Profile Analyzer

Unity Blog - 2019, May 13 - 11:33
Have you ever needed to compare the difference in performance between two versions of your project? See the impact of an asset or code change, optimization work, settings change or Unity version upgrade? Read on to find out how our Profile Analyzer (Preview) can help you! Built out of necessity As part of Unity’s Platform […]

Rpg Fantasy Cursors by REXARD

Asset Store newest packages - 2019, May 13 - 07:20
Set of 24 cursor icons. All icons are of a high quality. A good choice for any game in Fantasy style.

Rpg Fantasy Cursors includes:
- 512x512 pixel size;
- 256x256 pixel size;
- 64x64 pixel size;
- 32x32 pixel size;
- 16x16 pixel size.
Price $4.99

Dream Bit Bundles by Ciolte Daniel

Asset Store newest packages - 2019, May 11 - 12:04
So you have heard of Unity Asset Bundles and marveled at their potential, especially for reducing your built game size and for deploying new content and patches to the players who have your game installed on their devices. Maybe you find the default asset bundling mechanism a bit cumbersome and/or hit a wall trying to actually use in-game the assets you have just packed into bundles. What about uploading your bundles to a far away server? Or your clients downloading them? If you have at least one of those problems, have no fear: Dream Bit Bundles is here to ease and solve most (if not All!) of your asset bundling, patching, asset instancing needs. And many more cool features useful for building almost every game type you can come up with. Oh, and it's completely modular so you can easily extend the core functionality with any new general purpose module(s) your game(s) may need. And don't even get me started on the cool, bundled assets based, level configurator...

Before Starting

Dream Bit Bundles relies heavily on the async/await pattern and thus, before importing it, you have to download from the Asset Store and import into your project the Async Await Support free library.

Highlights

● Easy to use, folder based mechanisms for building the Asset Bundles. Just drop the assets into some dedicated project folders and press a button to start packing them into bundles. DBB will generate one asset bundle for each folder eligible for bundling. The system also generates automatically a C# class, for each bundle, with static properties which reference the bundled assets inside and are used to easily instantiate them into game scene at runtime.

● 3 different methods of marking folders which will be used for asset bundling: build bundles from project folders which have a custom, configurable name; build bundles from a list hand picked project folders; build a bundle from an individual project folder using a contextual menu button.

● Custom implementation for the asset bundle upload, download and local patching mechanisms.

● Separate project and server storage for bundles built for different platforms.

● Memory caching system for the loaded bundles, which balances memory consumption and assets loading speed.

● Easy to use Unity Editor tool for uploading your bundles to a FTP server in order to be used by the patching mechanism on the client devices side.

● Lots of user friendly Editor tools and custom inspectors for: asset bundles content visualizing, rebuilding individual bundles, building the Unity Player, server deployment, batch operations and much more.

● Powerful levels configuration system: no more multiple scenes in your game, ONE is all you need in your whole project. Just bundle some assets, create a level configuration prefab, use the assets picker tool to select (from the assets that are bundled) which asset will be loaded for that level and you are mostly done. And while your are still there, you can pick custom splash screens and progress bars for each level configuration you create.

● Easily extensible core mechanism by creating so called Dream Plugins. Create your own custom logic (localization, achievements etc.) and follow a few simple steps to have it recognized by DBB. Once recognized, DBB will take care of the bundling, deploying, patching and accessing tasks for your newly created module.

● Smart Editor tool that detects code changes since your last Unity Player build and informs you that you should redeploy it to your customers (besides the new asset bundles).

● BONUS: A fully functional and DBB integrated UI and texts localization system.

● FULL source code included.



Platforms Tested And Working

✓ Unity Editor – Windows 10

✓ Windows Standalone Build

✓ Linux Standalone Build

✓ Android Build


Platforms Tested And Not Working

Χ WebGL Build


Platforms Not Tested

? Mac OSX

? iOS

? Consoles, TVs builds etc.


Price $49.00

Infinite Sci-Fi Shooter Package by DragonLi

Asset Store newest packages - 2019, May 11 - 04:08

What’s ‘Infinite Shooting'


Video introduction


Document & Learning


Help & Support



Infinite Shooting Package is a product-level shooting game template, let's take a look at what it contains.


Lighting;
Game scene is a closed base, we built it with Unity 2019's latest HDRP technology, and the light and shadow atmosphere is divided into day and night.


Event flow (supporting customization);
The task system uses a visual blueprint connection, from entering the game's menu to executing the game task you can do by simply making a node connection in the editor. If you don't meet the built-in node Functionality, you can create your own task processor with just a few lines of code to help you achieve your cool game!


Character controller;
TPS controller and you can easily extend or change it to FPS controller. Thanks to excellent animation blending and motion capture technology, walking, aiming, shooting, and squat walking are incredibly smooth.


AI behavior;
In the game, human enemies are constructed with the idea of 'personification behavior'. The enemy can not only act alone, they can cooperate with each other in battle. The enemy behavior system built into the template can help you quickly create complex product-level game AI.

'personification behavior':Monitor & Sneak Module, anthropomorphic animation system based on motion capture files, human natural behavior simulator, bunker behavior system, etc.


Product-level weapon system (supports custom);
Weapon system includes: numerical custom adjustment, recoil simulator A crosshair system that matches the AIM, a weapon switching system, a shell control system that utilizes the object pool, and the like; There are 3 kinds of weapons built into the template. With the weapon system, you can easily adjust the weapon you want.


Built-in air enemy behavior, crawling enemy behavior, large machine BOSS;
Three standard enemy modules, they can help you quickly enrich the game. Air Enemy & Crawling Enemies support clustering based on object pools. Object pools are already included in the template. You only need to design and produce your game, and we will solve the performance problem.


Input;
The template's support joystick, mouse and keyboard, and mobile phone touch input.



Infinite Shooting Package Highlight:

Character control System
Event flow blueprint system(PRO)
Behavior tree editor and advanced built-in AI behavior(PRO)
Full platform input support
Audio mixing controller
Localization support
Data storage
Weapon System(PRO)
Pick up System
Support Unity 2019
Art resources are built on HDRP
Hit prompt
Runtime debugging


Upcoming update:
- First Person Controller & More Tutorials
- Weapon Sandbox System & Article Backpack System
- More characters and AI behavior

About optimization;
Our studio has long been working with Sony Interactive Entertainment and we have our own independent program optimization solution.The core source code in the game has been tested for 4 years. Using this template will give you an international product-level performance advantage.



If you have any questions, please visit our Help & Support page.



Price $74.99

The Battle Multiplayer Game Template by Triángulo

Asset Store newest packages - 2019, May 10 - 15:58

This is Photon Multiplayer Game Template.


Asset Features :


C# source code included.


-Works on all platforms (PC, Mobile)

-Fully operational mobile and keyboard controls

-Top down controller

-Combat system

-Photon Network

-Lobby system

-Game logic

-Unity 2018+ support


Price $14.00

Xsolla Login SDK by Xsolla Inc.

Asset Store newest packages - 2019, May 10 - 15:54
Xsolla Login is a single sign-on tool that authenticates and secures user passwords on behalf of partners who develop video games. It creates a seamless, one-click user registration experience that offer players convenient, safe, and fast methods for signing up or logging into all of their favorite games. Login uses API methods and allows partners to authenticate users via username/password.
Features:
Signup
Email confirmation
Password reset
Remember me
Simple API
Documentation
Source Code

Price $0.00

Suspenseful Cinematic Ambient Pack by FicusProsound

Asset Store newest packages - 2019, May 10 - 15:52
Suspenseful Cinematic Ambient Pack is an album with 5 suspenseful cinematic ambient tracks featuring deep pianos, airy pads, hybrid elements, dark bass synths and disturbing synth leads with Hollywood quality. It contains sneaky, suspenseful and mysterious melodies that will increase the tension in your scenes. Sometimes a bit emotional, sometimes quite dark and aggressive, these soundscapes are perfect for any kind of situation. They are suitable for background, escape room, puzzle, jigsaw and general suspenseful and mystery scenes for your game or media production.

The pack contains full versions, 2 alternate versions and many looped versions that will help you to embed easily the music in your project.

You can preview the full versions here:

https://soundcloud.com/ficus-prosound/sets/suspenseful-cinematic-ambient-pack:

For any question, request or custom music you can contact me at: hello@jordilongan.com
Price $9.95

Fast Stylized Shadows by Bolt-Scripts

Asset Store newest packages - 2019, May 10 - 15:38
Fast Stylized Shadows is exactly what it says on the tin, a very efficient implementation to add a bit of style to your shadows.

Works great on mobile and can give low resolution shadows a bit of extra flare to disguise the low resolution with minimal artifacting.

Fully customizable via an input style texture and a few parameters.

Can do things like give shadows a dithered or grainy look, or even a sort of brush stroke or stippling effect. It's up to you!

NOTE: Requires using screen-space shadows by default, code could be used to modify existing shadow sampling implementations though. And on this note, because of this it only works for realtime shadows and not baked shadows or spotlight cookie type shadows etc.

NOTE V2: Because this uses a custom screen-space shadows shader, if you're already using one of those you'll need to modify the existing one slightly.
Price $10.00

Craft Resources Icons by REXARD

Asset Store newest packages - 2019, May 10 - 14:52
A set of 216 hand drawn Craft Resources Icons. All icons are of a high quality. A good choice for any game in the fantasy style. All Icons have transparent background so you can place it on any surface you need.

- Updatable;
- Each icon is 256x256 pixels size (PNG);
- 216 unique icons in total;
- All Icons have transparent and black background.
Price $9.99

K98 WWII Sniper Rifle by Creation Wasteland

Asset Store newest packages - 2019, May 10 - 14:43

This is a must have weapon for any WWII game! Perfect for survival, zombie, battle royale and any other type of shooter.

This asset has a low poly count of around 8.8k tris (14.6k tris with scope) without sacrificing quality. It is a beautiful asset and with such a low tri count, it is excellent for VR games.


This gun comes with a removable sniper scope attachment (5.7k tris)


All moving parts are fully articulated and model is real world scale


This asset comes with a 4096x4096 PBR textures.


It also comes with ammo, (both live and spent), also with 1024x1024 PBR and Diffuse textures.


Basic weapon animations are included, you can use mecanim animator states to transition between them. (Already comes with a very basic animator), animations included:


- default
- charge bolt
- bolt up
- bolt back
- trigger down
- trigger up


This also comes with a LOD0 (aprox 8k tris total) and LOD1 model (aprox 5k tris total)


Please visit https://creation-wasteland.com/promo for more information about promotions

* Animations are NOT character animations, they are poses for the weapon only

Price $20.00

FieryRanker PoolManager by FieryRanker

Asset Store newest packages - 2019, May 10 - 14:40
Web Site | Documentation | Support

What is this package?

“FieryRanker PoolManager” is a pooling manager that utilizes the pooling of objects for developers. This manager handles the provision of objects that created a pool for and prevents unnecessary instantiations.

This package supports .NET runtime version 3.5 Equivalent and above, compatible with .NET Standard 2.0 API and newer. Does NOT require any 3rd party dependencies, a pure package to use on Unity.
Price $4.99

Flower Faroe by VuStudios

Asset Store newest packages - 2019, May 10 - 14:23
HIGH QUALITY Flower optimized for Unity game engine!
Mobile Optimize Scene
This is model 3D Flower Faroe in the Big Pack (Cartoon Flower Colections) with over 5 types color!
All objects are ready to use in your visualizations.
- 1024x1024, texture maps
- Poly Count : Average 37823 polys

Price $5.99

Lyra: Behind The Rookies

Unity Blog - 2019, May 10 - 14:04
The Rookies is a community platform and online global contest that enables students to share their work with the world. Last year’s winner of the PC & Console Game of the Year award, Lyra: The Traitor Lyngrave, shares their learnings and advice for students. This year’s iteration of The Rookies, a community platform and online […]

FANTASY MONSTER PACK01 by The 7 Heaven

Asset Store newest packages - 2019, May 10 - 13:52
Click here,if this is your favorite style,welcome to see more

This pack gather 6High precision model,can be used for mobile games or planning a group of monsters
Details are as follows:
Monster Ske
Monster Cyc
Monster Lancer
Monster Dog
Monster Tiger
Monster Succubus
Can Watch animation on YouTube,The action won't let you down
Have any questions, please email us ShaNR7@outlook.com

Price $42.00

Pages

Subscribe to Babel X3D aggregator