Feed aggregator

HDRP Sci-fi weapons by Albert_Einsteinn

Asset Store newest packages - 2018, August 20 - 19:33
The project was developed at the request of Unity in 2018 using a new HDRP rendering. The kit contains 6 types of weapons with three different colors. The emissive color can be any. All textures are the size of 4096x4096. A set of models allows you to use them in first-person games, and the number of polygons in models allow you to use it in some global projects.
Price $6.99

Abyss Creature by Fainward

Asset Store newest packages - 2018, August 20 - 19:32
Package contains:

Abyss Creature Model:
Tris: 5 312
Verts: 2 763
Faces: 2 716

Animated Abyss Creature with six base texture variations and five additional materials with emission texture.

Model: Sketchfab
Site: Fainward
Support: fainward@fainward.com

12 Abyss Creature Prefabs
15 PBR Materials
Base animation controller
Demo animation controller
Demo scene

Textures:
Texture size: 2048x2048
6 Base textures
Emission texture
Normal Map

29 Animations:
Abyss.Appear
Abyss.Attack.1
Abyss.Attack.2
Abyss.Attack.3
Abyss.Cast.Attack
Abyss.Cast.Attack.Start
Abyss.Cast.Attack.Loop
Abyss.Cast.Attack.End
Abyss.Cast.Buff
Abyss.Death.1
Abyss.Death.1.Shake
Abyss.Death.2
Abyss.Default
Abyss.Dodge
Abyss.Eyeshake
Abyss.Hit.Down
Abyss.Hit.Front
Abyss.Hit.Left
Abyss.Hit.Right
Abyss.Hit.Up
Abyss.Idle.1
Abyss.Idle.2
Abyss.Idle.2.Start
Abyss.Idle.Roll
Abyss.Move.Backward
Abyss.Move.Forward
Abyss.Move.Left
Abyss.Move.Right
Abyss.Rage
Price $19.00

Blood: Splashes by Game-Ready

Asset Store newest packages - 2018, August 20 - 19:31
Blood: Splashes is a part of Horror Collection: Blood and contains:

•Splatters [106 textures]
•Dots [76 textures]
•Flowings [52 textures]
•Big Splashes [13 textures]

HIGH-RES SCREENS
Price $39.99

Wet Stuff by Placeholder Software

Asset Store newest packages - 2018, August 20 - 19:19

Wet Stuff makes it easy to instantly make any surface appear wet; simply place decals into the scene and surfaces within will appear wet. Decals can be configured with a powerful set of tools and animated using timeline to simulate many effects such as water buildup, puddles drying out, slightly damp surfaces and more - all without modifying any textures, materials or shaders.



Features
* Instantly make any surface appear wet
* Easy to use decal system
* Create wet surfaces at runtime
* Automatically creates splashes from particles systems
* Powerful configuration system to create a range of effects such as:
** Rain splatters
** Puddles growing and drying over time
** Leaking Pipes


Requirements

Wet Stuff requires cameras using `Rendering Path: Deferred`. If you're interested in using Wet Stuff with stereoscopic rendering or the new HDRP pipeline please contact us.



Help & Support
Documentation | Discussion Forum | Website | Issue Tracker
Price $12.50

How to test Unity in a week?

Unity Blog - 2018, August 20 - 18:39
That is the question we constantly face as Quality Experts in Sustained Engineering. Every week we release two new minor versions of Unity with fixes and improvements. A crucial aspect of our job is to assess the quality of these builds, identify possible issues, provide feedback to the development teams and give the green light […]

Bamboo by Twisted Deck

Asset Store newest packages - 2018, August 20 - 18:32
Stylised bamboo trees.
Pack contains 6 hand-painted assetsm easy to customise.
Content:
* 6 bamboo models in .fbx format (316 to 1884 tris)
* 1 common diffuse texture
* 12 prefabs


Contact information:
twisted.deck@yahoo.com

Price $10.00

Catch The Balls - Mobile ready game - easy to reskin by Aleksa Racovic

Asset Store newest packages - 2018, August 20 - 18:28
Catch The Balls is a mobile ready template. Game is ready for release.

Balls keep falling from the sky and you need to catch them as much as you can. When you miss to catch game is over. Game is endless and main goal is to score as much as you can. As it progress game becomes harder and harder.

I hope you will like this template and please check out my other projects.

Thank you!
Price $0.79

Favorites Window by Chameleonic

Asset Store newest packages - 2018, August 20 - 18:20
Speedup your daily workflows with a favorites window that feels native to the engine. No learning curve required.

