Feed aggregator

Straight Sword Animation Set by Nephilite Studios

Asset Store newest packages - 2022, May 4 - 12:25
A set of animations for a straight sword inspired by the Dark Souls/Elden Ring series, for both one handed and two handed locomotion and attacks.

Humanoid Animations

94 Unique Animations

This package is an animation package inspired by the Dark Souls series. It is the same animation set I use in my tutorials, specifically in the straight sword attacks portion of the series.


We are completely open to adding more to this for free! Just let us know what you'd like to see.


If you have ANY problems with the animation pack please e-mail me at sebby.graves@gmail.com


Packages includes but is not limited to...


One Hand 8-Way Directional Locomotion

Two Hand 8-way Directional Locomotion

16X 4-way directional Damage animations (left, right, back, front)

2X Backstep 2X Light Attack (One Hand)

2X Light Attack (Two Hand)

2X Heavy Attack (one Hand)

2X Heavy Attack (two Hand)

2X Charged Attack (One Hand)

2X Charged Attack (Two Hand)

1X Running Attack (One Hand)

1X RUnning Attack (Two Hand)

1X Jumping Attack (one Hand)

1X Jumping Attack (two Hand)

1X Backstep Attack (one Hand)

1X Backstep Attack (two Hand)

1X drop Attack (One Hand)


Low Poly Man

Straight Sword


Price $30.00

2D Character Controller by Panthera

Asset Store newest packages - 2022, May 4 - 12:20
The 2D Character Controller aims to help speed up the creation of 2D platformer like games. This controller allows for a quick set up allowing a character to move up and down slopes, wall jump, dash, and other basic movements right out of the box. Drag and drop set up, no coding needed. Can also be easily expanded and modified through coding.


Features
Movement script allowing for a range of movement and different collider types

Just Drag and drop to set up

Movement script compatible with non player controlled objects

Controller system that allows for easy controller swapping. Swap between Ai controllers and user controllers easily in game

A simple and quick to set up input system that uses scriptable objects

Compatible with Unity's input system

2 simple moving platforms for demonstration


Note
Sprites of character used for demonstration purposes only and are not included in this package. Sprites found here. Simple square sprites are included.
Price $10.00

1970s Muscle Car #6 by TheKnightsKing

Asset Store newest packages - 2022, May 4 - 11:54

Disclaimer:


-This vehicle model is inspired by a car in the real world


This Asset includes:


-A car model (of .fbx type)

-A prefab for the car (1970sMuscleCar6.prefab)

-All the textures for the car

-All the materials for the car

-A demo scene for visual showcasing


All Mesh Details:


-Car Detail Mesh: 13,924 tris

-Individual Wheel Mesh: 2,330 tris

-Extras Mesh: 344 tris

-Ped Mesh: 236 tris

-Plates Mesh: 52 tris

-Car LOD_1 Mesh: 8,842 tris

-Car LOD_2 Mesh: 4,420 tris

-Car LOD_3 Mesh: 1,767 tris

-Individual Wheel LOD Mesh: 698 tris

-Colliders Mesh: 218 tris


All Texture Details:


-body_TEXTURE.png, body_NRM.png, trimmings_NRM.png, squarelight_TEXTURE.png, plate_TEXTURE.png, grill_TEXTURE.png, grill_NRM.png, headlight_NRM.png, tyre_NRM.png, tyre_TEXTURE.png, undercarriage_NRM.png, undercarriagelod_NRM.png, undercarriagelod_TEXTURE.png, underchrome_METAL.png: 1024x1024


All Texture Types:


-Albedo

-Metallic/Specular

-Normal


All LOD Details: Prefab has 4 LOD States


-LOD_1 (Detail): 23,876 tris

-LOD_2: 18,794 tris

-LOD_3: 7,212 tris

-LOD_4: 4,559 tris


Third-Party file license notices:


-Asset uses MuscleCar.fbx, PrefabWorld.fbx; see 3D_Model_license_notice.txt file in package for details

-Asset uses body_TEXTURE.png, body_NRM.png, trimmings_NRM.png, squarelight_TEXTURE.png, plate_TEXTURE.png, grill_TEXTURE.png, grill_NRM.png, headlight_NRM.png, tyre_NRM.png, tyre_TEXTURE.png, undercarriage_NRM.png, undercarriagelod_NRM.png, undercarriagelod_TEXTURE.png, underchrome_METAL.png; see Textures_license_notice.txt file in package for details


Price $4.99

Skater girl by G.V.Art

Asset Store newest packages - 2022, May 4 - 11:51
Gaming low-poly stylized female character Made for Unity and UE4. The character has an Epic Skeleton for UE4 and PBR 4k textures, the skateboard has a skeleton and 2k textures

Number of textures 18

Texture dimensions 4k, 2k

Polygon count of character 11980 tris, skateboard 3320 tris

Number of meshes/prefabs 6

Rigging: Yes

UV mapping: Yes

Виды материалов и текстурные карты PBR yes

Product includes:

2 fbx files (character and skateboard)

18 textures - TARGA files


Technical Details:

 

Number of Unique Meshes: 2


Vertex Count: character 11980 tris, skateboard 3320 tris


Number of Materials and Material Instances: 6


Number of Textures: 18


Texture Resolutions: character 4k, skateboard 2k


Documentation: not need


Important/Additional Notes: If you need help, please ask by email


Price $30.00

Billiard Sound Effects by Gravity Sound

Asset Store newest packages - 2022, May 4 - 11:44
A collection of 100 billiard themed sound effects.

SFX: 100

File Type: .WAV

File Format: 44000 Hz/16 Bit

Billiard sound effects pack is complete with 100 total sounds. Includes ball hits, cue ball hits, adding chalk, ball rolling, ball hitting table, setting the triangle and more. Great pool sound effects for any billiard game.


Audio File List


Preview HERE


Price $19.99

Better Bullets by Austin Windsor

Asset Store newest packages - 2022, May 4 - 11:40
Better Bullets - the ultimate solution to improving the use of projectiles in your project! Better Bullets fixes high-velocity collisions and gives you the option to work with or without rigidbodies.
  • Rigidbody and transform support
  • High-velocity collisions fixed using linecasts to check for objects between frame positions
  • Manually-calculated trajectories when using Transform based on projectile motion equations

Better Bullets - the solution to all projects involving projectiles.

  • Fixing high-velocity collision
    • If you've ever tried creating projectile weapons in your games, you will probably know the frustration of firing a high-velocity projectile (as is typical for weapons), only for said projectile to go straight through your target instead of hitting it. Better Bullets fixes this and enables reliable detection of high-velocity collisions through use of linecasts.
    • More reliable and less intensive than continuous rigidbody detection. Some solutions to high-velocity collision have involved changing rigidbody detection mode from discrete to continuous. Even after doing this, some high-speed collisions aren't detected yet the CPU has to work a lot harder. My linecast solution provides a better workaround.
  • Support for both rigidbody and transform movement
    • The script controlling bullets has an option to choose between using a rigidbody or not. If you choose to use a rigidbody, one can be assigned manually or automatically upon run if one does not exist. If you choose to use a rigidbody, Unity's built-in physics engine will be used for movement.
    • If you however want to use transform movement instead, this is supported! Another benefit of this is that collisions can be detected without rigidbodies, which isn't usually possible.

Future content will include 2D support, air resistance simulation and further customisation options for bullets.


Price $15.99

The White Tower - epic orchestral title theme music by Between the Rains Music

Asset Store newest packages - 2022, May 4 - 11:29
"Absolutely stunning." - Arn Andersson, composer/owner, Evenant Perfect title track for an epic fantasy game. A great game needs a great theme, so get your players ready for adventure!

Audio file types: .wav

Sample rate: 44.1kHz

Bit depth: 16 bit

Loopable: No

Additional: Stereo

Hear the track: https://soundcloud.com/betweentherains/the-white-tower?utm_source=clipboard&utm_medium=text&utm_campaign=social_sharing 


A dramatic, dynamic orchestral theme track based on a single melodic theme that develops to a large crescendo. Some female vocals (no lyrics) included. Perfect as a main theme for a character or film, especially in a fantasy or medieval setting.


If you need something written just for you, contact me for custom music and pricing at betweentherainspublishing@gmail.com.


Price $20.00

