Forum Discussion
mouse_bear
7 years agoRetired Support
Unity Alert: Integration 1.32 compile issue (01/07/19)
We have been receiving reports of an issue when attempting to compile with the current integration (v1.32) offered on the Unity Asset Store:
Assets\Oculus\Avatar\Scripts\OvrAvatarSkinnedMeshRenderPBSV2Component.cs(4,23): error CS0234: The type or namespace name 'Policy' does not exist in the namespace 'System.Security' (are you missing an assembly reference?)
Our team is aware of the issue and working to rectify it. For the time being, this can be fixed by opening the Assets\Oculus\Avatar\Scripts\OvrAvatarSkinnedMeshRenderPBSV2Component.cs file and commenting out/removing the following line (line 4) highlighted in bold:using UnityEngine;
using System.Collections;
using System;
using System.Security.Policy;
using Oculus.Avatar;1 Reply
Replies have been turned off for this discussion
- mouse_bearRetired Support01/22/19: This issue has been fixed in our Oculus Integration v1.32.1 update. Read the patch notes here.
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 8 months ago