Pipelight has fixed the latest unity3D breakage. Step by step installation and problem diagnostics, as best I have them figured so far: ------- - Pipelight installation varies between linux distributions. Follow directions for your distribution from http://pipelight.net/cms/installation.html - Open a command shell and enter sudo pipelight-plugin --enable unity3d to install and enable unity3D. - In firefox go to about:plugins or about:addons and verify Unity3d is active. You may need to restart firefox before the plugin is recognized. - In firefox go to URL about:config. - In the list of config values right click and select new->String - Enter key name "general.platform.override" and value "win". More info about this key http://askubuntu.com/questions/624690/unity-webplayer-wont-work The information at http://pipelight.net/cms/plugin-unity-webplayer.html seems to be out of date, and the user agent testing method changed. ----The unity3D player needed for aq3D should now work. In case this doesn't work: - on a command line run firefox -no-remote -ProfileManager - create a debug profile for firefox and run. - if the output includes [PIPELIGHT:LIN:unity3d] basicplugin.c:299:checkPluginInstallation(): Plugin installer did not run correctly (error occured). the most likely problem is unity3D had an update, breaking the pipelight checksum. - check for an update to pipelight by runing sudo pipelight-plugin --update - when an update is reported run [code]sudo pipelight-plugin --create-mozilla-plugins[\code] then restart firefox and check that the unity3D plugin is recognized.
|