Mmm Unity Loader

plugin banner

Plugin to load unity3d files in a web player using a basic shortcode and UnityObject.js

Author:Adam Bissonnette (profile at wordpress.org)
WordPress version required:3.4
WordPress version tested:4.1
Plugin version:1.0
Added to WordPress repository:12-02-2015
Last updated:12-02-2015
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://www.mediamanifesto.com
Total downloads:2 452
Active installs:50+
plugin download
Click to start download

This is a simple plugin to load unity3d files in a using this shortcode: [MmmUnityLoader src="yourfile.unity3d" width="640" heigh="480" /].

Parameters:

  • src: The url to your unity3d file
  • height: The height of the player
  • width: The width of the player
  • attributes: Any content you want added to the embed / object output add in here.
  • content: Any content added between the start and the end of the shortcode tag will appear before the Unity object is loaded as a sort of "click to load"

Usage Examples:

[MmmUnityLoader src="yourfile.unity3d" width="640" heigh="480" /]

  • This will load a file with a width of 640px by 480px - since no content was specified some simple text "Click here to load" will appear before the Object is loaded.

[MmmUnityLoader src="yourfile.unity3d" width="640" heigh="480"] [/MmmUnityLoader]

  • This will load a file with a width of 640px by 480px and an image instead of the default loading text.

See it in use on http://berv.ca/!


ChangeLog