New

Asset image

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

Asset image

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)

Asset image

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

Asset image

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

Asset image

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

Asset image

Mega Music Pack (180 tracks)

180 tracks!Cyber Punk - Vol 1 Vol 2 Vol 3 (28 wav tracks)Cinematic - Vol 1 Vol2 Vol3 (30 wav Tracks)Jazz - Vol 1 (8 Tracks)Piano - Vol 1 (23 wav Tracks)Relax - Vol 1 (20 wav Tracks)Horror - Vol 1 (10 wav Tracks)Trap - Vol 1 Vol 2 ( 21 wav Tracks)Indie - Vol 1 (10 Tracks + 21 Loops)Arcade - Vol 1 (10 wav Tracks)Funk Music BONUS (2 wav Tracks)---------------------------------------------------------------questions, news, suggestions what to add and more other is in discord groupDiscord channel: https://discord.gg/SWJkbWsppXEmail: Graninbeatz@gmail.comInstagram: pavel_granin1Vk: https://vk.com/p.graninShow moreIncluded formatsUnreal EngineTechnical detailsFeatures: a very favorable price for such a number of Tracks high quality 183 tracks of 3-4 minutes eachNumber of Audio Wavs: 183Number of Audio Cues: 183Sample rate / bit rate: 44,100 Hz / 16 BitDoes music loop: YesMinutes of audio provided: 480 minSupported Development Platforms: Windows: Yes Mac: YesDocumentation: NoCompatibilitySupported Unreal Engine Versions4.22 – 4.27 and 5.0 – 5.1Supported Target PlatformsAndroidGear VRHoloLens 2HTML5iOSLinuxWin32SteamVR / HTC VivePS4OculusNintendo SwitchMacXbox OneWindowsOther informationDistribution MethodAsset PackageTagsFilmTrailerMusicOrchestralCyberpunkMore from GraninStudio23 results availableItems 0 to 2Horror Sfx Pack Vol.25.0(1)From €24.13*Gunshots Sfx Pack Vol 25.0(1)€15.07*FootSteps SFX Pack5.0(1)€15.07*

Asset image

Old Japanese School

Japanese Modular(only rectangular layout) Elementary SchoolThe props are moderately dirty.The props and the building looks old or abandoned.Demonstration Map: https://youtu.be/19NLcirCnigLevel creation and Blueprint example: https://youtu.be/h_lnSxqrGgwBefore buy please watch the level creation video carefully because this asset contains many type of walls and corners and it can confuse you!Included formatsUnreal EngineTechnical detailsFeatures: Included some blueprint to make level creation easier Running with 100+ FPS on 1050ti(1080p, Epic settings, Only static Lighting)Number of Unique Meshes: 175(most of them are walls, and corners)Collision: Yes customVertex Count: 4-47481LODs: Some props hasNumber of Materials and Material Instances: 58/6 instanceNumber of Textures: 168Texture Resolutions: 256-4096Supported Development Platforms:Windows: YesMac: NoUpdate 2021.01.18office desk, office chair, old home computer, vase, 2 picture frame with photo, 4 floppy disk, soroban, slide projector, outdoor sink, broom, dirty notes, audio mixer, microphone, dust pan,Update 2021.07.02Improved wall material, Stove, Coal box, Coal shovel, Gutter parts, Horn speaker, Bell signal, School chair02, School desk02, Merry go round, Slide, Turtle Statue, Toilet building, Chimney, Shelf, Dead ivy, CompatibilitySupported Unreal Engine Versions4.21 – 4.27 and 5.0 – 5.7Supported Target PlatformsWindowsLinuxMacOther informationDistribution MethodAsset PackageTagsClassPbrPostAbandonedModularJapaneseJapanLevelRealisticClassroomHorrorSchoolApocalypticMore from IsolatedSoulStudio10 results availableItems 0 to 3Ivy Foliage Pack 4K4.7(24)Old Japanese Train Station5.0(1)Street lights pack Vol 25.0(1)Modern Japanese Residential Area

Asset image

Wooden Houses

