Hello Guest

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - B1ueman123

Pages: [1]
1
Support / Re: 2dtk Camera Stretching Everything
« on: May 02, 2014, 12:00:46 am »
Awesome! Yeah, someone recommended that I use http://wiki.unity3d.com/index.php?title=AspectRatioEnforcer to fix that. I tried to implement it, and it didn't seem to do anything? Is there any reason why that script wouldn't work inherently with the 2D Toolkit Camera, like any other camera?

2
Support / Re: 2dtk Camera Stretching Everything
« on: May 01, 2014, 04:30:57 pm »
Ahhh that makes a lot of sense! Thank you so much! That eliminates the stretching issue, but then it creates a different one that I'm sure the 2Dtk Camera is set to handle. I have UI elements on each corner of the screen. When the resolution changes, you can see a lot more of the level and beyond the 1024x768 box that is created by the UI Elements. What would be the best way to eliminate seeing beyond that? Possibly make all of that space black?

3
Support / Re: 2dtk Camera Stretching Everything
« on: April 30, 2014, 11:45:32 pm »
When it comes up with the resolution dialogue selector, I choose 1024x768 and allow it to not be in window mode. When it begins, it fits to my screen resolution, which is 1920x1080, but stretches everything in the game to fit this resolution. Is there anyway to tell it not to do that, and keep it in 1024x768, so it doesn't stretch?

4
Support / 2dtk Camera Stretching Everything
« on: April 30, 2014, 05:58:04 pm »
I love 2D Toolkit! It's a lifesaver in so many ways, I can't imagine what I would have done without it. With that said, I've been programming a standalone 2D PC release on Unity for about 6 months, and I've kept putting off the issue that when the game is played in Fullscreen mode, it stretches everything  :-[ to the screen's resolution. I've looked around forums for an answer, but most of Unity's camera forums deal with the main camera automatically set in a Unity scene. I've read about the overrides and can't seem to figure this one out. Here's all of my settings, because at this point, there's so many things set to 1024x768, I'm hopefully creating the problem myself.





This code has bounced around multiple programmers in the project and it's hard to tell who did what, where. Any help would be so much appreciated! Ideally, I just want the game to have the 4:3 Aspect ratio in fullscreen. No stretching, even if it doesn't get any larger, but just stays centered with a border around the whole thing, similar to Binding of Isaac.
Thanks so much,
Josh

Pages: [1]