SharedSpaces PhotonNetDriver linker error
Hi, I have been following isntallation guide in https://github.com/oculus-samples/Unreal-SharedSpaces and have successfully managed to install photon engine and make authentication. However, I am using UE5.3.2 and I am having an issue with your plugin PhotonNetDriver. I have following following documentation in the same repository (https://github.com/oculus-samples/Unreal-SharedSpaces/blob/main-5.x/Plugins/PhotonNetDriver/Documentation/PhotonNetDriver.md), and did transfer PhotonNetDriver foler into plugins folder of my ue5.3.2 project, but upon compiling my project from unreal engine editor, it compiler, but threw an error related to Photon Net Driver. Here are logs Creating library C:\Users\yarik\Desktop\Unreal-SharedSpaces-main-5.x\Plugins\PhotonNetDriver\Binaries\Win64\UnrealEditor-PhotonNetDriver.patch_0.lib and object C:\Users\yarik\Desktop\Unreal-SharedSpaces-main-5.x\Plugins\PhotonNetDriver\Binaries\Win64\UnrealEditor-PhotonNetDriver.patch_0.exp Module.PhotonNetDriver.cpp.obj : error LNK2001: unresolved external symbol "public: static struct UE::Math::TIntVector3<int> const UE::Math::TIntVector3<int>::ZeroValue" (?ZeroValue@?$TIntVector3@H@Math@UE@@2U123@B) Module.PhotonNetDriver.cpp.obj : error LNK2011: precompiled object not linked in; image may not run C:\Users\yarik\Desktop\Unreal-SharedSpaces-main-5.x\Plugins\PhotonNetDriver\Binaries\Win64\UnrealEditor-PhotonNetDriver.patch_0.exe : fatal error LNK1120: 2 unresolved externals Failed to link patch (0.000s) (Exit code: 0x460) ---------- Finished (0.000s) ---------- Seems like it requires additional setup upon what is mentioned in the repository. Please, let me know what might be the issue. I can build my app with it, but I don't want this error to be displayed. Thank you very much398Views0likes0CommentsCan I only submit my app for testing if it's in the store? (Entitlement issue)
I'm making a VR app, I can only test it on my dev account, if I test IT using my personal account the Meta Avatar doesn't load and the Entitlement Check returns me an error. We don't want to make the app public anyway, so is there any way to use it without having to add each user as a tester?Solved3.4KViews0likes2CommentsApp Screenshots in Oculus Screenshots folder/Sharing Menu
Our goal is to allow a user to capture screenshots in our app with our custom camera tool, and have these screenshots appear in the Oculus "Sharing" menu. Currently we have a custom camera tool in our app. We are successfully saving the images we capture to: /storage/emulated/0/Android/data/com.company.app/files/filename.png However, we receive an UnauthorizedExeption: Access to path "" is denied when we attempt to move our images, or save our images to: /storage/emulated/0/Oculus/Screenshots/ What is the proper way to ensure our custom screenshots show up in the Oculus system "Sharing" menu?2.5KViews1like3CommentsOculus Data Protection Assessment team says my game's multiplayer needs to use TLS 1.2 - why?
My game (Starfighter Arduxim) is made with Unity and Photon - for multiplayer it copies the Oculus.Platform.Models.User.OculusID field to PhotonNetwork.playerName so player names show up on the in-game scoreboard.. I'm being told by the Oculus Data Protection Assessment team that the transmission of the user ID needs use TLS 1.2 as that is the 'industry standard', and that if it doesn't my game will be removed from the App Lab. Photon doesn't support TLS 1.2 and it sounds like overkill to me to require it just for the user ID, as TLS 1.2 is used for things like secure web pages. The person emailing me doesn't sound like they know what Photon is which makes me think they aren't familiar with how multiplayer games work, and it would explain why they expect encryption more suitable for a business productivity app. Can anyone at Oculus shed some light on this? Is it just a misunderstanding on how my game is using the user ID? If TLS 1.2 is required, how is this achieved when using Photon?1.8KViews0likes3CommentsInverse Kinematics Is Not Working Correctly in Quest
I'm developing a multiplayer app in Unity using the Photon engine (PUN2). I want the player's avatar's hands/arms and head to move with the player's hands and head movements. But what happens is that, when the second player enters the room, the avatar hands of both players lock up and don't move (the head movements seem to work ok). This happens with an IK script I created as well as with Final IK from the Unity Asset Store. This problem doesn't seem to happen with my Rift. Has anyone else had this problem and can you suggest a solution?508Views0likes0Comments