Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use UnsafeUtility in Unity 2020 #253

Closed
timcassell opened this issue Aug 23, 2023 · 0 comments · Fixed by #254
Closed

Use UnsafeUtility in Unity 2020 #253

timcassell opened this issue Aug 23, 2023 · 0 comments · Fixed by #254
Assignees
Milestone

Comments

@timcassell
Copy link
Owner

Currently we only use Unsafe.As in net5.0 or newer. Unity provides a similar utility in 2020+. https://docs.unity3d.com/2020.1/Documentation/ScriptReference/Unity.Collections.LowLevel.Unsafe.UnsafeUtility.As.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant