Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

WIP: Support .NET Framework 3.5 #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

bruno-garcia
Copy link
Member

@bruno-garcia bruno-garcia commented Oct 12, 2018

Considering supporting .NET 3.5 to use this library with Unity 5 or lower.

Note: Scope wouldn't be thread-safe. Unity Application.logMessageReceivedThreaded is potentially invoked from multiple threads.

Also:

You also need to remember that Unity API is not Thread-safe, so all calls to Unity API should be done from the main Thread.
from Unity site

Would require new build script since dotnet can't build .NET Framework 3.5

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant