Feed aggregator

ReadOnly Inspector Attribute Kit by xeetsh - Maximilian T. Schmitt

Asset Store newest packages - 2024, September 3 - 14:19
ReadOnly Inspector Attribute Kit makes Unity Inspector fields read-only. Supports various types including Vector3, Color, AnimationCurve, GameObject and Components.
  • Unity Version Compatibility: Unity 2019.4 and later
  • Supported Data Types: Integer, Float, Boolean, String, Color, Vector2, Vector3, Vector4, Vector2Int, Vector3Int, Rect, RectInt, Quaternion, Bounds, BoundsInt, AnimationCurve, Gradient (Unity 6), LayerMask, Enum, GameObject, Prefabs, Components, Object References
  • Installation: Import package and add using xeetsh.ReadOnlyInspectorAttributeKit on top of your script. Use [ReadOnly] to make fields read-only
  • Known Limitations: Arrays cannot be fully read-only; size and order may still be adjustable in the Inspector.

Enhance your Unity development workflow with the ReadOnly Inspector Attribute Kit, a powerful tool designed to make fields in the Unity Inspector read-only. This asset ensures that certain values cannot be altered during runtime, preserving data integrity and preventing accidental modifications.


Docs - Forum Thread - Contact - Website


Key Features:

  • Read-Only Fields: Apply the [ReadOnly] attribute to any field in your MonoBehaviour or ScriptableObject scripts to lock them in the Inspector. This feature is perfect for displaying constant values or safeguarding critical data.
  • Extensive Type Support: The kit supports a broad range of data types, including: Integer, Float, Boolean, String, Color, Vector2, Vector3, Vector4, Vector2Int, Vector3Int, Rect, RectInt, Quaternion, Bounds, BoundsInt, AnimationCurve, Gradient (Unity 6), LayerMask, Enum, GameObject, Prefabs, Components, Object References
  • Enhanced Display: Custom styling is applied to special data types like Color, AnimationCurve, and GameObject to improve their visibility and representation in the Inspector.
  • Clickable References: For GameObject and Component types, clicking the field will show their reference in the scene or project view.

Installation & Usage:

  1. Import the ReadOnly Inspector Attribute Kit from the Unity Asset Store.
  2. Import the extension to your script using xeetsh.ReadOnlyInspectorAttributeKit;
  3. Add the [ReadOnly] attribute to fields in your scripts. To display private fields, use [SerializeField] alongside [ReadOnly].

Limitations:

  • Arrays cannot be fully locked; while values are read-only, array size and order can be adjusted in newer Unity versions.

For support, contact us at support@xeet.sh. Published under Unity Asset Store Terms of Service and EULA.


League Spartan font (Used for AssetStore Graphics) licensed under SLI Open Fonts License


Price $4.99

Pinata Lootbox System - VFX, SFX, Animations and Models! by Piloto Studio

Asset Store newest packages - 2024, September 3 - 14:08
Fully functional lootbox opening sequence authored with Unity Timelines. Includes VFX, animation, models, SFX and drag and-drop setup! Easy to use!
  • 82 Textures
  • 52 Materials
  • 40 Prefabs
  • 5 Audio Clips
  • 2 Shaders
  • 1 Animation Clip 
  • 1 Animator Controller
  • 5 Timelines 
  • This pack has been tailored to be used on higher fidelity projects.

Stylized Sword Spins VFX

This pack has 62 total VFX, with 21 looping spins, 21 spin bursts and 20 hit FX.

Our pack is separated into themes and the VFX are tailored to fit each one. Some themes can be similar (Shock and Dark) but 90% of these FX are done with a high level of bespoke care.

---

Compatible with all rendering pipelines! Please note that our shader is not compatible with some 2D setups

---

🛆🛆🛆 Key Features 🛆🛆🛆

  • Prefabs are ready to be used out of the box, simply drag and drop them into your scene!
  • 1 Shader for all particles
  • Includes one asset overview scene, and a contextual example of usage.
  • Compatible with ALL rendering pipelines

The package contains 62 unique VFX with the following themes:

  • Arcane
  • Circus / Magician
  • Crimson
  • Dark
  • Disco
  • Fairy
  • Fire
  • Frost
  • Holy
  • Light
  • Mist
  • Nature
  • Shock Yellow
  • Shock Blue
  • Tech
  • Universe
  • Void
  • Water
  • Wind
  • Physical

IMPORTANT: To change your rendering pipeline, make sure to download the dependency package and also read the readme file!


Price $70.00

Music - Trail of the Cold Dawn by Neko Legends

Asset Store newest packages - 2024, September 3 - 13:40
Original music with 9+ variations for category "Action and Adventure"

Audio file types: PCM wav

Sample rate: 48000 Hz, 1536 kbps

Bit depth: 16-bit

Loopable: No

Additional: Stereo



We must keep going, even through the toughest times....


"Trail of the Cold Dawn" is a musical piece crafted to enhance game scenes where the player embarks on an exploration adventure.


The youtube demo contains 30 seconds of a random section of each song.

The song variations are not mere instrumental swaps, but rather unique interpretations that build upon the core melody.


The music video hologram background effects are done with my Hologram Shader.


The scene, along with all the models and shaders used to create the video is available in All Access Assets.


This collection offers 9+ unique variations to suit different moods and scenes in your game:

Song name and length:

  1. Trail of the Cold Dawn (Acoustic Guitar), 3:47
  2. Trail of the Cold Dawn (Bells), 2:39
  3. Trail of the Cold Dawn (CyberPunk), 3:57
  4. Trail of the Cold Dawn (Flute), 3:41
  5. Trail of the Cold Dawn (Harp), 3:17
  6. Trail of the Cold Dawn (Lute), 2:54
  7. Trail of the Cold Dawn (Orchastra), 2:05
  8. Trail of the Cold Dawn (Tubular Bells), 3:46
  9. Trail of the Cold Dawn (Violin), 3:23
  10. (Bonus)Trail of the Cold Dawn (Piano Solo), 2:26
  11. (Bonus)Trail of the Cold Dawn (Piano), 3:08
  12. (Bonus) Trail of the Cold Dawn (Piano Free Short), 1:04

Want to try before you buy? Check out the free sample featuring the 'Piano Solo (Short)' version.


Price $15.00

CustomPool by liambilly

Asset Store newest packages - 2024, September 3 - 13:34
It provides developers with the tools to improve object spawning management and enhance Unity project performance for mobile games and desktop applications.

### Technical Specifications:

- **Compatible with**: Unity 2019.1 or later.

- **Required Packages**: None. The package is self-contained and does not require any additional dependencies.

- **Supported Platforms**: All platforms supported by Unity, including Windows, macOS, Android, iOS, and WebGL.

- **.NET Compatibility**: Requires .NET 4.x or later.

- **DirectX**: Compatible with DirectX 11 and DirectX 12.

- **Source Code**: Fully accessible and open-source, licensed under MIT.

This is an efficient and easy-to-use object pooling system designed to enhance performance in your Unity projects. This package replaces the standard `Instantiate()` and `Destroy()` methods with `Pool.Spawn()` and `Pool.Despawn()`, optimizing object creation and management. By reusing objects instead of frequently instantiating and destroying them, your project can reduce memory overhead, improve frame rates, and minimize garbage collection spikes.


### Key Features:

- **Object Pooling for GameObjects and Components**: Easily pool GameObjects, components, and other assets like meshes to optimize resource management.

- **Flexible Spawning Options**: Spawn objects with specific transforms, parents, and custom initialization parameters.

- **Automatic Despawning**: Automatically returns objects to the pool after a specified duration or based on custom logic.

- **Minimal Code Integration**: Implement pooling in your project with just two lines of code, significantly reducing the complexity of object management.


### Benefits:

- **Performance Optimization**: Reduce CPU and memory usage by reusing objects, leading to smoother gameplay and fewer frame drops.

- **Enhanced Development Efficiency**: Simplify the process of object management, allowing developers to focus on core gameplay mechanics without worrying about performance bottlenecks.

- **Problem Solving**: Ideal for games with frequent object creation and destruction, such as bullet hell shooters, particle systems, and spawning-heavy scenarios.






