Asset Store newest packages

Subscribe to Asset Store newest packages feed Asset Store newest packages
The newest packages in the Unity Asset Store.
Updated: 33 min 50 sec ago

GameAIfy by ANCHOR NODE

2025, March 5 - 11:30
Take your game to the next level. Create specialized assets for game development, with models aligned to specific game elements and concepts to ensure consistent style throughout your creations.
  • Generate a diverse range of game assets, including characters, backgrounds, objects, user interfaces, and effects.
  • Select from a variety of styles to create unique and visually appealing assets. Various concepts of presets are provided as a sub classification to produce precise and adequate outcome.
  • Easily remove backgrounds, upscale your assets to seamlessly integrate into your game environment.

"GameAIfy" is a fast-track tool to elevate your gaming experience to new heights by effortlessly crafting specialized assets tailored for game development.


1. Specialized Game Asset Model

- AI engineers and game artists qualified presets are aligned with specific game elements and design concepts.


2. Style Consistency

- With Remix, Image-to-Image, ControlNet, and Self Model Training, we deliver an experience with style consistency.


3. API and Plug-in

- Facilitates rapid workflow with various plug-in compatibility.


Main features:

- Self Model Training

- Background Removal

- ControlNet

- Image-to-Image Reference

- Upscaling


Read more about GameAify feature here.


Support and Community

Become a part of our community member and receive the answers you need

For assistance, feel free to reach out to us at support@anchornode.io

Explore our comprehensive documentation here.


Price $0.00

Storage Tools For Android by blevok LLC

2025, March 5 - 11:10
Native Android storage and utility plugin.

Storage Tools For Android provides access to native storage and utility functions on Android phones and tablets. It uses Android’s Storage Access Framework (SAF), which grants read and write access to files and folders that are selected by the end user. Selecting a folder also grants access to its descendants.

Any function that affects the path of an item automatically returns the new path.


Setup is quick and simple. Example code is included for all functions, as well as a demo scene that shows basic usage.


Supports Android API level 26 and above, and Unity 2019 and above.


Pickers

  • OpenFilePicker
  • OpenMultiFilePicker
  • OpenFolderPicker

File and folder operations

  • CreateFile
  • DeleteFile
  • CreateFolder
  • DeleteFolder
  • CopyFile
  • CopyFolder
  • MoveFile
  • MoveFolder
  • RenameFile
  • RenameFolder
  • WriteBytesToFile
  • ReadBytesFromFile

File and folder information

  • CheckExists
  • IsFolder
  • GetFolderContents
  • GetFileOrFolderName
  • GetParentFolder
  • GetFileSizeInBytes
  • GetCreationTime
  • GetLastModifiedTime

Storage information

  • GetTotalStorageInBytes
  • GetUsedStorageInBytes
  • GetAvailableStorageInBytes
  • GetTotalRamInBytes
  • GetUsedRamInBytes
  • GetAvailableRamInBytes
  • GetLowRamThresholdInBytes
  • IsLowRamState

System information

  • GetCurrentDateTime
  • GetOsVersionCode
  • GetLocale
  • GetDeviceModel
  • GetScreenResolution
  • IsTablet
  • IsDeveloperModeEnabled
  • GetBatteryLevelPercent
  • IsBatteryCharging
  • GetBatteryTemperatureInCelsius
  • GetBatteryHealth

Misc utilities

  • GetTextFromClipboard
  • CopyTextToClipboard
  • SendToastNotification
  • OpenAppSettings
  • OpenStoreListing
  • OpenOtherAppStoreListing

Price $10.00

Drawing Tool 2D by NextHaven Studio

2025, March 5 - 10:55

2D Drawing System - Technical Guide

The 2D Drawing System allows users to draw freely on a sprite in Unity. This package enables drawing with a brush, adjusting brush size and color, and clearing the canvas. It's ideal for 2D games or applications where dynamic drawing is needed. Below are the features and technical details of the system.

