Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
mouse_bear's avatar
mouse_bear
Retired Support
7 years ago

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_bear's avatar
    mouse_bear
    Retired Support
    01/22/19: This issue has been fixed in our Oculus Integration v1.32.1 update. Read the patch notes here.