Mmm Unity Loader
Plugin to load unity3d files in a web player using a basic shortcode and UnityObject.js
Maintenance 20/1003973d since update
Active installs
30
Downloads
2,795
Reviews
0
Age
10.9y
TagsshortcodeUnityUnity LoaderUnity Player
Plugin info
Total downloads: 2,795
Active installs: 30
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 2/12/2015 (3973 days ago)
Added to WordPress: 2/12/2015 (10 years old)
Minimum WordPress version: 3.4
Tested up to WordPress version: 4.1.42
Minimum PHP version: f
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 3973 days ago
20/100
Is Mmm Unity Loader abandoned?
Possibly abandoned (last update 3973 days ago).
Compatibility
Requires WordPress: 3.4
Tested up to: 4.1.42
Requires PHP: f
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
No similar plugins found yet.
Description
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/!
Installation
- Download and install the plugin from WordPress dashboard. You can also upload the entire “MmmUnityLoader” folder to the
/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
Frequently Asked Questions
No FAQ available
Review feed
No reviews available
Screenshots
No screenshots available
Changelog
0.1
Published the plugin