Main Features:

  • Users can dynamically change the brush color and size during drawing, allowing for customizations based on their needs.Brush Color and Size Adjustments:
  • Users can draw freely by dragging the mouse. The system supports drawing lines and free-form shapes.Freehand Drawing:
  • The drawing is performed on a Texture2D object, which is then converted to a Sprite and displayed in the scene.Sprite-Based Drawing:
  • The canvas can be cleared by resetting the sprite to its background color.Clear the Drawing:

Technical Features:

  1. Brush Settings:Brush Size: The brushSize variable controls the size of the brush in pixels.
    Brush Color: The brushColor variable allows you to select the drawing color.
  2. Drawing Method:Mouse Drag Drawing: Users draw by dragging the mouse. The mouse coordinates are transformed into pixel coordinates on the sprite, where the drawing is applied.
    Bresenham Line Algorithm: The Bresenham algorithm is used for drawing straight lines between two points, ensuring smooth and accurate line drawing.
  3. Sprite and Texture Management:Texture2D: Drawings are made on a Texture2D, which is then converted to a sprite to be rendered in the scene.
    Sprite Updates: After each drawing action, the texture is updated with drawingTexture.Apply(), ensuring the drawing is immediately visible.
    Dynamic Sprite Creation: A Texture2D is created, converted to a sprite, and assigned to a SpriteRenderer for display.
  4. Drawing Reset:ClearSprite Method: The ClearSprite() method clears all drawings by resetting the sprite to the background color.
  5. Events and User Interaction:OnMouseDrag: Drawing happens while dragging the mouse, using the OnMouseDrag method.
    OnMouseDown and OnMouseUp: Drawing starts on mouse down and stops on mouse up.

Usage Instructions:

  1. Setup:Attach this script to any GameObject that should support drawing. The script automatically adds SpriteRenderer and PolygonCollider2D components if they don't exist.
    The drawing functionality works immediately once the script is added to the GameObject.
  2. Brush Color and Size:Use the SetColor() method to change the brush color.
    Use the SetSize() method to change the brush size.
  3. Drawing:To draw, simply click and drag the mouse over the sprite. The OnMouseDrag method will track the mouse movement and update the drawing accordingly.
  4. Clearing the Canvas:To clear the drawing, call the ClearSprite() method. This will reset the sprite to the background color.
  5. Customization:The brush size and color can be adjusted at any time using the provided methods. Additionally, the background color can be set when initializing the system.

Code Snippets for Usage:

Here are some basic examples of how to use the methods provided:

csharpKopyalaDüzenle// Change brush color to red


drawingTool.SetColor(Color.red);



// Change brush size to 10


drawingTool.SetSize(10);



// Clear the canvas


drawingTool.ClearSprite();


Additional Information:

  • The package is designed to be easy to integrate into any 2D Unity project.
  • It uses simple Unity components like SpriteRenderer and PolygonCollider2D, making it compatible with most 2D projects.
  • For optimal performance, the system uses Texture2D to store the drawings and applies updates only when necessary.

Price $0.00

HoloInterior Lite URP by kyxos

2025, March 5 - 10:41
HoloInterior – The Complete Interior Mapping System Solution HoloInterior is a high-efficiency system that creates 3D interior illusions on flat surfaces using ShaderGraph Custom Note.

Technical Features

  • Compatible with both single holographic interior textures and holographic interior atlases.Versatile Texture Support:
  • Supports holoInterior of any size, with random room distribution using atlases.Scalable Interior Configurations:
  • Includes fully detailed 3D spatial arrangements for interior elements.Comprehensive 3D Interior Decor Structure:
  • Works seamlessly with both perspective and orthographic cameras.Camera Compatibility:
  • Interior spaces scale by the overall model, with only the interior affected.Model-Based Scaling:
  • Fully supports Universal Render Pipeline (URP) standard physically based rendering materials.URP Standard PBR Material Compatibility:
  • Ensures optimal performance across all major platforms.Multi-Platform Deployment:

