@aiursrage2k Actually, I had mixed feelings. On one hand it would be cool to get your artwork in the game, but on the other hand. People pledged over 2 million dollars on Kickstarter to have that project created. And they are asking fo…
I'll look into this tonight. @Seantron can you send me your OuyaUnityApplication.java so i can see what all you've done. Either way, i am having the same issue with the Application.Quit. And I will have a solution ready for this tonight or tomorr…
@XevuaN I would not bother with that.. I have just spent the last 72hrs with minimal sleep getting everything working. Ping Tim Graupmann ( tgraupmann ) and he will send you the latest update. And the code I have been contributing wi…
@gribbly great! Glad it's working. You will still want to watch the new video when you have time, and get the next update from Tim. 2 words. "Event Driven" prior to this last update, we required you to check in the "update()" Ouya…
@gribbly hey you can ping me tonight after 5:00 pm pst ( marco at hashbanggames.com ) on gtalk and we can screenshare and get you 100% functional. let me know if you want to do that.
IMPORTANT UPDATE: Please Read:
Last night I changed the way we handle button press events. You no longer need to run a check in the UPDATE() each time to check for button press events. It is true even driven now.
Please email tgraupmann for t…
IMPORTANT UPDATE: Please Read:
Last night I changed the way we handle button press events. You no longer need to run a check in the UPDATE() each time to check for button press events. It is true even driven now.
Please email tgraupmann for t…
You can remove these, I did after the fact.. They are not needed.. and I didn't include them when i was doing the tutorial.
private OuyaSDK.InputAction m_inputAction = OuyaSDK.InputAction.None;private OuyaSDK.KeyEnum m_keyEnum = OuyaSDK.KeyEnum.NON…
While I cover this topic in the video, i'll elaborate on what your experiencing.
Normally the onButtonDown and onButtonUp are "Event" like. But in the OuyaInputManager they don't quite work that way. onButtonDown is called when the button is…
have a look at these 4 video tutorials, where i show you how to setup the OuyaInputManager properly. http://forums.ouya.tv/discussion/200/sticky-ouya-unity-package-videos#latest
The tutorial below is a 4 video tutorial on how to setup a character controller in unity and link up all the animations and movement of the character to the Ouya Controller from the SDK Unity Package.
You will need the most recent unity package whi…
additional note: at first, i didn't even have the NDK and didn't realize it. You can get it here:
http://developer.android.com/tools/sdk/ndk/index.html#Downloads
I haven't had that problem, but have you made sure that you have the NDK ( it's not grayed out ) installed and that the OuyaPanel is pointed to it?
I would double check that first.
@AngryAnt I guess, when dealing directly with the Ouya then I would sure hope so. But it really depends on the "driver" as the name get's pulled from the driver provider ( if that makes any sense ). I have used several different types of control…
Muffinsparticus, this is more or less exactly what I will be doing in this thread.
http://forums.ouya.tv/discussion/147/from-the-provided-examples-to-actual-usage#latest
But taking it a bit further, and doing step by step tutorials for how to g…
The answer is yes, but you would have had to of ordered them when you initially got your Ouya. I got mine with 4 controllers. But the solution above that Chamberlain posted will also work.
Not that this helps you Dreamwriter, but there is also another thread which talks about the hack that muffinsparticus has performed.
http://forums.ouya.tv/discussion/152/hack-to-access-ouya-from-windows
I have not tried it yet, and am still usi…
@tgraupmann, I don't see why that device would not be compatible. It should work for any HDMI output and allow you to record that to your PC.
I'm going to get one ASAP, that just bridged a huge loop in my tutorial abilities :) ha! good find!
Okay, sounds like this is needed. I will get started on them tonight and try to get them available asap. Please bare with me as it will take me some time and I can only do this at night after my Full time gig.
What I am going to initially cov…
Agreed @bennygold, there are more profitable ways to make money on games than ads. In-App purchases and unlocks would be far better and keep our game console on a more respectable "Game Console" level. When have you ever downloaded or played a …
You could try this, and see if it helps. In the device manager "uninstall" the Cardhu device. And it will disappear from the console. Unplug your Ouya and plug it back into the PC and let your computer re-detect it.
The one thing I noticed…