Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
1 capture
12 Jun 22 - 12 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
1
Question by winkeywong · May 26, 2011 at 07:00 AM · androideclipse

back button in Android Activity

I'm trying to integrate Unity game project into a Android project in Eclipse following the User Manual. Now the game is successfully integrated into an new activity creating when user press a button in main activity. But when user pressed the android's own 'back' button, nothing happened.

How can I make it to work like: when user presses 'back' button, go back to main activity(like in a normal android apps)?

Comment
Add comment · Show 1
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image aidesigner · May 12, 2012 at 08:35 PM 0
Share

Please share how you made a Unity Game become an Activity in your Android project? What user User $$anonymous$$anual did you follow to accomplish this goal?

1 Reply

· Add your reply
  • Sort: 
avatar image
3

Answer by Paulius-Liekis · Jun 07, 2011 at 09:45 AM

Do this in one of your scripts (KeyCode.Escape is code for native "Back" button on Android):

 if (Input.GetKeyDown(KeyCode.Escape))
     Application.Quit();

or something like that :)

Comment
Add comment · Show 4 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image mivi06 · Jan 17, 2012 at 07:08 AM 0
Share

where do i add this script?' i mean shoud i creat a new java script and add on each level? or an objects?

avatar image Paulius-Liekis · Jan 17, 2012 at 10:46 AM 0
Share

Just create a new JavaScript or C# script and place these lines into Update call. Attach the script to any active GameObject (for example camera).

avatar image mivi06 · Jan 17, 2012 at 12:39 PM 0
Share

thanks cz i did it on my backgroud, i tought it was wrong....

avatar image MASTware · Nov 15, 2016 at 09:41 PM 0
Share

You must create a new C# script and attach that script to any active GameObject (like Paulius-Liekis wrote). In the script you can use the Update method:

 /** Update is called once per graphical frame */
 void Update()
 {

     // Close app if back button is pressed
     if(Input.Get$$anonymous$$eyDown($$anonymous$$eyCode.Escape))
         Application.Quit();
 }

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

5 People are following this question.

avatar image avatar image avatar image avatar image avatar image

Related Questions

How can I use Unity Android in an Android Application view sub section? 2 Answers

Unity freeze on finished exporting eclipse project 1 Answer

Unity Android -> ADT (Eclipse) Assets are corrupted ? 2 Answers

Exporting Google Android project from Unity 4 to Android Studio issue 0 Answers

Android/Unity/Eclipse Help 0 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges