Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into feature/passthrough…
Browse files Browse the repository at this point in the history
…-scene-locking
  • Loading branch information
andybak committed Jan 16, 2024
2 parents a759e1e + ee941bc commit 3083dfb
Show file tree
Hide file tree
Showing 6 changed files with 62 additions and 12 deletions.
4 changes: 2 additions & 2 deletions Assets/Prefabs/Accounts/Authentication/ReplaceHeadset.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<html xmlns="http://www.w3.org/1999/xhtml">
<head profile="http://www.w3.org/2005/10/profile">
<title>Tilt Brush - Replace your headset</title>
<title>Open Brush - Replace your headset</title>
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
<link rel="icon" type="image/png" href="TiltBrush_FavIcon.png" />
<style>
Expand All @@ -21,7 +21,7 @@
<body>
<div>
<img src="TiltasaurusHMDOn.png"/><br/>
Put your headset on to return to Tilt Brush<br/>
Put your headset on to return to Open Brush<br/>
and continue creating.
</div>
</body>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<html xmlns="http://www.w3.org/1999/xhtml">
<head profile="http://www.w3.org/2005/10/profile">
<title>Tilt Brush - Replace your headset</title>
<title>Open Brush - Replace your headset</title>
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
<link rel="icon" type="image/png" href="TiltBrush_FavIcon.png" />
<style>
Expand All @@ -21,7 +21,8 @@
<body>
<div>
<img src="TiltasaurusHMDOn.png" width=384 height=384/><br/>
Relaunch Tilt Brush to continue creating.
Return to Open Brush to continue creating.<br/>
Meta Quest users can click the "Done" button above.
</div>
</body>
</html>
46 changes: 43 additions & 3 deletions Assets/Prefabs/PopUps/PopupWindow_UploadMobile.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ MonoBehaviour:
m_OnCullStateChanged:
m_PersistentCalls:
m_Calls: []
m_text: Exit Open Brush
m_text: Click to Finish Publishing
m_isRightToLeft: 0
m_fontAsset: {fileID: 11400000, guid: fce54057bad3d2d4cb3c36ee394be518, type: 2}
m_sharedMaterial: {fileID: 2133298, guid: fce54057bad3d2d4cb3c36ee394be518, type: 2}
Expand Down Expand Up @@ -1003,7 +1003,11 @@ PrefabInstance:
objectReference: {fileID: 0}
- target: {fileID: 1000013096383082, guid: 4d2503fe0d5c9ae48a510658ac9df4a9, type: 3}
propertyPath: m_IsActive
value: 1
value: 0
objectReference: {fileID: 0}
- target: {fileID: 1000013114340806, guid: 4d2503fe0d5c9ae48a510658ac9df4a9, type: 3}
propertyPath: m_IsActive
value: 0
objectReference: {fileID: 0}
- target: {fileID: 1000014041336086, guid: 4d2503fe0d5c9ae48a510658ac9df4a9, type: 3}
propertyPath: m_IsActive
Expand Down Expand Up @@ -1053,6 +1057,27 @@ PrefabInstance:
propertyPath: m_LocalEulerAnglesHint.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 34748761131250936, guid: 4d2503fe0d5c9ae48a510658ac9df4a9,
type: 3}
propertyPath: m_text
value: To avoid error 403 on Sketchfab when publishing - change visibility
to public (free Sketchfab accounts can't publish private models)
objectReference: {fileID: 0}
- target: {fileID: 34748761131250936, guid: 4d2503fe0d5c9ae48a510658ac9df4a9,
type: 3}
propertyPath: m_fontSize
value: 1
objectReference: {fileID: 0}
- target: {fileID: 34748761131250936, guid: 4d2503fe0d5c9ae48a510658ac9df4a9,
type: 3}
propertyPath: m_margin.w
value: -0.2722435
objectReference: {fileID: 0}
- target: {fileID: 34748761131250936, guid: 4d2503fe0d5c9ae48a510658ac9df4a9,
type: 3}
propertyPath: m_fontSizeBase
value: 1
objectReference: {fileID: 0}
- target: {fileID: 612561239130847434, guid: 4d2503fe0d5c9ae48a510658ac9df4a9,
type: 3}
propertyPath: m_text
Expand All @@ -1066,7 +1091,22 @@ PrefabInstance:
- target: {fileID: 970682864746106188, guid: 4d2503fe0d5c9ae48a510658ac9df4a9,
type: 3}
propertyPath: m_IsActive
value: 0
value: 1
objectReference: {fileID: 0}
- target: {fileID: 1946674739864310761, guid: 4d2503fe0d5c9ae48a510658ac9df4a9,
type: 3}
propertyPath: managedReferences[3215294302546034713].m_Localized.m_TableEntryReference.m_KeyId
value: 189087250755706880
objectReference: {fileID: 0}
- target: {fileID: 5173511161803795244, guid: 4d2503fe0d5c9ae48a510658ac9df4a9,
type: 3}
propertyPath: m_LocalPosition.z
value: -0.0035
objectReference: {fileID: 0}
- target: {fileID: 5173511161803795244, guid: 4d2503fe0d5c9ae48a510658ac9df4a9,
type: 3}
propertyPath: m_AnchoredPosition.y
value: 0.3
objectReference: {fileID: 0}
- target: {fileID: 5386564173593758542, guid: 4d2503fe0d5c9ae48a510658ac9df4a9,
type: 3}
Expand Down
4 changes: 2 additions & 2 deletions Assets/Scripts/Sharing/HttpServer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

namespace TiltBrush
{
/// Class for responding to Http Requests. request handlers can be added for specfic paths.
/// Class for responding to Http Requests. request handlers can be added for specific paths.
public class HttpServer : MonoBehaviour
{
[SerializeField] private int m_httpListenerPort = 40074;
Expand Down Expand Up @@ -146,7 +146,7 @@ public void AddHttpHandler(string path, Action<HttpListenerContext> handler)

/// Adds a handler to the Http server that responds to a given path.
/// Path should include / at the start - e.g. /load /files /pages etc
/// The function takes a request and should return its response as an html string.
/// The function takes a request and should return its response as an html string.
/// The response does not need to be closed.
public void AddHttpHandler(string path, Func<HttpListenerRequest, string> handler)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ MonoBehaviour:
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 5b11a58205ec3474ca216360e9fa74a8, type: 3}
m_Name: Strings Shared Data
m_EditorClassIdentifier:
m_EditorClassIdentifier:
m_TableCollectionName: Strings
m_TableCollectionNameGuidString: c84355079ab3f3e4f8f3812258805f86
m_Entries:
Expand Down Expand Up @@ -3291,6 +3291,10 @@ MonoBehaviour:
m_Key: ENVIRONMENT_PANEL_UNLOCK_CANVAS
m_Metadata:
m_Items: []
- m_Id: 189087250755706880
m_Key: POPUP_UPLOAD_COMPLETE_MOBILE_DESCRIPTION
m_Metadata:
m_Items: []
m_Metadata:
m_Items: []
m_KeyGenerator:
Expand Down
9 changes: 7 additions & 2 deletions Assets/Settings/Localization/Strings/Strings_en.asset
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ MonoBehaviour:
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: e9620f8c34305754d8cc9a7e49e852d9, type: 3}
m_Name: Strings_en
m_EditorClassIdentifier:
m_EditorClassIdentifier:
m_LocaleId:
m_Code: en
m_SharedData: {fileID: 11400000, guid: c84355079ab3f3e4f8f3812258805f86, type: 2}
Expand Down Expand Up @@ -1433,7 +1433,7 @@ MonoBehaviour:
m_Metadata:
m_Items: []
- m_Id: 76086604699590656
m_Localized: Exit Open Brush to finish publishing
m_Localized: Click to Finish Publishing
m_Metadata:
m_Items: []
- m_Id: 76094622149435392
Expand Down Expand Up @@ -3472,6 +3472,11 @@ MonoBehaviour:
Brush Size'
m_Metadata:
m_Items: []
- m_Id: 189087250755706880
m_Localized: To avoid error 403 on Sketchfab when publishing - change visibility
to public (free Sketchfab accounts can't publish private models)
m_Metadata:
m_Items: []
- m_Id: 188791089062830080
m_Localized: Reset Canvas Position
m_Metadata:
Expand Down

0 comments on commit 3083dfb

Please sign in to comment.