Feed aggregator

UI Navigation Wizard - Gamepad / Keyboard Navigation & Selection by KAMGAM

Asset Store newest packages - 2024, June 26 - 18:01
Make your game gamepad-ready within seconds.

Links: Manual


You have made your game for mouse input and now that you want to add controller support you realize: Oh my god, the selection goes everywhere (front, back, out of scene, ..). -> Fear not for the UI Navigation Wizard has arrived to solve all you UI navigation problems with the flick of a mouse.



😎 Easy to use

No coding skills required. Simply add a prefab to your scene and call it a day.


✔️ Occlusion Detection

Automatically prohibits elements in the back from being selected. You don't need to do anything. Yes, this also work for moving UIs!

NOTICE: The occlusion system does not use the interactable flag. Though, if you want, you can tell it to manage the "interactable" flag on the selectable objects for you.


✔️ Null Selection Resolution

It checks if nothing is selected and automatically selects the UI element that is closest to the position of the last selected element.

Of course you can pause/unpause null selection resolution at any time (for cutscenes, tutorials, ...).


✔️ Mix automatic and explicit navigation

You choose whether you want to trust the automatic navigation or control it yourself. Easy parameterizable configuration for each navigation direction. If needed you can even revert back to the Unity default navigation (as if you'd ever want to).


✔️ Works with all selectables (not just Buttons)


✔️ Selection Constraints

Constrain the selectable buttons to just a few from a list. Very handy for tutorials!

Yes, you can add an dremove from that list dynamically and it will work, always.


✔️ Navigation blocking

Completely avoid navigating in a direction away from a selectable if needed.


✔️ Dynamic UI support

All features handle UIs that activate and deactivate at runtime gracefully. No need to inform the wizard. He just knows ;-)


📚 Lots of examples & documentation

Check out Kamgam/UGUINavigationWizard/Examples.


💫️ Full Source Code

I publish this asset with full source code because as a developer I know how annoying it is to not have source code access. If you like it then please remind others to purchase the plugin. Don't just copy and paste it everywhere. Thank you ❤️


✔️ Supports Unity 2021 LTS, 2022 LTS, 2023 LTS, Unity 6, ...

Please make sure you are using the current LTS release.




👇 Things you should know 👇 (Read this before you buy):

There is an intro section in the manual. Please read it first.

⚠️ Unity 2021.3 or higher is required (LTS releases strongly recommended).




✍️ Usage


1) Open your main scene (the scene that gets loaded first).

2) Add the "UGUI Navigation Wizard Automator" prefab.

3) Add the "UGUI Navigation Wizard Null Resolver" prefab if you want null selection resolution.

4) Done


😎 HINT 1:

For a quick test the "UGUI Navigation Wizard Automator" is perfect, yet if you decide to keep using the navigation wizard I would recommend adding the UGUI Navigation Wizard component to your selectables before running the game (the automator has a button for that).


🧐 HINT 2:

You can use the NullResover, Automator and Constraints locally too (disable the "IsGlobal" flag). If you use them on a transform then they will only affect their own child transforms and no other.


🤠 HINT 3:

Split your UI into as many canvases as you can. That's a handy trick for Unity in general and has nothing to do with this asset. Just though you might want to know.




☎️ Support


If you have any questions please write to office[at]kamgam.com. Please be patient, replies may take a few days. Please include your Asset Store Order Nr and the exact Unity version in your request. Please also try upgrading to the most recent LTS version before asking. Please go read the manual before asking. I try to cover as many edge cases as I can there. Thank you.




❤️ If you like this asset then maybe you'll like these too:


🖌 UGUI Animated Outlines & Glow

Make your selection highlights shine.


Settings UI Generator

One Settings UI + API for all render pipelines.


✏️ Smart UI Selection

Skip the hierarchy search. What you click is what you select.


UGUI Particles

Particle Image for your UI.


😲 UGUI Blurred Background

Blurred backgrounds for UI.


UI Inverse mask

Punch holes into your UI.





Price $29.99

EasyTab by davsea

Asset Store newest packages - 2024, June 26 - 17:54
A simple package that allows you to easily implement Tab key navigation functionality between Selectables. This package is very easy to install and also easy to customize if needed

Features

✅ Support for all components based on Selectable

🚀 Performing useful functionality immediately after installation

🔄 Automatic detection of the navigation sequence by traversing the Transform tree

➡️ Support for sequential navigation of the Selectable when pressing Tab key,

🔙 As well as navigation in reverse order when using the Shift+Tab key combination

↩️ Processing of the Return key presses when the focus is on the text field

🔤 Additional support for input fields, including TextMeshPro

⏮️ Navigate to the last selected object when the focus is not set

💡 Automatic checking of objects for accessibility (alive, active, intractable, canvas-group)

🎨 Canvas support of all types (world-space, screen space overlay, screen space camera)

💫 Automatic navigation between multiple canvases and multiple scenes

