"Screen position out of view frustum" error on startup
Hello, I started a new project in unity recently. For now, it only has a camera, a script (attached to the camera), and two cubes. Yet I already have the infamous "Screen position out of view frustum"...
View ArticleHow works the OnSceneGUI() method ?
Hello, I'm trying to develop a tool for the unity editor. To do so I need to detect when the user press a key/mouse button/whatever in the editor. So I thought about using the OnSceneGUI() method. It...
View ArticleWeight sensor interuptor
Hello, I'm trying to develop a weight sensor interrupter . It's just a plate on the ground which once triggered would open a door. (preview available here : http://hijackedbrain.com/slice , boxes will...
View Articlechoppy mouse in webGL build
Hello, I don't know why, but when I try to compile with webGL the mouse control feels commpletly choppy/jerky. I use the standard mouse look script from Unity 4: http://pastebin.com/VKRyTUBq But when I...
View ArticleInactive script still catching collision/trigger
Hello, I have a few gameObjects on my actual scene with a script handling collisions. For debug purposes I tried to disable (unchecking in the editor) the script but even if it doesn't execute its main...
View ArticleBreakpoint in Start function not caught
Hello, I added several breakpoints in the Start() function of one of my scripts. But monodevelop/unity debugger refuses to catch them. It just plain ignore them... Did I do something wrong ? Or is it...
View ArticleHow to detect if an object is above another one
Hello, I'd like to know if there is a way to detect if an object is above another one. But please keep in mind that I'm working in a 3D Space, raycast is a "no no" it would cost too much to cover the...
View Article