strange bug....
seen from United States

seen from United States
seen from Morocco

seen from United Kingdom
seen from United States
seen from Singapore
seen from Poland
seen from Malaysia
seen from Mexico
seen from Russia

seen from China

seen from United States

seen from China
seen from Morocco
seen from China
seen from United States
seen from Germany
seen from United States
seen from India
seen from United States
strange bug....

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
Is anyone else's side menu bugged where the numbers don't get cleared and just get stuck no matter what
Putting the (now infamous) Jackdaw whiteboard doodle on tumblr dot com bc it lives in my brain rent free
(via https://www.youtube.com/watch?v=QGUnX4mIh5o)
Strange Unity 3D Bugs #1: Select()
One problem I encountered while making Scrap Galaxys new GUI was the following. Since Scrap Galaxy is a game where the main input device is a gamepad the main menu must work with gamepads. In Unity 3D's EventSystem that handles navigation you need to have a button focused, selected, in order for navigation to work. It is not possible to select a button if nothing is already selected.
Problem
I had problem with the Select() function. This following script is attached to a root component in the menu dialog. The menu dialog is enabled or disabled depending on menu screen. When it enables it does select the desired button all the time, specially not when starting in the editor.
using UnityEngine;
using UnityEngine.UI;
using System.Collections;
public class SelectWhenEnabled : MonoBehaviour {
public Selectable selectable;
IEnumerator OnEnableCoroutine() {
yield return new WaitForSeconds(0.1f);
selectable.Select();
}
void OnEnable() {
StartCoroutine(OnEnableCoroutine());
}
}
- http://pastebin.com/DNffn2SG
The odd thing is that the button is somewhat selected, you can use it to navigate to other buttons and click on it via the gamepad. The animator is however in “normal” mode, and not in highlighted mode.
Solution
One should call OnSelect on the button. Following script works all the time for me.
using UnityEngine;
using UnityEngine.UI;
public class SelectWhenEnabled : MonoBehaviour {
public Selectable selectable;
void OnEnable() {
selectable.Select();
selectable.OnSelect(null);
}
}
- http://pastebin.com/FVYEAnMy

Anya is live and ready to show you everything. Watch her strip, dance, and perform exclusive shows just for you. Interact in real-time and make your fantasies come true.
Free to watch • No registration required • HD streaming
strange bug
Any one have any idea what this bug is? I found one like it in my back yard Its leg things move constantly with out the bug really moving. Its shell is very hard.