low poly medieval townhouse by On 3 Technologies

Asset Store newest packages - 2022, May 4 - 11:23
Low poly townhouse for use in fantasy inspired games.

- one mesh

- one texture

- one prefab

- fully UV Mapped


- NO animations

- NO rigging


### Model Details

- 2544 vertices

- 4264 edges

- 1886 faces

- 3838 triangles


### Texture details

- 2048 x 2048 px texture resolution


The package includes a 3d medieval inspired house. It includes the mesh and texture plus a prefab with a box collider.


The texture has been done in the "hand painted style" with a lot of dedication and love ❤️


Price $4.99

Sofa_10 by Navasard

Asset Store newest packages - 2022, May 4 - 11:21

Number of textures 3

Texture dimensions 4096x4096

Maximum polygon count 3509

Number of meshes/prefabs 1

Rigging: No

UV mapping: Yes

LOD information (count, number of levels)No

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

Low-Poly Model Sofa_10

Textures_ PBR

Textures Resolution 4096x4096

Faces: 3509

Verts: 3512

Tris: 6851



Price $20.00

I heart my Mom by Ruud

Asset Store newest packages - 2022, May 4 - 11:02
Beautiful and intimate piano solo
  • File type: WAV file
  • Sample rate: 44.1kHz
  • Bit depth: 16 bit
  • Stereo
  • BPM: 70
  • Key: C maj
  • Duration: 2:56

A beautiful, intimate royalty-free music track with a gentle piano solo. Great for Mother's Day content, weddings, slideshows, emotional footage and underscore.


If you're looking for custom and exclusive music for your project, please contact me at info@mytonmusic.com


Price $15.00

Graffiti Pack Decals 5 in 1 by Abandoned World

Asset Store newest packages - 2022, May 4 - 10:44
A package containing many different graffiti and tags.

This pack includes:

  • 706 Texures
  • 312 PBR Materials
  • 310 Prefabs
  • Original Texture Sizes from 4096x4096 / 4096x2048 / 4096x1024 / 2048x2048 / 2048x1024 / 1024x1024 / 512x512
  • Textures Maps: BaseColor+Alpha, Normal, AO, Roughness

A package containing many different graffiti and tags.

Features:

  • PBR Materials
  • 152 graffiti inscriptions
  • 150 graffiti tags
  • 5 graffiti drawings
  • 3 sets of graffiti tags

This product is one of the graffiti kits for Unity, the rest of the kits can be found at the links below:


Products fully included in this package (5 in 1):

Separately sold products that are not included in this package:


Price $59.99

Low poly Fire Fighter by Macrobian Games

Asset Store newest packages - 2022, May 4 - 10:02

FireFighter (Poly-4318,Tris-8550,vertex-4599)


Wall (Poly-12,Tris-24,vertex-14)


Locker (Poly-89,Tris-178,vertex-128)


FireBox (Poly-117,Tris-250,vertex-144)


Redlight 1 (Poly-96,Tris-196,vertex-114)


Redlight 2 (Poly-96,Tris-196,vertex-114)


Alarm 1 (Poly-140,Tris-306,vertex-178)


Alarm 2 (Poly-114,Tris-248,vertex-140)


Alarm 3 (Poly-114,Tris-248,vertex-140)


Alarm4 (Poly-114,Tris-248,vertex-140)


Loudspeaker (Poly-676,Tris-1474,vertex-798)


Table (Poly-22,Tris-44,vertex-40)


StepLadder1 (Poly-94,Tris-188 ,vertex-172)


StepLadder2 (Poly-50,Tris-100,vertex-104)


Huk (Poly-96,Tris-192,vertex-128)


Helmet (Poly-274,Tris-548,vertex-289)


Fire Extinguisher1 (Poly-557,Tris-1106,vertex-561)


Fire Extinguisher2 (Poly-430,Tris-847,vertex-435)


GasMask (Poly-2259,Tris-4324,vertex-2406)


FireAxe (Poly-578,Tris-1138,vertex-573)


- 4096x4096 size textures including diffuse

- All objects are separated

- Demo scene included as per screenshot

- Ready for mobile devices

- Good quality, save and enjoy the low poly Fire Fighter with necessary objects.

