Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

jhall528

need help with forcing 720 in unity

About

Username
jhall528
Joined
Visits
18
Last Active
Roles
Member
Posts
3

Comments

  • works great thanks! Frame rate running Better! Now it wont show full resolution just a smaller picture, at least i can start making a game knowing it will play
  • Still having trouble i built menu with code using UnityEngine;using System.Collections; public class Res7 : MonoBehaviour { // Use this for initialization void Start () { } void Onclick() { if (OuyaSDK.IsOUYA()) Screen.SetResolution(1280,720); …
  • where do i put this code at if (OuyaSDK.IsOUYA()) Screen.SetResolution(1280,720); carmineg said: I noticed the same when working on my game. My Nexus or Phone was better than OUYA.  What helped me was the following: - Run at 720p.   You can do…