3DAssets.dev
Loading scene…

Walkable demo

Halloween slasher street

Walk up a dead-end suburban street on Halloween night, built from the Halloween Slasher Street pack: past the police cordon and the crooked station wagon, through the pumpkin-lit yard to the boarded house, the cornfield scarecrows and the shed out back.

About

A 32 by 37 metre cul-de-sac from 48 of the pack's 68 models, on plain ground under the outdoor preset's dusk light.

You start on the far kerb under a sodium street light. Across the road the panel van and two station wagons are parked along the kerb and the drive is closed with police tape and sawhorses. The picket fence and its gate open onto a front yard of foam tombstones, a skeleton, cobweb-draped bushes, hay bales and a line of jack-o-lanterns up to the porch, where the candy bowl sits under the pennant banner and string lights.

The house is assembled from the pack's 4 m bay kit: clapboard and boarded window bays below, wall and shuttered window bays above, corner posts, two gable ends, six roof slopes with ridge caps and the chimney, closed on every side. Behind it a chain-link fence, the second dead oak with the tyre swing, the wheelbarrow, the hayride wagon, the cornfield rows with both scarecrows, and the garden shed with the axe in the stump beside it.

What moves: the porch door, the upper shutters, the picket and chain-link gates, the shed door and the trash-can lids open and close as you approach; the station wagon and van tailgates open and their wheels roll; the scarecrows sway. What does not: the tyre swing and the string lights hang still, because a rope is a linkage no rigid node transform reaches, and the corn and the trees are static.

Every piece here is a published model from the pack, placed by hand. Walk with the keys or touch, and approach a piece to see it move if it has animation. Colliders, navigation and gameplay are yours to add.

Points of interest

  • The porch

    The house is thirteen kit pieces on a 4 m bay: clapboard, boarded and window bays, corner posts, gables, roof slopes, ridge caps and the chimney. The porch door and the shutters open as you approach.

    Porch Door Bay (Halloween Slasher Street)
  • The cordon

    Police tape and sawhorses close the drive, with the station wagon parked crooked behind them, its tailgate on a hinge and wheels that roll. Nothing here is a copy of a real car.

    Police Tape Run (Halloween Slasher Street)
  • The front yard

    Foam tombstones, a skeleton, cobwebbed bushes and a scatter of jack-o-lanterns with emissive carved faces. The lanterns come lit and unlit; only the carved faces glow.

    Foam Tombstone Cross (Halloween Slasher Street)
  • The tyre swing

    A dead oak with a tyre on a rope, the wheelbarrow and the hayride wagon beside it. The swing is static: a rope is a linkage no single node transform can carry, so it hangs still.

    Tyre Swing Tree (Halloween Slasher Street)
  • The cornfield

    Cornfield rows and two scarecrows on posts at the edge of the lot. Each scarecrow carries a sway clip on its post; the corn is static.

    Scarecrow On Post (Halloween Slasher Street)
  • The shed

    The killer never appears; the shed says enough. Its door swings open on approach, with the workbench and the hanging tool rack inside and the axe left in the stump.

    Garden Shed (Halloween Slasher Street)

Use with an AI agent

Copy this prompt into your AI chat to rebuild the layout, then describe what to change.

Rebuild the "Halloween slasher street" demo scene from the Halloween Slasher Street pack in my project.

Layout (JSON, every placement with its CDN URL): https://3dassets.dev/api/v1/demos/halloween-slasher-street
Pack manifest: https://3dassets.dev/api/v1/packs/halloween-slasher-street
Demo page: https://3dassets.dev/demos/halloween-slasher-street

- 149 placements of 48 models; units are metres, +Y up, rotation is yaw in degrees about +Y
- Spawn at (0, 0, 22.4) facing 180 degrees; eye height 1.6 m
- Licence: CC0 1.0 Universal (no attribution required)
- Loading: three.js GLTFLoader, one load per distinct model, cloned per placement; no decoders required

Also available as JSON or Markdown, and via the MCP server.

Common questions

