Feed aggregator

SimpleStream by Airerror

Asset Store newest packages - 2024, September 3 - 15:11
SimpleStream allows for massive game worlds by loading scenes and prefabs from disk.

SimpleStream enables rapid loading of scenes and clusters of prefabs within those scenes. By only loading what's currently closest to the player, there's virtually no limit to a game's potential size. SimpleStream was made with simplicity in mind, as it is designed to automatically set up a scene with just a few clicks. In addition, once set up, clusters can rapidly loaded, saved, and unloaded for ease of editing.

SimpleStream also has a basic floating point origin system and is set up so that an alternate system could be easily implemented.

SimpleStream uses a simple setup system for ease of integration: GameObjects can keep their existing names, tags, and layers. They just need to parented to a common transform for setup.


Features:

  • Prefab Cluster loading system
  • Scene loading system
  • Simple floating origin system
  • 3 click automatic scene setup
  • Easily edit scenes after initial setup

Warning! SimpleStream was designed to be robust and reliable, but the recommended process does involve the automated deletion of prefabs from the scene, so backing up your project scene before first use is highly recommended! There is additionally a non-destructive method, but it is much less performant.

Note: SimpleStream was primarily designed to work with pre-made worlds rather than procedurally generated worlds. Depending on the system it could likely be adapted (or work as is), but that wasn't the primary purpose during the design stage.


Price $20.00

gitIgnore Utility by EnesOzdemir

Asset Store newest packages - 2024, September 3 - 14:59
gitIgnore Utility is a convenient tool for managing .gitignore file. It allows users to quickly add or remove files and folders from the .gitignore file directly within Unity's Project Window.

The purpose of the gitIgnore Utility tool is to easily add or remove files from the .gitignore file of the project.


How To Use It

When you right-click on any folder or file in the Project Window in Unity, you will see two self-explanatory options: "Add to .gitignore" and "Remove from .gitignore."

Additionally, under Tools > GitIgnore Settings, you have the option to change the path of the .gitignore file if you keep it somewhere other than the root for some reason.

Note: If your project doesn't have a .gitignore file, adding any item or folder to .gitignore will automatically create a default Unity .gitignore file for you.


Price $0.00

Low Poly Bus - German 800 DD by Cobra Games Studio

Asset Store newest packages - 2024, September 3 - 14:44
Low poly passenger bus model, ready to use and optimized for mobile games. The bus can be painted in any color you want.

- Number of textures: 1

- Texture dimensions: 1024x1024

- Polygon count: 5,096

- Number of meshes/prefabs: 6/6

- Rigging: No

- Animation count: 0

- Animation type list: None

- UV mapping: Yes

- LOD: No

⭐ This bus is a part of Low Poly Bus - Ultimate Pack. Check it out and get more buses at a lower price! You can also buy this asset and then upgrade it to the ULTIMATE PACK with a discount up to 50%!


🚌 This package contains low poly passenger bus ready to use.


⚡ Key features ⚡

- Model is optimized for mobile games (Android & iOS),

- Bus can be painted in any color you want,

- Model has 5 materials (base texture, color, front lights, rear lights & turn light),

- Coach has seperate wheels,

- No rigging and no animations,

- Prefabs with/without colliders included,

- Supports Universal Render Pipeline (URP).


🎓 Demo scene included 🎓

On the demo scene you can see all the assets of this collection. City and cars are not included in the package.


📧 Contact us 📧

If you have any ideas, specific requirements or need help, feel free to contact us: cobragamesstudio@gmail.com


© Cobra Games Studio - 2024

Made by developers for developers


Price $4.99

Virtual keyboard with Chinese Input Method Editor(IME) by Mingchong LI

Asset Store newest packages - 2024, September 3 - 14:38
The package contains a virtual keyboard that supports English, Chinese, numbers, and special characters input. For Chinese input, it supports the Pinyin input method.
  • English Input: By inputting the initial characters, related words will be generated as candidates and sorted by frequency.
  • Chinese Input: By inputting partial letters (such as "nh" or "nhao"), the corresponding candidates (such as "ni hao") will be generated and sorted by frequency. To retrieve Chinese word candidates, which may number in the hundreds, they are loaded asynchronously.
  • Special Characters and Numbers Input: To input numbers, users can press the "123" button to get the number keyboard. Then, press "#+=" to access the full keyboard of special characters.
  • Virtual Keyboard: The virtual keyboard uses UGUI buttons, making it compatible with basic scenes and VR scenes.
  • Sample Scenes: Includes a sample scene for testing the keyboard and Input Method (IM) and a scene for testing the keyboard in a VR environment.
  • Dictionary Parser: Parses Chinese and English words and generates dictionaries for Unity use.
  • Dictionary Importer: Imports dictionaries using a Unity Editor tool.

Main Usage

  • Chinese fonts are needed. My recommendation is Noto, which is free.
  • Text Mesh Pro is compulsory.
  • [Optional] If you want to generate a new Chinese dictionary:
    • A Chinese word list under the Python directory, named wordfreq.txt, formatted as [Chinese word]\t[frequency].
    • pip install pinyin and run cn_parser.py.
    • Open Unity Editor, click Tools > Construct Py Prefab to open the generator, input the Chinese word list and hash txt path, and click generate to get the prefab.
      • For example, if the list you generated is Assets\WPinyin\Dictionary\PinyinWords-words.json, then input Assets\WPinyin\Dictionary\PinyinWords.
      • You can also select how many words you need in the list. The words will be selected based on frequency, with high-frequency words having higher priorities.
    • Open the KeyBoard prefab, drag the word prefab you just generated onto the pyCode field.
  • [Optional] If you want to generate a new English word dictionary:
    • An English word list under the Python directory, named en_freq.txt, with a title in the first line, formatted as [Word]\t[PoS]\t[Freq].
    • Run en_parser.py.

Code Usage

  • To set the target input field: KeyBoardManager.SetTargetField(TMP_InputField target).
  • To refresh and add input field focus listener: KeyBoardManager.GetAllInputFields().

Meta data

  • Author: Mingchong Li (email me)
  • Date: 10/8/2024
  • Version: 0.3

Price $0.00

2D Platformer - Lovely Forest by HobiSoLoved

Asset Store newest packages - 2024, September 3 - 14:19
You can use this pack for commercials or non- commercials, and you don't need to credit me. Hope you enjoy with created.

This pack contains

- 12 tiles

- 2 platforms

- 4 trees

- 3 flowers

- 2 bushs

- 2 mushrooms

- 2 rocks

- 1 stumps

- 1 grass

- 1 crystal

- 1 obstacle

This pack is the forest theme 64*64 pixelart.

you can decorated the beautiful world with you own.



Price $4.99

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

Pages

Subscribe to Babel X3D aggregator