Issue displaying Unity scene in airconsole developers console when launched from editor - airconsole

I'm having problems getting the Unity scene to display in the developers console when I launch it from the Unity editor. I'm running the basic scene provided with the Unity plugin.
Here's what I see on the developer console
If I build the project and launch as "Open Exported Port" I am not having the issue.
Any help would be appreciated.
Running OSX 10.10.3, Chrome 45.0.2454.85 and Unity 5.2.0f3

When running your game from the editor, the browser window serves mainly to connect your controllers. The scene is displayed in the game window of the Unity Editor.
Edit: To avoid this confusion in the future, we've updated the plugin to tell you that the scene can be viewed in the editor.

Related

How can you modify the styling of a compiled macOS app without the Xcode project and without additional apps?

Does anybody know, how to change the appearance of the title bar and/or toolbar of a simple & small one-window cocoa macOS application without accessing the Xcode or installing third party applications? It's for a screen recording video project, I want to do.
I know, that there are possibilities within the applications info.plist (for example changing the app title inside the top macOS Menu Bar) but I would like to be able to change the apps window title itself and/or colors and/or fonts inside the window title bar or toolbar if possible.
Opening the app in another container window or via terminal or Applescript and adding custom parameters or even an overlay in the right position to change the styling would be okay if this is possible?
Can somebody point me in the right direction?
Thank you very much!
in short: Nibs
Nib File Viewer works until Xcode 10
saving, recompiling if possible
good luck

Unity Animations on HoloLens not working

I have created a HoloLens app using Unity 3D. In the app I want to show a text canvas with some animation on click of a button. I have done this with Animator control and script to open an Animation state on click of a button. This is working fine when I try on Unity Preview. However when I try the same app on HoloLens emulator or on device the animation doesn't work. The canvas opens up simply without any animation after some delay (I think delay of animation to be completed). This is not the case for Unity Game Preview.
Please let me know what else we do to support Animations made in Unity on HoloLens.
I have fixed the issue. Not sure what was the exact problem but the cube object was mashed off as added some components, which might not actually needed.
Freshly re-designing the cube and animations worked.

Resizing visual area of ccscren object in OSX

I have created a fairly simple graphics program by starting with the PeevedPenguin project using iPad as target and then trying to retarget it to the Mac. I am using current versions of Spritebuilder, Cocos, and Xcode.
When I move over to the Mac target, the game moves over with a number of smaller issues but I am having one big issue with how to expand the visual area of the scene. It always loads in a small visual window that cuts off display of any activity outside that box. My scene is basicially a derivation of the background screen from PeevedPenguins.
For this application I want the scene to fill, but not expand past, a window the size of my screen.
I have googled about every possible idea on finding a tutorial concerning how to build these windows, but unfortunately, some other use of the term windows fills up my search results.
Would really appreciated help in solving this issue. Even a link to some sort of "Graphic design for windows on the Mac" would help.
Thanks
Apple provides a convenient "Implementing the Full-Screen Experience" section in their Mac App Programming Guide.

Qt OSX Incorrect Mouse Behavior

My application uses OpenCV, OpenGL, and Qt to display a webcam feed. It works perfectly on Ubuntu (clicking buttons works properly), but on OSX there seems to be a UI problem. The window displays, but I can't click and I quickly just get the loading spinning pinwheel and it doesn't stop until I force quit the application. Has anyone come across this problem before?
I solved this by adding a timer to the initialization of my gui widget:
m_timer = new QTimer();
connect(m_timer, SIGNAL(timeout()), this, SLOT(gotNewImage()));
m_timer->start(1);
where gotNewImage() is the function I call to grab a new image.

Vs2011 beta display hangs

I installed Visual Studio 2011 beta and it seemed to install fine apart from the display badly lags begind control input, the display doesnt refresh and I need to hover my mouse over the code editor window like an etch a sketch. I've tried to tweak all the display settings btw: i5/GeForce 415M, single/dual monitor. refresh is 60hz.
Any ideas appreciated.
Edit:
Update: Here was the fix for me - Right Click VS launcher, Run using -> Integrated Graphics.

Resources