8000 Make Guid Regenerator public by StephenHodgson · Pull Request #604 · XRTK/com.xrtk.core · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Aug 11, 2024. It is now read-only.

Make Guid Regenerator public #604

Merged
merged 4 commits into from
May 20, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Submodules/SteamVR
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ namespace XRTK.Editor.Utilities
{
/// <summary>
/// <para>
/// Used to regenerate guids for profiles and prefabs copied from upm packages.
/// Used to regenerate guids for Unity assets.
/// </para>
/// <para>
/// Based on https://gist.github.com/ZimM-LostPolygon/7e2f8a3e5a1be183ac19
/// </para>
/// </summary>
internal static class GuidRegenerator
public static class GuidRegenerator
{
/// <summary>
/// Regenerate the guids for assets located in the <see cref="assetsRootPath"/>.
Expand Down
0