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
- Timeline section stops rendering after restoring Profiler Window modules
- Cursor image does not update when Cursor.SetCursor is called again with CursorMode.Auto
- Crash on do_runtime_invoke when reopening a specific project after failing to build it
- Animations change speed when rigidbody is added
- Low FPS persists when re-entering Play mode after an extended session in a specific project
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.