Feed aggregator

Hostage Set by RamsterZ

Asset Store newest packages - 2022, July 18 - 15:40
A collection of animations for hostages and attackers.

Includes paired animations (grab hostage, move with hostage, release, and execute) and grab with 9 directional aimspace. Also includes hand signals, idles, and handcuffed movement and hands up with transitions between states.


  • Total Animations: 84
  • 22 Pistol hostage grab
  • 5 Pistol Standing Idles
  • 22 Hostage handcuffed
  • 4 Hostage hands up
  • 2 Pistol hostage execution (1 Att, 1 Vic)
  • 20 aim space
  • 9 root motion variants

Price $10.99

Casual Fantasy Simple Skill2 Set Pack by Coffee duck

Asset Store newest packages - 2022, July 18 - 15:31
-82 unique icons in total;

-82 unique icons in total;

-6 background styles(green, purple, red, yellow, blue, black)

- Each icon is 256x256 pixels size (PNG);

- Each icon is 128x128 pixels size (PNG);

- All Icons have transparent background.

- All Icons have Black Background

- PSD included

See the screenshot.


Casual Fantasy Simple Skill Set Pack: https://u3d.as/2NZ5

*******************

Thank you.


Price $14.00

Save System - Easy Manage Resources by Arusha Soft

Asset Store newest packages - 2022, July 18 - 15:22
Super easy save and restore all type of datas
  • Save all type of datas
  • Customizable
  • Open source
  • Can add new type of data you needed so easy
  • You do not need to write complex code to store your data
  • Can use in all OS(android,IOS,Windows,...)

Online Doc

It's Super easy (:


by use Save System - Easy Manage Resources save and restore all type of datas

can see how worked by click here


Price $6.99

ACE Replay by Josep Lleal

Asset Store newest packages - 2022, July 18 - 15:10
ACE Replay is a simple state-based replay system. It was developed to quickly add replays to your game without the need to program anything. It includes two example scenes to show its utilities.

ACE Replay features:

  • Scripts and prefabs to integrate the system quickly and easily. 
  • Specify easily what should be recorded by dragging and dropping the script to the desired object, without the need to program. 
  • Example scenes to see how the system works and its utilities. 
  • Recording of transforms, animations, particles, and audios. 
  • Supports instantiation and deletion of recorded objects. 
  • Optimization to record at low frame rates without losing smoothness of replay, thanks to interpolation. 
  • Simple UI to control instant replay. 
  • The replay can be seen from different camera angles using the fly-around replay camera. The replay can also be seen from any of the existing scene cameras, including the gameplay camera. 
  • Supports playback at different speeds: x0.25, x0.5, x1, x2, x4. 
  • Supports frame-by-frame playback and reverse playback. 
  • Travel back in time mechanic. 
  • Fully C# commented code that can be extended upon need.

ACE Replay system only supports the record of transforms, animations, audios, and particles, as well as the handling of instantiated and deleted objects. Keep in mind that this tool was done by a single person and was my final bachelor’s degree project, so I was time-limited.


Customizable:

The user can customize the replay duration, to use or not the interpolation optimization, and the recording intervals.


Suited for 3D:

At the moment of the release, the replay is only suited for 3D games.


Additional information:

To upload the Unity package, all the models and animations of the characters have been replaced by non-animated characters, as they were extracted from Mixamo. If you are interested in the demos with the animations check out the project's GitHub repository: https://github.com/JosepLleal/Replay-System-Tool




Price $0.00

Labyrinth by maelishere

Asset Store newest packages - 2022, July 18 - 14:41
Reliable UDP Based Networking Library.

There are several channels available to send a message through (Flags and RPCs):

Channels.Direct - not guaranteed

Channels.Irregular - guaranteed but not in order

Channels.Ordered - guaranteed in order


Varibales are Synchorised through the Direct channel, from classes that inherit from Appendix.


Networked level streaming - Ensure each scene has a just one World Component instance on a gameobject.


