Humanoid Creatures 2 by Epic Sounds and FX
Have no fear creating that monster or otherworldly creature in your next audio project! Humanoid Creatures 2 is a monster sound FX library featuring 15 versatile creature types – all designed & styled for video games, monster background sounds, video applications and any creative audio project. Inside you’ll find 390+ distinctive, immersive, game optimized, humanoid creature sound effects, vocalizations, attacks, death sounds, pain hits, grunts and groans, special SFX and more. Organized in a variety of sound sets or monster types with multiple variations of each sound. Creating compelling cinematic game characters and outstanding gameplay audio experiences has never been easier.
- 168.8 MB of designed creature sound effects
- 392 sound effects
- 15 different creature and monster sound sets
You may also like:
Each SFX set includes: deal damage, pain hit, death, alert, special FX
Each monster includes multiple variation files of each sound type: deal damage, death, pain/hit, alerts, special FX, character specific FX and other vocalizations. All Royalty-Free and all files are pre mixed and mastered, optimized in length and file size to reduce game distributions and memory. RTU-OTB
It’s perfectly suited for use in animations, video games, mobile apps, motion graphics, film, and VR sound productions. We’ve thoughtfully crafted this collection of creature sounds to cover many different kinds of monster/animal varieties and have conveniently compiled them into this one sound pack, so you could have more creative freedom and ease when trying to best outfit your creature.
CREATURE CHARACTER LIST
- Female Creature - (Monster Creature)
- Female Naga Gorgon - (Snake Creature)
- Female Sprite Gnome - (Small Creature)
- Female Succubus - (Demon Creature)
- Female Undead - (Zombie Creature)
- Female Shifter - (Werewolf Creature)
- Female Wisp - (Spirit Creature)
- Male Brute - (Large Creature)
- Male Ghoul - (Ethereal Creature)
- Male Hellspawn - (Small Creature)
- Male Mutant - (Bird Creature)
- Male Sludgeman - (Aquatic Creature)
- Male Strigoi - (Monster Creature)
- Male Voidling - (Ethereal Creature)
- Male Zombie - (Undead Creature)
Embark on an epic sequel with Humanoid Creatures 2, the next thrilling installment in the mesmerizing game monster series. Prepare to be captivated once again, as you delve into a world of unimaginable wonders and spine-chilling encounters. And remember, if you found this adventure enticing, don't miss out on the pulse-pounding original release, Humanoid Creatures. It's a journey you won't want to miss!
UCS Compliant & Soundminer Metadata
All sound effects labeling is UCS compliant & is organized into categories to make it easier to navigate with understandable folder structures. Has extensive metadata embed in the files using soundminer metadata to help you find the right sound at the right time.
Product details:
- 168.8 MB of designed creature sound effects
- 392 sound effect files
- 15 different creature and monster sound sets
- Each SFX set includes: deal damage, pain hit, death, alert & more
- All in 44k 16bit .WAV file format
- UCS Compliant
- Includes Soundminer Metadata
- Over 10 minutes of fantasy game creatures audio
- Game ready – designed sound effects
- Perfect for game developers and sound designers
- 24 Female Creature
- 24 Female Naga Gorgon
- 24 Female Sprite Gnome
- 24 Female Succubus Demon
- 24 Female Undead
- 24 Female Werewolf Shifter
- 24 Female Wisp Spirit
- 26 Male Brute
- 30 Male Ghoul
- 29 Male Hellspawn
- 28 Male Mutant
- 27 Male Sludgeman
- 27 Male Strigoi
- 27 Male Voidling
- 30 Male Zombie
- Works with any DAW or Game Engine
- All Royalty Free & YouTube friendly
- RTU-OTB (ready to use out of the box)
Price $29.00
EasyJection (Dependency Injection Framework) by Max Karepin
All platforms based on IL2CPP should be supported.
EasyJection implements dependency injection without using any attributes (like [inject] etc). Such an implementation avoids tying your project code to the framework. Write your code without direct dependencies on the framework itself. You will not have to include framework's namespaces everywhere.
- Since when the attributes (as well as the namespace) are used in your project's class, that class, at least indirectly, begins to know about where it gets its dependency from.
This project is open source: https://github.com/imaxs/EasyJection
Why use it?
Dependency Injection (DI) is an intimidating word for a simple concept you're likely familiar with. Dependency Injection in simple words, is a software design concept that allows a service to be injected in a way that is completely independent of any client consumption. Dependency Injection separates the creation of a client's dependencies from the client's behavior, which allows program designs to be loosely coupled. A DI container, in pair with a good architecture, can ensure SOLID principles and help you write better code.
EasyJection allows you to write much more flexible, reusable and encapsulated code.
Key Features:
- Injection Mechanisms
- Standard C# objects (a.k.a. POCO)
- Constructor injection
- Method injection
- Field injection
- Property injection
- Parameter injection
- Inherited from MonoBehaviour
- Constructor injection (as the Unity documentation says, you shouldn't implement and call constructors for MonoBehaviours. Unity automatically invokes the constructor.)
- Method injection (through Awake() and Start(), or other custom methods)
- Field injection
- Property injection
- Parameter injection
- Can inject on non public members.
- Convention based binding.
- Conditional binding (eg. by method name, by signature, etc.)
- Context Aware Injection Support (dependencies can be automatically injected using the components contained in the child and parents)
Price $0.00
Heavy Metal Sci-Fi Weapon Shots Pack by ParkinSound
The package contains 9 high quality sci-fi weapons.
Each weapon folder contain 6 different shot variations, in both WAV and HQ MP3 formats, for your comfort.
- 9 weapons
- 54 shots 44.1KHz, 24 bit WAV audio files
- 54 shots 320KBPS MP3 audio files
The shots were designed to fit into anything between a pistol and a gunship, with huge impacts and metalic noises. Mostly suitable for sci-fi, futuristic and high caliber shooters and tower defense games.
Price $4.99
Go Kit by Ammonite Design Studios
· Fully functional game template
· Works on mobile, WebGL and standalone
· AI
· Sprites, meshes, textures and sound effects included.
Features:
· Fully working Go board game
· Artificial Intelligence - Play against the computer or another local player
· Support for multiple board sizes - 9x9 and 19x19 included
· High quality 3D Go stones and board models
· Fully functional game logic and interface is provided, ready to be customised to suit your game ideas.
· Fully documented and commented source code
· Sound effects
Price $18.99
Goap by CrashKonijn
GitHub | Online Documentation | Discord | Forum
What is GOAP?
GOAP stands for Goal Oriented Action Planner. It is an AI architecture that simplifies the process of building complex Finite State Machines (FSMs) by allowing you to define goals and actions, and automatically figuring out which actions to take to achieve those goals. Most famous of powering the AI used in F.E.A.R.
How can it help you?
GOAP can help you building complex AI by defining simple actions which GOAP connects together. It also resolves the best action to take based on the game state. This should make managing a complex decision graph much easier!
Core features
- The resolver is multithreaded (using jobs).
- GOAP visualizer window.
- Setup using two methods: ScriptableObject configuration in the editor, or by using code.
- Two example scenes using both setup methods.
- Support for data injection using your favorite IoC.
- The core is unit tested.
- Well documented.
Price $0.00
Hierarchy Sorting Tool by Downtown Game Studio
- Built in Unity 2021.3.16f1.
- Written in C# and optimized for performance.
Link to official documentation: https://drive.google.com/file/d/1Hf910INWIZOUixGDU_RN_MSzDaTb9z_6/view?usp=sharing
Hierarchy Sorting Tool is an easy-to-use tool designed to simplify the organization of game objects within complex scenes. With this tool, you can sort game objects in various ways, making it easier to manage large numbers of objects.
Different sorting options:
- By name (ascending or descending)
- By X Y Z position (ascending or descending)
- Reverse order
This tool is particularly useful when working with scenes that contain many objects, as it allows you to quickly and easily organize objects without having to manually move them around the hierarchy.
Hierarchy Sorting Tool is an essential feature for any game developer working with complex scenes. Its ability to quickly and easily organize game objects can save you a significant amount of time and effort, making it a must-have tool for any Unity user.
***************************************************************************************
For any quetions on how to use this tool, or if you simply want to give us a feedback, please feel free to reach us at downtowngamestudio@gmail.com
Price $0.00
3D modular models pack - Thai temple by Chavafei
This is a Modular building model of Thai temple
Work well with 0.25 snapping
Have 2048x2048 trimsheet Textures
Polygons count :
[Building]
ThaiTemple_Wall - 40
ThaiTemple_BaseWall - 52
ThaiTemple_Wallup - 4
ThaiTemple_Wall_half - 40
ThaiTemple_BaseWall_half - 52
ThaiTemple_Wallup_half - 6
ThaiTemple_Wall_corner - 236
ThaiTemple_BaseWall_corner - 184
ThaiTemple_Wallup_corner - 25
ThaiTemple_WallupGold_corner - 85
ThaiTemple_Wall_window - 54
ThaiTemple_Wall_FancyWindow - 1210
ThaiTemple_Wall_inwardCorner - 308
ThaiTemple_BaseWall_inwardCorner - 112
ThaiTemple_Wallup_inwardCorner - 8
ThaiTemple_object_window - 308
ThaiTemple_object_window_tall - 308
ThaiTemple_object_FancyWindow - 1126
ThaiTemple_Fence - 254
ThaiTemple_Fence_corner - 414
ThaiTemple_Fence_end - 132
ThaiTemple_Elevated - 296
ThaiTemple_ElevatedPlatformWall - 72
ThaiTemple_ElevatedPlatformWall_corner - 235
ThaiTemple_ElevatedPlatformWall_inwardCorner - 144
ThaiTemple_ElevatedPlatformWall_half - 72
ThaiTemple_stair - 168
ThaiTemple_Floor2x2 - 8
ThaiTemple_Floor1x1 - 4
ThaiTemple_Entrance - 1366
ThaiTemple_Entrance_Door - 224
ThaiTemple_Entrance_small - 484
ThaiTemple_CubicPillar - 12
ThaiTemple_Pillar - 128
ThaiTemple_PillarTop - 862
ThaiTemple_PillarBase - 576
ThaiTemple_Outside_fence - 496
ThaiTemple_Outside_fence_corner - 1268
ThaiTemple_GateEntrance - 3200
ThaiTemple_Jadee - 5564
ThaiTemple_Jadee_base - 1412
[Roof]
ThaiTemple_Roof_TopFront - 517
ThaiTemple_Roof_MidFront - 344
ThaiTemple_Roof_BottomFront - 928
ThaiTemple_Roof_Top - 194
ThaiTemple_Roof_Mid - 180
ThaiTemple_Roof_Bottom - 466
ThaiTemple_Roof_Base - 28
ThaiTemple_Roof_BaseSide 34
ThaiTemple_Roof_BaseHalf - 12
ThaiTemple_Roof_Wall1 - 4
ThaiTemple_Roof_Wall2 - 4
ThaiTemple_Roof_Wall3 - 4
ThaiTemple_Roof_Wall_sideMid - 8
ThaiTemple_Roof_Wall_sideTop - 4
ThaiTemple_Roof_Wall_sideBottom - 3
ThaiTemple_Roof_Wall_Bottom - 2
ThaiTemple_Roof_Holder - 76
A 3d model of modular building parts for creating a Temple from Thailand.
Price $60.00
Skeleton_Sorcerer by SBox
Number of textures 22
Texture dimensions 4096
Maximum polygon count 10796
Number of meshes/prefabs 12
Rigging: Yes
Animation count NO
UV mapping: Yes
LOD information (count, number of levels) NO
Types of materials and texture maps (e.g., PBR) YES
Low-poly game redy model of the character Skeleton_Sorcerer
Textures pack one 4096x4096 (down to 1024х1-1024)
4 skins
8 materials
22 texture maps
4K Textures
Rigged with Humanoid.
Easy Animations retarget in Unity
Morph Targets 2
faces 10796
verts 10646
tris 20413
Price $39.99
Lowpoly Weapons and Tools Pack by DestiaArt
- Simple color palette texture 540x540px
- 2 materials - one basic and one for metal parts
- No animations
- No LODs
Package contains 23 models - 23 prefabs
The total number of triangles is 12 503 (average 544 per model)
The package contains 23 models with a simple, color palette texture
Pack includes:
- arrows in 2 versions - one is flat and the other one is x-shaped,
- bow,
- crossbow,
- axe,
- pickaxe,
- scythe,
- sickle,
- hammer,
- cleaver,
- knife,
- throwing knife,
- machete,
- one-handed sword,
- katana,
- scimitar,
- staff,
- spiked mace,
- stone mace,
- great battle axe,
- war axe,
- war spear,
- war hammer
📌 For more information have a look at the Technical details
📌 You can find more of my work on my Instagram @DestiaArt. I'm also doing individual commissions, contact me if you are interested. 😊
Price $4.99
Fantasy RPG Bells Pack - Edition 1 by DeepZone
Number of textures :
- In total, 96 handpainted textures (32 unique textures)
Texture dimensions :
- 96 Texture has 1024 x 1024
Polygons and Triangles count :
- Bell1 = vertex 1825, tri 608
- Bell2 = vertex 1825, tri 608
- Bell3 = vertex 6672, tri 2224
- Bell4 = vertex 6672, tri 2224
- Bell5 = vertex 8367, tri 2789
- Bell6 = vertex 8367, tri 2789
- Bell7 = vertex 1961, tri 653
- Bell8 = vertex 1961, tri 653
- Bell10 = vertex 1800, tri 600
- Bell11 = vertex 1292, tri 430
- Bell12 = vertex 3160, tri 1053
- Bell13 = vertex 3160, tri 1053
- Bell14 = vertex 2704, tri 901
- Bell15 = vertex 1994, tri 664
- Bell16 = vertex 2941, tri 980
- Bell17 = vertex 2580, tri 860
- Bell18 = vertex 2580, tri 860
- Bell19 = vertex 2944, tri 981
- Bell20 = vertex 3256, tri 1085
- Bell21 = vertex 3256, tri 1085
- Bell22 = vertex 1946, tri 648
- Bell23 = vertex 1946, tri 648
- Bell24 = vertex 3260, tri 1086
- Bell25 = vertex 4981, tri 1660
- Bell26 = vertex 4657, tri 1552
- Bell27 = vertex 3662, tri 1220
- Bell28 = vertex 3662, tri 1220
- Bell29 = vertex 4655, tri 1551
- Bell30 = vertex 4657, tri 1552
- Bell31 = vertex 3379, tri 1126
- Bell32 = vertex 5350, tri 1783
- Bell33 = vertex 4978, tri 1659
Average Polygons & Triangles count :
- Average Vertices: 3639
- Average Triangles: 1363
Polygon Count Range :
- Minimum polygon : 1292
- Maximum polygon : 8367
Number of meshes/prefabs :
- 96 Prefab
- 32 Meshe
The Fantasy RPG Bell Weapon Pack - Edition 1 is an asset package designed to add a new level of realism to the combat aspect of your fantasy RPG game. It features 32 Bell weapons with unique designs and textures that are precisely crafted for optimal gameplay immersion. These weapons are a cross between a magic stick and a Fantasy hammer and axe, making them an excellent choice for any fantasy RPG game.
Each Bell weapon has three customizable colors that you can adjust to match your game's art style and theme, resulting in a total of 96 different color variations. The package also includes 96 prefabs, as well as FBX files for easy editing and customization to meet your specific needs. These Bell weapons are fully compatible with a wide range of games, ensuring seamless integration with your project.
To add a weapon to your game, simply drag its prefab into the scene, making it easy to integrate with your project. The Fantasy RPG Bell Weapon Pack - Edition 1 is an excellent choice for enhancing the combat experience in your fantasy RPG game.
Note: This pack includes 32 unique weapons, and each weapon comes in 3 different styles, resulting in a total of 96 weapons.
Here are some key features of the Fantasy RPG Bell Weapon Pack - Edition 1:
- 32 unique Bell weapons, each with its own design and texture
- In total, the bundle includes a total of 96 Bell weapons
- 3 customizable colors per Bell weapon
- FBX files included for each Bell weapon
- Fully compatible with both mobile and desktop platforms
- Perfect for enhancing the combat aspect of your fantasy RPG game
- Adds a new level of immersion to your game
Overall, the Fantasy RPG Bell Weapon Pack - Edition 1 is a comprehensive asset package that provides game developers with the tools they need to take their combat game to the next level. With 32 unique Bell weapons, each with three customizable colors, this package is a great investment for any fantasy RPG game developer. If you have any questions, please feel free to contact us at Assetdeepzone@gmail.com.
For more bundles like this, visit my unity store by clicking Here. Also, please note that if you plan to purchase multiple bundles, make sure not to import them into the same Unity project file. Each bundle should be imported separately, or you should delete the previous package before importing a new one or creating a new Unity project to avoid any issues.
Price $29.99
Anime Art Terrain Pack by Santa Factory
- Diffuse maps : 150 images
- Normal maps : 150 images
- Terrains Layers : 150 Units
- Animation : No
- Additionnal : Pixel based
- Resolution : 1024 pixels
- Format : PNG
- Demo : Included
- Tileable : Yes
- Style : Handpaint / Stylized
Looking for the perfect stylized art package for your Unity terrain editor? Look no further than the Santa Factory Unity Terrain Editor package! With over 150 textures, 150 normal maps, and 150 terrain layers, all in handpainted and stylized styles, you'll be able to create stunning anime style landscapes in no time.
- Grass
- Rocks
- Stones
- Stone Path
- Dirt
- Lava
- Snow
- Wood Floor
- Straw
- Sea Floor
- Sandstone
- Gravel
Our package is perfect for prototyping or production, and we offer support every step of the way. With customizable import settings for resolution and tiling, you'll have complete control over your terrain's appearance. So what are you waiting for? Get started today and bring your game world to life with the Santa Factory Unity Terrain Editor package.
Our package contains 150 terrain layers, each with a diffuse map, a normal map as PNG sRGB images.
Each terrain layer costs less than 1$, we are working hard on decreasing the production costs for bringing you the best bang for your bucks.
Tiles will be added in the future for free to paid clients, as well as grass and terrain details. Stay tuned! 🎅
Price $99.99
URP Tree Pack 2 by ALIyerEdon
Texture size: 2048x2048
Shaders: Translucensy wind shader(trunk,bark,leaves)
Triangles:
LOD 0= 4500
LOD 1= 3000
LOD 2= 2000
LOD 3= 1000
Channels: Albedo
Total are 11 variants
Default uploaded from the URP. Built-in pipeline shaders are included
A set of the 3d tree models with 4 level of details(LOD) to have best quality and
performance per distance with translucency and wind shader for all platforms with the zero performance cost
This pack is made as a 3d model (fbx) so that you can easily use them in any pipeline or software
The models are all professionally made with high quality textures and models
Trunk Texture size: 2048x2048
Leaf Texture size: around 3000x3000
Shaders: Translucency wind shader(trunk,bark,leaves)
Triangles:
LOD 0= 4500
LOD 1= 3000
LOD 2= 2000
LOD 3= 1000
Channels: Albedo
Download Windows Demo
Total are 11 variants
==> Features <==
=> Optimized realistic shaders + wind support
=> Wind controller component
=> Global and Local wind
=> 4 LODs
=> High resolution textures
________________________________
License
Asset uses a few textures under free use; see Third-Party Notices.txt file in package under "Doc" folder for details
Price $7.00
URP Tree Pack 15 by ALIyerEdon
Texture size: 2048x2048
Shaders: Translucensy wind shader(trunk,bark,leaves)
Triangles:
LOD 0= 4500
LOD 1= 3000
LOD 2= 2000
LOD 3= 1000
Channels: Albedo
Total are 10 variants
Default uploaded from the URP. Built-in pipeline shaders are included
A set of the 3d tree models with 4 level of details(LOD) to have best quality and
performance per distance with translucency and wind shader for all platforms with the zero
performance cost
This pack is made as a 3d model (fbx) so that you can easily use them in any pipeline or software
The models are all professionally made with high quality textures and models
Trunk Texture size: 2048x2048
Leaf Texture size: around 3000x3000
Shaders: Translucency wind shader(trunk,bark,leaves)
Triangles:
LOD 0= 4500
LOD 1= 3000
LOD 2= 2000
LOD 3= 1000
Channels: Albedo
Download Windows Demo
Total are 11 variants
==> Features <==
=> Optimized realistic shaders + wind support
=> Wind controller component
=> Global and Local wind
=> 4 LODs
=> High resolution textures
________________________________
License
Asset uses a few textures under free use; see Third-Party Notices.txt file in package under "Doc" folder for details
Price $7.00
URP Tree Pack 11 by ALIyerEdon
Texture size: 2048x2048
Shaders: Translucensy wind shader(trunk,bark,leaves)
Triangles:
LOD 0= 4500
LOD 1= 3000
LOD 2= 2000
LOD 3= 1000
Channels: Albedo
Total are 10 variants
Default uploaded from the URP. Built-in pipeline shaders are included
A set of the 3d tree models with 4 level of details(LOD) to have best quality and
performance per distance with translucency and wind shader for all platforms with the zero performance cost
This pack is made as a 3d model (fbx) so that you can easily use them in any pipeline or software
The models are all professionally made with high quality textures and models
Trunk Texture size: 2048x2048
Leaf Texture size: around 3000x3000
Shaders: Translucency wind shader(trunk,bark,leaves)
Triangles:
LOD 0= 4500
LOD 1= 3000
LOD 2= 2000
LOD 3= 1000
Channels: Albedo
Download Windows Demo
Total are 11 variants
==> Features <==
=> Optimized realistic shaders + wind support
=> Wind controller component
=> Global and Local wind
=> 4 LODs
=> High resolution textures
________________________________
License
Asset uses a few textures under free use; see Third-Party Notices.txt file in package under "Doc" folder for details
Price $7.00
URP Tree Pack 7 by ALIyerEdon
Texture size: 2048x2048
Shaders: Translucensy wind shader(trunk,bark,leaves)
Triangles:
LOD 0= 4500
LOD 1= 3000
LOD 2= 2000
LOD 3= 1000
Channels: Albedo
Total are 15 variants
Default uploaded from the URP. Built-in pipeline shaders are included
A set of the 3d tree models with 4 level of details(LOD) to have best quality and
performance per distance with translucency and wind shader for all platforms with the zero performance cost
This pack is made as a 3d model (fbx) so that you can easily use them in any pipeline or software
The models are all professionally made with high quality textures and models
Trunk Texture size: 2048x2048
Leaf Texture size: around 3000x3000
Shaders: Translucency wind shader(trunk,bark,leaves)
Triangles:
LOD 0= 4500
LOD 1= 3000
LOD 2= 2000
LOD 3= 1000
Channels: Albedo
Download Windows Demo
Total are 11 variants
==> Features <==
=> Optimized realistic shaders + wind support
=> Wind controller component
=> Global and Local wind
=> 4 LODs
=> High resolution textures
________________________________
License
Asset uses a few textures under free use; see Third-Party Notices.txt file in package under "Doc" folder for details
Price $7.00
HDRP Tree Pack 5 by ALIyerEdon
Texture size: 2048x2048
Shaders: Translucensy wind shader(trunk,bark,leaves)
LOD 0= 7500
LOD 1= 5500
LOD 2= 3500
LOD 3= 1500
Channels: Albedo
Total are 14 variants
Default uploaded from the HDRP. Built-in pipeline shaders are included
A set of the 3d tree models with 4 level of details(LOD) to have best quality and
performance per distance with translucency and wind shader for all platforms with the zero performance cost
This pack is made as a 3d model (fbx) so that you can easily use them in any pipeline or software
The models are all professionally made with high quality textures and models
Trunk Texture size: 2048x2048
Leaf Texture size: around 3000x3000
Shaders: Translucency wind shader(trunk,bark,leaves)
Triangles:
LOD 0= 7500
LOD 1= 5500
LOD 2= 3500
LOD 3= 1500
Channels: Albedo
Total are 14 variants
==> Features <==
=> Optimized realistic shaders + wind support
=> Wind controller component
=> Global and Local wind
=> 4 LODs
=> High resolution textures
________________________________
License
Asset uses a few textures under free use; see Third-Party Notices.txt file in package under "Doc" folder for details
Price $10.00
HDRP Tree Pack 4 by ALIyerEdon
Texture size: 2048x2048
Shaders: Translucensy wind shader(trunk,bark,leaves)
LOD 0= 7500
LOD 1= 5500
LOD 2= 3500
LOD 3= 1500
Channels: Albedo
Total are 14 variants
Default uploaded from the HDRP. Built-in pipeline shaders are included
A set of the 3d tree models with 4 level of details(LOD) to have best quality and
performance per distance with translucency and wind shader for all platforms with the zero
performance cost
This pack is made as a 3d model (fbx) so that you can easily use them in any pipeline or software
The models are all professionally made with high quality textures and models
Trunk Texture size: 2048x2048
Leaf Texture size: around 3000x3000
Shaders: Translucency wind shader(trunk,bark,leaves)
Triangles:
LOD 0= 7500
LOD 1= 5500
LOD 2= 3500
LOD 3= 1500
Channels: Albedo
Total are 14 variants
==> Features <==
=> Optimized realistic shaders + wind support
=> Wind controller component
=> Global and Local wind
=> 4 LODs
=> High resolution textures
________________________________
License
Asset uses a few textures under free use; see Third-Party Notices.txt file in package under "Doc" folder for details
Price $10.00
HDRP Tree Pack 3 by ALIyerEdon
Texture size: 2048x2048
Shaders: Translucensy wind shader(trunk,bark,leaves)
LOD 0= 7500
LOD 1= 5500
LOD 2= 3500
LOD 3= 1500
Channels: Albedo
Total are 15 variants
Default uploaded from the HDRP. Built-in pipeline shaders are included
A set of the 3d tree models with 4 level of details(LOD) to have best quality and
performance per distance with translucency and wind shader for all platforms with the zero performance cost
This pack is made as a 3d model (fbx) so that you can easily use them in any pipeline or software
The models are all professionally made with high quality textures and models
Trunk Texture size: 2048x2048
Leaf Texture size: around 3000x3000
Shaders: Translucency wind shader(trunk,bark,leaves)
Triangles:
LOD 0= 7500
LOD 1= 5500
LOD 2= 3500
LOD 3= 1500
Channels: Albedo
Total are 15 variants
==> Features <==
=> Optimized realistic shaders + wind support
=> Wind controller component
=> Global and Local wind
=> 4 LODs
=> High resolution textures
________________________________
License
Asset uses a few textures under free use; see Third-Party Notices.txt file in package under "Doc" folder for details
Price $10.00
Forest Monster by YuriiBoiko
- Polycount: Faces: 13548; Verts: 13706; Tris: 26094
- PBR Textures: Metallic shader
- Texture sets: 1, Body
- 4k Textures format TGA : Albedo, MetallicGloss, Normal, Occlusion, Alpha, Emission
Textures are scaled through third-party editors with no loss of quality on 2048 and 1024 resolutions.
- UV Mapping: Yes
- Materials: 4 materials and 13 texture maps
A two-sided shader is used in some places on the body.
- Animation count: 15
- Animation type list: Idle(2); Walk(2); BackWalk(1); Strafe(L, R); Attack(3); Get Hit(1); Death(2); Jump(1); Run(1)
- Rigging: Maya 2022 controllers, built-in controller skinning all the bones
- 3 skins available
Low-poly 3d model. Rigged and animated.
Ready for games and other real-time applications.
Price $24.99