*This project contains:
- Original code Copyright (2023) HuangJuanLr (MIT License)
- Modifications and additions Copyright (2025) Kyxos

Breakthrough in Outdoor Building Visualization

  • Developed with ShaderGraph, HoloInterior offers a revolutionary expansion for architectural visualization.Next-Generation Architectural Visualization:
  • Seamlessly integrates with a wide range of ShaderGraph materials to effortlessly merge interior details with exterior building facades.Innovative HoloInterior Note Component:
  • Automatically adapts to various building structures with random interior distribution, significantly enhancing the visual impact of buildings.Intelligent Adaptation:

Lite Version Core Advantages

  • Quickly deploy a foundational holographic interior design without any additional setup.Out-of-the-Box Basic Holographic Interior Template:
  • Customize settings with an intuitive, code-free visual editor.Visual Editing Interface:
  • Supports everything from standalone cabins to multi-story buildings with ease.Flexible Configuration:

Exceptional Performance

  • Features low-sampling rendering support for mobile devices, ensuring smooth performance on resource-constrained platforms.Optimized for Mobile:
  • Fully compatible with iOS, Android, PC, and major gaming consoles.Multi-Platform Compatibility:

Pro Version Future Roadmap

  • Future updates will include themed templates such as cyberpunk, retro-futuristic, and minimalism.Stylized Holographic Templates:
  • An advanced lighting package designed to enhance the realism of interior spaces.Physically Based Realistic Lighting Expansion:

Comprehensive Application Scenarios

  • Render expansive building clusters with dynamic interior detail.AAA Open-World Games:
  • Deliver immersive, panoramic virtual tours.Real Estate VR Presentations:
  • Enhance city planning with detailed digital replicas.Urban Digital Twin Systems:
  • Rapidly construct scenes for cinematic previsualization.Film Previsualization:

Developer Exclusive Privileges

  • Gain access to a full suite of APIs and example projects to accelerate development.Complete API & Sample Projects:
  • Leverage ongoing technical support from a robust developer community.Dedicated Developer Community Support:
  • Enjoy regular updates with new Shader assets.Continuously Updated Shader Resource Library:
  • Use HoloInterior in your commercial projects without additional licensing fees.Royalty-Free Licensing for Commercial Projects:

Price $19.99

Car Game UI by DONT Studio

2025, March 5 - 10:31
CarGameUI is a Unity package designed for car games, offering essential UI elements such as prefabricated buttons, virtual steering wheels, and parking sensors.

Key Features

- Designed specifically for mobile car games.

- Includes pre-built layout demo scene and prefabs.

- Features sliced and white UI elements, fully customizable in size and color.


Assets

- 129 PNG source files

- Image Dimensions: 256x256px for most UI elements, various dimensions for specific assets

- Color Depth: 8-bit

- Transparency: Yes (all PNG files include transparency)


Prefabs (37 Total)

- 24 Buttons

- Empty Template for Custom Buttons

- 3 Steering Wheels

- Left-Right Arrow Controls

- Acceleration & Brake (Buttons)

- Acceleration & Brake (Slider)

- Manual Gear Shifter

- Automatic Gear Shifter

- Parking Sensors


Scenes

1 Demo Scene


** The scripts are provided only as examples for correct usage; modifications can be made to adapt them to your game logic.


If you have any suggestions or ideas for improvement, feel free to contact us. Your requests could be included in future updates.


Price $9.99

Lowpoly umbrellas pack by Acorn Assets

2025, March 5 - 10:25
Lowpoly umbrellas set

5 textures

-Textures dimension: 1024x1024.


- Polycount of one umbrella: 104 tris.

- Polycount of two umbrellas: 288 tris.

- Polycount of the table: 172 tris.


- 9 models

- UV Mapped


- PBR textures 

This pack includes 8 umbrellas and 1 table. All models are optimized for mobile use. All textures adhere to the Universal Render Pipeline (URP) and High Definition Render Pipeline (HDRP).



Price $4.99

Lowpoly tents package by Acorn Assets