Built in network relevancy. Relevance Options:

Relevance.None - always sends

Relevance.Observers - only sends if an observer within range of the instance

Relevance.Sectors - only sends if an observer and instance are in the same cell

Relevance.General - either satisfies Relevance.Observers or Relevance.Sectors


Network Collections - These objects are independent of runtime network instances. Messages are only sent when the object was changed during a frame.


Note: All code in the folder "Sample/Source" are just examples and for prototyping.


Allows for networked level streaming, and comes with built in network relevancy. Dedicated Server or Clients (Not at the same time). I encourage you to change the source code, don’t be afraid to break and remake it to suit your own project. This package will require an intermediate understanding of c# at the very least.


If you're interested in it's growth visit my github: https://github.com/maelishere/Labyrinth



Price $0.00

Vertical Grid Placement System by Ninesoft

Asset Store newest packages - 2022, July 18 - 14:28
Vertical Grid Placement System
Like be Fill The `Fridge` Or `Wardrobe` Or anywhere...

FEATURES ✔️ Create multiple grids ✔️ Drag and drop items ✔️ Swipe to change items

With this asset, you can make the following games; Fill the wardrobe Fill the fridge Item placement and more...
Price $9.00

Games Bundle 2.0 by Tillman

Asset Store newest packages - 2022, July 18 - 14:17
This is the perfect starter pack to create your game, it's easy to set up and fully customizable.

Get three Mobile Games Templates in a Bundle and save Money!



Fruit Cutter Template:

https://assetstore.unity.com/packages/slug/220093


Stack Game Template:

https://assetstore.unity.com/packages/slug/221762


Color Switch Template:

https://assetstore.unity.com/packages/slug/214821


Price $74.99

Precomputed Culling by Prographers

Asset Store newest packages - 2022, July 18 - 13:57
Precomputed occlusion culling, for 3D applications and games. Significantly improve performance in mesh-packed scenes with a lot of occlusions. Must have on mobile or VR.

Single occlusion bundle size should be calculated as (uncompressed):

{Average visible percent of meshes} * {Meshes count} * {Occlusion Areas} * 4 * 4 = {Size in bytes}

Example:

40% * 600 * 400 * 4 * 4 = 2,304,000 bytes = 2Mb ~= (compressed) 700kb

Uncompressed number can be treated as memory footprint in the RAM.


Supported Platforms

All Platforms

Pixel perfect occlusion system that will significantly improve the performance of your scenes, without almost any overhead.


Using time of your computer, precompute/bake your scenes to gain a significant performance boost. The occlusion culling algorithm will find all visible meshes from each point on your scene, using the color-coding algorithm. Then it will save them efficiently and load only when needed.


Heavily occluded scenes like a two-story house with the interior on all floors gained us up to 240% in frame rate!. From 30fps to 72fps on Quest 2.

Open world scenes with flat chunked terrain, gained us 10-25%. From 47fps to 60fps on low-end mobile.


Documentation:

https://github.com/Prographers/Precomputed-Culling/


Features:

- Support for URP

- Support for multiple cameras

- Support for multiple scenes with multiple variants and dynamic loading and unloading

- Lightweight with an option for additional compression

- Supports transparency

- Supports LODs

- Supports Unity Terrain

- Supports 2D Sprites*

- Runtime precision control between quality and performance

- Support for all platforms including mobile, VR, AR, and WebGL

- API for custom building pipelines

- Everything is written in C#, full source code included

- Code documentation + external documentation with tutorials

- Easy to setup

- Examples and Demos

- Support via email or discord


*Not recommended to use in 2D games, intended use is for example leaves on the 3D trees or far away rocks.


Limitations:

- Required to bake scenes and their variants before build.


Roadmap:

- Support for Legacy (built-in) and HDRP

- Support for dynamic objects

- Support for occlusion portals

- Split baking between multiple computers

- Improve baking times

- Better debugging tools and statistics

- Dynamic lighting shadow

