Forum Discussion

HologramSoftware's avatar
HologramSoftware
Honored Guest
11 days ago

SDK Linux editor issues

Hey guys, 

The SDK has sections like this:

#if UNITY_EDITOR_WIN
***
#elif UNITY_EDITOR_OSX
***
#endif

(this is in installer.cs)

And in 2 places in OVRPlugin 

#if OVRPLUGIN_UNSUPPORTED_PLATFORM
return false;

where it should be something like

#if OVRPLUGIN_UNSUPPORTED_PLATFORM
hapticsProperties = new HapticsParametricProperties();
return false;


I'm using Linux, and while I understand that you don't want to support linux, this is just lazy and inconsiderate, because I can't just "hack" this once the SDK is going to keep over writing my changes, can you be more considerate for us Linux users please.

→ Find helpful resources to begin your development journey in Getting Started

→ Get the latest information about HorizonOS development in News & Announcements.

→ Access Start program mentor videos and share knowledge, tutorials, and videos in Community Resources.

→ Get support or provide help in Questions & Discussions.

→ Show off your work in What I’m Building to get feedback and find playtesters.

→ Looking for documentation?  Developer Docs

→ Looking for account support?  Support Center

→ Looking for the previous forum?  Forum Archive

→ Looking to join the Start program? Apply here.

 

Recent Discussions