2025, March 5 - 10:23
Lowpoly generic tents set

6 textures

-Textures dimension: 2048x2048.


- Polycount of one small tent: 108 tris.

- Polycount of one small tent closed: 116 tris.


- Polycount of one big tent: 214 tris.

- Polycount of one big tent closed: 220 tris.


- Polycount of one round tent: 180 tris.


- 22 models

- UV Mapped


- PBR textures 


This pack includes 22 tents. All models are optimized for mobile use. All textures adhere to the Universal Render Pipeline (URP) and High Definition Render Pipeline (HDRP).


Price $6.99

Travel trailers (2 LODs) by Acorn Assets

2025, March 5 - 10:20
Travel trailers (2LODs)

- 11 textures: 6 for the travel trailers and 5 for the wheels.

- Textures dimension: 2048x2048; Wheels texture dimension: 2048x1024


- Polycount of travel trailer big LOD0 including the wheels: 4,386 tris.

- Polycount of travel trailer big LOD1 including the wheels: 1,414 tris.


- Polycount of travel trailer small LOD0 including the wheels: 2,912 tris.

- Polycount of travel trailer small LOD1 including the wheels: 1,071 tris.


- 4 meshes, 2 travel trailers containing LOD0 and LOD1.


- UV Mapped


- PBR textures

The set of travel trailers includes a big and small variation of the model, and takes the same texture. Both variations can be used as an attachment with other vehicles or on their own thanks to the stand being a separate mesh. The awning tent is also a separate mesh and can be disabled.

Both models have two levels of detail (LOD), with a dedicated texture set for the wheels. Both LODs are optimized for mobile use. All textures adhere to the Universal Render Pipeline (URP) and High Definition Render Pipeline (HDRP).


Price $16.99

Lowpoly transmission and radio towers by Acorn Assets

2025, March 5 - 10:18
Lowpoly power cable and radio tower

2 textures. 1 diffuse for the models and 1 for the cables.

- Textures dimension: 2048x2048 Power cable and radio tower, 512x512 the cable wire;


- Power cable polycount: 594 tris.

- Radio tower polycount: 310 tris.


- 2 models


- UV Mapped


- PBR textures 

The transmission and radio tower are lowpoly models great for mobile games or far away scenarios. The models are optimized for mobile use. All textures adhere to the Universal Render Pipeline (URP) and High Definition Render Pipeline (HDRP).


Price $5.99

Low Poly Building Pack by Syntax

2025, March 5 - 10:18
Our Low Poly Buildings Pack provides optimized, game-ready structures and it saves development time while helping you create vibrant, immersive environments with ease
  • Low Poly & Optimized – Designed for smooth performance in games, mobile, and VR.
  • Game-Ready – Fully prepared assets for quick integration into any project.
  • Stylized Aesthetic – Clean, vibrant visuals to match a variety of art styles.
  • Modular Design – Easily combine buildings to create unique environments.
  • Lightweight & Efficient – Saves development time while maintaining quality.

  • Number of thextures:2
  • Texture Dimension of a one Texture is 1024*1024 and another texture is 350*380
  • Minimum Polygon Count:620
  • Maxmimum Polygon Count:12278
  • average:6450
  • Number Of Meshes:20
  • Rigging:No
  • Animation Count:NIL
  • Animation type list:NIL
  • UV Mapped:No
  • LOD:None
  • Type of Texture:image(.png)

Low Poly Buildings Pack is a collection of optimized, game-ready structures designed for Pc and mobile. With a vibrant aesthetic, these assets help speed up development and bring your world to life effortlesslyPackage Content:

1.Apartment

2.CakeShop

3.DonutShop

4.RoadSideStall

5.MilkShop

6.Hospital

7.Townhall

8.Bank

9.pharamacy

10.windmill

11.Gas Station

12.Labatory

13.Factory

14.TextileShop

15.Market

16.Hotel

17.Icecream shop

18.park

19.carshow room

20.School

Total 20 models


Price $20.00

Tow truck (2 LODs) by Acorn Assets

