|
Hi everyone, I am trying to build a 3D object viewer, which pretty much uploads a secure file(it has a custom extension added on). How do I program open with... the build Unity program I made. The program is working great, but I am not sure how to program the open with... I just want to click on secure file, and it should open the Unity program and open it up.
(comments are locked)
|
|
You would need to use Custom Installer software such as Installshield or a similar tool to enable this sort of functionality. The tool would write the registry entries neccessary to set Windows to automatically register your program as the one that opens your specific file type. I feel like there is an easier way to do this. Even if I do this, how is my C# script going to recognize the file at the start of the unity program. How does my program know the file path?
May 30 '12 at 01:52 PM
unity_PST
(comments are locked)
|
