Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
UFrameIT
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FrameIT
UFrameIT
Commits
245a30d4
Verified
Commit
245a30d4
authored
5 months ago
by
Björn Eßwein
Browse files
Options
Downloads
Patches
Plain Diff
remove noisy debug prints
parent
16c0bd73
No related branches found
No related tags found
No related merge requests found
Pipeline
#6446
passed
5 months ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Assets/Scripts/UI/InGame/WebViewController.cs
+1
-2
1 addition, 2 deletions
Assets/Scripts/UI/InGame/WebViewController.cs
Packages/bessw.unity.webview
+1
-1
1 addition, 1 deletion
Packages/bessw.unity.webview
with
2 additions
and
3 deletions
Assets/Scripts/UI/InGame/WebViewController.cs
+
1
−
2
View file @
245a30d4
...
...
@@ -20,7 +20,6 @@ public class WebViewController : ScrollView
private
void
Awake
()
{
Debug
.
LogWarning
(
"awake Webview Controller"
);
webViewComponent
=
GetComponent
<
WebViewComponent
>();
WebViewComponent
.
serializerSettings
.
Converters
.
Add
(
new
FactObjectUIConverter
());
webViewComponent
.
targetUrl
=
Path
.
Join
(
CommunicationEvents
.
Get_DataPath
(),
"scrollView.html"
);
...
...
@@ -130,7 +129,7 @@ private async void SetScrollContent(Scroll scroll)
private
async
void
DropzoneAttributeModifiedHandler
(
attributeModifiedEvent
attributeModifiedEvent
)
{
Debug
.
Log
Warning
(
$"dropzoneAttributeModifiedHandler: '
{
attributeModifiedEvent
.
name
}
'"
);
//
Debug.Log($"dropzoneAttributeModifiedHandler: '{attributeModifiedEvent.name}'");
// call the onFactAssignment event if the data-fact-id attribute was modified
if
(
attributeModifiedEvent
.
name
==
"data-fact-id"
)
...
...
This diff is collapsed.
Click to expand it.
bessw.unity.webview
@
787188c2
Compare
c2220c67
...
787188c2
Subproject commit
c2220c67983c8152fe5052cf5981fe680772c4f0
Subproject commit
787188c205056d486911340e7d558fb23f079b79
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment