Skip to main content

Posts

Showing posts with the label wordpress

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

Embed a Unity3d Game On WordPress Web Page Without Plugin

If you don't want to install any plugin for unity web player game into WordPress so there is another way you can Embed web player in WordPress without any plugin. embed unity game in website What you need is Host your both web player game files(.html and .unity3d) somewhere you can host them free on dropbox we also hosts our game there, And here is tutorial How To Publish Your WebPlayer Game For Free With Dropbox! After hosted your web player files just simple embed game link in your wordpress post or page like this <iframe id=”" name=”" src=”http://rewindgamestudio.com/asset-store/papercraft/WebPlayer.htmhttps://dl.dropboxusercontent.com/u/269372960/blurrybird2/blurrybird2.html” marginheight=”0″ frameborder=”0″ width=”670″ height=”460″ scrolling=”no”></iframe> Note: You must keep width and height same as your built game. Publish and enjoy :) tell me in comments if you are facing any problem i will try to figure it out :) so