Price $0.00

c21 Cross Road by TwentyOneGames

Asset Store newest packages - 2024, September 3 - 13:32
c21 Cross Road is a complete ready to launch mobile game template.

Supported OS:

  • Android
  • IOS
  • Windows

Supported Render Pipeline:

  • Built-in render pipeline.

Cross the roads safely by driving the vehicle, avoid crash and collect coins to buy new vehicles.


Features:

  • Vehicles shop system.
  • 5 different vehicles.
  • Ready to built and publish.
  • Optimised for mobile platform.
  • UI Buttons control.
  • Smooth animations.
  • Score and high score.
  • High quality graphics.
  • Gameplay sounds.
  • Background music.
  • Object pooling.
  • Endless gameplay.

Package includes:

5 different vehicles models.

Complete source code.

All audio files.


Other Assets:


Support Email: contact.twentyonegames@gmail.com


Price $35.00

Wooden Wall Shelf with Bird Decoration by daviddanji

Asset Store newest packages - 2024, September 3 - 13:23
This asset is a high quality model with optimized, clean and quad-based topology. The model is ready to use, just put it into your scene.

This is a high quality model with optimized, clean and quad-based topology. It was originally modelled in 3ds Max 2020. The preview images are rendered with V-ray 5 (without post-production) (with subdivision level 1). The model is ready to use, just put it into your scene. You can use this model for games, movies, render, printing, AR/VR etc. All formats are tested and opened without errors!


===== General =====

- Model name: Wooden Wall Shelf with Bird Decoration

- Model parts: 1

- Material count: 1

- The model comes with textures and materials

- PBR material and textures

- All objects, textures and materials have their own names

- All objects have fully unwrapped UVs

- The model has real-world scale

- The model is positioned in the center of the coordinates system (0,0,0)

- No errors or missing files

- System Units: Centimeters


Dimensions:

- Width : 56.77 cm (22.35 in)

- Depth : 16.58 cm (16.53 in)

- Height: 13.06 cm (5.14 in)


The archive files includes two versions: Subdivision Level 0 and 1

• Subdivision level 0:

- Polygons: 17,280

- Vertices: 17,306

- Triangles and NGons: 0


• Subdivision level 1:

- Polygons: 69,120

- Vertices: 69,146

- Triangles and NGons: 0


===== Mesh =====

- Quad topology

- No overlapping vertices and UV faces

- No NGons, triangles, isolated vertices and open edges

- The model is ready for subdivision


===== Textures / Materials =====

- Texture Format: PNG   

- Textures count: 7

- The model has fully unwrapped UVs. The UVs are organized.

- Textures are available in both 2048x2048 and 4096x4096 resolution

- Included PBR textures: Diffuse (Base Color), Normal (DirectX), Normal (OpenGL), Reflect, Glossiness, Roughness, Ambient Occlusion

- Textures paths set to relative. No missing textures.


===== Additional notes =====

- Lights, cameras and backgrounds used in preview images are not included

- No extra plugins are needed for this model

- The mesh can be subdivided for smoother results


I hope you like it and hope the model will serve your needs!

Check out my other models on my profile page.

If you have any questions feel free to contact me!

Thank you,

David Danji

It was originally modelled in 3ds Max 2020. The preview images are rendered with V-ray 5 (without post-production). Lights, cameras and backgrounds used in preview images are not included.


Price $12.90

White Fabric Headboard by daviddanji

Asset Store newest packages - 2024, September 3 - 13:23
This is a high quality model with optimized, clean and quad-based topology. The model is ready to use, just put it into your scene.

===== General =====

- Model name: White Fabric Headboard

- Model parts: 1

- Material count: 1

- The model comes with textures and materials

- PBR material and textures

- All objects, textures and materials have their own names

- All objects have fully unwrapped UVs

- The model has real-world scale

- The model is positioned in the center of the coordinates system (0,0,0)

- No errors or missing files

- System Units: Centimeters


Dimensions:

- Width : 206.73 cm (81.39 in)

- Depth : 20.22 cm (7.96 in)

- Height: 137.52 cm (54.14 in)


===== Mesh =====

- Polygons: 73,656

- Vertices: 74,790

- Triangles and NGons: 0

- Quad topology

- No overlapping vertices, faces and UV faces

- No NGons, triangles and open edges


===== Textures / Materials =====

- Texture Format: PNG   

- Textures count: 6

- The model has fully unwrapped UVs. The UVs are organized.

- Textures are available in both 2048x2048 and 4096x4096 resolution

- Included PBR textures: Diffuse (Base Color), Normal (DirectX), Normal (OpenGL), Reflect, Glossiness, Roughness

- Textures paths set to relative. No missing textures.


===== Additional notes =====

- Lights, cameras and backgrounds used in preview images are not included

- No extra plugins are needed for this model

- The mesh can be subdivided for smoother results


I hope you like it and hope the model will serve your needs!

Check out my other models on my profile page.

If you have any questions feel free to contact me!

Thank you,

David Danji

It was originally modelled in 3ds Max 2020. The preview images are rendered with V-ray 5 (without post-production). Lights, cameras and backgrounds used in preview images are not included.


Price $11.90

White Dining Chair With Holes by daviddanji

Asset Store newest packages - 2024, September 3 - 13:23
This is a high quality model with optimized, clean and quad-based topology. The model is ready to use, just put it into your scene.

===== General =====

- Model name: White Dining Chair With Holes

- Model parts: 1

- Material count: 1

- The model comes with textures and materials

- PBR material and textures

- All objects, textures and materials have their own names

- All objects have fully unwrapped UVs

- The model has real-world scale

- The model is positioned in the center of the coordinates system (0,0,0)

- No errors or missing files

- System Units: Centimeters


Dimensions:

- Width : 48.68 cm (19.16 in)

- Depth : 50.20 cm (19.76 in)

- Height: 77.11 cm (30.36 in)


===== Mesh =====

- Polygons: 41,762

- Vertices: 41,720

- Triangles and NGons: 0


- Quad topology

- No overlapping vertices, faces and UV faces

- No NGons, triangles, isolated vertices and open edges


===== Textures / Materials =====

- Texture Format: PNG

- Textures count: 4

- The model has fully unwrapped UVs. The UVs are organized.

- Textures are available in both 2048x2048 and 4096x4096 resolution

- Included PBR textures: Diffuse (Base Color), Reflect, Glossiness, Roughness

- Textures paths set to relative. No missing textures.


===== Additional notes =====

- Lights, cameras and backgrounds used in preview images are not included

- No extra plugins are needed for this model

- The mesh can be subdivided for smoother results


I hope you like it and hope the model will serve your needs!

Check out my other models on my profile page.

If you have any questions feel free to contact me!

Thank you,

David Danji

It was originally modelled in 3ds Max 2020. The preview images are rendered with V-ray 5 (without post-production). Lights, cameras and backgrounds used in preview images are not included.


Price $12.90

Wall Shelf with Door by daviddanji

Asset Store newest packages - 2024, September 3 - 13:23
This is a high quality model with optimized, clean and quad-based topology. The model is ready to use, just put it into your scene.

This is a high quality model with optimized, clean and quad-based topology. It was originally modelled in 3ds Max 2020. The preview images are rendered with V-ray 5 (without post-production) (with subdivision level 1). The model is ready to use, just put it into your scene. You can use this model for games, movies, render, printing, AR/VR etc. All formats are tested and opened without errors!


===== General =====

- Model name: Wall Shelf with Door

- Model parts: 1

- Material count: 1

- The model comes with textures and materials

- PBR material and textures

- All objects, textures and materials have their own names

- All objects have fully unwrapped UVs

- The model has real-world scale

- The model is positioned in the center of the coordinates system (0,0,0)

- No errors or missing files

- System Units: Centimeters


Dimensions:

- Width : 65.43 cm (25.76 in)

- Depth : 26.11 cm (10.28 in)

- Height: 36.30 cm (14.29 in)


The archive files includes two versions: Subdivision Level 0 and 1

• Subdivision level 0:

- Polygons: 2,842

- Vertices: 2,858

- Triangles and NGons: 0


• Subdivision level 1:

- Polygons: 11,368

- Vertices: 11,384

- Triangles and NGons: 0


===== Mesh =====

- Quad topology

- No overlapping vertices and UV faces

- No NGons, triangles, isolated vertices and open edges

- The model is ready for subdivision


===== Textures / Materials =====

- Texture Format: PNG   

- Textures count: 5

- The model has fully unwrapped UVs. The UVs are organized.

- Textures are available in both 2048x2048 and 4096x4096 resolution

- Included PBR textures: Diffuse (Base Color), Reflect, Fresnel IOR, Glossiness, Roughness

- Textures paths set to relative. No missing textures.


===== Additional notes =====

- Lights, cameras and backgrounds used in preview images are not included

- No extra plugins are needed for this model

- The mesh can be subdivided for smoother results


I hope you like it and hope the model will serve your needs!

Check out my other models on my profile page.

If you have any questions feel free to contact me!

Thank you,

David Danji

It was originally modelled in 3ds Max 2020. The preview images are rendered with V-ray 5 (without post-production). Lights, cameras and backgrounds used in preview images are not included.


Price $8.90

Round Fabric Ottoman by daviddanji

Asset Store newest packages - 2024, September 3 - 13:23
This asset is a high quality model with optimized, clean and quad-based topology. The model is ready to use, just put it into your scene.

This is a high quality model with optimized, clean and quad-based topology. It was originally modelled in 3ds Max 2020. The preview images are rendered with V-ray 5 (without post-production). The model is ready to use, just put it into your scene. You can use this model for games, movies, render, printing, AR/VR etc. All formats are tested and opened without errors!


===== General =====

- Model name: Round Fabric Ottoman

- Model parts: 1

- Material count: 1

- The model comes with textures and materials

- PBR material and textures

- All objects, textures and materials have their own names

- All objects have fully unwrapped UVs

- The model has real-world scale

- The model is positioned in the center of the coordinates system (0,0,0)

- No errors or missing files

- System Units: Centimeters


Dimensions:

- Width : 45.30 cm (17.83 in)

- Depth : 45.30 cm (17.83 in)

- Height: 45.70 cm (17.99 in)


===== Mesh =====

- Polygons: 40,704

- Vertices: 43,274

- Triangles and NGons: 0

- Quad topology

- No overlapping vertices, faces and UV faces

- No NGons, triangles, isolated vertices and open edges

- The model is ready for subdivision


===== Textures / Materials =====

- Texture Format: PNG   

- Textures count: 6

- The model has fully unwrapped UVs. The UVs are organized.

- Textures are available in both 2048x2048 and 4096x4096 resolution

- Included PBR textures: Diffuse (Base Color), Normal (OpenGL), Reflect, Glossiness, Roughness, Ambient Occlusion

- Textures paths set to relative. No missing textures.


===== Additional notes =====

- Lights, cameras and backgrounds used in preview images are not included

- No extra plugins are needed for this model

- The mesh can be subdivided for smoother results


I hope you like it and hope the model will serve your needs!

Check out my other models on my profile page.

If you have any questions feel free to contact me!

Thank you,

David Danji

It was originally modelled in 3ds Max 2020. The preview images are rendered with V-ray 5 (without post-production). Lights, cameras and backgrounds used in preview images are not included.


Price $11.90

Restaurant Square Table with Metal Base and Wood Top by daviddanji

Asset Store newest packages - 2024, September 3 - 13:23
This is a high quality model with optimized, clean and quad-based topology. The model is ready to use, just put it into your scene.

This is a high quality model with optimized, clean and quad-based topology. It was originally modelled in 3ds Max 2020. The preview images are rendered with V-ray 5 (without post-production) (with subdivision level 2). The model is ready to use, just put it into your scene. You can use this model for games, movies, render, printing, AR/VR etc. All formats are tested and opened without errors!


===== General =====

- Model name: Restaurant Square Table with Metal Base and Wood Top

- Model parts: 1

- Material count: 1

- The model comes with textures and materials

- PBR material and textures