2025, March 5 - 10:10
Tow truck (2 LODs)

- 11 textures: 6 for the tow truck including 2 different colors, and 5 for the wheels.

- Truck textures dimension: 2048x2048; Wheels texture dimension: 2048x1024


- Polycount of tow truck LOD0 including the wheels: 3,502 tris.

- Polycount of tow truck LOD1 including the wheels: 1,575 tris.


- 2 meshes, LOD0 and LOD1


- UV Mapped


- PBR textures

The tow truck includes two levels of detail (LOD) and comes in two different colors, with a dedicated texture set for the wheels. Both LODs are optimized for mobile use. All textures adhere to the Universal Render Pipeline (URP) and High Definition Render Pipeline (HDRP).


Price $14.99

Pickup trucks (2 LODs) by Acorn Assets

2025, March 5 - 09:59
Pickup trucks (2 LODs)

- 17 textures: 12 for the truck including 7 different colors, and 5 for one set of wheels.

- Truck textures dimension: 2048x2048; Wheels texture dimension: 2048x1024


- Polycount of Truck LOD0 including the wheels: 4,549 tris.

- Polycount of Truck LOD1 including the wheels: 1,270 tris.


- 2 meshes, LOD0 and LOD1


- UV Mapped


- PBR textures

This pickup truck set includes 2 levels of detail (LOD) and comes in 7 different colors, with a dedicated texture set for the wheels. Both LODs are optimized for mobile use. All textures adhere to the Universal Render Pipeline (URP) and High Definition Render Pipeline (HDRP).


Price $14.99

Pickup truck with haulers pack (2 LODs) by Acorn Assets

2025, March 5 - 09:53
Pickup trucks with haulers (2 LODs)

- 26 textures: 10 for the truck, 6 for the haulers, and 10 for the wheels

- Textures dimension: 2048x2048; Wheels texture dimension: 2048x1024


- Polycount of Pickup truck LOD0 including the wheels: 2,274 tris.

- Polycount of Pickup truck LOD1 including the wheels: 772 tris.


- Polycount of Hauler A LOD0 including the wheels: 1,806 tris.

- Polycount of Hauler A LOD1 including the wheels: 652 tris.


- Polycount of Hauler B LOD0 including the wheels: 1,370 tris.

- Polycount of Hauler B LOD1 including the wheels: 458 tris.


- Polycount of Hauler C LOD0 including the wheels: 1,194 tris.

- Polycount of Hauler C LOD1 including the wheels: 426 tris.


- 8 meshes, 2 pickup trucks, 6 haulers containing LOD0 and LOD1.

-14 prefabs. 2 pick up trucks, 6 haulers, 6 combined.


- UV Mapped

- PBR textures

This pack includes 3 variations of haulers and 6 colors for the pickup truck. The haulers have a stand as a separate mesh allowing them to be used individually or as an attachment for the pickup truck.

All models have two levels of detail (LOD), with 2 dedicated textures set for the wheels. Both LODs are optimized for mobile use. All textures adhere to the Universal Render Pipeline (URP) and High Definition Render Pipeline (HDRP).


Price $27.99

Lowpoly water tank by Acorn Assets

2025, March 5 - 09:43
Lowpoly water cistern

1 texture. 1 diffuse map.

- Texture dimension: 2048x2048.


- Polycount: 424 tris.


- 1 models


- UV Mapped

- PBR textures

This lowpoly model is great for mobile games or far away scenarios. The model is optimized for mobile use. All textures adhere to the Universal Render Pipeline (URP) and High Definition Render Pipeline (HDRP).


Price $5.99

Lowpoly warehouses pack by Acorn Assets

2025, March 5 - 09:41
Storage garages pack

1 texture. 1 diffuse shared across both models

- Textures dimension: 2048x2048


- Warehouse 01 polycount: 238 tris.

- Warehouse 02 polycount: 186 tris.


- 2 models


- UV Mapped


- PBR textures 

