MacBread Posted November 27, 2019 Share Posted November 27, 2019 Hi developers! I modified SRwork sample scene adding some objects and script. Build was successful and It runs very well on Unity editor as I want without any error on Unity console. But on .exe file SRwork doesnt work at all like below. Even 2 examples in Build-Unity-0.8.0.2\Plugin or \Experience show same. I run that on 1050Ti (Pascal), i7-7700, and Windows 10. They dont give any clue to solve problem.. need your help! @Daniel_Y @Andy.YC_Wang Link to comment Share on other sites More sharing options...
Daniel_Y Posted November 29, 2019 Share Posted November 29, 2019 If you intend to build standalone executable for your project incorporating AI.Vision module, you need to manually copy the deep learning models under /Assets/ViveSR/Plugins/model to $(YOUR_STANDADLONE_EXE)/Plugins/model. Link to comment Share on other sites More sharing options...
MacBread Posted November 29, 2019 Author Share Posted November 29, 2019 35 minutes ago, Daniel_Y said: If you intend to build standalone executable for your project incorporating AI.Vision module, you need to manually copy the deep learning models under /Assets/ViveSR/Plugins/model to $(YOUR_STANDADLONE_EXE)/Plugins/model. Thx Daniel! After copying ViveSR\Plugins\Model folder in my own EXE's Plugins folder, It works very well. I wonder why my build needs these files. I thought I didn't use any of AI.Vision function while modification. 😛 And problem on example build is done. I moved Vive_SRWorks.exe and Data folder to desktop. I guess maybe some special symbols( such as + or _ ) disturbed it. Again really thx Daniel 🙂 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now