- and more...


Price $225.00

Car Select Scene by E6 Model

Asset Store newest packages - 2022, July 18 - 13:54
Car Select Screen

Use it as a showroom, garage or car select scene.

Suitable for Mobile VR and Computer games.

Texture size 1024x1024 if you want reseize 512 or 256 easly.

Total Scene less than 1.000 Tris.



Mail: e6.model@gmail.com
Website : www.artstation.com/e6studio
Price $45.00

Desert dunes theme by Simply Studio

Asset Store newest packages - 2022, July 18 - 13:45
Orchestral track with a spicy feeling.

File type: Wav

Bpm: 140

Key: C Major phrygian

Sample rate: 44100 hrz 24 bit

Loop: Yes

This track is intended for desert themed stages. Will work fine in sunny or sandy environment. The track contains: drums, bass, synth choir, cello, violin and a sitar.


Price $5.00

Free Stylized Smoke Effects Pack by Maiami Studio

Asset Store newest packages - 2022, July 18 - 13:15
Stylized smoke effects for your games!

4 prefabs

1 texture: Dimension 1024x256

1 material

Free VFX Package containing Smoke effects created with Particle System.

The material is created with legacy shader so you'll have no problem with different render pipelines. 


CHECK OUR OTHER ASSETS FOR MORE VFX


Price $0.00

Low Poly Tram 19 by Lowpoly_Master

Asset Store newest packages - 2022, July 18 - 13:03
Low Poly Tram 19 Lowpoly 3d model It is best for use in games and other real time applications.
Model is built with great attention to details and realistic proportions with correct geometry.
4k textures are very detailed so it makes this model good enough for close-up.
Features:
Low Poly Tram 17_separate wagon (complete with separate mesh wagone ,bogie and Pantograph
polys:5995, Tris:13960, Verts:7827
tram map size HD ---diffuse,specular,height,Normal,occlusion
Head Light_01 map size 512x512----diffuse,specular,height,Normal,occlusion
tram led text map 1666x1845 diffuse,specular,
Light_02 map size 512x512----diffuse,specular,height,Normal,occlusion
Light_03 map size 256x256----diffuse,specular,height,Normal,occlusion
Light_05 map size 190x455----diffuse,specular,height,Normal,occlusion
Model is correctly divided into main part and animation parts
Model completely unwrapped.
Model is fully textured with all materials applied.
Pivot points are correctly placed to suit animation process.
All nodes, materials and textures are appropriately named.

Price $16.00

Gladiator_King by Rasul Mammaev

Asset Store newest packages - 2022, July 18 - 12:49
Сharacter in dark fantasy theme. Well suited for mobile projects and PC games

Number of textures - 11

Texture dimensions - 4096

Maximum polygon count - 27869

Number of meshes/prefabs - 3

Rigging: Yes

Animation count - 40

UV mapping: Yes

LOD information (count, number of levels) No

Types of materials and texture maps (e.g., PBR) Yes

all texture map 4096


Please use double sides materials


The model is made on 1 uv set

It has three skins


Materials 9

Textures 11 - Base color, Mask map (Metallic, AO, Glossiness) , Normal, Emissive


The model contains 40 animations

atack (x9)

walking (x4)

running (x4)

Straife (x8)

idle (x3)

death (x5)

get hit(x5)

jump

equip


Character polycout:

faces 27869

verts 27513

tris 53344



Price $79.99

Skeleton Ghost (Series) by SR Studios Kerala

Asset Store newest packages - 2022, July 18 - 12:44

This pack contains 3D model of a funny, scary "Skeleton ghost" zombie with many animations & different skin/shape variations.


Technical Details:

- Vertex count : 8k(Body), 1.5k(Head)

- Tris count : 16k(Body), 3k(Head)

- Animations : 11 (Idle, Walk-1, Walk-2, Run, Attack-1, Attack-2, Hit-1, Hit-2, Death, Look Right, Look Left)

- Texture Variations : 3(Head), 4(Body)

- Shape variaton : 2(Head), 1(Body)

- Used Material(s) : Unity Standard Shader

- Texture Size : 2048(.png)

- Simple colliders attached


Features:

- Low poly

- PBR HQ Textures

- Multiple animations for Walk, Hit & Attack for realistic gameplay

- Include shape variations for head

- Smooth animations

- Easy to create new skin variations

- Mobile, AR supported


Notes:

- You can use this pack in your game commercially and non-commercially


Contact:

srstudioskerala@gmail.com


Price $5.00

Hexagon Tiles for RPG games by saranchov_serhii

Asset Store newest packages - 2022, July 18 - 12:36
Hexagon flet top Tiles for RPG games

217 pieces of 256x222 pixel hexagonal tiles and 25 pieces of decorative elements on a transparent background. PNG file type. The images are not animated. An example of a scene with a map drawn with these tiles is given. The map consists of two grids. The first grid for the main tiles. The second grid is displayed on top of the first. The second grid is needed for fragments of the background image, where the image is larger. than the tile size. This is a fortress, a rock, a bark with a cave, etc.

A set of flat top hexagonal tiles to create a card for role playing or board games. The set contains landscape categories: a) desert b) forest, grass c) river, swamp; d) road; e) stones; e) mountains; g) decorative elements; Transitions: a) sea - sand; b) grass - the sea; c) grass - sand;


