Skip to content

Instantly share code, notes, and snippets.

@KRNKRS
Created August 8, 2018 11:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KRNKRS/75d54fe1e93059c05e515bc3e4616ac7 to your computer and use it in GitHub Desktop.
Save KRNKRS/75d54fe1e93059c05e515bc3e4616ac7 to your computer and use it in GitHub Desktop.
MyPlugin.cs
//忘れずに!
using System.Runtime.InteropServices;
public class HogeClass : MonoBehaviour {
[DllImport("__Internal")]
private static extern void OpenToBlankWindow(string _url);
//略
OpenToBlankWindow(m_url);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment