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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
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.