Price $50.00

Hand Tools by Silky Robot

Asset Store newest packages - 2022, July 18 - 12:29

A nice and detailed set off conventional hand tools. Suitable as props, weapons or environmental decoration.

Realistic and used look.


Includes:

  • 2x Hammer (916 and 370 triangles)
  • 2x Nail (72 and 40 triangles)
  • 2x Wrench (464 and 696 triangles)
  • 2x Screwdriver (454 triangles)
  • 3 sets of 2048 X 2048 PBR Textures

Ready to use prefabs.


Price $4.99

Alien Weapons SFX by Aurelien Montero

Asset Store newest packages - 2022, July 18 - 12:20

This soundpack contain 60 high quality sound effects in the style of a sci-fi game. Perfect for any settings : sci-fi, space, alien and more.


Soundlist : (.wav 44.1 khz 16bit)

  • SFX – Activate Cyber 01
  • SFX – Activate Cyber 02
  • SFX – Activate Cyber 03
  • SFX – Activate Cyber 04
  • SFX – Drop Explosives 01
  • SFX – Dry Fire 01
  • SFX – Dry Fire 02
  • SFX – Dry Fire 03
  • SFX – Dry Fire 04
  • SFX – Electric Hit 01
  • SFX – Electric Hit 02
  • SFX – Electric Hit 03
  • SFX – Energy Explosion 01
  • SFX – Energy Explosion 02
  • SFX – Energy Explosion 03
  • SFX – Energy Impact 01
  • SFX – Energy Impact 02
  • SFX – Energy Impact 03
  • SFX – Laser Reload 01
  • SFX – Laser Reload 02
  • SFX – Laser Reload 03
  • SFX – Pistol Empty 01
  • SFX – Pistol Reload 01
  • SFX – Pistol Shot 01
  • SFX – Pistol Shot 02
  • SFX – Respawn
  • SFX – Rifle Reload 01
  • SFX – Rifle Reload 02
  • SFX – Rifle Reload 03
  • SFX – Rifle Shot 01
  • SFX – Rifle Shot 02
  • SFX – Rifle Shot 03
  • SFX – Rifle Shot 04
  • SFX – Shotgun Reload 01
  • SFX – Shotgun Reload 02
  • SFX – Shotgun Reload 03
  • SFX – Shotgun Shot 01
  • SFX – Shotgun Shot 02
  • SFX – Shotgun Shot 03
  • SFX – Sniper Empty 01
  • SFX – Sniper Empty 02
  • SFX – Sniper Empty 03
  • SFX – Sniper Reload 01
  • SFX – Sniper Reload 02
  • SFX – Sniper Reload 03
  • SFX – Sniper Shot 01
  • SFX – Sniper Shot 02
  • SFX – Sniper Shot 03
  • SFX – Tower Deploy 01
  • SFX – Tower Explosion 01
  • SFX – Tower Impact Shield 01
  • SFX – Tower Impact Shield 02
  • SFX – Tower Impact Shield 03
  • SFX – Tower Shot 01
  • SFX – Tower Shot 02
  • SFX – Tower Shot 03
  • SFX – Weapon All Others 01
  • SFX – Weapon Camouflage Activate 01
  • SFX – Weapon Camouflage Loop 01
  • SFX – Weapon Reboot 01

