Unclaimed Package Is this your package? Claim it to unlock full analytics and manage your listing.
Claim This Package

Install via UPM

Add to Unity Package Manager using this URL

https://www.pkglnk.dev/track/renderer.git

README

openupm

Unity Tube Renderer

3D version of unity LineRenderer

TubeRenderer is a little bit of a misnomer since it depends on the MeshRenderer, and MeshFilter, built-in components to do the actual rendering.

Purpose

  • Move this fairly simple utility out of larger more complicated libraries which do this as a secondary or tertiary goal.
  • To allow for scripted objects to display 3 dimensional paths and lines (such as a simulated rope, dynamic cables, or pipes)
  • To allow detail level to be configured with scripting

Using Git

Make sure the Git client is installed on your marchine and that you have added the Git executable path to your PATH environment variable.

Navigate to %ProjectFolder%/Packages/ and open the manifest.json file.

in the "dependencies" section add:

{
  "dependencies": {
      ...
      "com.github.oparaskos.unity.tube.renderer": "git+https://github.com/oparaskos/unity-tube-renderer.git#0.1.0",
      ...
  }
}

Find more information about this here.

Total Installs
0
Last 30 days
Unique IPs
0
Approximate users

Installs Over Time

Operating Systems

No data yet

Top Countries

No data yet

Git Versions

No data yet

Embed Install Badge

Add an install count badge to your README

Style
Preview
pkglnk installs badge
Markdown
[![pkglnk installs](https://www.pkglnk.dev/badge/renderer.svg?style=pkglnk)](https://www.pkglnk.dev/pkg/renderer)
HTML
<a href="https://www.pkglnk.dev/pkg/renderer"><img src="https://www.pkglnk.dev/badge/renderer.svg?style=pkglnk" alt="pkglnk installs"></a>

Comments

No comments yet. Be the first!