Skip to content

Commit c7958b5

Browse files
authored
Merge pull request PimDeWitte#10 from AdmiralSnyder/patch-1
adding a link to the .cs
2 parents cacc066 + 0b73870 commit c7958b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UnityMainThreadDispatcher.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ limitations under the License.
1919
using System.Collections.Generic;
2020
using System;
2121

22-
/// Author: Pim de Witte (pimdewitte.com) and contributors
22+
/// Author: Pim de Witte (pimdewitte.com) and contributors, https://github.com/PimDeWitte/UnityMainThreadDispatcher
2323
/// <summary>
2424
/// A thread-safe class which holds a queue with actions to execute on the next Update() method. It can be used to make calls to the main thread for
2525
/// things such as UI Manipulation in Unity. It was developed for use in combination with the Firebase Unity plugin, which uses separate threads for event handling

0 commit comments

Comments
 (0)