Price $20.00

MonsterPack by HelenNova

Asset Store newest packages - 2022, July 18 - 12:13
Low Poly Fantasy Characters Pack. Suitable for games of different genres: RPG, strategy, first person shooters, etc.

Features:

  • Humanoid Skeleton with additional bones
  • Animations can be retargeted in Unity!
  • Change eye color

Number of characters: 3

Texture Resolutions: 4096x4096

PBR Textures Metal/Gloss


Fat Monster

Vertex counts of characters: 6 488

Number of textures: 14

Texture dimensions: 6

Number of meshes/prefabs: 4

Rigged with Humanoid Skeleton with additional bones: jaw.


Eye Monster

Vertex counts of characters: 10 824

Number of textures: 3

Texture dimensions: 1

Number of meshes/prefabs: 1

Rigged with Humanoid Skeleton with additional bones: jaw.


Stitched Monster

Vertex counts of characters: 17 512

Number of textures: 14

Texture dimensions: 7

Number of meshes/prefabs: 4

Rigged with Humanoid Skeleton with additional bones: с_jaw, c_eye_l/r.

NO HDRP

ONLY DEFAULT SHADER

animations shown in the video preview are not included

Rigged with Humanoid Skeleton with additional bones


PBR Textures Metall/Gloss

4K Textures - normal, metallic, gloss, base color, AO


Price $59.99

Alien SFX Soundpack by Aurelien Montero

Asset Store newest packages - 2022, July 18 - 12:01

This soundpack contain 33 high quality sound effects in the style of a sci-fi game. Perfect for any settings : sci-fi, space, alien and more.

Soundlist : (.wav 44.1 khz 16bit)

  • Ambiance – Computer room
  • Ambiance – Main Room
  • Ambiance – Space
  • Ambiance – Space Room
  • HUD – Agree
  • HUD – Back 01
  • HUD – Back 02
  • HUD – Click
  • HUD – Mouseover
  • SFX – Laser hit 01
  • SFX – Laser hit 02
  • SFX – Laser hit 03
  • SFX – Laser hit 04
  • SFX – Laser hit 05
  • SFX – Activate Bomb
  • SFX – Alert text 01
  • SFX – Alert text 02
  • SFX – Alert text 03
  • SFX – Alert text 04
  • SFX – Alert text 05
  • SFX – Buy Upgrade
  • SFX – Charger
  • SFX – Door Close
  • SFX – Door Close (impact only)
  • SFX – Door Close (pneumatic only)
  • SFX – Door Open
  • SFX – Door Open (impact only)
  • SFX – Door Open (pneumatic only)
  • SFX – Effect Skill
  • SFX – Interface
  • SFX – Level up
  • SFX – Player back
  • SFX – Spawn
  • SFX – Split
  • SFX – Tchat talk

Price $18.00

TCG Template 05 by A-ravlik

Asset Store newest packages - 2022, July 18 - 11:55
Cards design for TCG.
The set includes a back and a face of the card as well as slots for numeric signs.
All materials are in PNG and PSD format, 1446×2048 pixels size.
The set does not include the characters, showed in the preview image!
Price $5.99

Pages

Subscribe to Babel X3D aggregator