Archer Defense 2D Kit by PBNGame
- Player Controls: Click to shoot the arrow
- Customization: Modify levels, adjust difficulty and boost item.
- Game Objects: Prefabs for the player, enemy, boss, camera, and the elements.
- Level Design: Easily create and manage levels.
- Art: many size of the graphics, archer, enemy use psb file for making 2D Unity Animation.
- Documentation: Comprehensive guides for setup, customization, and adding audio.
- Platform Support: Works on mobile and desktop, supporting Android, iOS, Windows, and WebGL.
ANDROID DEMO: Download HERE
FEATURES:
+ Archer, Bow and Arrow feature.
+ Cannon shoot automatically.
+ Upgrade the number of archers and cannons.
+ Total 30 example levels include boss fight levels.
+ 8 Enemies: Melee, Range and Boss.
+ Special arrow skills.
+ Easy controller - tap screen to fire the arrows.
+ Buy Boost item and Upgrade Bow, Archer and Fortress in Shop.
+ In-App Purchasing intergrated.
+ Easy reskin the graphics.
+ User interface elements that automatically adjust to different screen sizes and orientations. (Landscape only)
+ Unity 2D Animation bone system, easy to edit and learn.
Platforms.
+ Work on Mobile (Touch) and PC (Mouse).
CONTACT
+ If you have any problem, please contact me for support before give the bad review.
=> Contact: rinanh.contact@gmail.com
Price $39.99
Lich Low Poly by Khornes
The character has 17 animations.
Maximum polygon count: 25870
Number of meshes/prefabs: 1
Rigging: Yes
Animation count: 17
UV mapping: Yes
LOD information: No
Types of materials and texture maps PBR
Number of Textures: 15
Texture Resolutions: All(4096)
Documentation: No
Important/Additional Notes: additional skeletal bones - joint_scroll1-4. joint_tentacles1-23. joint_EyeHead. joint_EyeSpine.
Game ready Low Poly character Lich. Suitable for your projects of genre: RPG, strategy, first person shooters, etc.
Cloth simulations - You will need to set up your own cloth simulation as the third party plugins I use cannot be distributed for resale. I originally used MagicaCloth2 but I had to remove it from the asset. Keep this in mind. The cloth simulation is not set up right now.
DEFAULT UNITY SHADER + In the model it is desirable to use a shader with a two-sided display of polygons.
NO HDRP/URP - but you can configure it yourself
Animations: 17
Attack x5
Idle x3
Dead
Dodge
Walking - F, L, R, Back
Hit x2
Run
Polycount
Lich
Verts: 28864
Faces: 25866
Tris: 25870
Weapon
Verts: 1212
Faces: 1514
Tris: 1514
Price $60.00
Checkpoint Controller by RHPOSITIVE
- Easy Integration: Easily integrates into your project, with most settings adjustable through the Inspector panel.
- Customizable Data Saving: By default, it saves and restores Transform and Rigidbody data of objects. You can also select specific variables to save and restore through the editor, giving you full control over what data is managed.
- Customizable Object Methods: Includes methods like SaveObjectSelf and LoadObjectSelf for object-specific customizations. This allows you to apply unique changes to objects during removal and recreation.
- Dynamic and Static Object Handling: Distinguishes between dynamic and static objects. Static objects are saved once, while dynamic objects' data is updated at each checkpoint.
- Two Save Systems: Supports both Checkpoint and SavePoint systems, allowing you to manage instant respawns and checkpoint-based respawns separately.
- Advanced Customization: For more advanced usage, you can add savable data and modify the code to suit your specific needs.
Price $0.00
Styled Lines by TestedLines
- Cross-Platform: Compatible with WebGL, iOS, Android, Windows x64, and MacOS (ARM).
- Mobile ahead-of-time compilation friendliness.
- Async mode uses cross-platform C++20 threads and is compatible with Web platform
- The training was done from the open-source model and weights in ORPO mode.
- The model is fast and slim. Weights are provided in fp16, int8 .gguf format.
Use recommendations
Please try out to free form style line - be creative, yet to get the most from them think about combining in your style line:
Mood styles to try out:
- Inquisitive (Questioning, Curious, Skeptical, Intrigued)
- Emotional (Joyful, Melancholic, Indignant, Compassionate, Euphoric, Grieving, Impassioned, Jovial)
- Intellectual (Reflective, Pensive, Cynical)
- Dynamic (Confident, Resigned, Agitated, Hopeful, Fearful, Optimistic, Defiant, Adventurous, Bewildered, Determined, Hesitant, Mischievous, Overwhelmed, Melodramatic)
- Noble (Regal, Dignified)
- Light (Lighthearted, Whimsical, Nostalgic)
- Foreboding (Sarcastic, Foreboding)
Writing styles to try out:
- Historical (Victorian, Gothic, Classic Literature, Folkloric, Pirates)
- Modern and Contemporary (Modern, Minimalist, Journalistic, Futuristic Sci-Fi, Dark Futurism, Post-Apocalyptic)
- Genre-Specific (Noir, Magical Realism, Dystopian, Epic, Hard-boiled, Pulp Adventure, Steampunk, Romantic Comedy, Surrealist)
- Expressive and Creative (Poetic, Lyrical, Beat Generation, Inspirational, Absurdist, Satirical, Whimsical, Mythological)
Keep styles short. They can be phrases or simple words. Using definitions like "Simple" may help debug lines rewritten in too LLMish style.
Integration notes:
- Web platform is RAM limited up to 4GB (x86), so only smallish models fit into it.
- Web published pages do not work if ram is limmited to 0.5-1GB making them fail to run on some mobile devices.
- Instructions for building cpp wrapper code from scratch are provided.
- AI LLM model may output tokens unparsable by selected Font
- In demo scenes restart the postprocessing layer on camera if you get NullReferenceException PostProcessing AmbientOcclusion IsEnabledAndSupported exception
- LLM models have various sizes, that impacts ram requirements on devices you run them on
- LLM model was trained on one-liners and single sentences. This is when it works the best way possible.
Online-Docs - see motivation-usage example:
This is a GPT2-based line rewritter.
We ship it with three model quantised resolutions, try it online entirely in your browser with the quantised (simplified) one (Q4_K_M 110mb):
- Automated NPC Dialogue stylisation demo
- Single Prompt Debug demo
Inside the package, you will find Q8_0 (175mb) and original bf16 (321mb) resolution models ready to run inside a cross-platform game engine!
You give it:
```
<input> How are you today? <inputEnds>
<style> Pirate's Poetic Question <styleEnds>
<output>
```
It prints out: Hey there, how fares ye today?
We hope that this model and wrapper can help you save a day! (or, more realistically, 3 months with a dedicated team of 3 people in our estimates).
- Model finetuned on a corpus of more than 0.5 million dialogue lines (64343812 tokens).
- All our training data was purely syntactical and generated.
- Tools for output filtering are provided with release in CSharp - thus easely editable!
- All generative LLM models can make mistakes in their output. In some cases, they can turn questions into statements and add minor hallucinated info based on the input text and style data.
The bounded model inference wrapper is based on open-source model runtime and supports the latest 405b models, so you can try them out on platforms with enough RAM/time available.
The bundled wrapper allows:
- Build and tested for: Web, Mobile, PC.
- To execute model setup and execution in asynchronous mode based on threads in C++ code. (this is needed if one wants parallel code run when building targeting the Web platform)
- It allows tapping into Logs, output Tokens, and completion callbacks from generation.
- Setup model update callbacks in editor UI using events and helper scripts. Also, you can configure most model configuration/run parameters from the editor UI and at runtime.
Price $299.00
AR 3D Coloring by airar
🔥Requirements🔥
Support AR SDK: ARFoundation
Support Platform: Android / IOS
Support Unity Version: 2023.2.0f1+
URP Support
🤓Sample Scenes🤓
Single3DColoringSample: You can track one image marker.
Multi3DColoringSample: Multiple image markers can be tracked.
This package provides easy and concise code for Coloring AR🎨
It provides two samples of 3D and a single/multi-image tracking sample scene, making it easy to reuse.
This package must use ARFoundation.
✨Support✨
Support AR SDK: ARFoundation
Support Platform: Android / IOS
Support Unity Version: 2023.2.0f1+
URP Support
👋Contact👋
If you have any questions, please feel free to contact us(dev@airar.co).
Price $40.00
Modular Basic Locomotion Pack by CoryBaxterGameDev
- Three Core Movement Types:
- Move Script: Direct point-to-point movement with flexible start/stop options.
- Patrol Script: Allows for back-and-forth movement between multiple points or along a specified direction.
- Wander Script: Enables freeform movement within a defined area to simulate natural roaming.
- Movement Modes: Supports movement via Rigidbody forces, Transform manipulation, NavMesh agents or Root Motion.
- Customizable Timing: Add delays between movements with constant or random wait times.
- Flexible Destination Setup: Define destination points manually with Vectors, GameObjects or generate them dynamically based on direction.
- Edge Behavior for Wander: Implements a smart bouncing mechanism to prevent units from getting stuck near the wander boundary.
- Easy-to-Visualize Gizmos: Includes visual debugging tools to display patrol routes, wander radii, and target positions in the Unity Editor.
The Modular Locomotion Pack provides three core scripts: Move, Patrol, and Wander, each designed with flexibility and ease of use in mind. All three scripts are compatible with several different movement types, including Rigidbody forces, transforms, Root Motion, or Unity’s NavMesh system. Each script also includes customizable options for setting patrol points, waiting times, wander radii, animation compatibility and much more. This pack is suitable for nearly any genre, such as RPGs, simulations, RTS, and sandbox games. With my pack, developers can quickly set up character movement, patrolling or wandering behaviors for NPCs, enemies, animals, or any other moving entity in their project.
Price $7.99
Paper World by Omniia
Number of Unique Meshes/prefabs: 125
Vertex Count: 10959
LODs: (No)
Number of Materials: 17
Number of Textures: 31
Texture Resolutions: 2048x2048
UV mapping: Yes (generated by unity )
Immerse yourself in a unique 3D world with a paper-like aesthetic, perfect for creative projects and stylized adventures. This package includes a variety of assets carefully designed to capture the essence of a handcrafted world, with a focus on optimization and versatility.
Key Features:
- Modular Houses: Build your environment with modular houses that offer two options: single-sided optimized exteriors for better performance, and double-sided versions for detailed, accessible interiors. Perfect for creating cities, towns, or settings in platformer and adventure games.
- Stylized Vegetation: Add a touch of nature with simple yet effective vegetation, designed to complement the paper-like aesthetic and fit seamlessly into any creative environment.
- Interior Decorations: Customize the interiors of your buildings with a wide range of decor items, including beds, books, potions, chairs, sofas, lamps, cabinets, cauldrons, and paintings. Each object is designed to maintain visual consistency and optimize performance.
This package is ideal for developers looking for a distinctive visual style who want to build 3D worlds that stand out for their originality and efficiency. Whether you're creating an adventure game, a puzzle, or a narrative experience, these assets are the perfect choice to add an artistic and handcrafted touch to your project.
Price $4.99
BACKGROUND - Cartoon Retro 1 by Dreamly Studios
Number of Textures: 60
Texture Resolutions: 3840x2160
Supported Development Platforms:
Windows: Yes
Mac: Yes
This pack contains 6 cartoon art style retro background environment locations:
- 50s Diner
- 50s Suburban Neighborhood
- Art Deco Theater
- Classic Bowling Alley
- Groovy 70s Disco
- Old West Saloon
Perfect for Visual Novel Backgrounds, Character Backgrounds, Themed Backgrounds, Storytelling, Store Listing, Location Highlighting, Board Games, RPG Games, Adventure Games, Main Theme, Loading Page, Dialogue Page, TCG, UI, etc... Feel free to use them in any way you like.
Features:
- 6 Environment locations
- 60 Cartoon art style backgrounds
- PNG images
- 3840x2160 pixels size
Price $19.99
3D Human Face Mask Pack by DragonXu
Number of textures: 21
Texture dimensions: 2048x2048
Polygon count of Mask.fbx: 2341
Number of meshes: 1
Rigging: NO
UV mapping: Yes
Types of materials and texture maps: PBR, Unity Universal Render Pipeline(Metallic Workflow)
3D Human Face Mask Pack
Add a touch of historical intrigue and mystery to your characters with our 3D Human Face Mask Pack. This asset pack provides a beautifully crafted human face mask along with a variety of materials to suit different aesthetics and environments.
Key Features:
- Detailed Design: A meticulously modeled human face mask, capturing the haunting elegance. Perfect for characters who need an air of enigma, nobility, or secrecy.
- Multiple Materials: The mask comes with several material options, allowing you to customize its appearance. Choose from a variety of textures.or a noble and pristine look.
Customizable and Easy to Integrate:
- High-Quality 3D Model: Designed with attention to detail, ensuring it fits seamlessly into any game environment.
- Texture Variants: Easily switch between materials to match your game’s visual style or the character’s backstory.
Elevate your game’s character design with the 3D Human Face Mask Pack. Whether for a cursed king, a mysterious warrior, or a shadowy assassin, this asset provides the perfect finishing touch to create unforgettable characters.
Price $5.99
Female Creature_2 by Alesky
Technical details
Number of textures 31
Number of Materials 28
Polygon count of 12,245
Number of meshesprefabs 7
Rigging: Yes
UV mapping: Yes
Types of materials and texture maps - PBR
Low-Poly Rigged PBR Modular Character - Female Creature 2
The model is highly optimized and has only 12 thousand vertices
- 6 Сolor Preset
- Humanoid Rig
- Modular Structure (Body and Helmet)
- You can change Emission color and brightness
4K Textures :
- BaseColor
- MetallicSmoothness
- Normal
- Emission
Vertex : 12,245
Price $38.00