Changes between Version 5 and Version 6 of WikiStart


Ignore:
Timestamp:
2012-05-08 07:07:06 (12 years ago)
Author:
edy
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v5 v6  
    4242No. The plugin uses a native DLL which is not suitable for the web player. Only Windows Standalone is supported. 
    4343 
    44 ==== I receive an error DllNotFoundException'': !NvStereoRenderer'' ==== 
     44==== I receive an error DllNotFoundException'': !NvStereoRenderer'' ==== 
    4545At the Project view, move the folder Plugins from Active Stereoscopic 3D Plugin to the root of the project. Otherwise Unity will fail to load the DLL which is an essential part of the plugin. 
    4646 
     
    4949 
    5050==== I see a side-by-side picture when running the built project, but no active stereo ==== 
    51 Enable the 3D Vision stereoscopic mode using the hot key, CTRL-T by default. If the problem persist check out the 3D Vision settings as described in the Prerequisites above. 
     51Enable the 3D Vision stereoscopic mode using the hot key, CTRL-T by default. Also, ensure that the component !StereoCam in the Stereoscopic Main Camera has its parameter "Stereo" as "Active". 
     52 
     53If the problem persist ensure that your system meets the Prerequisites as described above. 
    5254 
    5355==== The camera goes through the walls when approaching them ==== 
    5456Ensure that the ''Depth'' parameter at the 3D Vision settings (''NVidia Control Panel > 3D Vision > Set up stereoscopic 3D'') is set to the Min value. This setting is not necessary as we provide the stereoscopic 3D depth ourselves using two cameras. 
    5557 
    56 ==== I can't even see a side-by-side picture, no active stereo, nothing ==== 
    57 !StereoCam.js settings, plugin working (see log), try building the Demo Scene into an empty project. 
     58==== I can't see a side-by-side picture, no active stereo, nothing ==== 
     59Try building the Demo scene as described above. If you can now see the side-by-side picture in the Game view then there's something wrong with your project/scene: 
     60 
     61 * Remove or disable any of your previous Camera objects. Keep only the Stereoscopic Main Camera from the prefab. 
     62 * The component Stereo Cam in the Stereoscopic Main Camera must have its parameter "Stereo" as "Active". 
     63 * Ensure you're not receiving any error !DllNotFoundException. (See the corresponding FAQ question above). 
     64 
     65 
     66 
     67If you still cannot see the side-by-side then there's something wrong with the plugin DLL. Find the component Nv Stereo in Stereoscopic Main Camera and enable "Show Log" to see what's happening.