Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doolysbranch #141

Merged
merged 45 commits into from
Feb 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
e793596
Update README.md
dooly123 Feb 2, 2025
f68e158
early work on the new settings systems, fixed and improved the loadin…
dooly123 Feb 3, 2025
0fede89
disabled LoadCameraPropertys for main cameras as it was causing issues
dooly123 Feb 3, 2025
e7ef22d
swapped to generate Unique ID
dooly123 Feb 3, 2025
2b4d6d2
added a way to still add additively a local scene for network usage.
dooly123 Feb 4, 2025
5e30c60
more work on the settings system plenty todo
dooly123 Feb 4, 2025
6dea59b
more work on the settings system
dooly123 Feb 4, 2025
a8a1aef
added layermask for sdk mirror
dooly123 Feb 4, 2025
755fe7e
added reflection layers for personal mirror
dooly123 Feb 4, 2025
4ac7a47
added local loading bar for avatar loads
dooly123 Feb 4, 2025
80a2b51
fix for chest transform not existing
dooly123 Feb 4, 2025
b78310d
added the next step to fix the hips floating away from the head
dooly123 Feb 4, 2025
880e4de
more work on the new settings system, bringing into a local project t…
dooly123 Feb 5, 2025
8673721
Create 1-bug.yml
towneh Feb 5, 2025
6d736e6
Create 2-feature-request.yml
towneh Feb 5, 2025
5487a07
Create config.yml
towneh Feb 5, 2025
3fb3338
Initial Content
towneh Feb 5, 2025
b6c1beb
Update config.yml
towneh Feb 5, 2025
5a61906
Update 2-feature-request.yml
towneh Feb 5, 2025
a9ed8e2
Update Unity version and GitHub URL
towneh Feb 5, 2025
2627f38
Fix casing
towneh Feb 6, 2025
b71e35d
Correct wording
towneh Feb 6, 2025
683f484
Merge pull request #133 from towneh/lts
dooly123 Feb 6, 2025
ed90206
Streamlined the bug report template
towneh Feb 6, 2025
ab751a8
Streamlined feature request template
towneh Feb 6, 2025
09726bd
Merge pull request #134 from BasisVR/towneh-patch-1
dooly123 Feb 7, 2025
eda789b
xiph opus corrected UnityOpus android
dooly123 Feb 7, 2025
8edfb30
quest support
dooly123 Feb 7, 2025
d0508b9
made sure we are not setting funky values on quest for some of the dy…
dooly123 Feb 7, 2025
3413bdb
created some level of default separation between quest and windows
dooly123 Feb 8, 2025
14d3e5e
reduced boot times by combining some loads and async operations
dooly123 Feb 8, 2025
15fd41c
Fix pickups for network loading and interacting
mriise Feb 8, 2025
d5121cf
fix for mirror having no reflection layers by default
dooly123 Feb 8, 2025
46218fb
set the GI performance level in quality settings for quest
dooly123 Feb 8, 2025
b71f6bd
vulkan working
dooly123 Feb 8, 2025
25b4676
Merge pull request #137 from mriise/fix/pickup-netcode
dooly123 Feb 8, 2025
99a34ad
Merge branch 'doolysbranch' into vulkan
dooly123 Feb 8, 2025
88ba139
added some error checking
dooly123 Feb 8, 2025
1641475
change some api level stuff
dooly123 Feb 8, 2025
7895684
change back api compatibility level
dooly123 Feb 8, 2025
cabe1bc
dx11
dooly123 Feb 8, 2025
a50c612
Merge branch 'lts' into doolysbranch
dooly123 Feb 9, 2025
708e856
Merge branch 'main' into doolysbranch
dooly123 Feb 9, 2025
8033774
Merge branch 'main' into doolysbranch
dooly123 Feb 9, 2025
aa14bf6
Merge branch 'main' into doolysbranch
dooly123 Feb 9, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
59 changes: 59 additions & 0 deletions .github/ISSUE_TEMPLATE/1-bug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
name: Bug Report
description: When stuff is broken.
labels: [bug]
assignees: doolyl123
body:
- type: textarea
id: Describe
attributes:
label: Describe the bug?
description: Plainly detail what actually happened.
validations:
required: true
- type: textarea
id: reproduction
attributes:
label: Steps to Reproduce
description: Describe the steps needed in order to reproduce the behavior.
validations:
required: true
- type: textarea
id: expected-behavior
attributes:
label: The expected behavior
description: What you expected to happen instead.
validations:
required: true
- type: textarea
id: screenshots
attributes:
label: Screenshots
description: Add media content here to assist with the troubleshooting.
validations:
required: false
- type: input
id: version
attributes:
label: BasisVR Release Version
placeholder: 0.037A (example)
validations:
required: true
- type: input
id: headset
attributes:
label: What VR headsets are being used during this issue?
placeholder: None/Desktop Only, Index, Quest Pro?
- type: textarea
id: log-files
attributes:
label: Log Files
description: Snippet of the problem occurring in the BasisVR log files.
validations:
required: true
- type: textarea
id: additional-context
attributes:
label: Additional Context
description: Any other detail about the issue goes here.
validations:
required: false
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/2-feature-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: Feature Request
description: Please submit your desired enhancement for the framework.
labels: [enhancement]
assignees: dooly123
body:
- type: textarea
id: problem
attributes:
label: Is your feature request related to a problem?
description: A clear and brief description of what the problem is. For example, It frustrates me when...
validations:
required: true
- type: textarea
id: solution
attributes:
label: Describe your preferred solution
description: A clear and brief description of what you would like to happen instead.
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Describe any considered alternatives
description: A clear and brief description of possible alternative solutions.
validations:
required: true
- type: textarea
id: additional-context
attributes:
label: Additional Context
description: Any other detail about the feature request goes here.
validations:
required: false
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: BasisVR Discord Server
url: https://discord.gg/F35u3cUMqt
about: Come and join our growing community!
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ MonoBehaviour:
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 182a4062596fa3e47adb70cec28591a7
m_Address: InputActions
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 18406c2d98a4b874e9ccd06d2741d401
m_Address: vr_tracker_vive_3_0
m_ReadOnly: 0
Expand Down Expand Up @@ -115,11 +110,6 @@ MonoBehaviour:
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 49c0b32427e2356489924ee0bfd63104
m_Address: Assets/Prefabs/Loadins/Main Camera.prefab
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 4b6d450b11ad8974e8c4ba0b1e0df50e
m_Address: RemotePlayer
m_ReadOnly: 0
Expand All @@ -135,11 +125,6 @@ MonoBehaviour:
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 5ad599c7b6420494f84e3a3b71efbfa8
m_Address: Assets/Settings/OpusData.asset
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 5ae1051fd2d154e43bd647430b08a010
m_Address: Packages/com.basis.basisdk/Materials/VideoPlayer.mat
m_ReadOnly: 0
Expand Down
136 changes: 0 additions & 136 deletions Basis/Assets/Basis/Settings/Quality Settiings/High Inclusion.asset

This file was deleted.

Loading
Loading