Skip to main content

Posts

Showing posts from June, 2015

Unity Analytics Open Beta Getting Started

Lets Try Unity Analytics. A powerful data platform to enhance player preservation, activation and also monetization. Backed by a powerful division engine, Unity Analytics control panel gives important metrics you worry about. Unity created the control panel for the Unity community according to your suggestions. Monitor Active Players, Visits, Retention, and Income. If you need further insights just Apply Custom Events to keep track of player activities. FEATURES AVAILABLE IN OPEN BETA Metric Monitor Custom Data Collection Segment Builder Custom Event Metrics Funnel Analyzer To getting started simply Create an account / sign in at https://analytics.unity3d.com/  and integrate the sdk. TRY OUT THE FREE BETA Integration instructions Unity Analytics Open Beta : https://analytics.cloud.unity3d.com/docs Platforms supported: Mac, Windows, Linux, Windows 8.1 Store and Phone, iOS, and Android

Unity Web Player Chrome Not Working !Yes Google Killed It

Google Chrome version 42 was recently launched and they disables supporting for any Unity Web Player, Completly removed it Unity Web Player Chrome Not Working Chrome carries a huge competitiveness total, which range from 25-50% based on whatever source you are examining. What unity blog said about it! With Google about to complete the deprecation of NPAPI assistance in their Chrome browser, we’ve been receiving many questions regarding exactly what the ideal alternatives are for publishing games on the web and achieving Chrome users at the same time. With Chrome’s broad usage, these are fair questions So what exactly should I do whether my game requires the Web Player? In case your current game needs the Web Player to work properly (specifically for people using advanced high performance games), here’s a few recommendations of what can be done within the meantime: Option A : motivate gamers to make use of alternate web browser where unity plugins are still wor

Unable to find suitable jdk installation [Quick FIX]

Many begginner game develoeprs error about unable to find suitable jdk installation in unity. No problem it can be solved using this easy solution. First make sure you installed JDK if not download and install now. http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html Now you just need to set the path in window Environment 1) Goto the control panel 2) Open the System item 3) Click "Advanced system settings" in the left bar 4) A popup opens 5) Click the Environment Variables button 6) A popup opens 7) In the User variables for USERNAME area click the New. button 8 ) Enter JDK_HOME as Variable name, enter the jdk installation path, in my case C:\Program Files\Java\jdk1.7.0_79\, this can be different in your pc 9) click Ok And you are done! Try building game and this time it will be fixed! see below image for more detail This is the simple guide on terror Unable to find suitable jdk installation hope you like it! S