Skip to content

Commit

Permalink
Fix for Toolkit export regex matching on glb import (#294)
Browse files Browse the repository at this point in the history
Those who fail to learn from user agent strings are doomed to repeat it.
  • Loading branch information
andybak committed Sep 30, 2022
1 parent 4bd91bc commit 1cda25e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Scripts/Export/ExportUtils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ public int GetIdFromInstanceId(UnityEngine.Object obj)
public class SceneStatePayload
{
// Metadata.
public string generator = "Open Brush {0}.{1}";
public string generator = "Tilt Brush 23.3.841faedfb compatible (Actually: Open Brush {0}.{1})";
public DeterministicIdGenerator idGenerator = new DeterministicIdGenerator();

// Space Bases.
Expand Down

0 comments on commit 1cda25e

Please sign in to comment.