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 JCprogrammer · Nov 21, 2012 at 08:44 AM · iosresolutionlod

How to Port Game to iOS Device with same resolution in Engine ?

I'm Developing a 2D iOS Game for iPad ( version 4 above ) , using an Orthographic Camera . And i'm using 2DToolkit in order to make my 2d Gam objects. My problem is that when i Build/Run The Game on the device , The resolution Comes Down . its like extra scaling , which brings the quality Down . but the point is that , it will not be happened when i play the game on the engine itself . what should i do , in order to make this quality not to be changed ? is there any option i should change in the player settings ? or any scripts ? is there anything related to LOD ?

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 Graham-Dunnett ♦♦ · Nov 21, 2012 at 11:01 AM 0
Share

$$anonymous$$aybe some screenshots will help illustrate the problem you have. It's not clear if you mean the resolution of the textures has been reduced, or what.

1 Reply

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

Answer by GerryM · Nov 21, 2012 at 05:36 PM

Check your "Player Settings", under iOS (obviously), "Other Settings" - "Configuration" you can (recently) change the "Target Resolution". If it's set to auto it could scale down.

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 JCprogrammer · Dec 10, 2012 at 04:04 PM 0
Share

i already tried that way , the problem is it didn't affect the result . it was the same. i think it can be solved by some other ways , something related to Projection $$anonymous$$atrix ? or maybe with a bit of manipulating $$anonymous$$yCamera.Aspect ? I tried the second way , not precisely but i found a result that satisfied me . i tried this piece of code :

     public Camera Cam1;
     public Camera Cam2;
     
     
     void Start () {
     Cam1.aspect = Screen.currentResolution.width / (Screen.currentResolution.height * 2.22f);
     Cam2.aspect = Screen.currentResolution.width / (Screen.currentResolution.height * 2.22f);
     
     }

i know , there is a bit of problem with that offset 0.22f , it should be 2 ins$$anonymous$$d of 2.22f . actually , i'm testing the game on Samsung Galaxy S3 , and when i use 2 ins$$anonymous$$d of 2.22f , it makes goofs . with that offset it makes the result what i want , but for some devices , of course with different resolutions , not for all of Android Devices . and by the way , im using two camera , both beside each other , dividing the whole screen Vertically , each side should fits on camera view . thanks for helping

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

11 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

Related Questions

On iOS devices, when you change the resolution using Screen.SetResolution, the screen will flash and sometimes a short black screen will appear. 2 Answers

iOS Screen Resolution bug when start in landscape 1 Answer

How do I make the size of GUI objects the same across all resolutions? 3 Answers

Lock aspect ratio for iOS device 0 Answers

Resolution problem!!! 2 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