-
Hello, I am getting an error (does not exist in current context) with the code below. Am I missing a using statement, or are the utility functions no longer operational? Let me know if you need any further information. This line is working elsewhere in the code, so I think the plugin is properly installed: using System.Collections; public class ShareManager : MonoBehaviour void start(){
} |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This plugin doesn't have UnityNativeSharing class. You've probably imported this repository whereas you should've imported NativeShare via one of these methods. |
Beta Was this translation helpful? Give feedback.
This plugin doesn't have UnityNativeSharing class. You've probably imported this repository whereas you should've imported NativeShare via one of these methods.