Usage suggestions:
- Make props palettes specific to some worlds
- Keep at hand assets, folders or scripts related to a task
- Organize prefabs related to features
- Group assets in different ways than the folder structure lets you
- Quick access frequently edited scriptable objects.

[ Site | Support email ]

Features:
- Store as many private favorites lists as you need
- Drop any asset or folder to add to current list
- Drag items from window to any field or scene
- Drag multiple selection to assign to collections
- Drag&Drop to rearrange the list to your taste
- Full undo/redo support
- Double click to open asset
- Dark and Light themes supported
- Multiple folder selection shows the combined content of all of them (Only in 2 column mode project window)

Roadmap:
- Shared lists for everyone
- Add favorite items from scenes

Price $25.00

AR Camera Controller by Mobyr Technologies

Asset Store newest packages - 2018, August 20 - 18:15

Want to build an AR game with Android camera feed? Or perhaps, want to get Realtime Camera Frame as raw buffer super fast for performing Computer Vision analysis without stalling GPU and compromising FPS?


It is easy to feel constrained with the WebCamTexture API of Unity or while using other third party AR SDKs like ARCore or Vuforia when you want to customize your camera parameters as much as possible. For example, if you want to use your front camera for tracking/analyzing your face or turn on the flashlight for a horror game.

AR Camera Controller will give you that exact control you crave for and so much more.


The package is tested and meant to be currently used only in android platform, although it should work with less functionality on all platforms using Unity's WebCamTexture api(Tested in Unity Editor).

Features:
- [Android only] The included android camera plugin is built using the latest Camera2 apis for supported phones and falling back to deprecated Camera api for older ones.
- [Android only]Supports switching camera between front and back
- [Android only]Supports toggling FlashLight on and off
- Capturing camera feed as image(only up to screen size)
- Retrieve Low Res Unity MainCamera RenderTexture data as both Texture2D and native c++ char* buffer(IntPtr). For Android running Oreo 8.0+, Buffer/Texture2D retrieval is GPU stalling free and with latency of just 5-10 ms.
This buffer/texture can be directly used in native C++ or C# code for computer vision analysis or something else as required.


More features will be added in later versions.

Installation[For Android]:
- Import the package into your project
- Disable Multithreaded Rendering in PlayerSettings/Android/Other Settings
- Minimum API Level needs to be set to 16(Android 4.1)
- Build and Run the SampleScene
Further usage guide is provided in "AR Camera Controller Guide.pdf" present in the package


This asset uses ARBackground.shader from Google ARCore SDK under Apache 2.0 license; see Third-Party Notices.txt file in package for details.


Links:
Website


Price $10.00

Sci-fi Swords Pack 2 by THEOJANG

Asset Store newest packages - 2018, August 20 - 18:12
Sci-fi Swords Pack 2
----------------------------------------------------

Half hand-painted and highly detailed, these models are compatible with your game engine of choice.

This is pack includes 2 models also available separately:
- Sci-fi Frozen Sword
- Two Colors Epee

Real world scale: approximatively
- 165cm X 20cm X 5cm
- 210cm X 15cm X 10cm

This product includes:
- 2 Sword Models
- 2 Sheath Models
- 3 Materials
- AlbedoTransparency
- MetallicSmoothness
- Normal
- Emission

* All Maps are in 4096x4096

------------------------------------------

Please leave a Like or a Comment if you like the model to help me bring you better products.

Thank you!

Price $17.00

Heavy Full Metal Sword - Remake by THEOJANG

Asset Store newest packages - 2018, August 20 - 18:12
Heavy Full Metal Sword
----------------------------------------------------

Half hand-painted and highly detailed, this model is compatible with your game engine of choice.

This is a remake version of the model "Heavy Full Metal Sword"

Updates:
- Texture remake
- Both sword and sheath models share the same material
- Cleaner topology
- Optimized polycount
- Organized UV

Real world scale: approximatively 195cm X 35cm X 10cm
This product includes:
- 1 Sword Models
- 1 Material
- AlbedoTransparency
- MetallicSmoothness
- Normal
- Emission

* All Maps are in 4096x4096

------------------------------------------

Please leave a Like or a Comment if you like the model to help me bring you better products.

Thank you!

Price $0.00

Austria Race Track Formula 1 by Best Seller

Asset Store newest packages - 2018, August 18 - 02:31

Australia Race Track
This pack delivers a plus race track for Mobile, desktop & console platforms.
All Textures are in Psd format.
Race track
Park Vehicles
Background houses
Trees
2D Audiences , crowd.
Podium, flags and much more..

