Velarion: すべてのプロダクトが 50% 割引

Path Tracer Toolkit

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

  • サポートされたプラットフォーム
  • サポートされたエンジンバージョン
    4.27, 5.0 - 5.3
  • ダウンロードのタイプ
    完全なプロジェクト
    この製品には、Unreal Engine プロジェクトの完全なフォルダが含まれており、Config ファイル、コンテンツのファイル、.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