Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 13 Next capture
2021 2022 2023
1 capture
13 Jun 22 - 13 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
0
Question by MrDasixMr · Apr 29, 2015 at 02:08 PM · angletrailrenderertrailright

How to create a Better Trail (trailRender)

How I could make a trail that looked like that of the second picture ? I do not mean that there are two colors , I mean that is placed at a right angle and not as the 1st photo .

Thanks :)

alt text

ba858c5bb1fae4cb0c2dce78d4e6ce4a.png (4.0 kB)
8b9185a3a9bfe0f777816e3b394d4855.png (201.9 kB)
Comment
Add comment · Show 3
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image brunopava · Apr 29, 2015 at 03:36 PM 1
Share

Have you tried using LineRenderer ins$$anonymous$$d of Trail?

You need to know a little about scripting, but with it you can get straight lines like you want. The only down side of it is that you need to pass exact positions for it to work.

http://docs.unity3d.com/ScriptReference/LineRenderer.SetPosition.html

It is the aproach used on this game, Check out the WebPlayer demo: https://84433e25a1114705e52b0e20be308b2547eda70e.googledrive.com/host/0BxEPDwj8HTSJT25BYzRnQXQyVm8/

avatar image MrDasixMr · Apr 29, 2015 at 05:53 PM 0
Share

Thanks now i'm using Linerender, but my problem now is that i have not idea how to control the second element of the position. I can control the first but the second i don't know how. Because using Setposition only i can control the first. $$anonymous$$ight you help me?

avatar image brunopava · Apr 29, 2015 at 06:24 PM 1
Share

// zero for the first

lineRenderer.SetPosition(0, pos);

// one for the second

lineRenderer.SetPosition(1, pos);

// two for the third and so on...

lineRenderer.SetPosition(2, pos);

0 Replies

· Add your reply
  • Sort: 

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

3 People are following this question.

avatar image avatar image avatar image

Related Questions

How to make this trail? 1 Answer

Draw trail behind player when its not moving 0 Answers

How to get a glow/lightning trail effect 1 Answer

Brighter Trail Renderer 2 Answers

How to get Zerg Tentacle-like effect (see example in post)? 1 Answer


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges