FdlDeveloper Posted October 7, 2020 Share Posted October 7, 2020 I have imported the SRanipal SDK (SRanipal_SDK_1.1.0.1) into my Unity Project. This program works well, and could get eye tracking information on Unity Editor (Unity 2019.2.15). However, This program couldn't get the information as built file (exe). It seems that the built file couldn't Synchronize with SR_Runtime (Ver.1.1.2.0). It has the same result of the new project that just imported SDK. Is it necessary to edit something Unity's Property, in particular, When I build a program. @Corvus Link to comment Share on other sites More sharing options...
Corvus Posted October 7, 2020 Share Posted October 7, 2020 @FdlDeveloper Have you changed any build settings with the new project? Are you building x64 and is stripping disabled? Link to comment Share on other sites More sharing options...
FdlDeveloper Posted October 19, 2020 Author Share Posted October 19, 2020 (edited) @Corvus Thank you! I had chosen x86... So, I changed the architecture to x86_64. New Project & My Program works well and get the information as built file, Now. (Stripping was set in disable from a beginning.) Edited October 19, 2020 by FdlDeveloper 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