Open Beta

Post about the current Open Beta. Post logs to Gist/Pastebin! One item per post!
Non-constructive and off-topic posts will be moved or deleted.
[SDK 3.10.4 beta 2] Allows us to ignore a global collider locally
Issue: With the new global collider option users can now mark a PhysBone collider as global to allow it to collide with other peoples PhysBones. This however has one problem, you can't have a global collider that can collide with other peoples PhysBones, while not having it collide with all of your PhysBones. For example Furry Avatars often have PhyBones in their toes, but maybe also want to be able to have a global collider on their foot. Currently those two would interfere with each other and there is no way to prevent that without making the collider local or disabling "Self" on the Phys Bone collision. (Doing so would also prevent hands etc from colliding.) Suggestion: Essentially, allow us to somehow have a global PhysBone collider that we can locally ignore. There are 2 ways I could see this being solved: Have a "Ignore Colliders" list on each PhysBone. If you have a global collider that you don't want it to collide with you can just drag it in there. Similar to PhysBones themself, have "Collide Self" and "Collide Others" toggles on PhysBone colliders when set to global, allowing you to decide if it should only be global for you, others or both. Current Workarounds: Currently you can just have "Allow Self" disabled on the PhysBone and live with you not being able to touch or grab them. If you want to add that back you could add your own finger colliders, etc. just for that PhysBone. Attachments: Here is a screenshot of the "Allow Self" and "Allow Others" settings on PhysBones that could also be implemented for colliders.
11
·
Feature Requests
·
available in future release
[1675 beta] [feat-req] Add display names to picture metadata
English: Since build 1674 open-beta, pictures taken with the in-app Camera now have metadata for the author of the photo and the world that it was taken in. However, the current metadata only contains machine-readable IDs, which are not in a human-readable format. The current implementation has the following issues: Log files must be referenced to identify world names from IDs Old log files are deleted, making it impossible to identify world information for past photos If worlds are deleted, it becomes impossible to identify where photos were taken Using unofficial VRChat APIs to resolve IDs puts unnecessary load on VRChat's API servers Therefore, we request adding display names for authors and worlds to the metadata [*]. This would enable direct identification of authors and worlds from photos without depending on logs. Japanese: build 1674 open-beta 以降、写真を撮ったときに撮影者と撮影したワールドがメタデータとして記録されるようになりました。 しかし、現在のメタデータには機械的な ID のみが含まれており、人間が読み取れる形式になっていません。 現在のままでは以下の問題点があります: ID からワールド名を特定するにはログファイルを参照する必要がある 古いログファイルは削除されるため、過去の写真のワールド情報が分からなくなる ワールドが削除された場合、どのワールドで撮影されたか分からなくなる 非公式の VRChat API を使用した場合、VRChat の API サーバへ余分な負荷をかけてしまう そこで、撮影者とワールドの表示名をメタデータに追加することを要望します [*]。 これによりログに依存せずに写真から直接撮影者とワールドが把握できるようになります。 Note: [*] Expected format example: ... <xmp:CreatorTool>VRChat</xmp:CreatorTool> <xmp:Author>usr_0e71c125-158c-41e0-b04a-97e7e6d22f62</xmp:Author> ... <vrc:AuthorDisplayName>kobi32768</vrc:AuthorDisplayName> <vrc:World>wrld_3dbdd288-1aba-4202-bf6b-211b47429f59</vrc:World> <vrc:WorldDisplayName>nekoroom</vrc:WorldDisplayName> ... Related canny: [1675 beta] [feat-req] Add other users in the same instance to picture metadata ( https://feedback.vrchat.com/open-beta/p/1675-beta-feat-req-add-other-users-in-the-same-instance-to-picture-metadata ) Reference: Example of current photo metadata <x:xmpmeta xmlns:x="adobe:ns:meta/"> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:xmp="http://ns.adobe.com/xap/1.0/"> <rdf:Description> <xmp:CreatorTool>VRChat</xmp:CreatorTool> <xmp:Author>usr_0e71c125-158c-41e0-b04a-97e7e6d22f62</xmp:Author> </rdf:Description> <rdf:Description xmlns:tiff="http://ns.adobe.com/tiff/1.0/"> <tiff:DateTime /> </rdf:Description> <rdf:Description xmlns:dc="http://purl.org/dc/elements/1.1/"> <dc:title> <rdf:Alt> <rdf:li xml:lang="x-default"></rdf:li> </rdf:Alt> </dc:title> </rdf:Description> <rdf:Description xmlns:vrc="http://ns.vrchat.com/vrc/1.0/"> <vrc:World>wrld_3dbdd288-1aba-4202-bf6b-211b47429f59</vrc:World> </rdf:Description> </rdf:RDF> </x:xmpmeta>
2
·
Feature Requests
·
available in future release
Load More