Skip to main content

Posts

Know the Unity version of a Unity project Without Unity

Indie developers have lots of projects/assets in his PC/Mac to work on them and sometimes they forget what unity version they were using for their particular project and they want to know its version. So today we have a quick trick for those who wants to know unity version without opening a project in unity editor.   So lets go with us 1. GOTO  Your Project > Library Here you will see lots of files with .asset format open any of them in notepad. In notepade editor you can see the unity version in first line :) enjoy You should see also: Upload Failed You Need To Use A Different Version Code For Your APK Asset Store Not Working - The Solutions Share, comment or tweet if you like this!

Complete Multiplayer FPS Shooter Game By quill18

AAA_FPS_GOTY: Complete Multiplayer FPS Shooter Game (Ludum Dare 26 - Theme: Minimalism) source on github original blog Just one gun, no ammo, and no complex terrain. "Shoot (AAA_FPS_GOTY)" only contains the elements that are absolutely required for a fun PEW PEW PEW experience: - Multiplayer, with automatic server assignment and room joining. (Up to 16 players!) - Bots to fill empty slots. - Health/Armor pickups for strategic movement and map control. - A metric ton of death sounds. Shoot can be played offline vs bots , but for the best experience you should play online ... with friends to frag! ****** The creation of "Shoot." was livestreamed from start to finish in front of ~8,000 unique viewers. Ludum Dare just wouldn't be the same without you guys! Looking for people to play with? Jump into this Raidcall channel -- there's probably someone online! Raidcall Channel ID: 6104517 http://raidcall.com/ Twitter: @quill18

Bravo Storm Beta Play Now

About Game Bravo Storm beta is a video game that comes with the Facebook game network. Bravo Storm is a explicit first person shooter you are able to play inside your web browser using Unity Webplayer , here on Facebook! The reason why a first person shooter? Why within the browser? With igv people loved playing a variety of FPS's, but often people were quick on time (people wanted to return to work!). People were fed up with waiting usually providing five or several minutes in order to enter a game. We did not particularly enjoy the choices, therefore we believed, why not simply build our personal game? Right after lot of efforts, Bravo Storm was created and revealed. WOW  BEST VR ROLLER COASTER Bravo Storm developed it browser based so there there may never have to be extra patches as well as lengthy install times. Every time you load the game, you load the most recent version for the game, and so are all set to start taking over! It has 500,000 players

Unity Forum Rules - You Need To Know

Unity forum is growing day by day and it has some spammer and hijackers too so there is an instructions to be on forum long time and this is made by Rambo , Not real just Community Rambo. here is what Rambo said: Aurore Community Rambo Unity Technologies Aug 1, 2012 These rules apply to Forums, Answers, feedback, private messaging and reported post descriptions.  The Unity Development Network (forums, answers and feedback) is a friendly place to ask questions and get help from other users on every aspect of Unity development. A set of forum rules and regulations have been created to ensure that everyone is treated fairly by members, moderators and administrators. 1. The following are NOT tolerated within the Unity Developer Network; 1a.  Discussions on political issues as well as grey areas including but not limited to; religion, race and sex. 1b.  Spamming, including duplicate threads or posts and advertising. 1c.  Abuse, threatening or discriminating behavi

Free Open Source 2D Framework For Unity-Futile

Futile is actually a code-centric 2D framework for Unity. This is exactly for people who would like to do everything in code with as small editor integration as is possible. In case you have used Cocos2D or Flash you should experience just at home. It is actually at development and totally undocumented... however it works. complete detail here   https://github.com/MattRix/Futile Go to http://struct.ca/futile for UnityPackages and instructional videos Ask questions and share stuff you've made on http://reddit.com/r/futile Submit bugs and feature requests to http://github.com/MattRix/Futile/issues Futile works great with Unity 3.5 and 4.*

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