Search Issue Tracker
Fixed in 1.38.3
Votes
1
Found in [Package]
1.38.2
Issue ID
1184070
Regression
Yes
[Oculus] Cannot build for Oculus Quest in 2018.4 when using .Net 3.5
New projects created in 2018.4 default to .Net 4.x. If a user upgrades an old project or starts a new one and that uses the deprecated .Net 3.5, they will receive an error if the Oculus Android package is installed:
/Library/PackageCache/com.unity.xr.oculus.android@1.38.2/Editor/OculusBuildProcessor.cs(125,49): error CS1501: No overload for method `GetValue' takes `1' arguments
Comments (2)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- The text, buttons and checkmarks are outside their visual bounds when the Tier Settings window is docked
- Invalid front face configuration when building with GraphicsAPI set to WebGPU
- WebGL builds report wrong screen resolution if "matchWebGLToCanvasSize" is set to "false"
- List<T> in the Inspector does not update values when changed through Dropdown menu
- Crash on keywords::LocalSpace::Find when reimporting specific assets
phil4107
Sep 15, 2019 18:34
Go to Player Settings > Other Settings and under 'Configuration' set 'Scripting Runtime Version' to '.Net 4.x Equivalent'
AkiRa984
Sep 14, 2019 19:02
I have the same issue. Reinstalling the Oculus package didn't help.