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
1
Question by so_troll · Apr 07, 2014 at 01:58 AM · 2d3disometric

Do I make an isometric game in 2D mode or 3D mode?

I'm assuming that the best way to make an isometric game is to make the game in 3D mode and just have the fixed camera at that 45,30 rotation, but my question is regarding how to render 2D graphics (sprites) in this mode. Do I need to have every visible object (every 2D sprite) in my game have a script that tells them to lookAt(camera)? Or is there some better way to do this? Because in 2D mode no such lookAt stuff is necessary. Sorry if this seems like a dumb question. Thanks in advance for your help.

Comment
Add comment · Show 1
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 getyour411 · Apr 07, 2014 at 03:00 AM 0
Share

I don't work in the iso/2D space, but could you just set the sprite's rotation ins$$anonymous$$d of using lookat?

1 Reply

· Add your reply
  • Sort: 
avatar image
1

Answer by kittenkong · Apr 07, 2014 at 05:56 AM

I can't think of any better way to do it other than

 transform.LookAt(Camera.main.transform.position, -Vector3.up);

If you are playing in perspective mode you'll need to put it in your Update() script but if you are using isometric and the camera angle never changes and you can save a few cpu cycles by putting the script in Start().

Comment
Add comment · Show 2 · 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 so_troll · Apr 07, 2014 at 12:37 PM 0
Share

Thanks. That makes sense... but I just realized, even if I do that, the sprites will still be slightly at an angle, and not completely flat, because unless they are in the center of the viewport/camera, their rotation will not be completely the opposite of 45,30. It would be like 46,29 or something, see what I mean? I don't know... I'm feeling I might just go with a top-down approach and then sort of make the graphics look isometric anyway, kind of like HLD. Do you know any tutorials for designing graphics/collision in this type of game? Thanks again.

avatar image kittenkong · Apr 07, 2014 at 02:08 PM 0
Share

Ah sorry I think you are right, if you are using isometric view you should just set the angles to 45 degrees or whatever so they are all the same. LookAt would just be for perspective. Surely it's easy to make all your gameobjects at the same angle?

I haven't done much in isometric and I think Unity just added a bunch of new 2D stuff so thats good, but because it's newish there may not be too many tutorials.

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

24 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 avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

New sprites in 2D projects only? Cannot add in 3D project 0 Answers

Isometric projectile collision 2D or 3D? 0 Answers

Isometric game: 2D background mixing with 3D models 2 Answers

pixel perfect 2d Sprite in 3d world with isometric camera, how to do it right? 1 Answer

2d or 3d for better perform on mobile devices? 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