Skip to main content

Posts

Showing posts with the label HowTo

Error building Player: Win32Exception: zipalign.exe in Unity3d [FIXED]

Recently i was getting this error in one of my game, But unable to figure out where the problem is but after searching lots of site, finally got the solution on stackoveflow and that was simply 1 minute solution you wont believe. They error was this Error building Player: Win32Exception: Error building Player: Win32Exception: ApplicationName='C:/Users/craiglerr/Desktop/adt-bundle-windows-x86_64-20140624/sdk\tools\zipalign.exe', CommandLine='4 "C:\Users\craiglerr\Desktop\Game\Temp/StagingArea/Package_unaligned.apk" "C:\Users\craiglerr\Desktop\Game\Temp/StagingArea/Package.apk"', CurrentDirectory='Temp/StagingArea' Soulution: Just goto your Android SDK folder Go to build-tools and select a version (e.g.build-tools\22.0.1) Copy zipalign.exe Go back to build-tools Go into tools Paste zipalign.exe That's it! Now build game and Error building Player: Win32Exception: zipalign.exe in Unity will never come a

Publish Your Unity Game on Facebook Using Dropbox

Facebook is must have game platform to socialize your android and iOS games. I don't want to waste your time..  Lets Goto the Guide How to  Publish Your Unity Game on Facebook Using Dropbox 1.Register for the Facebook app   https://developers.facebook.com/apps complete form and details asked by Facebook. 2.Make sure you have dropbox installed in PC or mac   Sign up dropbox . Recommended Guide -  How To Publish Your WebPlayer Game For Free With Dropbox! 3.In Facebook developer app click Settings >  Add Platform and then select Facebook canvas. in canvas settings put your game URL in Secure Canvas URL and at the end of URL add '?'. NOTE: If you don't know how to build for web with Dropbox link, please visit above  Recommended Guide . 4.Click save, To play your game make sure game is live  available to the general public to make it live goto settings > basics and enter your valid email address click save then goto status and review a

How To Embed a Unity3d game on a WordPress Web Page

If you are trying  to Embed a Unity3d game on a WordPress Web Page and never get succeed so here I am proving you some methods by doing this you can run your unity web player game in WordPress easily. This really is a simple Guide of how to combine your Unity game inside WordPress. This article supposes you are already aware how you can build your game by using the web player settings in Unity and a good working familiarity with WordPress. Upload .unity3d file to public_html folder on your web server Install and activate plugin >>  Downlaod  Unity plugin for WordPress By using this line of code you can embed your webplayer file int wordpress [WP_UnityObject src="http://www.yourdomain.com/yourfile.unity3d" width="640" height="480"/] Enjoy! You should see also: Embed unity webplayer Without Plugin

How To Increase App Downloads successfully

Every game/app developer want his app to be in top and get some good downloads but sometimes he never achieve his target. Something must be wrong there! if you also in same situation. 1.5 million Android devices activated every day google From 1.5 Million active android device why you are not getting more download? So today we are not giving you any hacking tools for app downloads or any black hat thing, These are some clever,easy and must to implement Tips to help you increase app downloads successfully. 1.Make a good game The very first thing is good game. Good game is a game that users play do their work and then play come from work then play, they never feel bore with that game. things that make game good are: Story Characters simple control   read full here 2. Keyword Rich and Translated Descriptions Keyword is the biggest factor to get users to you app. Your description must have selected keywords you are targeting to your app.

How I Reduce Draw Calls from 69 to 12 unity

Here is a video shows how to reduce draw calls in unity . The plugin we used to reduce unity draw calls is completely free and you can find it in asset store by the name of "draw call minimizer." The plugin is really easy to use and help you in reducing draw calls all the steps are described in their PDFs documentation. download asset here https://www.assetstore.unity3d.com/en/#!/content/2859 the script is very powerful The way that this script works, is that you have a parent object that everything being combined is child under. You attach the script to the parent object, fiddle with the settings if you need to, and play the game. All of the combining is done at run time so no extra assets are created. see also:   Optimizing Mobile Games in Unity MOST PROFITABLE PROGRAMMING LANGUAGES Using Git With 3D Games Source Control

Upload failed You need to use a different version code for your APK because you already have one with version code 2

Upload failed You need to use a different version code for your APK because you already have one with version code 2 This is the error i got when i am trying to upload my new APK file to google playstore. So what i did and it worked below are some steps you can follow to fix this error. 1. go to > assets > plugins > android There you will see AndroidManifest.xml file open it in MonoDevelop at the end of 2nd line there is  code android:versionCode="1"> Now you should change the code 1 to 2 or increment it by 1. 2.After that goto player settings in inspector you can see other settings click on that and change or increment it by 1increment it by 1 save it and build APK  Upload again in google play It will upload successfully . Note: use your previous certificate for new apk otherwise you will get another error. like this. Upload failed You uploaded an APK that is signed with a different certificate to you

How To Add Fog in Unity

How To Add Fog in Unity This is a beginner guide and really easy to add For in unity. steps Edite>Render Settings then you can see render settings and fog setting is at first in this picture fog is not enable see also:   What Makes a Game Good ? [INFOGRAPHICS] click on checkmark to enable fog Now you can adjust fog color,density,start and end setting. This is a simple way to add fog. To get more simple and advance guide subscribe us . see also:   Webplayer GUI Rndering issue Latest  AdMob Ad Unit ID, Things You Need To Know About How To Style Code? The Ultimate Guides  

What Makes a Game Good ? [INFOGRAPHICS]

Things that make a good game is all about a combination of the entire things in the game, like responsive gameplay, interesting story, good graphic , unique music, a lot of rewarding content, higher reliability, etc. good to see:   54 Websites To Download Game Assets The most important things, in my opinion is the story, characters, voice-acting, graphics, gameplay and environment. This is our first infographics in unity3diy blog and we tried to show you some ways that can make a game good.  8 ways to What Makes a Game Good ? If you have more suggestion and tips for What Makes a Game Good ? You should tell us our readers in comment box. see also:   Optimizing Mobile Games in Unity see also:   What Is Github? Every Things You Need To Know About