-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
Preparing Release Branch
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
--- | ||
title: 'November: 18th' | ||
category: Daily | ||
date: 2024-11-18 12:00:00 | ||
client: Self | ||
unsplash: 1541320779116-ec4a3d4692bc | ||
img: https://images.unsplash.com/photo-1541320779116-ec4a3d4692bc?crop=entropy&cs=srgb&fm=jpg&ixid=MnwzNjM5Nzd8MHwxfHJhbmRvbXx8fHx8fHx8fDE2ODE3NDg2ODY&ixlib=rb-4.0.3&q=85 | ||
description: November 18th. | ||
tags: | ||
- daily | ||
--- | ||
|
||
import { Adsense, Tasks } from '@kbve/astropad'; | ||
|
||
## 2024 | ||
|
||
- 01:51AM | ||
|
||
**WebGL** | ||
|
||
Adjusted the WebGL build, going to push up another commit as well. | ||
We do need to adjust the supabase login, making sure that it works for both Standalone and WebGL. | ||
Performing that test right now at 5pm, the notes are below. | ||
|
||
- 12:50PM | ||
|
||
**Vuplex** | ||
|
||
The `Vuplex` provider provides a way to utilize the webview but we want to focus on making it work through our package. | ||
However it seems that it crashes on the macbook, so I am going to try to make it work on the windows desktop. | ||
I am thinking that it might be a missing assembly reference, but I am starting to get annoyed with trying to debug this problem, never felt so much pain! | ||
However, part of learning a bunch of different languages would have some downsides because they all have their little tricks. | ||
|
||
The login screen has some issues with the pixel density that need to be resolved. | ||
Resolution is current 1 px per Unity , ugh you know what, I will make the adjustments from the other end. | ||
Okay, next step will be to grab the username or give them the option to adjust their username. | ||
|
||
- 05:05PM | ||
|
||
**WebGL** | ||
|
||
I am going to test the webgl build and how it goes about handling the vuplex changes! | ||
Hoping, Coping, Copium! errr... that it automatically does its magic without us having to do any major changes. | ||
We want the login screen to be the same for the Standalone64 build and the Webgl build, if both are working without then we can move forward. | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"name": "Kbve.Kilonet", | ||
"rootNamespace": "KBVE.Kilonet", | ||
"references": [ | ||
"Vuplex.WebView", | ||
"Supabase.Core", | ||
"Supabase.Functions", | ||
"Supabase.Gotrue", | ||
"Supabase.Postgrest", | ||
"Supabase.Realtime", | ||
"Supabase.Storage", | ||
"Cysharp.Threading.Tasks" | ||
], | ||
"includePlatforms": [], | ||
"excludePlatforms": [], | ||
"allowUnsafeCode": false, | ||
"overrideReferences": false, | ||
"precompiledReferences": [], | ||
"autoReferenced": true, | ||
"defineConstraints": [], | ||
"versionDefines": [], | ||
"noEngineReferences": false | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.