Skip to content

Update of the project. #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 32 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
f1aa83a
Se actualizo el código a Unity 2017.1.2f1
JuanNediar Feb 27, 2018
d79a4f5
Update README.md
JuanJSAR93 Mar 2, 2018
b565082
Update and correction of errors when compiling.
JuanNediar Mar 2, 2018
2d875f2
Update of the project version.
JuanNediar Mar 2, 2018
8a7dbff
Create license
JuanJSAR93 Mar 8, 2018
d4e3127
Update of the project to a stable version of Unity "2017.4.1f1 LTS"
JuanNediar Apr 24, 2018
c2eddfc
The scripts were relocated in the Ouya folder within Plugins to make …
JuanNediar Apr 24, 2018
ca00641
Update of ".gitignore"
JuanNediar Aug 22, 2018
a40b461
Upgraded to work with newer versions of unity
Goest-Games Jul 31, 2020
f7c7205
Update README.md
Goest-Games Jul 31, 2020
a55dacc
Update README.md
Goest-Games Jul 31, 2020
70162f7
Update README.md
Goest-Games Jul 31, 2020
b29d076
Changed Resources links
Goest-Games Jul 31, 2020
af8646d
Merge branch 'master' of https://github.com/Goest-Games/ouya-unity-pl…
Goest-Games Jul 31, 2020
47f3ed0
Removed Sound Files
Goest-Games Jul 31, 2020
641aaa7
Removed Unused Image Files
Goest-Games Jul 31, 2020
681b18d
Removed empty example scenes
Goest-Games Jul 31, 2020
a695651
Removed Assets from obsolete examples
Goest-Games Jul 31, 2020
2ac02b7
Update README.md
Goest-Games Jul 31, 2020
a191605
Update README.md
Goest-Games Jul 31, 2020
073ac94
Merge branch 'master' of https://github.com/Goest-Games/ouya-unity-pl…
NetuxDevelopment Feb 3, 2023
c1cab71
feat: The project was updated and errors were corrected.
NetuxDevelopment Jul 11, 2023
fad4276
feat: Added a version of InControl only compatible with OUYA.
NetuxDevelopment Jul 11, 2023
c515dff
feat: Added official OUYA icnography for the controls.
NetuxDevelopment Jul 11, 2023
2c01476
feat: Code was created to optimize performance in applications.
NetuxDevelopment Jul 11, 2023
e28c2c8
fgeat: The readme has been updated
NetuxDevelopment Jul 11, 2023
9253385
Merge pull request #2 from NetuxDevelopment/Goest-Games-master
JuanJSAR93 Jul 11, 2023
b8bda0e
Update README.md
JuanJSAR93 Jul 11, 2023
96883b8
feat: Correction of an error when importing the project.
NetuxDevelopment Jul 11, 2023
a80572b
feat: minor updates
NetuxDevelopment Jul 11, 2023
2d715b8
Update README.md
JuanJSAR93 Jul 11, 2023
ca22eb0
Feat: Presets were created to achieve an optimal configuration for de…
JuanJSAR93 Jul 19, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
58 changes: 49 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,55 @@
Library/*
obj/*
Temp/*
!Assets/Plugins/Android/libs/OuyaUnityPlugin.jar
/screenshot.png
# =============== #
# Unity generated #
# =============== #
[Tt]emp/
[Oo]bj/
[Bb]uild
/[Bb]uilds/
/[Ll]ibrary/
sysinfo.txt
*.stackdump
/Assets/AssetStoreTools*
*.apk
*.unitypackage
*.csproj
*.sln

# ============== #
# OUYA generated #
# ============== #
!Assets/Plugins/Android/libs/OuyaUnityPlugin.jar
/screenshot.png
/OuyaUnityPlugin.aar
/OuyaUnityPlugin.jar
.vs/*
*.unityproj
TestApp/
AAROuyaSdk/java/java.iml

# ===================================== #
# Visual Studio / MonoDevelop generated #
# ===================================== #
[Ee]xported[Oo]bj/
.vs/
/*.userprefs
/*.csproj
/*.pidb
*.pidb.meta
/*.suo
/*.sln*
/*.user
/*.unityproj
/*.booproj
.consulo/
/*.tmp
/*.svd

# ============ #
# OS generated #
# ============ #
.DS_Store*
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
[Tt]humbs.db
[Dd]esktop.ini
Corridor/Library/ShaderCache/
Corridor/Library/metadata/
3 changes: 0 additions & 3 deletions AAROuyaSdk/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion AAROuyaSdk/.idea/.name

This file was deleted.

22 changes: 0 additions & 22 deletions AAROuyaSdk/.idea/compiler.xml

This file was deleted.

3 changes: 0 additions & 3 deletions AAROuyaSdk/.idea/copyright/profiles_settings.xml

This file was deleted.

6 changes: 0 additions & 6 deletions AAROuyaSdk/.idea/encodings.xml

This file was deleted.

9 changes: 0 additions & 9 deletions AAROuyaSdk/.idea/libraries/UnityPlayer.xml

This file was deleted.

9 changes: 0 additions & 9 deletions AAROuyaSdk/.idea/libraries/ouya_sdk.xml

This file was deleted.

9 changes: 0 additions & 9 deletions AAROuyaSdk/.idea/modules.xml

This file was deleted.

18 changes: 0 additions & 18 deletions AAROuyaSdk/AAROuyaSdk.iml

This file was deleted.

19 changes: 0 additions & 19 deletions AAROuyaSdk/UnityPluginStoreSDK.iml

This file was deleted.

1 change: 0 additions & 1 deletion AAROuyaSdk/build.gradle

This file was deleted.

2 changes: 0 additions & 2 deletions AAROuyaSdk/build_aar.cmd

This file was deleted.

14 changes: 0 additions & 14 deletions AAROuyaSdk/copy_libs.cmd

This file was deleted.

17 changes: 0 additions & 17 deletions AAROuyaSdk/grab_signatures.cmd

This file was deleted.

16 changes: 0 additions & 16 deletions AAROuyaSdk/gradle.properties

This file was deleted.

Binary file removed AAROuyaSdk/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
1 change: 0 additions & 1 deletion AAROuyaSdk/java/.gitignore

This file was deleted.

44 changes: 0 additions & 44 deletions AAROuyaSdk/java/build.gradle

This file was deleted.

Binary file removed AAROuyaSdk/java/libs/UnityPlayer.jar
Binary file not shown.
12 changes: 0 additions & 12 deletions AAROuyaSdk/local.properties

This file was deleted.

1 change: 0 additions & 1 deletion AAROuyaSdk/settings.gradle

This file was deleted.

23 changes: 0 additions & 23 deletions AAROuyaSdk/signature_debuginput.txt

This file was deleted.

49 changes: 0 additions & 49 deletions AAROuyaSdk/signature_hidjni.txt

This file was deleted.

Loading