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…