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 shimauma · Apr 17, 2014 at 12:40 PM · 2dspriteisometric2dtexture

Unity for 2D (isometric) pixel art game - how to keep the real size of the sprite in-game?

Hello,

so I am trying to create a 2D game in Unity using pixel art. My problem is that I don't know how I can make sure that my sprite assets stay the same size when they are dragged into the scene? They stay the same size after they've been imported to Unity, of course. I've changed their filtering mode to "Point" as I should.

Here is how it looks now, in a web player (external link): http://svejderud.se/unity/

Here is what the original sprite looks like:

comparison

Here is a comparison with the original sprite as it is, and how it looks in the scene view:

comparison

As you can see, the sprite has changed size and has distorted the pixel graphics so that it looks just awful.

The problem, as I see it, lies on the orthrographic camera, and its size value. Our game screen will always have fixed resolution of 900x580, and our target platform is Web Player. But how do I know/calculate what value I should insert into the camera's orthrographic Size?

Trial and error approach doesnt work, and is not how it should be solved. I feel there has to be some way to calculate this based off the game resolution or something? My current value is some arbritrary value I experimented with, which as you can see on the images, clearly does not work.

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 shimauma · Apr 18, 2014 at 11:05 AM

I found an answer to this on my own. Apparently, I was looking for a term called "pixel perfect", which yielded me this solution:

     using UnityEngine;
     using System.Collections;
      
     public class PixelPerfect : MonoBehaviour
     {
         public float floatable = 100.0f; //This can be PixelsPerUnit, or you can change it during runtime to alter the camera.
      
         void Update ()
         {
             this.camera.orthographicSize = Screen.height * gameObject.camera.rect.height / floatable / 2.0f;//- 0.1f;
         }
     }

I found this code solution here: http://forum.unity3d.com/threads/210497-Pixel-perfect-2d-in-4-3/page2?p=1513436&viewfull=1#post1513436

Thought I'd post it here if anyone comes across this problem in the future. :)

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

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

20 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

Related Questions

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

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

2D Bring closest spites to front 1 Answer

How to organize sprites 1 Answer

Mapping 2d texture onto another 2d texture 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