- All objects, textures and materials have their own names

- All objects have fully unwrapped UVs

- The model has real-world scale

- The model is positioned in the center of the coordinates system (0,0,0)

- No errors or missing files

- System Units: Centimeters


Dimensions:

- Width : 79.00 cm (31.10 in)

- Depth : 79.00 cm (31.10 in)

- Height: 76.25 cm (30.02 in)


The archive files includes two versions: Subdivision Level 0 and 1

• Subdivision level 0:

- Polygons: 2,390

- Vertices: 2,478

- Triangles and NGons: 0


• Subdivision level 1:

- Polygons: 9,560

- Vertices: 9,576

- Triangles and NGons: 0


===== Mesh =====

- Quad topology

- No overlapping vertices and UV faces

- No NGons, triangles and open edges

- The model is ready for subdivision


===== Textures / Materials =====

- Texture Format: PNG   

- Textures count: 5

- The model has fully unwrapped UVs. The UVs are organized.

- Textures are available in both 2048x2048 and 4096x4096 resolution

- Included PBR textures: Diffuse (Base Color), Normal (OpenGL), Reflect, Glossiness, Roughness

- Textures paths set to relative. No missing textures.


===== Additional notes =====

- Lights, cameras and backgrounds used in preview images are not included

- No extra plugins are needed for this model

- The mesh can be subdivided for smoother results


I hope you like it and hope the model will serve your needs!

Check out my other models on my profile page.

If you have any questions feel free to contact me!

Thank you,

David Danji

It was originally modelled in 3ds Max 2020. The preview images are rendered with V-ray 5 (without post-production). Lights, cameras and backgrounds used in preview images are not included.


Price $12.90

Black Wooden Cabinet by daviddanji

Asset Store newest packages - 2024, September 3 - 13:23
This asset is a high quality model with optimized, clean and quad-based topology. The model is ready to use, just put it into your scene.

This is a high quality model with optimized, clean and quad-based topology. It was originally modelled in 3ds Max 2020. The preview images are rendered with V-ray 5 (without post-production) (with subdivision level 1). The model is ready to use, just put it into your scene. You can use this model for games, movies, render, printing, AR/VR etc. All formats are tested and opened without errors!


===== General =====

- Model name: Black Wooden Cabinet

- Model parts: 1

- Material count: 1

- The model comes with textures and materials

- PBR material and textures

- All objects, textures and materials have their own names

- All objects have fully unwrapped UVs

- The model has real-world scale

- The model is positioned in the center of the coordinates system (0,0,0)

- No errors or missing files

- System Units: Centimeters


Dimensions:

- Width : 128.15 cm (50.45 in)

- Depth : 44.61 cm (17.56 in)

- Height: 107.00 cm (42.13 in)


The archive files includes two versions: Subdivision Level 0 and 1

• Subdivision level 0:

- Polygons: 3,228

- Vertices: 3,254

- Triangles and NGons: 0


• Subdivision level 1:

- Polygons: 12,912

- Vertices: 12,938

- Triangles and NGons: 0


===== Mesh =====

- Quad topology

- No overlapping vertices, faces and UV faces

- No NGons, triangles and open edges

- The model is ready for subdivision


===== Textures / Materials =====

- Texture Format: PNG   

- Textures count: 5

- The model has fully unwrapped UVs. The UVs are organized.

- Textures are available in both 2048x2048 and 4096x4096 resolution

- Included PBR textures: Diffuse (Base Color), Normal (OpenGL), Reflect, Glossiness, Roughness

- Textures paths set to relative. No missing textures.


===== Additional notes =====

- Lights, cameras and backgrounds used in preview images are not included

- No extra plugins are needed for this model

- The mesh can be subdivided for smoother results


I hope you like it and hope the model will serve your needs!

Check out my other models on my profile page.

If you have any questions feel free to contact me!

Thank you,

David Danji

It was originally modelled in 3ds Max 2020. The preview images are rendered with V-ray 5 (without post-production). Lights, cameras and backgrounds used in preview images are not included.


Price $9.90

Motorcycle Pack: Scooter Bikes by gameVgames

