본문 바로가기

Unity

유니티 외부 프로그램 실행 방법

// 유니티에서 외부 프로그램을 실행하고 싶을때 사용.

윈도우

using System;

System.Diagnostics.Process.Start("D:/FireExtinguisher Manager/FireDemo.exe");



출처: https://millers.tistory.com/entry/유니티-외부-프로그램-실행-방법-Running-external-program [Millers present]