SPUM Retro GUI Pack by soonsoon
SPUM Retro GUI Pack consists of 2D images for retro-style UI composition. It consists of a GUI design that is particularly well-suited to creators creating games using SPUM assets. .
This asset can be used in two ways.
1) Game Resource for SPUM Unit making
Use when making a game with SPUM assets - Since it is designed to match the SPUM character assets, you can check the optimum quality.
2) Stand Alone
Use each element independently to create your own 2D or other game
[List of contents]
1. Retro Styile GUI Theme 1 - total 259 images
- GUI Images x 91
- Flat Icons x 50 (32 x 32 pixels )
- Basic Icons x 50 (32 x 32 pixels )
- Extra Icons x 64 (32 x 32 pixels )
- Skill Icons x 4 (32 x 32 pixels )
1. Retro Styile GUI Theme 2 - total 290 images
- Propertie Icons x 11 (32 x 32 pixels )
- Job Icons x 10 (32 x 32 pixels )
- Status Icons x 11 (32 x 32 pixels )
- Equipment Icons x 16 (32 x 32 pixels )
- System Icons x 82 (32 x 32 pixels )
- UI Icons x 77 (32 x 32 pixels )
- UI Icons x 83 (32 x 32 pixels )
* Resources will be updated additionally.*
[Tech specs]
- Unity 2019, 2020+
- Any platform (PC, Android, iOS, WebGL)
[Refund policy]
- We don't accept refund requests as the Asset Store can't guarantee that asset access will be cancelled and the asset copy will be deleted from user Device.
[Support]
WebPage : Introducing about SPUM
GitHub : bugs, questions, suggestions
Contact : soonsoon@soonsoons.com
Price $15.00
Door Access Control Kit by AndreyKalinin
Number of textures: 22
Number of Materials: 6
Textures resolution: 18x 2048x2048px (BaceColor, MaskMap, Normal)+4x512x512px (EmissiveMap)
Polygon count:
- Button (1220 triangles)
- FingerprintAndKeycardScanner (1300 triangles)
- FingerprintScanner (1774 triangles)
- KeycardPanel (320 triangles)
- Keycard (252 triangles)
- Keypad (1334 triangles)
- VoicePanel (738 triangles)
Number of meshes: 6.
Number of prefabs: 7.
UV mapping: Yes
This set is designed to diversify access options for closed doors. You can make the player find or solve the password for the password access panel, make them search for the key card, or try to copy fingerprints or find a voice recording to activate the voice panel.
Asset has the following access control panels:
- A button that usually allows exiting the room without using the access panel.
- A panel with code access.
- A panel with voice access.
- A panel with fingerprint access.
- A combined panel that accepts key cards and fingerprints.
- A panel with key card access.
All panels have access indication that switches using a shader. There are three states of the indicator: off - the indicator is not lit, doors open - the indicator is lit green, doors closed - the indicator is lit red. With the code, you can easily control these states, and you can also set any other color for the doors open and doors closed states. In addition, there is the possibility to independently control the keyboard backlight, display, and fingerprint scanner backlight. It can be turned on or off, and the color or brightness can be changed.
Price $15.00
Mobile Tree Pack 5 by ALIyerEdon
Texture size: 2048x2048
Shaders: Translucensy wind shader(trunk,bark,leaves)
Triangles: 1000 ~ 2.000
Channels: Albedo
Total are 15 variants
Default uploaded from the URP. Built-in pipeline shaders are included
A set of the 3d tree models that optimized for mobile platforms that is compatible with URP and Standard pipelines
With a super optimized translucency and wind shader for all platforms with the zero performance cost
This pack is made as a 3d model (fbx) so that you can easily use them in any pipeline or software.
The models are all professionally made with high quality textures and models
Texture size: 2048x2048
Shaders: Translucency wind shader(trunk,bark,leaves)
Triangles: 1000~2000
Channels: Albedo
Total are 15 variants
==> Features <==
=> Optimized realistic shaders + wind support
=> Wind controller component
=> Global and Local wind
=> Optimized poly count
=> Different trunk textures
My other lighting assets:
HDRP Lighting Box 2 : NextGen Lighting Solution
Lighting Box 2 Next-Gen Lighting Solution
Built-In Mobile Lighting Box 2020
________________________________
License
Asset uses a few textures under free use; see Third-Party Notices.txt file in package under "Doc" folder for details
Price $10.00
UI Toolkit Script Components by KAMGAM
Links: Manual
The problem:
You want to add scripts to UI Toolkit elements just like you used to do in UGUI?
The solution:
With this tool you can link game objects to UI elements. This allows you to add any script you want.
✔️ Super easy to use.
Click the element in the UI Builder. Right-Click the UIDocument in your scene and use the "UI Toolkit" context menu.
✔️ No conding skill required
You can do it all without writing any code.
✔️ Selection sync
Synchronizes you selection in the UI Builder with the Script objects.
✔️ Linking and Querying
Link one game object to one UI element or use a Query script to fetch multiple elements.
✔️ Full Source Code included!
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.2+, 2022, 2023 ... LTS
⚠️ Requires Unity 2021.2+
It requires Unity 2021.2.0f1 or newer. That's because at that time Unity added the UI Toolkit for runtime use as a module. You may be able to use it in earliers releases too but you would have to install the com.unity.ui package which is no longer supported. I'd not recommend it and I do not support older Unity versions, sorry.
⚠️ Please name your elements
If you can then please add a unique name to each element that uses a script. It's not strictly necessary but it helps, especially if you are editing the UI Hierarchy a lot (links are more stable and faster that way).
⚠️ UXML editing outside of UI Builder
If you are editing (renaming, moving) elements outside the UI Builder then you may have to check your Link and Query script objects. The editor does not know of your changes until the asset has been reloaded.
✍️ Usage
There is a manual. Please read it ;-)
1) Open the UI Builder and the Hierarchy (like in the video)
2) Select the UI element you want to add a script to.
3) Right-Click on the gameobject with the UIDocument in the hierarchy and choose "UI Toolkit > Add or Select Script".
4) Add whatever Component you want to the created game object.
😎 HINT 1:
You can turn off the selection syncing via "Tools > UI Toolkit Scripts Components > Sync Selection". By default the synchronization is disabled in PLAY mode. You can enable it in the settings.
🧐 HINT 2:
If you inspect the "Link to Visual Element" component then you will find some handy buttons for linking.
🤠 HINT 3:
If you are a coder and want to add your own components then inherit from "UIComponentBase<T>". You can then assecc the linked & queried elements via the "Elements" property. Or you use the UIElementProvider component directly.
🤓 HINT 4:
Select the "Scripts" object in the inspector. It's very hand for creating new links.
🤫 HINT 5:
Use Query components to effect more than just one object.
☎️ 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.
Thank you.
❤️ If you like this asset then maybe you'll like these too:
Separate your assets into useful parts within seconds.
⚙ Unified Settings & Game Options UI
One Settings UI + API for all render pipelines.
⚒️ Pivot Cursor
Rotate around anything, not just the pivot.
Price $29.99
Low Poly Phoenix Wings by Leonardo Olivieri Carvalho
Images:
Albedo-Diffuse - 2048 x 2048
Normal Map - 2048 x 2048
Vert count - 220
Tri count - 340
These wings have your own animations:
Pose-0
Block
Fly_1
Fly_2
Fly_3
Idle_1
Idle_1_with_Wind
Idle_2
Idle_2_B
Idle_2_B_with_Wind
Plane-1
Plane-2
Plane_3
Bugs\problems\need more animations or budget => Dr.Carvalho#2557 (discord)
Price $6.00
3D MotionTrail for URP by Keto
## Dependencies
- Unity 2019.4 or higher
- Universal Render Pipeline (URP)
**Note:** This project has a dependency on URP and will only work with URP installed and set as the current render pipeline.
## Limitations
- The script only works with skinned mesh renderers, so it may not work with other types of characters or objects.
- The script creates a lot of meshes, so it may not be suitable for use on low-end hardware.
## Features
- Easy to use: Simply attach the script to the character and set the desired parameters in the inspector.
- Customizable: Adjust the duration, interval, and material of the trail effect to fit your needs.
- Particle system: Enable the particle system to create an additional visual effect.
## How to Use
1. Attach the `CharacterTrail` script to the character that you want to create a trail effect for.
2. Set the desired parameters in the inspector:
- **Duration:** The total duration of the trail effect.
- **Interval:** The time between each mesh being created.
- **Destroy Delay:** The time delay before each mesh is destroyed.
- **Spawn Transform:** The transform that the trail meshes will spawn at.
- **Trail Material:** The material used for the trail meshes.
- **Particles:** Whether or not to enable the particle system.
3. Press the space bar to activate the trail effect.
Price $8.00
Simple Stylized Slash Pack 2 by Namu
Made with Unity 2021.3.19f1
Uses Unity Shadergraph, you need to install Shadergraph to use this package!
Latest Shadergraph version recommended
Stylized Slash Particle Effects VOL.2
Easy Use
- Just drag-and-drop effect prefabs to your scene. That's all!
- They can be resized and rotated like any other game objects!
This Package Including :
- 12 Particle Prefabs
- 21 Materials
- 5 Meshes
- 1 Sample Scene
- 23 Textures
- 3 Shadergraphs, 2 Subgraphs
Price $15.70
Ambient Video Game Music - Fantasy Collections - River Styx by Phat Phrog Studio
Sample rate: 44100
Bit depth: 16
Loopable: No
Additional: Stereo
A collection of ambient soundtracks inspired by a rowing boat on the River Styx, the sounds of rowing along with a chilling ambience track to set the mood
This pack contains 10 tracks that are each 3 minutes long for a total 30 minutes of audio
--
Do you want to add an extra layer of immersion to your games?
Then check out our ambient video game music collections! These soundtracks will help transport you to different worlds, alien planets, frozen tundra's, Japan & hundreds of other scenarios and locations, adding an extra level of realism and excitement to your gameplay. Whether you are a game developer looking for high-quality sounds to use in your new games or breath life into some existing projects, our music collections are perfect for you!
--
Price $15.00
Ambient Video Game Music - Fantasy Collections - River Styx 02 by Phat Phrog Studio
Sample rate: 44100
Bit depth: 16
Loopable: No
Additional: Stereo
Another collection of ambient soundtracks inspired by a rowing boat on the River Styx, the sounds of rowing along with a chilling ambience track to set the mood
This pack contains 10 tracks that are each 3 minutes long for a total 30 minutes of audio
--
Do you want to add an extra layer of immersion to your games?
Then check out our ambient video game music collections! These soundtracks will help transport you to different worlds, alien planets, frozen tundra's, Japan & hundreds of other scenarios and locations, adding an extra level of realism and excitement to your gameplay. Whether you are a game developer looking for high-quality sounds to use in your new games or breath life into some existing projects, our music collections are perfect for you!
--
Price $15.00
Ambient Video Game Music - Wild West 02 by Phat Phrog Studio
Sample rate 44100
Bit depth 16
Loopable: No
Additional: Stereo
Another collection of ambient soundtracks to set the perfect atmosphere in your next wild west gunslinging game, ride towards the great appalachians on your horse or bid farewell into the sunset
This pack contains 10 tracks that are each 3 minutes long for a total of 30 minutes of audio
--
Do you want to add an extra layer of immersion to your games?
Then check out our ambient video game music collections! These soundtracks will help transport you to different worlds, alien planets, frozen tundra's, Japan & hundreds of other scenarios and locations, adding an extra level of realism and excitement to your gameplay. Whether you are a game developer looking for high-quality sounds to use in your new games or breath life into some existing projects, our music collections are perfect for you!
--
Price $15.00
Ambient Video Game Music - Wild West by Phat Phrog Studio
Sample rate 44100
Bit depth 16
Loopable: No
Additional: Stereo
A collection of ambient soundtracks to set the perfect atmosphere in your next wild west gunslinging game, ride towards the great appalachians on your horse or bid farewell into the sunset
This pack contains 10 tracks that are each 3 minutes long for a total of 30 minutes of audio
--
Do you want to add an extra layer of immersion to your games?
Then check out our ambient video game music collections! These soundtracks will help transport you to different worlds, alien planets, frozen tundra's, Japan & hundreds of other scenarios and locations, adding an extra level of realism and excitement to your gameplay. Whether you are a game developer looking for high-quality sounds to use in your new games or breath life into some existing projects, our music collections are perfect for you!
--
Price $15.00
Assassin Game Pack by STALWART
• This asset works with Unity's 2D Animation Package and 2D PSD Importer.
Features
• As scripting language, C# was used entirely in the asset.
• The Script Pattern is designed as understandable as possible, there may be some unnoticed errors or some things may have been overlooked, these errors are fixed over time as they are noticed, please feel free to report them.
• In almost all scripts, a tooltip has been added to the values.
• A few steps required to play the Asset are written in the PDF documentation. By doing these, you can play the Asset as in the video.
Content
Assassin
• Character sizes in PSD: 720x1010.
• The character body parts also available as png.
• The character's body can be rotated in 2D.
• Has a wide variety of functions such as holding on to the wall, firing at the cursor.
Enemies
• Enemies are made 2D Animated just like the player character.
• They have simple artificial intelligence, they can navigate the map, shoot when they see the target.
• All Enemy Character sizes in PSD: 578x944.
• The width of the sniper sight is adjustable.
UI and Input System
• In the UI, there are inputs for changing the type of ammunition for changing weapons. These are effectively designed.
• Asset also includes InputControl System. You can change and save Player command inputs from the In game Settings menu.
Item System
• The item system in the asset consists of armor and ammunition, their quantities and whether they exist are determined int the character scripts.
Need to Know
• In some animations, there may be some minor mistakes that are overlooked that do not hinder the flow of the game.
• If you rotate the camera too far in the X orbit, the player does not fully shoot at the cursor while using a rifle or bow. After all, this is a 2D project, but it still needs to be known.
• Pulling targets with kunai is still in development but it is included in the asset, only some animations are not designed in the enemies and the player. It is possible to contribute to kunai by using ragdoll physics and I tried it at first but thought it was an undesirable option for the purchaser. You can see how it is here.
Kunai Preview
• The characters are 2D but some items in the demo scene such as props and castle walls are 3D, so in this case the demo scene is 2.5D (these environment models I've published are actually free, Included in this asset only because of the demo scene, you can find them from the link below).
Free asset published by me that I used to build the demo scene Link.
You can find all models polygon count of that asset in here : Link (Total Triangles: 51.7k, Total Vertices: 29.8k).
Thanks for your time, If there is a problem or discontent, feel free to contact me.
Price $79.00
IceBreakerBeetle by DremornBB
tree skins
3 materials
All texture 4096x4096
Types of texture maps
Normal map
Ambient ocllusion
Metalic+gloss
Albedo
Emmision
In the model it is desirable to use a shader with a two-sided display of polygons.
The model contains 18 animations
atack (x3)
running (x4)
Straif LR (x2)
idle (x2)
death (x2)
jump
rage
gethit (x3)
faces 4333
verts 4209
tris 8129
Price $30.00
Beetle_plant by DremornBB
four skins
All texture 4096x4096
Types of texture maps
Normal map
Ambient ocllusion
Metalic+gloss
Albedo
In the model it is desirable to use a shader with a two-sided display of polygons.
The model contains 19 animations
atack (x4)
running (x3)
Straif LR (x2)
idle (x3)
death (x2)
jump
rage
gethit (x3)
faces 24027
verts 15551
tris 24027
Price $30.00
2D RPG Monsters Mega Asset Pack by ElvGames
Front View: Yes.
Back View: Yes.
Sprite Size: 64x64.
Total Sprites: 616.
The 2D RPG Monsters Mega Asset Pack contains over 80 unique monsters each of them with 3 to 4 variations, making a total of over 300 monsters, each with their own front and back facing sprites. These sprites are created in a classic pixel art style, which means they have a low resolution and use limited color palettes to create a retro aesthetic.
The monsters themselves come in a variety of shapes and sizes, with each one having its own unique characteristics and personality. Some monsters might be cute and cuddly, while others could be terrifying and dangerous.
With over 300 monsters to choose from, you'll have a wide variety of options to add to your game or project. These monsters will add a unique and charming touch to your project.
Asset Content:
- 80 Unique Monsters.
- 3 to 4 variations of each Monster.
- 300+ total Monsters.
- Front view sprites.
- Back view sprites.
- 64x64 pixelart sprites.
Price $24.99
stylized treasure set by tanle95
- Number of textures 10 x 4 (basecolor, ao, metallic, normal) ,
- Texture dimensions: 1024x 1024
- Polygon count of Model :
+ Minimum polygon count 700tris
+ Maximum polygon count 1500tris
- UV mapping: Yes
Package contains:
- 10 chests with 10 themes: jungle, evil, dragon, zombie, ice, volcano, sea, monster, fairy and angle, really beautiful and creative!
- 40 texture for all elements
- Mobile&VR ready
- Hand paint texturing
Price $49.99
Really Simple Tutorials by Lucky Raccoon Games
- Need to import TextMeshPro package
- Video tutorials DO NOT work with WebGL due to platform limitations
- Optional integration to FREE translation asset Lean Localization
Really Simple Tutorials was created with simplicity in mind (and it will always be so). If you need to create tutorials screens or show tutorials in-game in a simple and lightning fast workflow, this is the perfect asset for you!
With just a few minutes and settings, you're ready to display tutorials in video or static images, as great AAA titles do. Developers with and without experience with code can use it with ease.
Please note: video tutorials DO NOT work with WebGL due to platform limitations.
Windows Demo - Demo Video - Docs
Key Features:
- Ready to use tutorial screen: the asset comes with a totally ready to use tutorial screen (you can easily integrate it into your game if you want), with several categories and items (test the demo or watch the video for more details). You can also change background or appearance/color of elements. Your game, your rules, your style!.
- PopUp tutorial screen: You can even display specific tips at key moments in the game with the tutorial popup. Choose how you want to activate, either by clicking a button in the UI or when the player activates a trigger when passing a certain place in the level.
- Display tutorials during loading screens: you can even use the popup component on a loading screen, that way players can learn your game mechanics while they wait.
- Lots of examples and use cases: prefabs ready to be used in your games, just drag and drop!
- Translation Ready: asset also comes with an optional integration to FREE Lean Localization asset if you need translation support in your game.
Important: Please read the documentation to setup Really Simple Tutorials correctly and avoid errors in your project.
Price $25.00
Spice Up: Speed Lines by Fronkon Games
🕹 DEMO | 📄 DOCUMENTATION | ♥ MORE ASSETS ♥
✓ Many configuration options.
✓ Full source code (scripts, shaders and demo).
💡 Online documentation, support and free updates.
💡 Desktop, mobile and web.
💡 Unity 2021.3 or higher.
💡 Universal RP 12.1.7 or higher.
❤️ Leave a review if you found this asset useful, thanks! ❤️
Price $5.00
Sci-fi Weapon Sound Effect Pack by salaks
Audio file types Wav.
Sample rate 96.0 kHz
Bit depth 24 Bits
Loopable: no
Additional: Stereo
Contains 150+ sfx ideal for use in adventure, sci-fi, open world, RPG, First Person Shooter and many more. produced to create an effective cinematic sound effect. this pack use a high quality sfx when place in the Unity Game Engine.
Include the following Weapon :
Machine Gun, Bubble Gun, Lazer, Bungie Gun, Digital Bullet, Beretta, Giant Shell, Etc
Price $29.99
Ambient Video Game Music - Bamboo Forest 02 by Phat Phrog Studio
Sample rate 44100
Bit depth 16
Loopable: No
Additional: Stereo
Another collection of ambient asian inspired soundtracks that set the atmosphere of a japanese bamboo forest, the wind flowing through the bamboo with birds chirping overhead
This pack contains 10 tracks that are each 3 minutes long for a total of 30 minutes of audio
--
Do you want to add an extra layer of immersion to your games?
Then check out our ambient video game music collections! These soundtracks will help transport you to different worlds, alien planets, frozen tundra's, Japan & hundreds of other scenarios and locations, adding an extra level of realism and excitement to your gameplay. Whether you are a game developer looking for high-quality sounds to use in your new games or breath life into some existing projects, our music collections are perfect for you!
--
Price $15.00