Price $9.99

Elf Rogue Pack by Rain Entertainment

Asset Store newest packages - 2018, August 18 - 02:25
4 styled animated Elf Rogue Pack with 15 high quality combat animations(Mecanim Ready),perfect for action & mobile games.

Mesh information:
ElkRogue_A_SKEL 4968 Tris
ElkRogue_B_SKEL 7920 Tris
ElkRogue_C_SKEL 5524 Tris
ElkRogue_SKEL 4968 Tris

Texture information:
ElkRogue_A_DIFF 512x512
ElkRogue_B_DIFF 512x512
ElkRogue_B_NM 256x256
ElkRogue_C_DIFF 512x512
ElkRogue_C_NM 256x256
ElkRogue_DIFF 512x512
ElkRogue_NM 256x256

Animation list
Airborne
Airborne_Damage
Airborne_Down
Airborne_Splat
Attack2
Attack3
Damage
Death
Down
Down_StandUp
Pose
Spawn2
Stand
Stun
Walk

Enjoy!

Price $25.00

J Follow Me Kit by Jun

Asset Store newest packages - 2018, August 18 - 01:15

My Other Assets

J Shooting Kit

J Connect Kit


If you need help, you can view the Online Documentation.


Game Description:
Classic game strike again to challenge your super memory, in which Grandpa would follow what the kid does in the game. Though Grandpa is old, he won't lose to young man. The game is a very simple one; just remember what the kid does and make Grandpa follow those actions in order.

How to play the game:
The kid on the left will do a set of actions after the game starts and then when he finishes, Grandpa (You played) shall do these actions again. You won't pass this round of game if you fail three times; otherwise, you can get right into the next round. It is a game that can challenge your memory and see how many actions you can remember.

Let us review the fun with Grandpa in our childhood, and recall the fancy-free childhood.


Price $14.99

Unity Test 02 by Unity Technologies

Asset Store newest packages - 2018, August 18 - 01:07
Test Package
Price $0.00

Subsurface Scattering by David Miranda

Asset Store newest packages - 2018, August 18 - 01:05
Commonly known as SSS, this effect performs a special type of blur of the diffuse lighting pass in screen space to simulate how light is scattered behind the surface. The program is highly customizable to meet performance compromises easily. With very little cost the effect looks completely convincing.. VR is fully supported as well as WebGL or Android.
Documentation
WebGL Demo
Windows Demo
Image Gallery
Price $25.00

Street & Subway Backgrounds HD by Hippo

Asset Store newest packages - 2018, August 18 - 00:56

Street & Subway Backgrounds HD is a collection of 3 seamless level backgrounds and props. You can use it as level constructor. Street & Subway Backgrounds HD is compatible with our Character Editor assets.

List of backgrounds:
● Street
● Station
● Train

Specs:
● HD resolution 1920x1080
● Seamless
● Level props (boxes, barrels, tires, graffity and other)
● PSD source included
● PNG examples


Price $5.00

2D Sprite Trail by BLUK

Asset Store newest packages - 2018, August 18 - 00:52
The amazing 2D Sprite Trail solution.
SpriteTrail is a very easy and powerful solution that allow users to create trail of any SpriteRenderer.

• One step to add a component to the scene.
• Fully compatible with Unity sprite system.
• Provide auto and manual update of trail.
• Support gradient trail colors.
• Support scale over life time.
• Fully accessible to source code.
• Compatible with all devices, including mobile.
Price $12.95

Helicopter AW-119 by Indie_G

Asset Store newest packages - 2018, August 18 - 00:47
Asset contains Helicopter AW 119 3d model. This is an 8 seat utility - transport helicopter. Suitable for 1-st or 3-rd person games.

- Low Poly Mesh (9658 tris)
- PBR materials
- Diffuse Normal Specular maps
- 2048 x 1024 x 512 textures
- 3 Color variation
- Static and in-Motion variants
- Rotors and windows are separated
- PC / VR / Console / Mobile ready
Price $2.99

Scooter HQ by Indie_G

Asset Store newest packages - 2018, August 18 - 00:45
Asset contains Scooter 3d model. Suitable for 1-st or 3-rd person, racing games. With emission map you can control scooter lights intensity.

- Low Poly Mesh (3792 tris)
- PBR material
- Diffuse Emission Specular maps
- 2k textures
- Parts are separated
- PC / VR / Console ready
Price $2.50

Pages

Subscribe to Babel X3D aggregator