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 worldofcars · Sep 26, 2011 at 08:05 PM · mousewebplayerscreencursor

How to stop mouse getting out of the game, my game is in webplayer?

Hello. How can I stop the mouse getting out of my game in webplayer. I have a FPS but my mouse is always getting out of the screen. how can make it that the mouse can't get out of the screen? scripts or tutorials can help me! please help thanks

Comment
Add comment
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

2 Replies

· Add your reply
  • Sort: 
avatar image
3

Answer by asafsitner · Sep 26, 2011 at 08:39 PM

Use Screen.lockCursor = true;

If they go out of focus the mouse won't reset back to it's lock state, so you'll want to include a check to see if the user has clicked somewhere in your game and use Screen.lockCursor = true; again. Something like

if(Input.GetMouseButtonDown(0))
    Screen.lockCursor = true;

You might also want to disable this when bringing up the menu or other GUI, so just make sure you set Screen.lockCursor = false; when that happens.

Comment
Add comment · Show 1 · 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 worldofcars · Sep 27, 2011 at 11:57 AM 0
Share

Thanks for your post asafsitner. But this is not that what I am searching for... with this script mouse also always get out of the screen... $$anonymous$$aybe, do you or anyone else have a script if mouse get out of gamescreen that the mouse automaticly comes back into the middle of the screen or is it possible to make that the mouse always stay in middle of screen ?

avatar image
0

Answer by worldofcars · Sep 27, 2011 at 12:15 PM

Thanks for your post asafsitner. But this is not that what I am searching for... with this script mouse also always get out of the screen... Maybe, do you or anyone else have a script if mouse get out of gamescreen that the mouse automaticly comes back into the middle of the screen or is it possible to make that the mouse always stay in middle of screen ?

Comment
Add comment · 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

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

3 People are following this question.

avatar image avatar image avatar image

Related Questions

Unity 3D Screen.lockCursor Problems 2 Answers

Detect cursor on edge of screen 1 Answer

Problem with mouse cursor disappearing in webplayer 0 Answers

How to detect in which half of the screen the cursor is, no matter the resolution? 1 Answer

How to make something happen when mouse on side of screen? 1 Answer


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