Path Tracer Toolkit

Spline toolkit for drawing paths and borders in editor or at runtime, with lots of settings

  • 지원 플랫폼
  • 지원 엔진 버전
    4.27, 5.0 - 5.4
  • 다운로드 유형
    전체 프로젝트
    이 제품은 언리얼 엔진 프로젝트 전체 폴더와 함께 환경 설정 파일, 콘텐츠 파일 및 .uproject 파일을 포함하고 있으며 새로운 프로젝트를 생성할 때 템플릿으로 사용할 수 있습니다.

With the help of this toolkit you can manually create paths and borders with splines in the editor or generate them at runtime using point arrays, and customize the visuals according to your needs.

Entirely built in blueprints


Video (YouTube)

Playable Demo (Google Drive) You can change path tracer settings directly in the demo

Documentation (Google Doc)


Note: All example gameplay code is located in the PC_DemoPlayerController


Features:

  • Can be edited and generated at runtime and in the editor
  • Only need to call a single function to draw a path through your points
  • Extensive customization options
  • Automatic corner rounding and a variety of rounding styles
  • Customizable visibility effects for parts of paths obstructed by objects
  • Variety of customizable settings like: Color, translucency, scaling, looping, corner size, customizable markers that follow the beginning and end of the path, visibility through objects, dashed line effects, ground offset, border expansion and contraction, ability to limit paths by distance, etc.
  • Procedural circle and square materials for rapid prototyping directly in-engine without constant need to correct textures in a standalone graphics editor
  • Procedural drop shadow effects for marker textures that improve visual readability
  • Texture baker — lets you bake textures to easily increase performance once you have finished generating your procedural materials
  • Basic turn-based game example with:
  • Simple grid actor that supports a significant number of cells
  • Cell blocker actor for the grid
  • Move area aсtor (Which renders the borders of the character's movement area)
  • Basic global map example with colored paths where you can specify the number of sections, their color and length
  • Info widget — displays text near the cursor
  • Ability to use your own meshes and materials for generation
  • Ability to edit main path parameters at runtime
  • 3 demo levels with use examples containing logic built in blueprints


You can check out a similar asset that i've made: Simple Path Tracer

This Table shows how these assets differ from each other.

기술적 세부사항

Contains: 

  • 2 Main Blueprints
  • 2 Main Widgets
  • 25 Path tracer blueprint examples
  • 33 Path mark examples
  • 16 Materials
  • 60 Material instances
  • 27 Mask textures
  • 17 Simple meshes
  • Asset showcase level and 3 demo levels showcasing potential use in a TBS type game (With grid-based and grid-less movement) and an RTS style overworld map