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.
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 figured it out. Thank you anyway
This thread’s answer seems relevant (in the second part of the answer, it talks about CommandLineArguments).