XRTK / com.xrtk.core

The Official Mixed Reality Framework for Unity
https://xrtk.io
MIT License
308 stars 34 forks source link

Remove cached symlink files which can cause errors on fresh clones #917

Closed SimonDarksideJ closed 2 years ago

SimonDarksideJ commented 2 years ago

XRTK - Mixed Reality Toolkit Pull Request

Overview

In some circumstances, the cached symlink files can cause issues on machines by becoming read-only, this causes issues such as identified in #916 As the Symlinks are intended to be autogenerated links from other sources, these cached files are not needed.

The GitIgnore file has been updated to ensure these links are not added again.

Any required changes to the XRTK.Generated folder should be manually added in the future.

Changes

Breaking Changes

None