Hi,
We are writing a desktop application that has full access to the file system. Does anyone have experience loading video and audio files from the file system? We want to be able to drop in updated videos/audios without rebuilding the game. So I guess my questions are:
- Is this possible?
- If it is, will it be very slow as the video must, I guess, go through an import-asset process?
- Should we import the video and the material?
- Is there an asset you can recommend from the asset store that will solve our problems?