⌨️ Support for all input modes (InputSystem V1 (old), InputSystem V2 (new), Both mode

🧩 Easy navigation configuration using the EasyTab component for GameObject via inspector window

🔀 The ability to explicitly set the navigation sequence using jumps

✂️ The ability to exclude Selectable or children for navigation

🔠 The ability to override navigation options

🚧 The ability to determine the behavior when reaching the boundaries (🔁 Roll / 🔛 Clamp / ⤴️ Escape)

🔌 The package code is defined in the EasyTab.Runtime assembly

🔧 The ability to change all fields of the EasyTab component through the code

⚙️ The ability to customize global behavior using EasyTabIntegration.Globally

🕹️ The ability to independently control navigation through the code

✨ The ability to define additional conditions for the availability of objects (by defining your own TransformDriver)


By default, the package is automatically embedded in PlayerLoop Unity. It is enough to install the package in any convenient way and Tab key navigation should work


Sources: GitHub


Price $0.00

Card Game Core by BG Games

Asset Store newest packages - 2024, June 26 - 17:43
Card Game Core provides you with a ready template for creating typical TCG. You won’t need to worry about building a complex architecture of different cards, spells, heroes etc.

Requirements


Supported platforms

  • Card Game Core was designed for creating PC games. All of the systems will work on mobile, though UI would need adjustements.

Third-Party Notices

Asset uses the Sclate font under a free license; see Third-Party Notices.txt file in package for details.


A complete template for creating collectible/trading card games. Asset is well-structured and organized for quick addition of new cards (units, spells, heroes). You will get a basic set of cards to start with. Add content to you game using a clear and well - structured template!


Documentation

Support


The features of Card Game Core include:

  • Deck system
    • Deck creator scene template
    • Filtering cards by name, race and type
    • Saving and editing your card decks
  • Table system
    • Game table scene template
    • Game log
    • Redraw cards screen
    • Turn order
  • Sound system
    • Background music
    • UI
    • Heroes actions
    • Units and spells actions
    • Sound mixer
  • VFX and Animation system
    • Card attack animations
    • Spells attack animations
    • Targeting cards animation
    • VFX for card attacks

Price $40.00

LODRoads Demo by denog

Asset Store newest packages - 2024, June 26 - 17:11
Create procedural roads with pavements, walls, railroads, etc.. LOD generation and adaptive level of detail. Roads can be linked up with third-party modular meshes.

Linking is done by Transform. To be linked with LODRoad, custom modules need to have sub GameObjects with transform Z+/- axis pointing to the direction of connection on the module.

Created with Unity 2019.2.9f1

Create procedural roads with pavements, walls, railroads, etc..

Adaptive road detail, dependent on curvature.

LOD generation for all types of generated mesh.

Roads can be easily linked up with third-party modular meshes and crossroads.

Most methods and variables are public.


For crossloads and road system bake and export, check out full version of LODRoads.


Price $0.00

Low Poly Underwater Terrain - Pack by BiddeArt

Asset Store newest packages - 2024, June 26 - 17:07
This is for you who need to add life into your Ocean

Number of textures: 1

Texture dimensions: 1005 x 1005

Number of prefabs: 133

Rigging: No

UV mapping: Yes

This Asset contains 133 Prefabs, including:

  • 36 Unique 3D Models with customized colors and variants
  • Number of textures: 1
  • Texture dimensions: 1005 x 1005
  • 5 Prebuilt terrain models for quick ocean decoration.
  • 16 Unique rock models for terraforming.
  • Rigging: No
  • UV mapping: Yes
  • 3 different sea creatures: Fish, Starfish, and Mussel, each with 6 different colored styles to choose from. (Note that they do not have any animations)
  • The models average about 100-1000 polygon count

Price $24.99

RPG_GameVFX Collection Vol.2 by EricWang

Asset Store newest packages - 2024, June 26 - 16:55
VFX effects commonly used in RPG games produced using Unity particle system and PS are applicable to Unity 2018 and above.

The rendering mode:Built-in(Standard).
URP and HDRP modes are not supported

Texture type:PNG,TGA
Maximum texture size:2048x2048

Contains a total of 32 VFX Prefabs:

Petals (falling red and pink petals)
Magic Door(five colors)
Thundercloud (two colors)
Whirlwind Sword
Ground-breaking sword light
ICON VFX (two types)
Flying Butterfly (four kinds of textures)
LootDrop (five different performances)
Splitting ax
Howling air
Purple lightning ball
Blood Claw
Blood Claw_Hit
Spurting blood
Dissolve Sphere(Shader)
Summon healing rain (one-time and Looping)
SpeedUP buff
Sci-fi sword slash

Price $7.99

Lowpoly Environment Extreme Pack by Gee Zyy Games

Asset Store newest packages - 2024, June 26 - 16:54
This Low-poly environments have a distinct visual style characterised by flat surfaces, sharp edges, and minimalistic textures.

DESERT DETAILS

  • Tris count: 26.9k
  • Verts ount: 52.3k
  • Number of Materials : 32
  • Number of Textures : 5
  • Bake Light Maps Size: 0.7 MB
  • UV mapping: Yes

Any Questions:

sh.anas.3000@gmail.com

This environment refers to a style of creating 3D environments or scenes with a minimalistic and simplified approach, characterized by the use of low polygon counts and simple geometric shapes.


The sand in the desert is typically depicted with a simple, solid color or minimal texture to maintain the low-poly aesthetic. It may have a warm, golden hue to evoke the feeling of a sun-drenched desert. The terrain is generally devoid of intricate details, focusing on the essence of the landscape.

In the distance, low-poly mountains or mesas may rise from the desert floor, creating a sense of scale and adding variation to the horizon. The mountains can have distinct angular shapes and flat faces, typical of low-poly design.


This package contains a variety of different environment ready to use for your game levels. Included are 18 lowpoly meshes. PC & mobile friendly.


PACKAGE CONTAINS

  • 1 Desert Scene
  • 1 Cutted Wood
  • 2 Base Floors
  • 1 Cut Tree
  • 1 Tree without leaves
  • 1 Tent
  • 3 different Plants
  • 1 Fence
  • 1 House
  • 1 Gate
  • 5 different Rocks
  • 1 Temple

Price $10.00

World Border by DannyBoyThomas

Asset Store newest packages - 2024, June 26 - 16:11
Effortlessly create and customize the boundaries of your world with precision and ease.

3 Scripts

1 Texture

1 Shader

~ 140Kb




The World Border Tool is a Unity editor extension that allows users to create, manipulate, and visualize a border in the scene. Users can place, move, and delete points on the XZ plane, define the border's height, and generate a wall mesh based on these points. The tool provides options to make the border solid or semi-solid and to differentiate sides, enabling versatile level design capabilities.


  • Border can be Solid, Semi Solid or Disabled.
  • Semi Solid Border - Allow objects to pass the border one way, but not the other.
  • Height adjustable.
  • Raycast the ground or use fixed height.
  • Option to close border (one continuous wall)
  • Automatically hide on start.
  • "Add Trigger Zones" to automatically listen for objects passing the Semi Solid Border.
  • Custom color options.




Price $15.00

Poly HP - TombMage by Downrain DC

Asset Store newest packages - 2024, June 26 - 15:48
TombMage (5510 triangles)
(Weapon can be removed)

3 colors textures 1024x1024 png

10 basic animations
Idle
Walk
Run
Jump
Attack_01
Attack_02
CastSpell
Dizzy
Damage
Die


Price $8.99

Icon Architect Studio by RealSoft Games

Asset Store newest packages - 2024, June 26 - 15:40
Elevate your project with Icon Architect Studio! Seamlessly convert 3D models into vivid 2D icons, boosting aesthetics and efficiency in your Unity workflow.

Core Features:

  • Versatile Editing Controls:
    • Model Manipulation: Right-click and drag to rotate; left-click and drag to move; scroll wheel to zoom.
    • User Interface: Intuitive and responsive, designed for ease of use and efficiency.
  • Dynamic Background Options:
    • Customizability: Select colors, tints, and images for backgrounds.
    • Shapes: Support for circular, triangular, and custom-shaped icons.
    • Transparency Management: Easy adjustment of transparent areas for creative designs.
  • Advanced Overlay and Border Customization:
    • Overlay Flexibility: Position, scale, and maintain aspect ratios of overlays.
    • Border Creation: Utilize overlays to create and customize borders.
  • Animation and Pose Control:
    • Keyframe Selection: Choose specific keyframes from animation clips to pose models.
    • Application Range: Suitable for creating icons, wallpapers, and loading screens.
  • Advanced Lighting Controls:
    • Adjustability: Modify lighting mode, angle, color, and intensity.
    • Enhancements: Improve visual clarity and mood of the icons.
  • High-Resolution Rendering:
    • Range: Supports resolutions from 64x64 up to 8k.
    • Quality Assurance: Ensures icons are sharp and professional across all resolutions.
  • Sub-Model Management:
    • Control Over Renders: Enable or disable sub-models within prefabs to refine final outputs.
  • Preview Window:
    • Real-Time Adjustments: Immediate feedback in a responsive preview window to ensure accuracy before final rendering.

Benefits:

  • Efficiency and Creativity: Saves time and enhances creative processes.
  • User-Friendly Interface: Makes it accessible for both beginners and professionals.
  • High-Quality Output: Ensures that the icons perfectly capture the essence of projects and elevate user engagement.

Icon Architect Studio: The Ultimate 3D to 2D Icon Converter on Unity Asset Store


Unlock the full potential of your 3D models with Icon Architect Studio, a robust and intuitive Unity tool designed to seamlessly convert 3D models into stunning 2D icons. Whether you're a game developer, graphic designer, or digital artist, Icon Architect Studio provides a comprehensive suite of features to create eye-catching icons that enhance your projects and streamline your workflow.


Core Features:


  • Versatile Editing Controls: Experience ultimate control with intuitive icon editing functionalities. Right-click and drag to rotate models, left-click and drag to move, and use the scroll wheel to zoom, offering a natural and responsive user interface.

  • Intuitive Preview Window: Make real-time adjustments and see immediate results in the responsive preview window, ensuring your icons look exactly as intended before final rendering.

  • Dynamic Background Options: Craft icons that pop by utilizing customizable background colors, tints, and images. Create shapes like circular, triangular, or custom icons by filling necessary areas and leaving the rest transparent for creative flexibility.

  • Advanced Overlay and Border Customization: Enhance your icons with overlays that can be positioned, scaled, and aspect-ratio maintained to perfection. These overlays can also be used to create custom borders, providing additional creative control and stylistic options.

  • Animation and Pose Control: Position and animate your models precisely with the ability to select and apply specific keyframes from animation clips. This feature not only enhances icon dynamism but also extends the tool’s utility to creating detailed renders for wallpapers or loading screens.

  • Advanced Lighting Controls: Fine-tune the mood and clarity of your icons with adjustable lighting settings, including mode, angle, color, and intensity, to highlight the best features of your models.

  • High-Resolution Rendering: Prepare your icons for any platform with rendering capabilities ranging from 64x64 to an impressive 8k resolution, ensuring your icons are sharp and professional on all devices.

  • Sub-Model Management: Gain more control over your final render by enabling or disabling sub-models within a prefab, allowing for cleaner and more relevant icon outcomes.

  • Intuitive Preview Window: Make real-time adjustments and see immediate results in the responsive preview window, ensuring your icons look exactly as intended before final rendering.


Why Icon Architect Studio?


Icon Architect Studio is more than just a conversion tool—it's a powerful asset that saves time and boosts creativity. Its user-friendly interface and robust feature set make it an essential tool for anyone looking to elevate their visual assets. With Icon Architect Studio, you can produce high-quality, bespoke icons that capture the essence of your project and enhance user engagement.


Discord | Website| Youtube


Price $60.00

Unique Loot Icons - 2D Pixel Loot and Monster Drop Resource Bundle by WCE Assets

Asset Store newest packages - 2024, June 26 - 15:40
A collection of 2D pixel art unique loot icons. Perfect for fantasy, survival and crafting worlds.

Content Details

  • 97 Unique pixel artwork
  • Spritesheets for every resolution included

Resolution Details

  • 128x128 Resolutions included
  • 64x64 Resolutions included
  • 32x32 Resolutions included

Format Details

  • Transparent backgrounds
  • PNG format

Extra Information

  • Default PPU configuration, customize for specific requirements
  • Spritesheets are pre-sliced for easy usage
  • If re-slicing a spritesheet, use the "Grid By Cell Count" slice type for the best slicing results

Unleash a Horde of Spoils: Pixel Art Monster Loot Icons!


Delve into the Pixel Art Monster Loot Icon Collection, a treasure trove of visually stunning icons designed to enrich your game world's loot system, crafting mechanics, and more!


This comprehensive collection overflows with a diverse array of intricately detailed icons, perfectly suited for representing the unique spoils players can acquire from vanquished foes. 




Here's why this collection is the perfect addition to your project:


  • Visually Captivating Loot: Breathe life into your monster drops with a variety of unique icons. Spark player excitement with instantly recognizable visuals that represent valuable crafting materials, powerful alchemy reagents, and awe-inspiring hunting trophies.

  • Fuel Deep Gameplay Systems: Enhance your crafting and alchemy systems with clear visual cues. These icons will help players identify the potential uses of their hard-earned loot, encouraging exploration and experimentation with crafting recipes and potion concoctions.

  • Memorable Quest Rewards: Offer players truly unique quest rewards in the form of captivating monster loot icons. 

  • Multiple Resolutions: Adapt to any project with included 128x128, 64x64, and 32x32 resolutions, ensuring seamless integration across platforms.

  • Performance-Optimized Perfection: Effortlessly integrate these icons into your project with pre-cut spritesheets and performance-optimized sprites for each resolution.

  • Crystal-Clear Canvas: Each icon boasts a transparent background in PNG format, allowing for effortless placement within your digital world.



This collection empowers you to:


  • Craft a Rewarding World: Build a game world where players are constantly excited about exploring the unique spoils dropped by defeated monsters. This collection adds depth and variety to the loot system, fueling player engagement.

  • Fuel Deep Gameplay Systems: Enhance your crafting, alchemy, and quest systems with clear visual cues, encouraging players to explore and experiment.

  • Design Memorable Quests: Offer players unique and intriguing monster loot as quest rewards, adding depth and variety to your game's narrative.



But it doesn't stop there! This collection offers more than just stunning visuals:


  • Commercial Use License: Use these icons in your personal and commercial projects without restriction.

  • Free Updates: Get access to future additions and new icons to expand your collection at no extra cost.



P.S. Explore our other icon collections, featuring a variety of objects and themes to bring your world to life!


Price $4.99

Wing Icons - 2D Pixel Loot and Monster Drop Resource Bundle by WCE Assets

Asset Store newest packages - 2024, June 26 - 15:40
A collection of 2D pixel art wing icons. Perfect for fantasy, survival and crafting worlds.

Content Details

  • 90 Unique pixel artwork
  • Spritesheets for every resolution included

Resolution Details

  • 128x128 Resolutions included
  • 64x64 Resolutions included
  • 32x32 Resolutions included

Format Details

  • Transparent backgrounds
  • PNG format

Extra Information

  • Default PPU configuration, customize for specific requirements
  • Spritesheets are pre-sliced for easy usage
  • If re-slicing a spritesheet, use the "Grid By Cell Count" slice type for the best slicing results

Take Flight with a Flock of Possibilities: Pixel Art Wing Icons!


Soar into the Pixel Art Wing Icon Collection, a versatile assortment of vibrantly detailed wings to enrich your game world's loot systems, crafting mechanics, and more!


This comprehensive collection overflows with a variety of stunning pixel art wings, perfect for representing monster loot, crafting reagents, and even intriguing quest items.




Here's why this collection is the perfect addition to your project:


  • Rewarding Monster Loot: Expand your monster loot system with a variety of wing icons, adding a layer of variety and beauty to monster drops. Players will be eager to collect these prized trophies!

  • Crafting Inspiration: Fuel your crafting system with distinct pixel art wing icons, representing ingredients for crafting powerful weapons, enchanting gear, or even stylish cloaks and accessories.

  • Culinary Delicacies: For a more whimsical touch, some wing icons could represent rare or exotic ingredients for unique culinary creations. Imagine a griffin wing soup recipe!

  • Alchemical Curiosities: Incorporate wings into your alchemy system with visually appealing icons, representing rare or potent ingredients for crafting potions or elixirs that grant flight or enhanced agility.

  • Unveiling Secrets: Offer unique wings as captivating quest items, adding depth and intrigue to your game's narrative. Imagine a quest centered around retrieving a phoenix feather imbued with powerful healing magic!

  • Multiple Resolutions: Adapt to any project with included 128x128, 64x64, and 32x32 resolutions, ensuring seamless integration across platforms.

  • Performance-Optimized Perfection: Effortlessly integrate these icons into your project with pre-cut spritesheets and performance-optimized sprites for each resolution.

  • Crystal-Clear Canvas: Each icon boasts a transparent background in PNG format, allowing for effortless placement within your digital world.



This collection empowers you to:


  • Craft a Vibrant World: Build a game world where wings represent a range of possibilities, from exciting monster drops to essential crafting ingredients for powerful items.

  • Fuel Deep Gameplay Systems: Enhance your crafting, alchemy, and quest systems with clear visual cues, encouraging players to explore and experiment.

  • Design Memorable Quests: Offer players unique and intriguing wing-based quests, adding depth and variety to your game's narrative.



But it doesn't stop there! This collection offers more than just stunning visuals:


  • Commercial Use License: Use these icons in your personal and commercial projects without restriction.

  • Free Updates: Get access to future additions and new icons to expand your collection at no extra cost.



P.S. Explore our other icon collections, featuring a variety of objects and themes to bring your world to life!


Price $4.99

Feather Icons - 2D Pixel Loot and Monster Drop Resource Bundle by WCE Assets

Asset Store newest packages - 2024, June 26 - 15:37
A collection of 2D pixel art feather icons. Perfect for fantasy, survival and crafting worlds.

Content Details

  • 87 Unique pixel artwork
  • Spritesheets for every resolution included

Resolution Details

  • 128x128 Resolutions included
  • 64x64 Resolutions included
  • 32x32 Resolutions included

Format Details

  • Transparent backgrounds
  • PNG format

Extra Information

  • Default PPU configuration, customize for specific requirements
  • Spritesheets are pre-sliced for easy usage
  • If re-slicing a spritesheet, use the "Grid By Cell Count" slice type for the best slicing results

Take Flight with a Flock of Possibilities: Pixel Art Feather Icons!


Soar into the Pixel Art Feather Icon Collection, a versatile assortment of vibrantly detailed feathers to enrich your game world's loot systems, crafting mechanics, and more!


This comprehensive collection overflows with a variety of stunning pixel art feathers, perfect for representing monster loot, crafting reagents, and even intriguing quest items.




Here's why this collection is the perfect addition to your project:


  • Rewarding Monster Loot: Expand your monster loot system with a variety of feather icons, adding a layer of variety and beauty to monster drops. Players will be eager to collect these prized plumage!

  • Crafting Inspiration: Fuel your crafting system with distinct pixel art feather icons, representing ingredients for crafting powerful weapons, enchanting gear, or even stylish accessories.

  • Alchemical Curiosities: Incorporate feathers into your alchemy system with visually appealing icons, representing rare or potent ingredients for crafting potions or elixirs.

  • Unveiling Secrets: Offer unique feathers as captivating quest items, adding depth and intrigue to your game's narrative. Imagine a quest centered around a mythical griffin's feather!

  • Multiple Resolutions: Adapt to any project with included 128x128, 64x64, and 32x32 resolutions, ensuring seamless integration across platforms.

  • Performance-Optimized Perfection: Effortlessly integrate these icons into your project with pre-cut spritesheets and performance-optimized sprites for each resolution.

  • Crystal-Clear Canvas: Each icon boasts a transparent background in PNG format, allowing for effortless placement within your digital world.



This collection empowers you to:


  • Craft a Vibrant World: Build a game world where feathers represent a range of possibilities, from exciting monster drops to essential crafting ingredients for powerful items.

  • Fuel Deep Gameplay Systems: Enhance your crafting, alchemy, and quest systems with clear visual cues, encouraging players to explore and experiment.

  • Design Memorable Quests: Offer players unique and intriguing feather-based quests, adding depth and variety to your game's narrative.



But it doesn't stop there! This collection offers more than just stunning visuals:


  • Commercial Use License: Use these icons in your personal and commercial projects without restriction.

  • Free Updates: Get access to future additions and new icons to expand your collection at no extra cost.



P.S. Explore our other icon collections, featuring a variety of objects and themes to bring your world to life!


Price $4.99

Goodies! Fantasy Adventure Pack - Stylized Low Poly by Lana Lux

Asset Store newest packages - 2024, June 26 - 15:05
The Goodies! Fantasy Adventure Pack is a hand-crafted, high quality asset with over 350 prefabs to build your fantasy adventure in any genre.

- Textures use 2048 maps which are compressed to 1024 for optimization (they can be converted to 2k for higher fidelity if preferred)


- Most asset are a few hundred polygons with some more complex ones that are a few thousand.


- A few assets (foliage mainly) have been sculpted and the high fidelity mesh has been baked to the lower fidelity mesh through the use of normal maps.

Cozy Stylized Fantasy Adventure Pack


This modular asset pack is designed to bring your fantastical visions to life with cozy, stylized models that are beginner-friendly and versatile.


Stand out in the crowded world of game development with assets that exude personality and charm.


Modular Design

Mix and match to create countless unique environments. The modular components make it easy to build and customize your world with ease.


Cozy Aesthetic

Every model is crafted with a charming, cozy style that adds warmth and personality to your game.


Low Poly, High Quality

Designed for optimal performance, these low poly models ensure smooth gameplay without compromising on visual appeal. Perfect for mobile and desktop games alike. Also great for beginner game developers who aren't yet too familiar with high fidelity graphics optimization.


Fantasy Adventure Theme

Ideal for RPGs, adventure games, and cozy simulations. Create enchanting villages, mystical forests, and bustling marketplaces with a cohesive, stylized look. This is perfect for creating: 

- Outdoor areas

- Tavern

- Shops (potions, weapons etc.)

- Village (building exteriors)

- Combat practice (weapons and targets)

- Graveyard

- Restaurant

- Fields, forests, etc.




Price $40.00

Corpse and Bone Icons - 2D Pixel Loot and Monster Drop Resource Bundle by WCE Assets

Asset Store newest packages - 2024, June 26 - 15:02
A collection of 2D pixel art corpse and bone icons. Perfect for fantasy, survival and crafting worlds.

Content Details

  • 150 Unique pixel artwork
  • Spritesheets for every resolution included

Resolution Details

  • 128x128 Resolutions included
  • 64x64 Resolutions included
  • 32x32 Resolutions included

Format Details

  • Transparent backgrounds
  • PNG format

Extra Information

  • Default PPU configuration, customize for specific requirements
  • Spritesheets are pre-sliced for easy usage
  • If re-slicing a spritesheet, use the "Grid By Cell Count" slice type for the best slicing results

Dive into the Pixel Art Corpse & Bone Icon Collection, a chilling assortment of macabre imagery to flesh out your game world's loot systems, crafting mechanics, and more!


This comprehensive collection overflows with a variety of detailed pixel art corpses and bones, perfect for creating a gritty atmosphere and rewarding players for their victories.




Here's why this collection is the perfect addition to your project:


  • Visual Storytelling: Enhance your game world with gruesome fallen foes, butchered carcasses, and potent alchemical reagents.

  • Crafting & Alchemy: Fuel your crafting and alchemy systems with distinct bone and corpse icons, allowing players to easily identify crucial ingredients for powerful potions and equipment.

  • Compelling Quest Rewards: Offer unique and unsettling trophies as quest rewards, adding depth and variety to your game's progression.

  • Multiple Resolutions: Adapt to any project with included 128x128, 64x64, and 32x32 resolutions, ensuring seamless integration across platforms.

  • Performance-Optimized Perfection: Effortlessly integrate these icons into your project with pre-cut spritesheets and performance-optimized sprites for each resolution.

  • Crystal-Clear Canvas: Each icon boasts a transparent background in PNG format, allowing for effortless placement within your digital world.



This collection empowers you to:


  • Craft a Grim and Rewarding World: Build a game world where players can reap the gruesome rewards of battle, adding a layer of dark satisfaction to their victories.

  • Fuel Deep Crafting and Alchemy Systems: Create a complex crafting and alchemy system with clear visual cues, encouraging players to experiment and explore.

  • Design Memorable Quests: Offer unique and unsettling trophies as quest rewards, adding depth and variety to your game's narrative.



But it doesn't stop there! This collection offers more than just stunning visuals:


  • Commercial Use License: Use these icons in your personal and commercial projects without restriction.

  • Free Updates: Get access to future additions and new icons to expand your collection at no extra cost.



P.S. Explore our other icon collections, featuring a variety of objects and themes to bring your world to life!


Price $6.99

Egg Icons - 2D Pixel Loot and Monster Drop Resource Bundle by WCE Assets

Asset Store newest packages - 2024, June 26 - 15:01
A collection of 2D pixel art egg icons. Perfect for fantasy, survival and crafting worlds.

Content Details

  • 102 Unique pixel artwork
  • Spritesheets for every resolution included

Resolution Details

  • 128x128 Resolutions included
  • 64x64 Resolutions included
  • 32x32 Resolutions included

Format Details

  • Transparent backgrounds
  • PNG format

Extra Information

  • Default PPU configuration, customize for specific requirements
  • Spritesheets are pre-sliced for easy usage
  • If re-slicing a spritesheet, use the "Grid By Cell Count" slice type for the best slicing results

Crack Open a World of Possibilities: Pixel Art Egg Icons!


Dive into the Pixel Art Egg Icon Collection, a versatile assortment of vibrant egg imagery to enrich your game world's loot systems, crafting mechanics, and more!


This comprehensive collection overflows with a variety of detailed pixel art eggs, perfect for representing monster loot, culinary delights, alchemical ingredients, and even exciting quest items.




Here's why this collection is the perfect addition to your project:


  • Rich Monster Loot: Expand your monster loot system with a variety of egg icons, adding a layer of collectability, variety and mystery to monster drops. Players will be eager to crack open these pixelated prizes!

  • Culinary Delights: Elevate your cooking system with visually appealing egg icons, allowing players to easily identify ingredients for delicious dishes and potent elixirs.

  • Alchemical Wonders: Fuel your alchemy system with distinct pixel art egg icons, representing rare or potent ingredients for crafting powerful potions and magical concoctions.

  • Engaging Quest Items: Offer unique and intriguing eggs as quest rewards, adding depth and variety to your game's narrative. Imagine a quest centered around a mythical creature's egg!

  • Multiple Resolutions: Adapt to any project with included 128x128, 64x64, and 32x32 resolutions, ensuring seamless integration across platforms.

  • Performance-Optimized Perfection: Effortlessly integrate these icons into your project with pre-cut spritesheets and performance-optimized sprites for each resolution.

  • Crystal-Clear Canvas: Each icon boasts a transparent background in PNG format, allowing for effortless placement within your digital world.



This collection empowers you to:


  • Craft a Dynamic World: Build a game world where eggs represent a range of possibilities, from exciting monster drops to essential crafting ingredients.

  • Fuel Deep Gameplay Systems: Enhance your cooking, alchemy, and quest systems with clear visual cues, encouraging players to explore and experiment.

  • Design Memorable Quests: Offer players unique and intriguing egg-based quests and collectables, adding depth and variety to your game's narrative.



But it doesn't stop there! This collection offers more than just stunning visuals:


  • Commercial Use License: Use these icons in your personal and commercial projects without restriction.

  • Free Updates: Get access to future additions and new icons to expand your collection at no extra cost.



P.S. Explore our other icon collections, featuring a variety of objects and themes to bring your world to life!


Price $4.99

Bullet Dynamics by Sebastijan Stürmer

Asset Store newest packages - 2024, June 26 - 14:35
Bullet Dynamics offers you the fully customizable simulation of high speed projectiles. It supports Surface Penetration, Gravity, Drag, Air Resistance and Damageable Targets.

Projectile Simulation:

  • The simulation does not interfere with the visual representation of projectiles and their effects on surfaces. This allows developers to fully customize the visual aspects of projectiles and their surface interactions independently from the simulation components.

Velocity Calculation:

  • Bullet velocity is calculated using the Runge-Kutta method for high accuracy.
  • Collision detection is performed using Raycasts between the current and next bullet positions, ensuring precise hit detection and exit point calculations.

Customizability:

  • The code is fully documented and scalable, providing comprehensive comments and explanations.
  • Developers can override any method or class within the simulation, allowing extensive customization to fit specific project needs.


Required Unity Packages:

🎮 Try before you purchase: WebGL


Bullet Dynamics provides fully customizable, precise, and flexible systems that allow developers to easily integrate this package into their applications.


Every component is built with customization and performance in mind, enabling developers to modify the code to suit their specific needs.


Bullet Dynamics is built using Unity Job System and Unity Burst to fully utilize the multithreading, as well as Object Pooling for visuals.



Available Environment Settings:

  • Gravity
  • Air Density
  • Wind

Available Bullet Settings:

  • Initial Velocity
  • Penetration Ability
  • Drag
  • Drag Reference Area
  • Mass

Available Surface Settings:

  • Ricochet Ability
  • Speed Loss during Penetration
  • Hit Effects


Features:

  • Projectile Simulation: Fast and physically accurate simulation of projectile travel.
  • Surface Interactions: Includes penetration and ricochets.
  • Weapon Zeroing: Calculates the required angle of the weapon to achieve the desired distance.

Any questions or suggestions? Feel free to reach me.

sturmerbiz+bulletdynamics@gmail.com


Price $35.00

Starter Low Poly Items Pack by Vanukron Studios

Asset Store newest packages - 2024, June 26 - 13:50
The package contains over 60 objects modeled in low poly. Models have been produced for both computer and mobile games. It's an ideal starter pack for low poly games.
  • Changeable materials
  • Edited objects
  • A small demo scene for example
  • An FBX file containing all objects
  • Prefabs
  • +60 objects
  • 18.9k triangles 10.2k vertices

The package allows for color changes if desired, making it versatile for your games. It includes a variety of tools and essential objects for games, such as household items, weapons suitable for low poly RPG games, boxes, and kitchenware.


If you encounter any problems or have suggestions and recommendations, please do not hesitate to contact me.




Price $17.98

VR Console Log by MikeNspired

Asset Store newest packages - 2024, June 26 - 13:44
Enhance your VR development with an in-headset console log viewer for efficient debugging and user experience enhancement.
  • Compatibility: Specifically designed to work with Meta Quest utilizing Meta XR All-In-One SDK v64.0 and Meta XR Interaction SDK OVR Samples v64.0.
  • XR Toolkit Support: Fully supports XR Interaction Toolkit version 2.5.4, ensuring integration with Unity’s native XR tools.
  • Versioning: Follows semantic versioning. Current release is 1.0.0, marking the initial deployment with full feature set for robust VR log management.

Enhance VR development with the VR Console Log System, perfect for both Meta Quest and XR Toolkit! Our system is tailored to simplify the debugging process, allowing developers to instantly view and interact with Unity console logs directly within the VR headset. Say goodbye to the constant back-and-forth with your desktop and streamline your debugging efforts effectively.


Key Features:

  • Designed for Compatibility: Works effortlessly with Meta Quest and XR Interaction Toolkit, integrating directly into your VR projects.
  • Customizable Interface: Adjust the display settings including screen size, text, and colors to suit your debugging preferences.
  • Interactive Debugging: Manage and filter logs dynamically through a user-friendly interface, enhancing your ability to address issues swiftly.
  • Advanced Keyword Filtering: Utilize powerful keyword filtering to control log visibility. Specify inclusion or exclusion keywords to focus only on the relevant logs, streamlining your debugging process.
  • Developer-Specific Activation: Equip your testing environments with a log viewer that can be triggered through a developer-specific button sequence, ensuring debugging tools remain hidden during user interactions.
  • Efficient Problem Solving: Keep your development process fluid with tools that minimize disruptions and maximize productivity.
  • Versatile Application: Not just for VR, our console log system is also fully functional in traditional game environments, allowing developers to leverage its powerful debugging tools across all types of Unity projects.

Price $4.99

EDM Gaming V - Game Music Pack - Rhythm, Arcade, Racing, Electro by Lufus

Asset Store newest packages - 2024, June 26 - 13:36
Made exclusively for Arcade, Racing and Rhythm games, EDM Gaming V is a Game Music pack that brings life to your games.

Audio file types: WAV

Sample rate: 44.8kHz

Bit depth: 32bit

Loopable: Yes

Additional: Stereo

Made exclusively for Arcade, Racing and Rhythm games, EDM Gaming V is a Game Music pack that brings life to your games.


From normal heroes who want to save the futuristic city, to talking animals with edgy outfits. EDM Gaming V is made for those stories that we all love.


Listen to this Soundtrack Pack here.


What’s Inside:


– 7 original high-quality music

– 7 original high-quality music loops

– 14 total files


Tracklist:


(00:00) 01 - Chainsaw Kraken

(00:33) 02 - Bike Ride

(01:03) 03 - Street Fighter

(01:37) 04 - Enigma

(02:07) 05 - Aired

(02:35) 06 - Star

(03:09) 07 - When I Wake Up


(All file formats are in WAV, Stereo, 44.8kHz, 32bit)


With this Game Music/Soundtrack pack, you also:


– Sound Great in Any Device: All music themes and stingers are fully mixed and mastered so they sound great in any device that your game is played.

– Avoid Incongruent Volumes: All themes and stingers are mastered to reach a fully congruent volume within the full soundtrack.

– Repeat Music Seamlessly: All music themes are fully loop-able, so you can repeat the music in the game seamlessly.


About Composer:


Lufus is a music producer, composer who has made the Original Soundtrack of multi-million games like:


– Parchisi Star Online (50 Million Downloads)

– Pixel Car Racer (10 Million Downloads)

– Drift Clash (5 Million Downloads) and more


Support & Help:


If you need help downloading this soundtrack/music pack, feel free to reach out to iamlufus@gmail.com


Price $16.99

Pages

Subscribe to Babel X3D aggregator