Asset Store newest packages - 2024, September 3 - 13:19
Scooter bikes that will improve the visual quality of your games are included in this package.

7 Different Texture: Scooter Bikes

Every motors has its own materials with a 1024x1024 diffuse texture map.

Number of textures: 8 (7 Textures - 1 Normal maps)

Minimum polygon count: 15

Maximum polygon count: 4741

Number of meshes/prefabs: 2/7

Rigging: No

UV mapping: Yes


Polygon Counts:

Bike 1: 13357

Bike 2: 15069

Total: 28426


Scooter bikes that will improve the visual quality of your games are included in this package.

  • 2 different types Scooter bikes
  • 7 skins with visual appeal adapted to motorcycles.
  • Motorcycles can be taken apart, so they are also suitable for accident, crash scenes.

Polygon Counts:


Bike 1: 13357

Bike 2: 15069


Total: 28426



Price $15.90

Toon Engine by SmallNightLight

Asset Store newest packages - 2024, September 3 - 12:06
Toon Engine is a unity URP (2022.3) render engine. It offers customizable toon materials, including terrain and adds various comic style effects like outlines custom bloom and cross hatching.
  • Customizable materials
  • 5 shadergraphs
  • 10 subshaders

Toon Engine (2022.3 / URP)


Toon

Toon material

Specular highlights

Custom lighting (Directional lights, Point lights, Spot light)

Toon terrain material (up to 4 layers)


Outlines

Outlines are applied as a fullscreen effect

Depth Based

Normals Based

Depth based


Line hatching

Line lightings based on ambient occlusion

Procedural generated lines with lots of customizablity


Bloom Ben-day dots effect

Comic book styled bloom


Customizability

Toon Engine offers a lot of options to customize the Toon styled rendering to your needs!


Example assets

  • 12 materials
  • 4 models

Versions

Unity 2022.3


Price $9.99

Cartoon Desert Tree Pack by Golem Kin Games

Asset Store newest packages - 2024, September 3 - 12:03
Dive into the colorful world of our Cartoon Tree Pack Collection, a comprehensive pack designed for mobile and PC that features a vibrant Cartoon Tree Pack.

Product Details:

  • Tris Count: The model pack has items from 1534 to 27000 Tris, optimized for performance without compromising on visual quality.
  • Poly Count: The model has items from 1003 to 43000 polygons.
  • Texture Maps: The Cartoon Tree Pack comes with a high-resolution albedo map of 2048x2048, providing clear and detailed textures.
  • Rigged: No

This model is perfect for developers looking to add a playful and visually appealing touch to their Desert scenes.


No animator controller is in the project or rig, allowing you the ease to do whatever you want with the underlying asset.


If you have any questions or need further assistance, please contact us at: support@golemkin.com.


Product Details:

  • Tris Count: The model pack has items from 1534 to 27000 Tris, optimized for performance without compromising on visual quality.
  • Poly Count: The model has items from 1003 to 43000 polygons.
  • Texture Maps: The Cartoon Tree Pack comes with a high-resolution albedo map of 2048x2048, providing clear and detailed textures.
  • Rigged: No


Price $4.99

AAR Mech SFX by Audio Alchemy Room

Asset Store newest packages - 2024, September 3 - 12:00
AAR Mech SFX is the sound pack for mech battle games or any game featuring powerful mechanized warriors, including, mech effects, ambiance, and music.

Details:

  • Sample Rate: 48kHz/24bit
  • Format: WAV
  • Number of Sounds: 437
  • Loopable: Partially (labeled as loopable in the file name)

This comprehensive SFX pack includes everything you need to bring your mechs to life: movement sounds, weapon effects, system/UI sounds, combat effects, environmental ambiance, and music.


Sub-folders:

  • Atmosphere: Ambience and atmosphere loops
  • Combat: Impacts, explosions
  • Movement: Steps, boosters, tracks
  • Music: 3 full-length tracks with separate sections
  • System: UI buttons, mech HUD sounds
  • Transformation: Mechanical transformation effects
  • Weapon: Weapon fire, reload sounds


Price $39.99

