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 kidl33t · Apr 30, 2013 at 05:27 PM · rotationgridboxline renderer

Stop a line renderer from rotating when new segments are added?

I have a 2D game with an ortho camera. My issue is that when I try to draw a box using a line renderer, I get something like this:

alt text

This image comes from this thread, which discusses a similar issue.

Is there any to prevent the line renderer from rotating as it draws new segments?

If not, what is the best way to draw a box (I actually need a grid, but a box is a decent starting point). Any ideas?

Thanks,

Comment
Add comment
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

1 Reply

· Add your reply
  • Sort: 
avatar image
1
Best Answer

Answer by AlwaysSunny · Apr 30, 2013 at 05:42 PM

If you really need a grid, and it really /needs/ to be made of line renderers, you should probably write a script that will create, place, and re-size a prefab line renderer with the other settings you want. Each line renderer will have just two points, a beginning and end. This way, you can easily control the number of cells and their size, even the line thickness, by changing just a few variables.

If it doesn't have to be line renderers for some other reason, it probably shouldn't be, and should use a semi-transparent grid texture on a plane instead. There are other methods too (for instance, try the Grid Projector in the Projectors folder of Standard Assets by projecting it onto a transparent plane).

To answer your question, the "rotation" you're seeing appears to come from the nature of line renderers - they're not able to draw 90 degree angles (or any non-zero angles, actually) without some distortion. That's just the way they work, since each "face" will attempt to orient itself automatically. If there's a way to change that behavior to force everything to "lie flat", I'm not familiar with it.

Comment
Add comment · Show 1 · Share
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 kidl33t · Apr 30, 2013 at 05:50 PM 0
Share

I didn't even know a grid projection was a thing, that will work perfectly! If case anyone needs this in the future here is a link on how to make a grid projection.

Thanks AlwaysSunny!

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

13 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Rotating an object in a 3D grid 2 Answers

I'm having trouble with grids and instantiating arrays of prefabs. 1 Answer

How would you add rotation to GridMove.cs from Unify Wiki? 0 Answers

How to create wire in the background and able to move around when rotate the phone 0 Answers

Snapping an object to another 0 Answers


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