Skip to content

Commit

Permalink
fix image download(wtf image)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonic853 committed Dec 9, 2024
1 parent 26d86f6 commit 8b47fb0
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 72 deletions.
80 changes: 40 additions & 40 deletions Demo.unity

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

62 changes: 32 additions & 30 deletions Prefabs/UdonEventCalendar.prefab

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

2 changes: 1 addition & 1 deletion Scripts/EventCalendarConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ void Start()
{
if (!string.IsNullOrWhiteSpace(eventCalendarImageUrl.ToString()))
urlSubmitterImage.url = eventCalendarImageUrl;
urlSubmitterImage.SubmitUrl();
urlSubmitterImage.SubmitUrlWithUpdate();
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.sonic853.udon.event-calendar",
"version": "1.0.0",
"version": "1.0.1",
"displayName": "Sonic853 - Udon Event Calendar",
"description": "Udon 活动日历",
"unity": "2022.3",
Expand Down

0 comments on commit 8b47fb0

Please sign in to comment.