Arcade Rock vol.2 by Dbuit Music

Asset Store newest packages - 2024, September 3 - 11:49
Rock music for your Arcade game. Ideal for vertical shooters, fighting and racing games

WAV Quality: 44.100 Hz sample rate.

32 bits depth

MP3 Quality: 44.100 Hz sample rate


All songs are loopable

Stereo

6 Songs (wav and mp3)

·Engage : 2:11

·Dream Fight : 2:39

·Fanfarre : 0:26

·Game Over : 0:17

·In The Sand : 2:12

·Menu : 0:36


Price $24.99

Forgotten Consoles by Audible Dread

Asset Store newest packages - 2024, September 3 - 11:46
Total of 20 soundtracks. Whispers of ancient machines.

All the files come in WAV 24bit 48khz, stereo.

The whispers of old forgotten machines linger in the air.

Will you bring back the forgotten ones? Give the preview a listen!


For a tracklist of all 20 soundtracks click HERE.


Price $7.99

Amat Egyptian Gods Pack by Andryuha1981

Asset Store newest packages - 2024, September 3 - 11:42
Low-poly model of the character Egyptian Gods Amat Suitable for games of different genre: RPG, strategy, first-person shooter, etc.

Textures pack map 4096x4096 and 2048x2048

three skins 

20 materials

58 textures

Extra Bones

jaw

eye_left

eye_right

toga

toga1


Attention

The model is loaded and works in unreal engine 5 , But the skeleton has a structure from unreal engine 4 , be careful and consider this point


The model contains 68 animations

spellcast (x8)

walking (x8)

running (x4)

180 turn (x4)

Straife (x8)

idle (x16)

death (x12)

gethit(x12)


faces 56934

verts 53998

tris 106778

Textures pack map 4096x4096 and 2048x2048

three skins 

20 materials

58 textures

Extra Bones

jaw

eye_left

eye_right

toga

toga1


Attention

The model is loaded and works in unreal engine 5 , But the skeleton has a structure from unreal engine 4 , be careful and consider this point


The model contains 68 animations

spellcast (x8)

walking (x8)

running (x4)

180 turn (x4)

Straife (x8)

idle (x16)

death (x12)

gethit(x12)


faces 56934

verts 53998

tris 106778


Price $80.00

LMArt - Stylized Environment Kit / BroadleafTreeField by LittleMarsh CG ART

Asset Store newest packages - 2024, September 3 - 11:42
BroadleafTreeField consists of broadleaf trees and several plants. You can find something useful to help you create engaging worlds in VR and more. All screenshots do not use post-processing effects.

Polycount

-Trees: around663~24291 Tris


Texture resolution

-Ground: 1024x1024

-Plants: 1024x1024

-Leaves: 512x512

-Tree bark: 2048x2048,512x512

-Skybox: 12288x2048

1) Demo Scene

•Showcase

You can see a list of objects that can be used. About 23 objects are located.

/Assets/LMArt-StylizedEnvironmentKit/BroadleafTreeField/Scenes/ShowCase


•BroadleafTreeField

This is a sample daytime scene with broadleaf trees and several plants in place.

/Assets/LMArt-StylizedEnvironmentKit/BroadleafTreeField/Scenes/BroadleafTreeField



2) Shader Details

•VertexBlending

Textures are blended using the vertex colors red, green, and blue.

The texture's alpha channel (which stores the height map) is used for blending.


•NatureLeaves

It is used for plant leaves.

Built-in wind animation.

You can set the weight of the wind animation with the red vertex color.

It is a double-sided drawing.


•TranslucentFabric

This shader is used to express the way cloth and other materials are transparent with light.

This transparency of light is reflected when the light is set to Realtime or Mixed.


•SimpleArt

A simple shader that can combine Albedo, Normal, Specular, and Reflection.



3) Rendering

Built-In Render Pipeline

Forward rendering

Linear color space



4) License

Content may be used for personal and commercial use.

No permission needed.

You are not permitted to sell or distribute any Content (modified or not) by themselves or in a texture pack, material, shader, model.


Price $18.00

Pages

Subscribe to Babel X3D aggregator