Skip to content

Commit

Permalink
Replace custom code with Web package in Core
Browse files Browse the repository at this point in the history
  • Loading branch information
mvriel committed Aug 21, 2023
1 parent e4ff563 commit 6a9bf0b
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 109 deletions.
40 changes: 10 additions & 30 deletions Assets/Scenes/Main.unity

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Assets/Scripts/Configuration/Configuration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
using System.Linq;
using Netherlands3D.Coordinates;
using Netherlands3D.Twin.Features;
using Netherlands3D.Web;
using SimpleJSON;
using UnityEngine;
using UnityEngine.Events;
Expand Down Expand Up @@ -77,7 +78,7 @@ public IEnumerator PopulateFromFile(string externalConfigFilePath)
public void Populate(Uri url)
{
var queryParameters = new NameValueCollection();
url.Query.ParseAsQueryString(queryParameters);
url.TryParseQueryString(queryParameters);
Populate(queryParameters);
}

Expand Down
73 changes: 0 additions & 73 deletions Assets/Scripts/Configuration/StringExtensionMethods.cs

This file was deleted.

3 changes: 0 additions & 3 deletions Assets/Scripts/Configuration/StringExtensionMethods.cs.meta

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"GUID:1dc026572dea57245aabc14f481fbc8f",
"GUID:19c45768ddcd67943afbf0cb4e4ff0b3",
"GUID:e8c4eaed24cfc6d429a543f150c8a5dc",
"GUID:33a0d05a98c744ae9baf0f37b6cd5e93"
"GUID:33a0d05a98c744ae9baf0f37b6cd5e93",
"GUID:9ca88277166fea644a31588b4f943acc"
],
"includePlatforms": [],
"excludePlatforms": [],
Expand Down
2 changes: 1 addition & 1 deletion Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@
"eu.netherlands3d.filebrowser": "1.3.1",
"eu.netherlands3d.obj-importer": "1.1.0"
},
"hash": "2a09bb5de76bd66db659283628bce406d7b9debd"
"hash": "3bdbd989d9db887a8475d3bddc3d5005243809c2"
},
"nl.netherlands3d.authentication": {
"version": "https://github.com/Amsterdam/Netherlands3D.git?path=/Packages/nl.netherlands3d.authentication",
Expand Down

0 comments on commit 6a9bf0b

Please sign in to comment.