Skip to content

Commit f0e79aa

Browse files
papafecbush
andauthoredDec 13, 2022
Corrected section title for .NET (mongodb#2392)
I hope that this will render correctly! Co-authored-by: Chris Bush <[email protected]>
1 parent 67aa144 commit f0e79aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎source/sdk/dotnet/unity.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ However, since Unity has some `scripting restrictions
234234
<https://docs.unity3d.com/Manual/ScriptingRestrictions.html>`_, you should keep
235235
the following additional considerations in mind when developing your project:
236236

237-
dynamic`` Keyword Support
237+
``dynamic`` Keyword Support
238238
~~~~~~~~~~~~~~~~~~~~~~~~~
239239
Unity does not support the `dynamic keyword <https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/types/using-type-dynamic>`_ when using `IL2CPP <https://docs.unity3d.com/Manual/IL2CPP.html>`_. This means all types used in C# scripts must be known at compile time. When you use the Realm .NET SDK with Unity, you must convert dynamic types to concrete types. To view the full list of limitations, see the Unity `scripting limitations <https://docs.unity3d.com/Manual/ScriptingRestrictions.html>`_ documentation. Although the Realm .NET SDK exposes the :dotnet-sdk:`Dynamic API<reference/Realms.Realm.Dynamic.html?q=dynamic>`, we recommend it only when performing migrations.
240240

0 commit comments

Comments
 (0)