New
Toctet Random — Intrinsic Entropy Node
Random is a drop-in replacement for Unreal Engine random nodes with intrinsic entropy behavior. Same range, same inputs — different results over time.It produces values within the same statistical range as traditional pseudo-random generators, but uses an intrinsic entropy field instead of a linear sequence.The result is not "more random" — but different behavior over time.Standard RNG:- deterministic sequences- visible repetition in procedural systems- streaks and pattern artifactsToctet Random:- non-linear evolution- reduced repetition patterns- more natural variation across frames and systemsIncluded nodes:- Toctet Random Integer- Toctet Random Float- Toctet Random Bool- Toctet Select (anti-repeat)- Toctet Weighted Select- Toctet Shuffle- Toctet Reset- Toctet Entropy (debug)Use cases:- procedural generation (levels, terrain, layouts)- loot systems and spawn tables- AI behavior variation- dialogue and content selection- VFX and particle systemsDeterminism is supported via Toctet Reset when needed.A minimal showcase map is included for side-by-side comparison.DOCUMENTATIONShow moreIncluded formatsUnreal EngineTechnical detailsFeatures:Drop-in replacement for standard Unreal Engine random nodes, including Integer, Float, Bool, and Select-style workflows.Intrinsic entropy-based selection with non-linear temporal behavior for procedural generation, AI variation, loot systems, and content selection.Includes Blueprint-accessible utility nodes such as weighted selection, shuffle, reset, and entropy/debug support, plus a minimal showcase example.Code Modules: ToctetRandom — RuntimeNumber of Blueprints: 2Number of C++ Classes: 1Network Replicated: NoSupported Development Platforms:Windows: YesMac: Not testedSupported Target Build Platforms: Windows (Win64), LinuxDocumentation Link: https://toctet.com/docs/randomExample Project: Not included as a separate downloadable project. A minimal showcase map and demo content are included inside the plugin Content folder.Important/Additional Notes: The plugin itself does not implement network replication.However, it can be used in multiplayer environments:- Deterministic behavior can be achieved via Toctet Reset with a shared seed- Or by using standard server-authoritative workflowsSuitable for both single-player and networked gameplay systems.CompatibilitySupported Unreal Engine Versions5.7Supported Target PlatformsWindowsLinuxSupported Development PlatformsWindowsLinuxOther informationDistribution MethodPluginTagsFlowSystemVariationLogicRandomBehaviorGeometryDataUtilityProceduralWeightliftingGeometricProcessingControlBlueprintMathSelectionSimulationMore from Hutvarev24 results availableItems 0 to 2Footsteps Bundle5.0(7)From €17.48*Necessary sounds5.0(3)-50%€4.11*€8.22Horror Amplifier5.0(5)-50%€4.11*€8.22
Team Meeting Anim Pack
commentsDescriptionTeam Meeting Anim Pack is a collection of 11 natural and professional animations designed for realistic office and meeting scenarios. Perfect for games, simulations, business presentations, or any project focused on workplace interactions.The pack includes essential actions such as listening, speaking, note-taking, presenting, and reacting during meetings. Each animation is smooth, clear, and easy to integrate into your project.Create believable office interactions and bring your workplace scenes to life with this animation pack.VIDEO: https://youtu.be/c0lewbQPXa4Included formatsUnreal EngineTechnical detailsRigged to Epic or MetaHumans Skeleton: (Yes)If rigged to the Epic or MetaHumans skeleton, IK bones are included: (Yes)Number of Animations: 11Animation Types (Root Motion/In-place)Number of Characters: 0Vertex Counts of Characters: 0Number of Materials: 0Number of Material Instances: 0Number of Textures: 0Texture Resolutions: 0Supported Development Platforms:Windows: (Yes)Mac: (Yes)Documentation Link: NOImportant/Additional Notes: NOCompatibilitySupported Unreal Engine Versions5.7Supported Target PlatformsWindowsMacPS4AndroidXbox OneiOSSteamVR / HTC ViveOculusGear VRLinuxHTML5Win32HoloLens 2Nintendo SwitchOther informationDistribution MethodAsset PackageTagsVideogameDiscusGameplayMeetBusinessBodyAnimationMotioncaptureGamereadyCorporationRealisticOfficeWorkPackMotionMeetingTeamEmotionCharacterSpeakerMore from Jane Gintsar24 results availableItems 0 to 2Free Anims Mix Pack5.0(1)Ball Action Pack5.0(1)Gardening Animations2.0(1)
Environment Scanner
Scanner is a pure environment detection plugin for Unreal Engine 5.7. Given a character and a configuration struct, it produces a complete FESScanResult in a single call — detecting front and back ledges, obstacle classification, measurements, airborne state and lateral walls for wall-run.Designed as a sensing layer that feeds data into any movement system: the UE5.7 Motion Matching demo, a custom ability system, GAS, or plain Blueprint logic. No animation dependencies, no third-party modules — just Engine.All normals are guaranteed horizontal, so they can be passed directly to Motion Warping warp targets without additional rotation math. The top surface snap means ledge locations sit on the actual surface, not on the wall face.⚠ Beta: Functional and actively used in production. Edge cases may appear — please report them via the product page comments.Included formatsUnreal EngineTechnical detailsFEATURESSingle Scan() call returns front/back ledges, obstacle classification, height/depth measurements and airborne stateObstacle types: Reachable, Gap (crouch-only), Slide, UnreachableLateral wall detection for wall-run — direction, location and corrected normalNormals guaranteed horizontal — analytically computed, never diagonal from edge hitsTop surface snapping — warp targets land on the actual surface, not the wall faceTick or on-demand scanning via ScanNow()Drop-in UEnvironmentScannerComponent or static UEnvironmentScanner::Scan() without a componentZero animation dependencies — no PoseSearch, Chooser, MotionWarping or GameplayAbilitiesImmutable FESScanResult — built atomically, no partial stateFull debug visualizationCode Modules: 1Number of Blueprints: 0Number of C++ Classes: 7Network Replicated: NoSupported Development Platforms:Windows: YesMac: Not testedSupported Target Build Platforms:WindowsDocumentation Link: DocumentationExample Project: Demo ProjectImportant/Additional Notes: Environment Scanner is the detection layer of a larger traversal system currently in development.CompatibilitySupported Unreal Engine Versions5.7Supported Target PlatformsWindowsSupported Development PlatformsWindowsOther informationDistribution MethodPluginTagsModularGameplayParkourClimbMantleEnvironmentScannerVault
PhysDice Framework
— Physics Dice FrameworkA complete physics dice game you can drop into any level. Shake, roll, score — with AI, custom rules, and camera system included.Supported Engine Versions:UE5.6~UE5.7Real Physics Dice — No probability tables. Dice use Unreal's physics engine to roll, bounce, and settle naturally. Face detection uses axis-aligned mapping that works with any custom dice mesh.Physics Cup System — Players shake dice in a physics cup controlled by mouse movement. The cup uses invisible colliders for physics simulation while supporting any custom cup mesh for visuals. Configurable bounce animation, wall physics, and table margins.Flexible Scoring System — Define any scoring rules through the editor: single-face values, N-of-a-kind, straights, N-groups, and custom exact combos. Rules are matched by priority and support partial/full-set modes. Includes Farkle and Hot Dice rules.AI Opponent — Built-in AI with 3 difficulty levels. AI shakes the cup, evaluates dice, makes keep decisions using expected-value calculations, and banks strategically.Camera System — 5 camera modes: seat overview, finger/selection view, palm tracking (follows cup), free look, and dice inspection. All offsets are Pawn-relative — just place and rotate the Pawn to define the player's seat.Full Game Flow — Complete turn cycle: pick up cup → shake → throw → select scoring dice → bank or roll again → switch turns → detect winner. Includes forfeit support.Base UI Widgets — HUD showing both players' scores, turn indicators, center messages. Game over screen with rematch. Forfeit confirmation dialog.Dice Trait System — 32 predefined passive traits across 5 categories: Physics (bounce, damping, mass), Scoring (bonus points, multipliers), Protection (Farkle immunity, auto-reroll), Pressure (debuff opponents), and Strategic (gold bonuses, intel). Assign traits to dice by star/rarity level (0-5). Data structures are fully included — implement your own trait processing logic to create unique dice abilities.Audio System — Per-material collision sounds on dice. Collision sound components for table and cup surfaces. Centralized audio settings data asset.Designed for Extension — Every class is built for inheritance. Override virtual functions to add your own game rules, settings integration, AI profiles, dialogue, progression systems, and custom UI.Show moreIncluded formatsUnreal EngineTechnical detailsFeatures: - Physics-based dice rolling (no probability tables) with configurable face mapping, landing detection, and tilt correction - Invisible physics cup system with shaking, bouncing, and throw animation - Fully configurable scoring engine: single face, N-of-a-kind, straights, N-groups, exact combos - 3-tier AI opponent (Easy/Medium/Hard) with strategic banking decisions - 5-mode player input: Ready, Palm (cup shaking), Throwing, Finger (dice selection), Spectating - 5-mode camera system: Seat view, Finger view, Palm tracking, Free Look, Dice Inspect - Base HUD, Game Over, and Forfeit widgets ready for subclassing - 32 predefined passive dice traits across 5 categories (data structures included) - Collision sound system for dice and table surfaces - Audio/VFX settings data asset for centralized configuration - Asset pre-warming / loading screen system to eliminate in-game hitches - Demo level with fully playable Farkle game out of the box Code Modules: DiceSystem (Runtime) Number of Blueprints: 4 Number of C++ Classes: 17 Network Replicated: No Supported Development Platforms: Windows: Yes, Mac: No Supported Target Build Platforms: Windows: Yes, Mac: No Documentation: Included in plugin (Docs/PhysDice Framework_QuickStart.pdf)Important/Additional Notes: No external dependencies. All functionality is self-contained within the plugin.Example Project: Demo level included in plugin content (DiceGamePlugin/Map_DiceDemo)CompatibilitySupported Unreal Engine Versions5.6 – 5.7Supported Target PlatformsWindowsSupported Development PlatformsWindowsOther informationDistribution MethodPluginTagsGameplayDiceScoreFrameworkTabletopAIPhysicalBoardgame
Faction & Reputation System
commentsDescriptionComplete, production-ready Faction & Reputation Engine for any game genre. Built in C++ with full Blueprint exposure. DataTable-driven, modular, and multiplayer-ready.Core Systems:- 16x16 Faction Relationship Matrix (asymmetric support, bitfield-optimized queries)- Reputation System with decay, propagation, diminishing returns, and 8-tier ranking- War State Machine (Peace → Tension → Conflict → War → Ceasefire)- NPC Behavior Integration with per-tier modifiers- Economy System with faction-based pricing and courier route access- Quest Integration with reputation requirements and rewards- One-call Save/Load for all faction state- Debug HUD and Editor Matrix WidgetDesigned for any genre: RPG, simulation, strategy, open-world, courier/delivery games. Every feature is configurable via DataTables and DataAssets — no code changes needed to adapt.Show moreIncluded formatsUnreal EngineTechnical detailsCore Systems:- 16x16 Faction Relationship Matrix (asymmetric support, bitfield-optimized queries)- Reputation System with decay, propagation, diminishing returns, and 8-tier ranking- War State Machine (Peace → Tension → Conflict → War → Ceasefire)- NPC Behavior Integration with per-tier modifiers- Economy System with faction-based pricing and courier route access- Quest Integration with reputation requirements and rewards- One-call Save/Load for all faction state- Debug HUD and Editor Matrix WidgetNumber of Blueprints: 90Number of C++ Classes: 16Network Replicated: Yes Supported Development Platforms: WindowsSupported Target Build Platforms: Documentation Link: https://docs.google.com/document/d/1i-mujR-dN2qzbSB_wWl0O_v2Xy5LXT944MTKe76f6wU/edit?usp=sharingCompatibilitySupported Unreal Engine Versions5.7Supported Target PlatformsWindowsMaciOSLinuxSupported Development PlatformsWindowsOther informationDistribution MethodPluginTagsPluginSaveSystemEconomyQuestDataWarNpcFactionMore from HatinBaba Studios2 results availableItems 0 to 2Omni-Economy SystemULTIMATE BANK SYSTEM
Best
Forest Gas Station
gas station with cafe and garage environment filled with propsPlease enable HDRI Backdrop pluginThis product using Lumen for Unreal Engine, no lightmaps are supportedMore Documentation on Lumen and how to use it here:https://docs.unrealengine.com/5.0/en-US/lumen-technical-details-in-unreal-engine/Included formatsUnreal EngineTechnical detailsFeatures: Gas station, cafe, garage Example Map Fully Dynamic AtmosphereNumber of Unique Meshes: 89Collision: Yes/ automatically generatedVertex Count: 20-100 000LODs: YesNumber of Materials and Material Instances: 80 Materials 10 InstancesNumber of Textures: 145Texture Resolutions: 1024-4096Supported Development Platforms:Windows: YesDocumentation: Link (or a description of where users can find) the documentationImportant/Additional Notes:Asset use the CC0 Textures/Models from Polyhavenhttps://polyhaven.com/license/CompatibilitySupported Unreal Engine Versions5.2 – 5.4Supported Target PlatformsWindowsOther informationDistribution MethodAsset PackageTagsStationGasCafeLevelRealisticMore from Anastasia.I2 results availableItems 0 to 2Worn HousesArchviz House
Ultimate Cable System
system developed for urban environments. The oscillators naturally conform to the cable design and cables without any physical simulation, but also designed for projects that require many natural dynamic senses without sacrificing performance(Buildings not included)Vídeo: https://www.youtube.com/watch?v=ZBq4_LcmnUoIncluded formatsUnreal EngineTagsModularScriptBlueprint
Stealth Gameplay Systems| (AKO) | AI, Grass Hide, Throw & Takedown
commentsDescriptionA full, ready-to-use stealth gameplay toolkit for Unreal Engine 5 — free.Build believable stealth experiences quickly: AI perception (sight/hearing/touch), patrols on splines, hide-in-grass mechanics, throwable noise items with a custom throw widget, stealth takedowns with a target widget, player crouch + IK fixes, health bar UI, and polished alert logic.Everything is implemented in Blueprints only, includes demo maps, animations, materials, and is ready to plug into your project.🔴Tutorial video:https://bit.ly/4isVtD7What’s includedBlueprint SystemsAI Perception setup (sight, hearing, touch) and sample Behavior logic.Patrol AI on Spline (smooth path following).Advanced Alert / Warning logic (dynamic caution level, exclamation indicator).Hide-in-Grass system (interactive grass detection to block AI sight).Pickup & Throw System (pickup marker, inventory limit feedback, trajectory preview).Throw Widget UI for selecting items and throwing (Blueprint-only widget).Noise/Distraction system — thrown items create sound events the AI investigates.Stealth Takedown System + Target Widget (lock target, play takedown animations, handle interrupts).Player mechanics: built-in crouch integration and IK foot fix blueprint for smoother crouch animations.Player Health System with Progress Bar UI (simple, modular).AssetsDemo level(s) showing each system (patrols, grass, throw & distraction, takedown).Animations used in the demos (takedowns, crouch transitions, idle, search).Materials (grass material, simple UI materials).Widget assets (throw selector, target widget, health bar).Example sound events for throwable items (impact + unique SFX per item).Project utilizes "ModelingToolsEditorMode" and "MotionWarping" for enhanced modeling and character motion control.Action buttons:" T " for Stealth Kill" F " to Crouch" R " to Throw." TAB " to open inventoryShow moreIncluded formatsUnreal EngineTechnical detailsAKO Stealth Gameplay Systems — Designed for Fast Integration in Just a Few MinutesFeatures:*** Supports full stealth gameplay mechanics (AI Perception, Hiding, Distraction, and Takedown).*** Advanced AI perception system (Sight, Hearing, Investigation, Alert & Search States).*** Hide-in-Grass system that allows the player to fully conceal from AI line of sight.*** Pickup & Throw System with noise-based AI distraction.*** Custom Throw Widget UI with trajectory preview and item switching.*** Stealth Takedown System with a dedicated target widget.*** Player Crouch System + IK Foot Fix for smooth stealth movement.*** Health Bar UI System included.*** Fully Blueprint-based and extremely easy to integrate.*** And this is just the beginning — more stealth features will be added in future updates.Network Replicated:No (Replication support planned in future updates)Supported Development Platforms:Windows: YesMac: NoNumber of Blueprints: TOTALE 11 ( 06 actor blueprint + 02 character blueprint +game mode base + ai controller + game instance)Documentation Link:https://youtube.com/playlist?list=PLiuzh4vLmdqLpXchuXl4f5ObDAC2BOm7k&si=wpFfNR_2L1Pjm--kCompatibilitySupported Unreal Engine Versions5.2 – 5.7Supported Target PlatformsWindowsOther informationDistribution MethodComplete ProjectTagsWidgetHideSystemAnimationItemThrowAIInventorySplinePatrolPickupMore from General AKO3 results availableItems 0 to 3Ako Minimap System — Racing & Open-World Ready | Near-Zero Performance Impact ⚡5.0(10)Ultimate Car Racing Project | AKO Project | – (Unreal Engine 05)5.0(10)AKO push system "advanced push SYSTEM"
Stylized Countryside House Interior ( Stylized Stylised House Country Interior )
YOU CAN CHECK OUR NEW ASSET PLATFORM AND GRAB SOME FREE ENVIRONMENT PACKShttps://cosmos.leartesstudios.com/Stylized Countryside HouseStylized Countryside House with 286 meshes. There are many different types of Assets to help you create or polish your Environments. All Assets made with unique concepts and Showcased Example levels are also included in the Project.Showcase VideoFEATURES: High Attention to DetailsUnique Concepts of Assets High-Quality Assets Game-ready / OptimizedControllable parameters in Material InstancesNOTES:Ultimate Level Art Tool:Ultimate Level Art Tool (ULAT) allows you to create fast, custom modular buildings. Moreover, it offers a seamless and distinctive way to populate your scenes naturally. This Environment pack is compatible with the Ultimate Level Art Tool.ULAT is the short name for Ultimate Level Art Tool; the Original Name of the Tool is A modular design development tool for mobile and web-based systems. ( Translated from project name in original language )For all your promotional requests, technical support needs, suggestions, and refund requests, please create a ticket.Here, you can join the Leartes Discord channel for live support, discounts, and Custom Outsource Environment Projects.ULAT Showcase Video Link | ULAT V1.20 Video Link | ULATTutorial/ Demonstration Video Link. Tags: Stylized , Stylised , Countryside , House , Interior , Home , Furniture , Low Poly , Game Ready , Unreal Engine , AAA , Game Ready Environment , Countryside House Interior Game Ready , Unreal Engine Stylized , Open World Countryside Home Interior , Stylized Countryside House Interior , Stylised Countryside House Interior , Modular House Interiors , Unreal Engine Rural Environment , Stylized Game Ready , Fantasy Countryside Home , FPS Cozy House Interior Scene , Unreal Engine Modular House Setup , Low Poly Farmhouse Design , Game Ready Countryside House Layout , Open-World Stylized Home Interior , Stylised Rustic Interior Design , Unreal Engine Game Ready , Stylized Low Poly Home Interiors , Unreal Engine Fantasy Countryside Cottages , House Interior Decor , Game Ready Open-World , Stylized House Wooden Furniture , Low Poly House Kitchen Setup , Unreal Engine Countryside Dining Room , Stylized Game Ready Cozy Bedroom , Fantasy House Living Room , Stylised Country Home Kitchen , Unreal Engine Fireplace Interior , Game Ready Wooden House Interiors , Low Poly Stylized Farmhouse Furniture , Unreal Engine Open-World House Design , Stylized Open-World House Decor , AAA Country Home Exploration , Game Ready Low Poly House Living Space , Stylized Game Ready Cozy Cottage Interior , Open-World Fantasy House Map , Low Poly Home Wooden Flooring , Unreal Engine Modular House Decorations , Game Ready Country Home Table and Chairs , Unreal Engine House Soft Lighting , Stylized House Cozy Rugs and Curtains , Open-World Game Ready Countryside Kitchen , Stylized Low Poly Cozy Living Room , Game Ready Stylized Home Wall Decor , Unreal Engine Open-World Interior Atmosphere , Country Home Wooden Walls , Game Ready Stylized House Night Ambience , Unreal Engine Low Poly Wooden House Floors , Stylized Open-World Fantasy House Interiors , Game Ready Countryside Cottage Setup , Unreal Engine Rustic Home Furniture , Stylized Home Cozy Lamps and Candles , Unreal Engine Home Themed Buildings , Game Ready Stylized Home Kitchen Utensils , Unreal Engine Hidden Cozy Countryside Homes , Stylized Unreal Engine House Setup , Low Poly Fantasy Home Decoration , Game Ready Countryside Farmhouse Interiors , Unreal Engine House Curtain and Sofa Decor , Stylized Game Ready Modular Cozy Homes , Low Poly Unreal Engine Home Textures , Open-World Fantasy Home Environments , Game Ready Unreal Engine Country Home Accessories , Stylized Game Ready House Lighting Setup , Unreal Engine Fantasy Countryside Cottages , Low Poly Hidden Cozy House Setups , Unreal Engine Stylized Home Map , Game Ready Open-World Home Decorations , Fantasy Wooden House Design , Low Poly Home Kitchen Shelves and Drawers , Unreal Engine Game Ready Country House Interiors , Stylized Countryside Bed and Living Spaces , Open-World Cozy House Exploration , Game Ready Warm and Cozy House Colors , Unreal Engine Stylized Fireplace Setup , Low Poly Stylized Cozy Bedroom Interiors , Game Ready Stylized Living Room Design , Unreal Engine Stylized Home Wooden Textures , Stylized Cozy Home Rustic Designs , Game Ready Unreal Engine Home Kitchen Appliances , Open-World House Family Room Setup , Stylized House Warm Light Decor , Game Ready Unreal Engine Home Cozy Carpets , Unreal Engine Open-World Stylized Home Relaxation Spaces , Stylized Home Rustic Country Home Aesthetic , Open-World House Candle-Lit Decor , Game Ready House Country Kitchen Utensils , Unreal Engine Open-World Stylized Home Organization , Stylized House Dining Table Arrangements , Open-World Countryside House Comfortable Setup , Game Ready Unreal Engine Warm and Cozy Farmhouse Interiors , Unreal Engine Stylized House Furniture Textures Show moreIncluded formatsUnreal EngineTechnical detailsFeatures: High Attention to DetailsUnique Concepts of Assets High-Quality Assets Game-ready / OptimizedControllable parameters in Material InstancesNumber of Unique Meshes: 286Collision: YesLODs: YesNumber of Materials and Material Instances: 171Number of Textures: 372Texture Resolutions: 2K, 1KWindows: YesMac: YesCompatibilitySupported Unreal Engine Versions4.27 and 5.0 – 5.6Supported Target PlatformsGear VRHoloLens 2HTML5LinuxMacNintendo SwitchOculusPS4SteamVR / HTC ViveWin32WindowsXbox OneAndroidiOSOther informationLast update08/11/2025Distribution MethodAsset PackageTagsFurnitureLowpolyHouseLevelHomeCountrysideInteriorStylized
Modular Dungeon Sewers Kit: The Grimepit
commentsDescriptionWatch the video Trailer | Try out the Playable Demo | Join us over at DiscordGet updates, support and news about our assets!Effortlessly create atmospheric sewers and grimy dungeons with 100% modular walls, floors, copper pipes, arches, and flowing water VFX. Build endless layouts with premade rooms, set-dressed variations, and immersive smuggler props (barrels, crates, tables with knives, bottles, food). The premade dungeon rooms work great with Unreal's grid snapping for creating a playable space very quickly.The playable Demo is included in full in the pack in the form of a showcase level. Everything from the sound effects to the blueprint logic is available. 580+ assets (meshes, blueprints, level instances, textures, materials, decals, sounds)Premade Rooms and Modules as Level Instances and Blueprints, intended for seamless use with Unreal's grid snapping.Walls, floors, ceilings, arches, stairs, pillars, bridgesProps: barrels, crates, pipes, metal grates, torches, tables, sacks and many more themed objects.Environment Particle Systems and Materials like Fog and Water, Decals and Sound EffectsPBR materials with hand crafted shaders with many controls for customizationAll assets have Collisions and LODs. Not using Nanite by default, but it has been tested and works very well.Interactive demo focused on exploration with secret rooms and atmospheric areas - Perfect for RPGs, dungeon crawlers, dark fantasy and horror projects.Check it out at Orbital Market!More in depth information and full setup guide in the Documentation.Show moreIncluded formatsUnreal EngineTechnical details580+ assets (meshes, blueprints, level instances, textures, materials, decals, sounds)Premade Rooms and Modules as Level Instances and Blueprints, intended for seamless use with Unreal's grid snapping.Walls, floors, ceilings, arches, stairs, pillars, bridgesProps: barrels, crates, pipes, metal grates, torches, tables, sacks and many more themed objects.Environment Particle Systems and Materials like Fog and Water, Decals and Sound EffectsPBR materials with hand crafted shaders with many controls for customizationAll assets have Collisions and LODs. Not using Nanite by default, but it has been tested and works very well.Interactive demo focused on exploration with secret rooms and atmospheric areas - Perfect for RPGs, dungeon crawlers, dark fantasy and horror projects.Collision: Yes, generated and custom where needed.LODs: Created in UE5 with hand crafted valuesNumber of Materials: 15 Materials and 43 InstancesNumber of Textures: 82Texture Resolutions: 512 - 4096Size - 2.25GBSupported Development Platforms: Windows, Mac, PlayStation, Xbox.This product supports Lumen and Nanite for Unreal Engine 5.0+More in depth information and full setup guide in the Documentation.CompatibilitySupported Unreal Engine Versions5.1 – 5.7Supported Target PlatformsWindowsPS4Win32Xbox OneMacLinuxOther informationDistribution MethodAsset PackageTagsPbrPipeModularSewerFantasyDungeonGothicDecalInteractiveDemoMedievalEnvironmentRpgOptimizedPropDarkUndergroundSoundEffect
Popular
HB Mech
Mech of my own design. Includes Blueprints for the Player Pawn and Weapons as required to have a basic functional character with functioning weapons systems. Materials include custom paint or decal layers or both. Includes a template you can export for painting. All basic animations are included. Mostly animations are achieved with blending poses, but walking and running are fully animated. Also includes the Animation Blueprint and Physics Asset. Some simple particle effects are included for the weapons and various effects.(Demo Video)Included formatsUnreal EngineTagsScifiScriptRobotMechAnimationblueprint
Mech Sound Effects
the power of machines with the "Mech Sound Effects" pack, a must-have for game developers, filmmakers, and sound designers. This comprehensive collection features 219 meticulously crafted sound effects, ready to infuse your projects with the authentic sounds of robotic movement.From the subtle whir of servos and the heavy clank of metal limbs to the dramatic, intricate sounds of transformations and the powerful hiss of hydraulics, this pack captures every nuance of mechanized motion. Elevate your scenes with realistic and immersive audio that brings futuristic worlds to life.Preview HEREIncluded formatsUnreal EngineTechnical detailsNumber of Audio Waves: 219Number of Audio Cues: 219Sample rate / bit rate: 44,100 Hz/16 BitDo Sound FX loop: YesSupported Development Platforms: Windows: Yes Mac: YesCompatibilitySupported Unreal Engine Versions5.4Supported Target PlatformsXbox OneWindowsOculusNintendo SwitchMacPS4SteamVR / HTC ViveWin32LinuxiOSHTML5HoloLens 2Gear VRAndroidOther informationLast update10/10/2024Distribution MethodAsset PackageTagsMachineRoboticMechanicalRobotMechMore from Gravity Sound24 results availableItems 0 to 1Spaceship Sound EffectsConstruction Sound Effects
SCI FI: QUADRAPED MECH
inside Sci Fi Characters Mega Pack Vol 2 and upcoming Sci Fi Robots Pack Vol 2***Here is a quadraped mech. This unit is perfect for battles requiring big fire power. It can be used as an enemy or a vehicle in your Sci Fi project.Geometry is 39.58 Ktris. Rig is 67 bones. Model uses 2 materials: mech and cockpit, with respectively, 4096*4096 and 2048*2048 PBR texture set.3Weapons are included (gatlin gun, cannon and missile rack). Each weapon uses 1 material with a 2048*2048 PBR texture set.The pack includes a set of 24 animations (8 being root motion variations).Real Time 3D ViewerIncluded formatsUnreal EngineUnityTagsCharacterEnemyLowpolyShooterFantasyScriptRobotRealisticMechWeaponAnimationblueprint
Personal Cassette Player SFX
PREVIEWRecording Session SamplePersonal Cassette Player SFX is a collection of 49 high-quality sound effects captured from a vintage Sony Walkman-style cassette player, delivering an authentic analog aesthetic perfect for Foley, game audio, film, and sound design. The library is organized into 10 clearly structured folders, each focusing on a specific action or mechanical behavior of the cassette player.Beyond the core mechanisms, the pack also includes radio dial tuning, tape hiss, and song rewind effects for added versatility.All sounds were recorded with two perspectives to provide tonal flexibility:• Close-up omni recordings using Clippy EM272 microphones for detailed mechanical texture.• More distant perspective captured with a RØDE NTG3 shotgun microphone for a natural, spatial characterShow moreIncluded formatsUnreal EngineTechnical detailsNumber of Audio Wavs: 49Number of Audio Cues: 49Number of MetaSoundsSample Rate / Bit Rate: 24 bits 96 khzDoes Audio Loop: NoMinutes of Audio Provided: 5:21Supported Development Platforms:Windows: YesMac: YesCompatibilitySupported Unreal Engine Versions5.6 – 5.7Supported Target PlatformsWindowsMacPS4iOSAndroidXbox OneOculusSteamVR / HTC ViveGear VRHTML5LinuxWin32HoloLens 2Nintendo SwitchOther informationDistribution MethodAsset PackageTagsRetroTapeButtonPortablePlayCassetteStopClickDeviceRecordAnalogMechanicalStereoVintageHeadphonesOldRadioMechInsertPersonal1980sSwitchMore from Asak SFX20 results availableItems 0 to 2Cinematic Punch SFX Pack5.0(1)Male Breathe5.0(1)Fire SFX Pack
SciFI Cyber Robot 02
VIDEO https://youtu.be/iqovJBLDNeQLow-poly model of the character Sci-FI Cyber Robot 02. Suitable for games of different genres.The character rigged at UE4 skeleton. But you can easily retarget the UE 5 skeleton.Take into account when you use it in your projects.Key Features Fully compatible with Epic skeleton and Epic's starter animation pack. Fully compatible with UE5 skeleton You can change color, metallic and roughness of every part of the model. 3 different Instances Materials allows you to create countless variations for your projects !!! Compatible with Lyra Starter Game Detailed Model Futuristic Character DesignTested with various animations Lyra Starter Game Game Animation Sample Project Advanced Locomotion System v4 Standard 3rd person animations Mocap Library Close Combat: Swordsman Game Animation Sample Project Epic's starter animation pack.Polycount Sci-FI Cyber Robot 02 Verts 37 081 Tris 37 392Unreal Engine ProjectSupported version: 4.21+Advanced materialsMaterial Instances for change color , metalic & roughness are includedThe project contains 3 different Instances Materials. Each material contains different masks of parts of the model for quick changes color, metallic, roughnes. You can create countless variations for your projects !!!3rd person standard animations are includedIf you bought the model, you liked it, leave a review. It will only take a minute and will give me an understanding of what characters my customers need to use in their projects.You can rate your product from the following: The product's listing page. Click Rate asset in the details panel. From My Library. Click the three dots under a product and select Rate asset. Right click a product and select Rate asset. For products without the minimum reviews,the “Rate asset” option may not be visible, but you can click No rating yet in the listing to rate the product.Thank you for your attention :)Show moreIncluded formatsUnreal EngineTagsCyberpunkMilitaryBlueprintCharacterPbrActionFuturisticRoboticLowpolySoldierScifiMetalCyborgMechanicalSuitScriptRobotCyberRealisticTechnologyMechHumanoidCustomshadersAnimationblueprintEpicskeleton