A set of 2 lowpoly models great for mobile games or far away scenarios. The models are optimized for mobile use. All textures adhere to the Universal Render Pipeline (URP) and High Definition Render Pipeline (HDRP).


Price $7.99

Lowpoly shed pack by Acorn Assets

2025, March 5 - 09:00
Lowpoly shed industial buildings pack

3 textures. 1 diffuse map shared between shed 1 and 2, 1 diffuse map shared among shed 3 to 7, 1 diffuse map shared among shed 8 to 12.

- Texture dimension: 2048x2048.


- Polycount of shed 1: 48 tris.

- Polycount of shed 2: 38 tris.

- Polycount of shed 3: 26 tris.

- Polycount of shed 4: 26 tris.

- Polycount of shed 5: 52 tris.

- Polycount of shed 6: 26 tris.

- Polycount of shed 7: 26 tris.

- Polycount of shed 8: 30 tris.

- Polycount of shed 9: 30 tris.

- Polycount of shed 10: 30 tris.

- Polycount of shed 11: 30 tris.

- Polycount of shed 12: 50 tris.


- 12 models


- UV Mapped


- PBR textures 

This set of 12 lowpoly garages is great for mobile games or far away scenarios. The set is divided into 3 textures and it's optimized for mobile use. All textures adhere to the Universal Render Pipeline (URP) and High Definition Render Pipeline (HDRP).



Price $14.99

Lowpoly suburban houses pack by Acorn Assets

2025, March 5 - 08:59
Lowpoly surburban residencies

1 texture. 1 diffuse map shared across all models.

- Texture dimension: 2048x2048.


- Polycount of house 1: 103 tris.

- Polycount of house 2: 115 tris.

- Polycount of house 3: 129 tris.

- Polycount of house 4: 125 tris.


- 4 models


- UV Mapped


- PBR textures 

This set of 4 lowpoly suburban houses is great for mobile games or far away scenarios. The model is optimized for mobile use. All textures adhere to the Universal Render Pipeline (URP) and High Definition Render Pipeline (HDRP).



Price $11.99

Lowpoly hangars pack by Acorn Assets

2025, March 5 - 08:52
Lowpoly warehouses hangars pack

1 texture. A diffuse map shared among all the models.

- Texture dimension: 2048x2048;


- Polycount of one individual hangar: 116 tris. 


- 3 models


- UV Mapped


- PBR textures 

A set of 3 lowpoly hangars great for mobile games or far away scenarios. The models are optimized for mobile use. All textures adhere to the Universal Render Pipeline (URP) and High Definition Render Pipeline (HDRP).



Price $14.99

Lowpoly garage buildings pack by Acorn Assets

2025, March 5 - 08:50
Set of low poly garages

5 textures. 5 diffuse map.

- Texture dimension: 2048x2048.


- Polycount of garage 1: 54 tris.

- Polycount of garage 2: 34 tris.

- Polycount of garage 3: 51 tris.

- Polycount of garage 4: 16 tris.

- Polycount of garage 5: 410 tris.


- 5 models


- UV Mapped


- PBR textures

This set of 5 lowpoly garage buildings is great for mobile games or far away scenarios. The set is optimized for mobile use. All textures adhere to the Universal Render Pipeline (URP) and High Definition Render Pipeline (HDRP).



Price $12.99

Lowpoly houses pack by Acorn Assets

2025, March 5 - 08:43
Lowpoly holiday houses pack

1 texture. 1 diffuse map shared across all models.

- Texture dimension: 2048x2048.


- Polycount of house 1: 14 tris.

- Polycount of house 2: 14 tris.

- Polycount of house 3: 14 tris.

- Polycount of house 4: 18 tris.

- Polycount of house 5: 28 tris.


- 5 models


- UV Mapped


- PBR textures 

This set of 5 lowpoly houses is great for mobile games or far away scenarios. The set is optimized for mobile use. All textures adhere to the Universal Render Pipeline (URP) and High Definition Render Pipeline (HDRP).


Price $6.99

Pages