Skip to main content

Posts

New Unity 2d Tools You Can Get Its Early Access

Unity recently giving early access to their new unity2d tools that are very much improved and important. what they said: Early alpha access for Unity Pro users Perhaps the most exciting change is that we’re releasing features that are in development to Unity Pro users much earlier. With your feedback, we hope to cut development time by better understanding how we can meet your needs. You can find the link to the  current alpha from our Bitbucket repo . Here’s a sneak peek at some of the features in the current alpha build: Tile Map Editor 9-Slice Sprites Smart Sprite ETC1 Compression Masking Improved Sprite Packing And many more… Learn more see also: Unity Analytics Open Beta Getting Started Unable to find suitable jdk installation [Quick FIX] What Makes A Game Good ? [INFOGRAPHICS]

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

How to Start Your Video Game Development

Video game professions have blossomed around the world, increasing at 9% annually since 2009, many thanks partly to tax breaks in an expanding number of countries and much more video game development at universities and colleges. The video game industry exclusively employs over 42,0000 individuals in 36 states, a greater than 30% increase since the 2009 record. It’s a good job, both. Industry workers making an average yearly salary up to $95,000 , and total direct compensation for every employees directly working in the video game application industry was over $4 billion. In 2012, the video game trade added $6.2 billion to the United states economy. Have you got a concept for a game you want you could play going around in your mind? With no one is building it? I have got great news for your needs: there are many technology as well as assistance than ever before to help individuals who possess zero knowledge about coding or development begin to learn how to produce

Cubiquity for Unity3D, (Voxel Engine)

Requires Unity 4.3.4 or higher and worth $200. About Cubiquity Cubiquity is a flexible and powerful voxel engine for both the free and pro versions of Unity. It can be used to create terrains with caves and overhangs that can be edited in real time, or to create retro-style environments built from millions of colored cubes. Unique features - Support for both smooth terrain and colored cubes type environments. - Built on a C++ native code library (but works with the free version of Unity). - Support for multiple volumes which can exist in transform hierarchies. - Unique material blending algorithm on smooth terrain. - Direct voxel access for implementing procedural generation. - Publicly accessible Git repository and issue tracker. Current limitations - Only desktop platform are supported (Windows, OS X, Linux). - Volumes size is currently limited to a few tens of millions of voxels. - All C# and shader code is included but not the C++ code. Free evaluation! You can download a fu

Unity 5 Render Settings [Solution]

Unity guys rearranged few menus in unity 5 like  Unity 5 Render Settings. Many game developers specially indies and newbies still don't know where unity 5 render settings are. So today its very short and simple guide for all those missing render settings in unity 5. Simply: Choose Window- > Lighting from the menu bar. In this window you can see all render settings easily. That's it They already mentions about lighting window in their unity 5 features page http://unity3d.com/unity/whats-new/unity-5.0 New Lighting window Single place to specify lightmapping, GI and scene render (ambient/reflection/fog) settings. UI grouped by logical areas. When real-time lightmaps are disabled and baked lightmaps enabled, indirect lighting of real-time lights is automatically baked into baked lightmaps. If you don't want this behavior, set indirect lighting to 0. Share if your friends don't know!