How do I use Halloween slasher street with my AI development tools?
Press "Copy for AI agent" above and paste the prompt into Claude Code, Cursor, Codex, GitHub Copilot, ChatGPT or any other coding assistant. The prompt carries the direct CDN URL, the real-world size, the licence and the loading notes, so the assistant can fetch the scene and place it in your project without you writing the loader yourself. For a permanent connection, add the 3DAssets.dev MCP server to your tool with one command (for Claude Code: claude mcp add --transport http 3dassets https://3dassets.dev/mcp) and the assistant can then search the whole catalogue, fetch files and read the usage snippets on its own.

MCP server setupGuide for AI agents

How do I get started?
Walk the scene here with the keys or touch to see how the pack fits together. To build it yourself, download the pack with the button, then copy the "Copy for AI agent" prompt: it links the layout JSON, which lists every placement with its position, rotation and CDN URL, so an assistant connected to the MCP server can rebuild the scene in your engine and change it to order.

MCP server setup

Which game engines and tools can I use Halloween slasher street with?
Anything that reads glTF, which today means all of the major ones: three.js and React Three Fiber on the web, Godot 4, Unity, Unreal Engine 5, Blender and the model-viewer web component. Every model in the scene is a self-contained binary glTF (.glb) with textures embedded, so each is one file to import and no plugin, converter or decoder to install first.
How do I import this scene into Unity, Godot, Unreal or Blender?
Unity: install the glTFast package (com.unity.cloud.gltfast) from the Package Manager, drop the .glb into Assets and drag the prefab in, or load it at runtime from the CDN URL. Godot 4: copy the file into the project folder and the editor imports it as a scene you can instantiate. Unreal Engine 5: File > Import with the built-in glTF importer, which converts the axes for you. Blender: File > Import > glTF 2.0. Units are metres with +Y up in the file, and every importer above handles the conversion to its own axes automatically.
Can I use Halloween slasher street in a commercial game, and do I need to credit anyone?
Yes to commercial use and no to credit. Every scene on 3DAssets.dev is released under CC0 1.0 Universal, which places it in the public domain: use it in a paid game, an app, a film or a client project, modify it, redistribute it, and put nothing in the credits. A link back is welcome but it is entirely your choice.

CC0 licence text

Can I load it from the CDN instead of downloading it?
Yes. The pack behind it has a permanent URL on cdn.3dassets.dev that is CORS-enabled and never changes content, so you can pass it straight to GLTFLoader, glTFast or model-viewer in production and cache it as hard as you like. Downloading is only needed for engines that import from disk.
Is the demo itself a file I can download?
No, and it does not need to be. A demo is a layout of the pack's published models composed in your browser from the CDN, so there is no extra file to fetch. Download the pack for the models, and take the layout JSON linked above for the placements: together they are the whole scene, and an AI agent can rebuild it from those two links.
Can I change the scene, or add gameplay to it?
Yes. The layout is plain data in metres, so move, add or remove placements freely in your own engine. Colliders, navigation and gameplay are yours to add: the demo shows what the pack looks like assembled, and your game decides how it plays.

Models in this demo

Boarded Window Bay (Halloween Slasher Street)

Boarded Window Bay (Halloween Slasher Street)

Free 3D model of a boarded up window bay in weathered clapboard: 4 m Halloween horror kit module with four nailed planks over a 1.5 m opening.

@3dassets1.3k tris
Porch Door Bay (Halloween Slasher Street)Animated

Porch Door Bay (Halloween Slasher Street)

Free 3D model of a suburban front door bay with a hinged screen door and a lit porch light: 4 m Halloween horror game asset module.

@3dassets1.7k tris
Clapboard Wall Bay (Halloween Slasher Street)

Clapboard Wall Bay (Halloween Slasher Street)

Free 3D model of a weathered clapboard wall bay for a Halloween horror game asset kit: 4 m module, 3 m storey, two courses missing.

@3dassets420 tris
Upper Floor Window Bay (Halloween Slasher Street)Animated

Upper Floor Window Bay (Halloween Slasher Street)

Free 3D model of an upper storey window bay with two hinged louvred shutters and a four pane sash: 4 m Halloween horror game asset module.

@3dassets2.0k tris
Upper Floor Wall Bay (Halloween Slasher Street)

Upper Floor Wall Bay (Halloween Slasher Street)

Free 3D model of an upper storey clapboard wall bay with a cast iron downpipe: 4 m Halloween horror kit module, three courses stripped.

@3dassets612 tris
House Corner Post (Halloween Slasher Street)

House Corner Post (Halloween Slasher Street)

Free 3D model of a boxed corner post for a clapboard house kit: 6.2 m two storey column with a plinth and a cap, for Halloween horror game scenes.

@3dassets588 tris
Roof Slope Panel (Halloween Slasher Street)

Roof Slope Panel (Halloween Slasher Street)

Free 3D model of an asphalt shingle roof slope panel for a Halloween horror house kit: 4 m wide, 4.6 m run, 3 m rise, twelve weathered courses.

@3dassets168 tris
Roof Ridge Cap (Halloween Slasher Street)

Roof Ridge Cap (Halloween Slasher Street)

Free 3D model of a shingled ridge cap for a Halloween horror house roof kit: 4 m chevron matched to the 33 degree pitch of the slope panel.

@3dassets216 tris
Gable End Wall (Halloween Slasher Street)

Gable End Wall (Halloween Slasher Street)

Free 3D model of a clapboard gable end wall with a round attic vent: 8 m span, 3 m rise, closes the end of a Halloween horror house kit.

@3dassets308 tris
Block Chimney Stack (Halloween Slasher Street)

Block Chimney Stack (Halloween Slasher Street)

Free 3D model of a rendered block chimney stack with two flue pots and a soot stain: tall exterior stack for a Halloween horror suburban house.

@3dassets664 tris
Porch Deck Section (Halloween Slasher Street)

Porch Deck Section (Halloween Slasher Street)

Free 3D model of a timber porch deck section with beams, plank boards and a lattice skirt: 3.2 by 2.4 m Halloween horror suburban house module.

@3dassets900 tris
Porch Steps (Halloween Slasher Street)

Porch Steps (Halloween Slasher Street)

Free 3D model of three timber porch steps with cheek stringers and a painted handrail: 0.45 m rise for a Halloween horror suburban porch deck.

@3dassets280 tris
Porch Roof Section (Halloween Slasher Street)

Porch Roof Section (Halloween Slasher Street)

Free 3D model of a shingled lean to porch roof on two painted posts: 3.2 m Halloween horror suburban house module, 2.3 m to the head.

@3dassets756 tris
Jack-o-Lantern Grin (Halloween Slasher Street)

Jack-o-Lantern Grin (Halloween Slasher Street)

Free 3D model of a carved jack-o-lantern with a toothy grin and glowing triangle eyes: 0.45 m Halloween horror pumpkin for porches and yards.

@3dassets776 tris
Jack-o-Lantern Scowl (Halloween Slasher Street)

Jack-o-Lantern Scowl (Halloween Slasher Street)

Free 3D model of a scowling jack-o-lantern with angled brows and blocky teeth: 0.48 m Halloween horror carved pumpkin for a porch step.

@3dassets776 tris
Jack-o-Lantern Hollow Eyes (Halloween Slasher Street)

Jack-o-Lantern Hollow Eyes (Halloween Slasher Street)

Free 3D model of a jack-o-lantern carved with round hollow eyes and a small open mouth: 0.42 m Halloween horror pumpkin with a rotted rim.

@3dassets1.0k tris
Uncarved Pumpkin (Halloween Slasher Street)

Uncarved Pumpkin (Halloween Slasher Street)

Free 3D model of a large uncarved field pumpkin with a cut stem and stray vine: 0.5 m Halloween horror harvest prop for porches and stalls.

@3dassets676 tris
Porch Candy Bowl (Halloween Slasher Street)

Porch Candy Bowl (Halloween Slasher Street)

Free 3D model of a candy bowl on a small porch stool with a blank take one card: 0.7 m Halloween horror trick or treat prop.

@3dassets904 tris
Halloween Pennant Banner (Halloween Slasher Street)

Halloween Pennant Banner (Halloween Slasher Street)

Free 3D model of a 3.2 m Halloween pennant banner with twelve flags and a blank hanging panel: horror game porch and fence dressing.

@3dassets880 tris
String Lights Run (Halloween Slasher Street)

String Lights Run (Halloween Slasher Street)

Free 3D model of a 4 m run of Halloween string lights with orange, red and glowing bulbs and a real sag: horror game porch and eaves dressing.

@3dassets1.5k tris
Cobweb Draped Bush (Halloween Slasher Street)

Cobweb Draped Bush (Halloween Slasher Street)

Free 3D model of a dying front yard shrub hung with a modelled spiral cobweb: 1.1 m Halloween horror planting for porches and paths.

@3dassets1.4k tris
Foam Tombstone Cross (Halloween Slasher Street)

Foam Tombstone Cross (Halloween Slasher Street)

Free 3D model of a moulded foam cross headstone with a chipped arm and a blank face: 1.3 m Halloween horror yard graveyard decoration.

@3dassets744 tris
Foam Tombstone Arch (Halloween Slasher Street)

Foam Tombstone Arch (Halloween Slasher Street)

Free 3D model of a round topped foam headstone with a broken corner and blank inscription lines: 1.2 m Halloween horror yard graveyard decoration.

@3dassets666 tris
Skeleton Yard Prop (Halloween Slasher Street)

Skeleton Yard Prop (Halloween Slasher Street)

Free 3D model of a plastic yard skeleton on a ground stake with a hinge free rigid pose: 1.65 m Halloween horror lawn decoration.

@3dassets1.2k tris
Overgrown Hedge (Halloween Slasher Street)

Overgrown Hedge (Halloween Slasher Street)

Free 3D model of an unclipped suburban hedge gone leggy, 2.4 m long and 1.1 m tall: dark massing for Halloween horror front yards.

@3dassets1.2k tris
Tyre Swing Tree (Halloween Slasher Street)

Tyre Swing Tree (Halloween Slasher Street)

Free 3D model of a broad yard tree with a rope tyre swing hanging from its low limb: about 5 m of Halloween horror suburban planting.

@3dassets1.8k tris
Dead Oak Tree (Halloween Slasher Street)

Dead Oak Tree (Halloween Slasher Street)

Free 3D model of a bare dead oak with a forked crown and surface roots: about 6 m of leafless silhouette for Halloween horror night scenes.

@3dassets847 tris
Hay Bale (Halloween Slasher Street)

Hay Bale (Halloween Slasher Street)

Free 3D model of a small rectangular straw bale bound with two twines: 1 m Halloween horror harvest prop for porches, yards and hayrides.

@3dassets612 tris
Picket Fence Run (Halloween Slasher Street)

Picket Fence Run (Halloween Slasher Street)

Free 3D model of a 3 m weathered picket fence run with two boards missing and one hanging loose: Halloween horror suburban yard module.

@3dassets1.9k tris
Picket Fence Gate (Halloween Slasher Street)Animated

Picket Fence Gate (Halloween Slasher Street)

Free 3D model of a 1.5 m picket yard gate with a hinged braced leaf and a thumb latch: Halloween horror suburban yard module.

@3dassets1.6k tris
Concrete Kerb Section (Halloween Slasher Street)

Concrete Kerb Section (Halloween Slasher Street)

Free 3D model of a 4 m concrete kerb, gutter and cracked sidewalk section: modular street edge for Halloween horror suburban game scenes.

@3dassets192 tris
Sodium Street Light (Halloween Slasher Street)

Sodium Street Light (Halloween Slasher Street)

Free 3D model of a 7 m sodium street light with a curved mast arm and a lit cobra head: orange emissive lens for Halloween horror night scenes.

@3dassets436 tris
Suburban Mailbox (Halloween Slasher Street)

Suburban Mailbox (Halloween Slasher Street)

Free 3D model of a roadside tunnel mailbox on a timber post with the flag up and mail sticking out: Halloween horror suburban street prop.

@3dassets716 tris
Station Wagon (Halloween Slasher Street)Animated

Station Wagon (Halloween Slasher Street)

Free 3D model of a 1980s American station wagon with timber flank panelling and a hinged tailgate: 4.9 m Halloween horror suburban car.

@3dassets4.4k tris
Panel Van (Halloween Slasher Street)Animated

Panel Van (Halloween Slasher Street)

Free 3D model of a 1980s wood panelled cargo van with two hinged rear doors and no side windows: 5.2 m Halloween horror suburban vehicle.

@3dassets4.2k tris
Abandoned Bicycle (Halloween Slasher Street)

Abandoned Bicycle (Halloween Slasher Street)

Free 3D model of a small childs bicycle dropped on its side in the road: 1.4 m Halloween horror street prop with spoked wheels and a bent frame.

@3dassets1.0k tris
Metal Trash Can (Halloween Slasher Street)Animated

Metal Trash Can (Halloween Slasher Street)

Free 3D model of a dented galvanised trash can with a hinged lid and spilled refuse: 0.9 m Halloween horror suburban street prop.

@3dassets1.3k tris
Police Barricade Sawhorse (Halloween Slasher Street)

Police Barricade Sawhorse (Halloween Slasher Street)

Free 3D model of a folding police barricade sawhorse with striped boards and two reflectors: 1.4 m Halloween horror street closure prop.

@3dassets504 tris
Police Tape Run (Halloween Slasher Street)

Police Tape Run (Halloween Slasher Street)

Free 3D model of a 4 m run of red police tape twisted between two steel stakes with a torn end: Halloween horror street cordon prop.

@3dassets464 tris
Cornfield Row (Halloween Slasher Street)

Cornfield Row (Halloween Slasher Street)

Free 3D model of a 4 m row of nine dried corn stalks on a tilled ridge: modular Halloween horror cornfield edge for suburban game scenes.

@3dassets1.2k tris
Scarecrow On Post (Halloween Slasher Street)Animated

Scarecrow On Post (Halloween Slasher Street)

Free 3D model of a straw scarecrow in a red plaid shirt and a straw hat on a cross post: 2.6 m Halloween horror cornfield figure.

@3dassets1.0k tris
Burlap Scarecrow (Halloween Slasher Street)Animated

Burlap Scarecrow (Halloween Slasher Street)

Free 3D model of a slumped burlap sack scarecrow with stitched eyes and glove hands on a T post: 2.3 m Halloween horror field figure.

@3dassets980 tris
Hayride Wagon (Halloween Slasher Street)Animated

Hayride Wagon (Halloween Slasher Street)

Free 3D model of a four wheel timber hayride wagon with slatted sides, a drawbar and loose straw on the bed: 3.6 m Halloween horror farm vehicle.

@3dassets3.3k tris
Garden Shed (Halloween Slasher Street)Animated

Garden Shed (Halloween Slasher Street)

Free 3D model of a weathered timber garden shed with a hinged ledged door and a grimy side window: 2.5 by 2.1 m Halloween horror yard building.

@3dassets2.0k tris
Wheelbarrow (Halloween Slasher Street)Animated

Wheelbarrow (Halloween Slasher Street)

Free 3D model of a steel builders wheelbarrow with timber handles and a load of straw: 1.5 m Halloween horror yard and shed prop.

@3dassets608 tris
Axe In Stump (Halloween Slasher Street)

Axe In Stump (Halloween Slasher Street)

Free 3D model of a splitting axe buried in a chopping block with scattered kindling: 1.2 m Halloween horror yard and woodshed prop.

@3dassets1.2k tris
Chain Link Fence Bay (Halloween Slasher Street)

Chain Link Fence Bay (Halloween Slasher Street)

Free 3D model of a 3 m chain link fence bay with a top rail and a torn corner: modular Halloween horror boundary for yards and lots.

@3dassets940 tris
Chain Link Gate (Halloween Slasher Street)Animated

Chain Link Gate (Halloween Slasher Street)

Free 3D model of a 1.8 m chain link gate on two posts with a hinged tube frame leaf: Halloween horror yard and lot entrance module.

@3dassets860 tris