HEREPlayable Demo HEREPlaylist of all my assets HEREMy other assets page HEREEditable modular houses with environment assets. Different houses can easily be achieved by mixing different materials and meshes.Included formatsUnreal EngineTechnical detailsFeatures:52 static meshes 13 master materials and 24 material instances 46 textures (mainly 4k)1 BP (opening doors in game)2 levels (demo and overview)Landscape assets (3 layerinfo, 2 grasstypes)Landscape layers: with grass meshes, without grass meshes, rubbleCollisions generated in engine1-3 LodsPlayer can enter housesVertex Count - 12-121000Meshes: barn, bush01 2versions, bush02 3versions, ceiling, curtain, doors left and right with 2 different pivot points, floor and floor with a hole, 2x wall with windows, 2x wall with doorway, 2x wall corners, 1x wall without windows, 2x stone pilars, plowed field mesh, 4 small rocks, roof center and 2x end parts, 2x stairs outside, 1x stairs inside, 2 types of stone walls and stone wall corners, 1x longer stone wall and stone wall corner.Tested in win64 / GTX 1070 / i5 : Cinematic settings - 60+ FPSCompatibilitySupported Unreal Engine Versions4.19 – 4.27 and 5.0 – 5.6Supported Target PlatformsWin32WindowsMacPS4Xbox OneOculusSteamVR / HTC ViveGear VROther informationLast update08/11/2025Distribution MethodAsset PackageTagsVillageModularHouseLevelRealisticOldBuildingWoodenEnvironmental

Asset image

Sci-Fi All In One - Scifi Materials & VFX

| Demo Map | Tutorials PlaylistThe first thing I want to say is thank you for paying attention to our asset.With this package, you can easily fill your sci-fi game with all the necessary effects.The package features a very easy-to-use teleport system with a “wormhole” effect. And also added 5 different Portals.Specially created for this asset scanning system of the entire game level. Or a very convenient scanner for your character or any other surface.2 unique materials for visualizing the hologram effect. One specially created to create a holographic screen.And the second is created to create holograms from 3D models.We have added pre-created and configured energy shields. Which not only look very cool, but also have an on/off system, as well as a system of interaction with other actors.Very convenient and fully customizable materials. With intuitive settings.The package contains:5 Portal options.2 Postprocesses.2 Unique Scanners.10 Material Overlays4 Functions for your materials.Unique Animated Decal Materials.2 Hologram Materials.4 Niagara Effects for Character.3 Energy Shield Options.And much more.Show moreIncluded formatsUnreal EngineTagsVisualHolographicEffectMaterialScifiNiagaraVisualEffectHologramBarrierTranslucentOverlayDecalScannerPortalFantasticEnergyShieldTeleportBlueprintCharacter

Asset image

Stones and Rocks pack

High Quality Hyper Realistic 3D Scans of rocks and stones for Games, VR/AR, Cinematic ready assets with PBR materials and 8K textures.Based on Photogrammetry scanned high polygonal geometryTurntable Video (LOW Poly + Textures):https://www.youtube.com/watch?v=khKJ3-ZL5MIIncluded formatsUnreal EngineTechnical detailsFeatures:Photorealistic scanned Rocks and StonesGame ready assets8K texturesTexture Size: (The bottom of the rocks are not textured)BaseColor (8192 x 8192)Normal (8192 x 8192)Roughness (8192 x 8192)AmbientOcclusion (8192 x 8192)Collision: Yes, automatically generatedVertex Count:Stone_01 7504, Stone_02 6922, Stone_03 8194, Stone_04 5186, Stone_05 7539, Stone_06 6993, Stone_07 6826, Stone_08 7603, Stone_09 7070, Stone_10 7374, Stone_11_01 3876, Stone_11_02 805, Stone_11_03 565, Stone_11_04 505, Stone_12_01 7064, Stone_12_02 496.LODs: Yes, automatically generated:01: 14900/7451/3726/1862 tris 02: 13844/6922/1885/1730 tris 03: 16384/8192/4096/2048 tris04: 10368/5184/2592/1296 tris 05: 14999/7499/3748/1874 tris 06: 13982/7451/3726/1862 tris07: 13648/6922/1885/1730 tris 08: 15202/8192/4096/2048 tris 09: 14136/5184/2592/ 1296 tris10: 14744/5184/2592/1296 tris 11_01: 7306/3652/1826/912 tris 11_02: 1492/746/372/186 tris11_03: 892/446/222/110 tris 11_04: 940/470/234/116 tris 12_01: 13230/6614/3306/1652 tris12_02: 892/446/222/110 trisNumber of Meshes: 16 stone meshesNumber of Materials and Material Instances: 12 materialsNumber of Textures: 48 texturesSupported Development Platforms: Console, PCCompatibilitySupported Unreal Engine Versions4.0 – 4.1, 4.10 – 4.19, 4.2, 4.20 – 4.27, 4.3 – 4.9, and 5.0 – 5.4Supported Target PlatformsWindowsMacPS4Xbox OneSteamVR / HTC ViveOculusNintendo SwitchAndroidGear VRHoloLens 2HTML5iOSLinuxWin32Other informationLast update08/11/2025Distribution MethodAsset PackageTagsPbrPhotogrammetryStoneModularRealityCinematicTerrainPhotorealisticLevelForestHighVirtual

Popular

Asset image

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

Asset image

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

Asset image

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

Asset image

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

Asset image

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