• 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 /
  • Help Room /
avatar image
4
Question by AquaPlayzX · Aug 06, 2016 at 10:59 PM · 2d

rc.right == m_gfxwindow->getwidth() && rc.bottom == m_gfxwindow->getheight()

 using UnityEngine;
 using System.Collections;
 using UnityEngine.UI;
 
 public class Memes : MonoBehaviour {
     public int Meme = 0;
 
 
 
     // Use this for initialization
     void Start () {
 
     }
     
     // Update is called once per frame
     void Update () {
         GetComponent<Text> ().text = "Memes: "+Meme.ToString ();
     
     }
 }

Any Help? using UnityEngine; using System.Collections; using UnityEngine.UI;

 public class MPS : MonoBehaviour {
 
     public int MemesPS = 0;
     public Memes Meme;
 
 
 
     // Use this for initialization
     void Start () {
 
     }
     
     // Update is called once per frame
     void Update () {
         GetComponent<Text> ().text = "MPS: "+MemesPS.ToString ();
         MemesPS + Memes.Meme
     
     }
 
 }
Comment
Add comment · Show 4
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 GamdineProductions · Sep 04, 2016 at 02:10 PM 0
Share

Same here

avatar image vonbetelgeuse · Sep 06, 2016 at 06:23 PM 1
Share

$$anonymous$$e too, 5.4.0f3

avatar image NachoMiguel · Sep 07, 2016 at 12:17 PM 1
Share

Same 5.4.0f3

avatar image garretB · Sep 07, 2016 at 09:30 PM 1
Share

I get the same error as well, followed by SUCCEEDED(hr). I noticed that when I have $$anonymous$$ono Develop open, if I focus to $$anonymous$$ono Develop application window, then return focus to unity, a new set of these messages are printed to the console.

11 Replies

· Add your reply
  • Sort: 
avatar image
0

Answer by GamdineProductions · Sep 07, 2016 at 09:44 PM

No Answer Yet :(

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
avatar image
0

Answer by vonbetelgeuse · Sep 08, 2016 at 09:37 AM

I reimported the project and over 2 days there has been no problem.

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
avatar image
3

Answer by money4honey · Oct 06, 2016 at 09:11 PM

I'm updated Unity to last version and get the same error. Even in empty project, when I minimize Unity or press alt + tab, I see 2 errors in log:

 SUCCEEDED(hr)
 rc.right == m_GfxWindow->GetWidth() && rc.bottom == m_GfxWindow->GetHeight()

Looks like it's a new version bug, maybe Unity devs can make hotfix soon

UPD: I tried run unity as admin and the problem is solved

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 CaitlinMK · Oct 25, 2016 at 08:19 PM 0
Share

What does running Unity as Ad$$anonymous$$ mean?

avatar image money4honey CaitlinMK · Oct 26, 2016 at 07:51 AM 0
Share

it means run unity like this

or this (better)

avatar image Pawl · Nov 04, 2016 at 12:36 AM 1
Share

So far ad$$anonymous$$ mode seems to have fixed this benign yet annoying error log. Fingers crossed (running latest Windows 10, 64bit, Unity 5.4.1f1)

EDIT: Still happens occasionally (alt-tab related?) but seems less frequent.

avatar image thelonelyisl44nd · Nov 15, 2016 at 05:52 PM 1
Share

Yea ! Finally I solved the problem. Thanks for all.

avatar image
2

Answer by playablegraphs · Oct 10, 2016 at 07:16 PM

That's annoying. Couldn't find anything useful about that.

Comment
Add comment · Show 5 · 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 money4honey · Oct 10, 2016 at 08:51 PM 0
Share

I still use win 7, and then i run unity as ad$$anonymous$$, I see this annoying error less frequently. Hope it help you

avatar image playablegraphs money4honey · Oct 11, 2016 at 12:54 AM 0
Share

thx ill try.

avatar image blueblazes63 · Oct 18, 2016 at 07:51 PM 0
Share

Running unity as ad$$anonymous$$ also seems to have solved this for me.

avatar image blueblazes63 blueblazes63 · Nov 21, 2016 at 03:55 PM 0
Share

Hmm, nope -- running in ad$$anonymous$$ mode now, and getting it again on Alt-Tab :-(

avatar image money4honey blueblazes63 · Nov 21, 2016 at 03:59 PM 0
Share

it works in most cases, but not all time.

avatar image
1

Answer by msalitu · Oct 19, 2016 at 11:30 AM

I had the same problem. I was using two screen and it was solved when I turned off one of them.

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
  • 1
  • 2
  • 3
  • ›

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.

Welcome to Unity Answers

If you’re new to Unity Answers, please check our User Guide to help you navigate through our website and refer to our FAQ for more information.

Before posting, make sure to check out our Knowledge Base for commonly asked Unity questions.

Check our Moderator Guidelines if you’re a new moderator and want to work together in an effort to improve Unity Answers and support our users.

Follow this Question

Answers Answers and Comments

113 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

How do I get collision and trigger to work? 2 Answers

Can't get object to destroy itself on collision. 0 Answers

A 2D Character Controller with Rigidbody2D.AddForce 2 Answers

How to connect a set number of nodes on a map into a grid? 0 Answers

Is there any way to draw just single dot in UI?? 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