Other Models DOWANLOAD


Price $9.99

50 HDRP Tiling Materials by Kevin Foley

Asset Store newest packages - 2022, May 4 - 10:00
50 high-quality tiling materials for use with HDRP.

All materials use the HDRP Lit shader.


Most textures are at least 2048x2048 and many are 4k. All textures are in lossless TGA or PNG format. Most materials come with the following textures:

  • Base color
  • Mask map
  • Normal map
  • Height map

Some materials also include a detail map. All told, there are over 4.5 GB of textures!


Full material list:

  • 1x Asphalt
  • 1x Red Bricks
  • 2x Earth (dry and flooded versions)
  • 1x Mud
  • 1x Mossy Stones
  • 1x Flagstone
  • 2x Stone Path (dry and wet versions)
  • 3x Stone variations
  • 3x Sandstone variations
  • 1x Sand
  • 1x Rocky
  • 2x Wood Chips variations
  • 3x Hexagon Tiles (Steel, Carbon Fiber, Ceramic)
  • 2x Brass variations (different levels of wear)
  • 3x Bronze variations (different levels of wear)
  • 3x Copper variations (different levels of wear)
  • 4x Steel variations (different levels of wear)
  • 2x Riveted Steel plates (normal and rusty versions)
  • 2x Welded Steel plates (normal and rusty versions)
  • 3x Orangepeel Wall variations (tintable)
  • 4x Carpet variations (tintable)
  • 4x Plastic variations (tintable)
  • 1x Granite
  • 2x Concrete
  • 1x Dust (can be layered over other materials)

This package contains 50 high-resolution tiling materials for Unity's High-Definition Render Pipeline (HDRP). They are ideal for prototyping, visualization, and projects that require maximum visual quality.


These materials are optimized for visual quality rather than performance. My goal was to make the materials as photorealistic as possible.


The package includes:

  • Bricks, stone walls and pathways
  • Brass, bronze, copper, and steel
  • Metal plating (welded and riveted)
  • Earth, mud, and stone
  • Carpets
  • Hexagon tiles (steel, ceramic, and carbon fire)

and more! See below for a complete list.




Price $15.00

Graffiti Pack Decals V by Abandoned World

Asset Store newest packages - 2022, May 4 - 10:00
A package containing many different graffiti and tags.

This pack includes:

  • 158 Texures
  • 64 PBR Materials
  • 62 Prefabs
  • Original Texture Sizes from 12x 4096*4096 / 116x 4096*2048 / 30x 1024*1024
  • Textures Maps: BaseColor+Alpha, Normal, AO, Roughness

A package containing many different graffiti and tags.

Features:

  • PBR Materials
  • 32 graffiti inscriptions
  • 30 graffiti tags

This product is one of the graffiti kits for Unity, the rest of the kits can be found at the links below:


Price $15.00

Low Poly Tram 15 by Lowpoly_Master

Asset Store newest packages - 2022, May 4 - 09:54
Low Poly Tram 15 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 14_separate wagon (complete with separate mesh wagon ,bogie and Panto graph
polys:6393, Tris:14482, Verts:8045
tram map size 5689x5689 ---diffuse,specular,height,Normal,occlusion
indicator map 612x612----diffuse,specular,height,Normal,occlusion
tram led text map 1666x1845 diffuse,specular,
Low Poly Tram 14_Headlight MAP 512x512 diffuse,specular,
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 $14.00

Antique Cabinets by SpaceZeta

Asset Store newest packages - 2022, May 4 - 09:51
A set of high-quality, realistic antique displays and cabinets, featuring different colors and designs for you to mix and match as you please.

All objects use Unity's Autodesk Interactive shader, with Base color, Roughness, Metallic and Normal maps, at 2K resolution. All objects come in at least three different colors. You can also use the same texture maps with any other PBR shader that supports the used texture inputs, such as if you're upgrading to a different render pipeline.


Prefabs of each object in each color variation are included with a basic collision set up. Every object that uses glass/transparency use the same Glass material. Main doors can be opened, and shelves can be adjusted/added/removed according to your needs. The Display Modular comes in 3 modular pieces that allow you to extend/shorten its length according to your needs.


Includes:

- Display Modular | 622 tris (End Left) + 324 tris (Middle) + 622 tris (End Right) | 6 colors

- Cabinet Display | 532 tris | 3 colors

- Cabinet Display Large | 894 tris | 6 colors

- Cabinet Tall Thin | 1140 tris | 3 colors

- Cabinet On Stand | 1604 tris | 3 colors

- Drawers On Stand | 948 tris | 3 colors

This pack contains 6 different cabinets and displays in multiple colors made for an antique style of environment. It uses PBR textures to deliver a realistic, high quality look to each object while keeping a low poly count, with some objects having adjustable and movable parts that allow for simple interactions to be set up with them.


This pack can help populate your scene with true to life objects, and the different color schemes and designs allow you to use the same props in different environments without making things look repetitive.


Price $10.00

Square Frame Pack by Cakebeen

Asset Store newest packages - 2022, May 4 - 09:45
Square frames package.

This is a package of high-quality Square Frame Icons which can be used in most games and applications. It is very suitable for use in mobile as well as PC games.


Icons: - 66

Size A: - 512X512 pixel (PNG) for each icon.

Size B: - 256X256pixel (PNG) for each icon.


They are all fantasy. Enjoy!


Price $4.99

[Low Poly] Animated Sea Animals Vol.2 by Jiffycrew

Asset Store newest packages - 2022, May 4 - 09:42
Professionally rigged and animated sea animals that are ready to be used in your project.

Number of textures: 7


Texture dimensions: 1024*1024


Polygon count

  • Blowfish: 1498 Triangles
  • Octopus: 9978 Triangles
  • Orca: 1642 Triangles
  • RedSeabream: 1148 Triangles
  • Seabass: 1248 Triangles
  • Shrimp: 2044 Triangles
  • Tuna1198 Triangles
  • Clams: 4040 Triangles

Minimum polygon count: 1148 Triangles


Maximum polygon count: 9978 Triangles


Number of meshes/prefabs: 8


Rigging: Yes


Animation count: 15


Animation type list

  • Blowfish: Swim, BlowUp, Flop
  • Octopus : Swim, Idle
  • Orca: Swim, Turn
  • RedSeabream: Swim, Flop
  • Seabass: Swim, Flop
  • Shrimp: Swim, Walk
  • Tuna: Swim, Flop

UV mapping: Yes


Types of materials and texture maps: PBR

Professionally rigged and animated sea animals that are ready to be used in your project.


*A blender file of each sea animal's included in the package. You can use the rig, create and adjust animations as you like.


Thank you so much for your interest. Our goal is to create assets that are useful and practical for your project! If you have any question or suggestion, please send us an email to customersupport@jiffycrew.com. We'll be more than happy to help.


Price $14.99

City Set Low Poly by Mnostva

Asset Store newest packages - 2022, May 4 - 09:42
City Set Low Poly is ready to be used for games, rendering and advertising. 1 city prefab + 106 object prefabs. Whole set has one color texture (2048/1024/512/256/128px) and one material.

1 city prefab + 106 objects prefabs

182 k triangles

One color texture (2048/1024/512/256/128px) and one material.

City Set Low Poly is ready to be used for games, rendering and advertising.


1 city prefab + 106 objects prefabs


100 unique objects: buildings / trees / cars / roads / intersections / stadium / and much more!


The package has all the components to create any city.


Technical details:


- Exteriors:


Vertex: 103 k

Faces: 100 k

Tris: 182 k


- City: 


Vertex: 452 k

Faces: 437 k

Tris: 836 k



Whole set has one color texture (2048/1024/512/256/128px) and one material.


The original concept was used to create models.


Feel free to download it and leave your reviews, comments and likes. This will help us create more products for you :)


Price $34.90

Police Car Pack by businessyuen

Asset Store newest packages - 2022, May 4 - 09:41
Hong Kong Police Vehicle models

Includes 7 models, high quality and low poly.


Two Police vans, two Police Cars, two Police Motorcycles, and one Specialised crowd management vehicle.


The police logo can be removed.

Wheels separated
1 material for all

Free use in your game.


Created by businessyuen.com


Price $5.00

Pages

Subscribe to Babel X3D aggregator