#world-quest
1 messages Ā· Page 15 of 1
Does it only work on specific worlds? Because my friend has a Quest 2 and it doesn't work for him (untrusted url's enabled), when I put in an url in player.
depends on videoplayer, but you can make them work via YTDL, or invidious, or jinnai if the videoplayer doesnt work
Sorry, I have no idea what those words mean, I am not a developer : /
id go to a world that states it has a quest ready videoplayer
ok, thanks for the help anyway
Anyone wannna play haunted asylum
who?
Does any one know how to make a world show for quest 2?
how do i enable the jump mod?
in sdk 3?
here the tutorial says to add it like that, but this is sdk 2 and in the 3 i get no result
that's a component to the VRCworld
@hardy gate
its in the vrc scene descriptor if youve added the vrcworld prefab
so it is already set up in the vrcworld prefab
should be
how do i open this window?
top mac desktop, theres a vrchat sdk dropdown. hit control panal
do i have to login with my vrchat account right?
Yes
So I need help finding a world I've been to. It's a sleep/rest world but there were several rooms in the shapes of pods
Like, you go into the pod and you could lock it. Can anyone tell me the name if the world sounds familiar
what am i doing wrong
it tells you what component your scene needs
Add a scene descriptor by clicking add component at the bottle left
Does anyone know or have any good hangout worlds?
room of the rain is my favorite
i always meet good people there
plus theres a pool table
Ok I'll try it out
Are there any quest horror games?
Fnaf help wanted, but it cost money
noted thanks
Np
Does anyone know the name of the sleep world that had like, pods you could go into and sleep?
Working on a new shader for quest/pc worlds that adds in specular highlights to baked lighting and also box projected reflection probes to quest
(everything is baked, nothing is realtime)
very nice how well does the Shader perform on the quest
Well with this world using 6 reflection probes(yes I know it doesn't need that many reflection probes, I'm just not very good at using them lol), 12 materials, 10k tris, and only calculating 4 specular highlights it's running at 70-80fps. So at a small scale it runs really well, at a larger scale I'm not sure yet
cool
it's running at 70-80fps
I mean, VRChat caps the Quest at 72fps so...
I don't remember the exact number but it was above 70, that's why I said in between that range. I can hop on and record again if you'd like
Pretty much I'm saying that there's probably no fps drops at that scale
Ahh okay got it š
ok i havent tried to make a world yet, anything i should know before i start
definitely learn how to bake lighting so your performance doesn't suck
You can support me on my pateron
https://www.patreon.com/mcphersonsound
This is a longer tutorial than normal and there is a lot to cover so here are time stamps for your convivence.
00:00 what is baked lighting
00:35 setting up lights
1:23 preparing meshes to bake
2:30 generate lightmap UV
3:28 light probes
5:10 reflection probes
6:00 emissive ...
and probably go to start with a small map as your first project so you don't get overwhelmed
ye i was planning on it, i just want a little room for my avatars!
Download Unity - https://docs.vrchat.com/docs/current-unity-version
Download VRCSDK - https://vrchat.com/home/download
https://github.com/CyanLaser/CyanEmu/releases/latest
https://github.com/oneVR/VRWorldToolkit/releases/latest
https://github.com/Varneon/WorldCreatorAssistant
https://ask.vrchat.com/t/world-creator-assistant-automate-vrchat-wor...
I found this tutorial series to be pretty decent for newbie World makers
thank you!!
hope that goes okay making a little room for your avatar
out of curiosity is your primary platform Quest given that you're in the quest World Channel
yes <:
cool then definitely keep the performance constraints of the platform in mind
Creating content for VRChat Quest is a challenge-- you have to create attractive, compelling content all the while keeping the content optimized for a mobile device. These are the same challenges that game developers must deal with while building for mobile. Here, we'll give you some general guideli...
are there any quest horror games on vrchat?
rest and sleep paralysis
thanks
Hey, does anyone here know of any shaders I could use to create an ocean on a quest?
https://vrcprefabs.com/ there should be some Quest compatible water shaders on here
Cheers, I'll have a look
consider me interested. are you gonna share this somewhere when it's finished?
Possibly, Iām not sure yet. Really depends on if I can get everything working exactly how I want it to
Guys, I made this Harry Potter room quest compatible, I even added Easter eggs and wands, can you suggest me more stuff to add in order to make it more cozy or interesting?
https://vrchat.com/home/world/wrld_5066da04-5ca6-4cf1-967d-c4b77243758e
I made a public world demonstrating the shader, itās not perfect, the shader isnāt done yet, but youāll get to see it if you like, here it is https://vrch.at/wrld_9f44ec25-281d-43b4-aaa2-9bf155b724b6
What shader would be used to make something reflective with the probe? None of the VRchat>mobile ones seem to do the trick, unless I'm doing something wrong.
Standard shader
You don't need to only use the mobile shader on quest but try to as much as possible when possible.
Ohhhh, I thought it was actually not possible/acceptable to use the standard shader, will try this out later. I have a really small world with just 2 meshes that need to reflect, so performance should not get tooo bad
There would probably not be a shader available that is lighter than the Unity standard shader for this right? I just need the main texture and the reflection on it, nothing else
(unless you go onto SideQuest and uncap your FPS, but that's like running an ADB command)
it is understandable to use normie standard on quest, however- some mobile shaders on quest avatars may look a bit finnicky
would suggest using a mobile shader that supports reflections via specular and does not calculates the probes position unless nessicary
Any shader suggestions that support the reflections of the probe?
try out some of the mobile shaders unity has, i usually have shaders ive made over time that i use for specific application
In my world, some quest users report sliding around when they stop walking, some get stuck in a specific spot in the world near spawn. Does anyone know what i can do about this?
I managed to get the reflection to work, with a boxed projection in Unity. Only when the world is visited in-game, the reflection is not boxed anymore, any idea why that happens?
could be the shader, mobile shaders will default to not using box projection even if its on
It's the Standard Unity shader for now
iirc, the newer sdks reset the graphics preference back to default on runtime, youre best would be to calculate reflection probes inside the shader from world point
Yee, I do see that in the project graphic settings the settings are locked again
Calculating it inside the shader?
ye, so like, if its specular, youd need to get WORLDPOSITION in v2f and then multiply the xyz axises iirc
regular standard is similiar if not the same
Currently working on a shader that does all of that and more, if you scroll up you can see it
well ill be
mind if i can check it out?
I'm not sending over the shader, still not sure if I'll be making it public or not, but if you scroll up a bit to the most recent world in this chat you can see a demonstration of it there
ill check it out. assuming its a mixed bake scene, right?
fully baked
Well it uses reflection probes, so it's as realtime it can get with out using screen space reflections lol
They are baked into a texture
now i really need to see this place lol
Have fun lol
what about realtime gi?
k, does it have support or a texture slot for it?
Atm no, but I can add one in
atm the shader gets the generated lightmap from unity atm and uses that
k
thats something that i need to work on, rtgi maps are huuuuge
and itd be great to edit them/compress them better
well you can access the lightmaps if you go to the scene folder in your project
after baking unity makes another folder to hold the lightmaps
right, but to switch out lightmaps/make in png or other stuff like maybe a rendertexture
or to change the color of the lightmap, random stuff like that
Ahh okie got it, yea
I'm opening my project right now to test something out
so the lightmaps are saved as an exr which you can convert into an hdr or a png, but that will probably break some stuff. I just need to work out how to add in the ability for adding in custom directional lightmaps as I can grab and use it from unity but having the shader calculate it's self how to use it, I'm not sure yet how to do. I'll be looking into that though
Oh actually nvm, I think I know how to do it now
well if you got o_1 = UnityLightMap_SampleTex2D.xy * UnityLightMap_SampleTex2D.wz;
Mhm, that's easy, but then the directional lightmap is a bit different, but I think I have that sorted now
you should be able to do half3/4 lm = DecodeLightmap(_Lightmaptex, o_1.inuv2);
oh ye, theres like a seperation that i cant remember exactly
You're all good, don't worry about it lol
i think #IF_UNITYDIRECTIONALLIGHTMAP or something similar
Hmm okie
I think so
Thank you, I will xD
can i only use the default shaders for worlds?
you can use custom shaders just the performance might be bad or might not render correctly because it using pc only instruction sets
Creating content for VRChat Quest is a challenge-- you have to create attractive, compelling content all the while keeping the content optimized for a mobile device. These are the same challenges that game developers must deal with while building for mobile. Here, we'll give you some general guideli...
kk ty!
Bro I staid plying vr all nigh long and i am soooooo tired
Same
Hi can someone help me out pls? When I try to put down a portal marker and use the "move tool", I can't see the rectangle like usual, only this thing. The rectangle appears when I use the "edit bounding volume tool", but I need to see it while I'm moving it (as I've been able to do to this point). The game object is active. Any idea how I can fix this? Thx. edit: and it's not a zooming issue
I'm new to uploading PC and Quest Compatible worlds, and every quest user I've seen thus far in my world sees burning hot ass pink everywhere in there, except for the skybox. Is there a way to fix the materials in the world without using VRC Mobile shaders, since none of the shaders in that tab work at all?
Anyone know where i can find a future diary (mirai nikki) avatar World im lookin for a yuki avatar
Does anyone know off any good forest worlds?
They should work, also the reason they may see pink is because whatever shader you are using for your world material isn't supported
Is it something special other than default? If it uses certain functions/properties quest can't run them
Oh yeah I tried to reset my password and it told me to verify that the link that I had just been sent less than a minute ago had not already been used
Like I've put lightmapped on everything, and I've baked lighting. Yet every quest user Ive came across can still see pink everywhere. So Im like confused on what to do :/
Lightmapped may not be a supported shader
Ive also tried other shaders too that were supposed to be supported for quest, yet they didnt work either :/
Whats worlds have sonic avatars?
Looking to have a water physics shader in my world. Is that something that is qutest compatible?
i saw some quest water shaders on booth @random swallow
i myself am trying to get realtime reflection probes to work on quest but it doesn't seem to be working
real-time reflection probes would be quite expensive
like nobody even does that on PC
trying to make real nice looking metalic stuff, and the world has different sky settings
idealy it would be nice to have the worlds reflections change with the sky, even if the reflection probe was super low res
do you know where to find them?
I've seen some Quest compatible water shaders on https://vrcprefabs.com/
you're probably not going to find that as that's going to be intensive as most of the systems I seen that do that involve pointing a camera at the water and render textures shenanigans
yes, I'm aware. I've been talking to Blake447, thats how his water shader works. Is a camera and render texture setup really that intensive? It doesn't seem like it would be
well you are essentially rendering the world again to capture the camera footage
like might be able to do some tweaks to the settings so it's not trying to render the whole world but it's still having to render a new Viewpoint so not cheap for a mobile class Hardware
but I suppose if you wanted to Benchmark how expensive you could try Blake447 water shader on quest
Is there a glass shader that quest users can see?
what?
it does, just dont do the geometry/raymarched shader and youll be good to go
these are now disabled/debaked in game sadly
but i have had a stupid idea where you basically use a 3d rendertexture for realtime reflections instead lol
idk if itll work tho, but technically
Does anyone know some good worlds with optimized avatars on quest? I've had no luck searching so far
HI! I'm looking for different worlds based on tv show or movies. I've visited Hogwart's great hall and adventure time's tree house so I'm looking for similar experiences (:
The biggest quest avatar world
hey im looking for darksouls avatar worlds anyone know any
is that the name
Does anyone know of any video players that work within Quest worlds?
protv
Just done a bit more googling after ask and saw the reason people been having issues is the quest versions is missing youtubedl so can't stream from yt :/
Post is 7 months old though, idk if anything has changed since then
you can stream from twitch, the demand for live streams from yt was too low to go into further research into making it work, as it would be more easier to get into legal issues
Cheers for clearing that up, damn, could that also be the reason videos dont load on PC?
um, it depends, do you have āallow untrusted urlsā enabled?
unity shouldve let you be able to change the format
oh wait, thos are actually dds textures
never knew they actually worked in unity. how weird lol
I really like yayoi's work, but unfortunately all their worlds are for pc, do you have any recommendation of worlds with similar aesthetic but quest compatible ? https://en.vrcw.net/world/author/detail/ē«å±ę·ććć
Someone should make a world similar to the rocky mountain national Park world but quest compatible
Give a thumbs up if you agree
Largest problem would be transparency needed for foliage
But still I want to have that experience even if it has crappy graphics
A stylized ish version can work lol
But me I like nature like things like in my spare time irl I like to hang out in the woods
Guys let's try to get someone to make this world ig give a thumbs up if you're down
The challenge would be bushes and grass lol
Should world textures have Streaming Minmaps enabled?
are there any fixes for Quest Camera's that turns up pitch black when people pulls it out in specific worlds?(in this case its one of my worlds)
has the world been updated recently? is the worlds render queue set to alphatest? are you using a weird shader that uses scruffys camera override set?
Whats the world with the house that mully uses in his vids?
BBQ house
Anybody got some fun mini games or sport games i should play in vr chat????
yeah where are all the good worlds at im tired of this stupid mirror shit being the only thing a world has
check the game World tab for more interactive stuff
Any more worlds based on game shows on Quest? I only found one
i already done checked all that shit itās always the same
Hey, whats the recommended polycount of Vr chat worlds for quest
Recommended is 50,000, though I think you're technically allowed to go up to 100,000 before the SDK gets upset with you.
gotchya, thanks for letting me know, I'm putting in way to much effort and reworkin my avatar world to have a bunch of Dioramas for each avatar
Say, have you made avatars that work on both PC and Quest before? Because if so I also have a question.
ye, i can make stuff that works on both quest and PC.... but i broke my avatar world while trying to fix it for Pc... whats ur question
It has to do with expressions. So since you need to build a Windows and Quest version of an avatar separately, how do expressions work? Will expressions show on both platforms at the same time if the same expression is present on both versions of the avatar?
I'm pretty sure that It is visible on both platforms, so yeah if both versions have it uploaded it should be good i think
Oh cool! Does make we wonder some things though. For example, what if you had two expressions where everything, including the animations themselves, were named the same, but the actual animations were different. Would they both play?
I think that the quest version would see the one uploaded for quest and pc would see the pc one
That's both really cool and really convenient haha
hello i have a questions how to make a map in pc and quest?
Yeah ik a really good PC one
It's like a driving at night thing
Just as a base make sure the "map" uses Shaders Quest can see and upload it to the same world id as the PC one
This guide should have world stuff near the bottom
https://steamcommunity.com/sharedfiles/filedetails/?l=english&id=2190684978
After adding quest support to a world is it possible to remove it from that same world?
Does anybody know what the job simulator world is called and if its on quest?
https://vrchat.com/home/world/wrld_df2776a3-8c84-45e3-bbf1-30ac8422911b yeah it is Quest compatible
I just released my first attempt at a Quest version! I don't have a Quest, so please let me know if it performs well enough!
(I'll be out for a few hours, but I'll check your feedback asap)
https://vrchat.com/home/world/wrld_d7f785a6-7138-415e-8918-21704c8a9a91
Thanks, I'll see if I can swap out any more shaders for Quest compatible ones while I wait :)
I have swapped most of them, but some nuke the graphics.
better to have potato Graphics than terrible frame rate
and out of curiosity do you know how to make texture atlases as that's quite a useful skill when it comes to optimizing
preferibly not too potatoy. id provide a potato graphic option in the world tho
I have no idea how to make texture atlases, but I bet it involves my sworn enemy Blender.
Just had someone test the world with Quest and it apparently runs okay with one person.
https://github.com/maxartz15/MA_TextureAtlasser this tool can generate texture Atlas is just using Unity
That's handy, although I don't know what to do with atlases.
Hi, Trying to use VRCDN to succesfully stream to up to 30 people. not succeding with even 1 , i hve lowered all the levels in OBS , anyone have any advice at all
are you using tge quest compatible vrcdn url on the world/instance youre using?
hi, yes we are.
Havve u tried using it before? did it work. .?
and if it did how many people did u manage to stream to ?
yes, and i never checked the number, ive seen at least 80+ instances handle it
how are you setting it up?
are the streams working on pc?
what videoplayer are you using?
combine your non tiling textures together so more stuff batches together
Might have a go at it in a bit
yeah I figured I'd mentioned because one of your enemies is number of draw calls especially on the quest
Anyone know the name of this world i saw it in drumsys "A child ruins among us vr" video?
And this world in mullys "YouTube approved this vid lol" video?
This one is hangout house by Munificent. It's a very old map so I doubt it's Quest compatible
Oh ok
Any more game show themed worlds in VRchat?
we are using Wolfe which is AVPro just the Udonvideo and ProTv.
Yes we using RTSP for PC and the MPG2 for oculus. Otherwise using OBS for streaming and trying to put it on the lowest setting possible.
yes it is working on PC
In deed. I am in south africa so im not sure if this has an effect server wise. but our internet connection is good.
Are you using OBS to stream ? and if so would it be possible to share a screen shot of your output settings please ?
if you need any quest assistence, you can dm me. I also have no idea if any of these messages are sending so sorry if they seem more random and unexplained
I guess š¤ only that message sent
but for location concerns, i would direct you to vrcdn support, i highly suggest sticking to protv, wolfe player has never really been the nicest to use on quest. it will work, but reliably and easy to use status is a bit out there for a quest videoplayer
protv has 2 url slots on load, alt url is for the mpeg2 link, top url slot is for rtsp link
in later future addons for the protv will be newer playlists with alt url support
Thanks tried to DM u but it got rejected also sent u friend request
any good horror maps?
Anyone got an lewd avatar worlds or avatars šš
hey, i am using a world with video players as a home on oculus quest 2 standalone, and i was wondering if the video players even work on quest 2? i dont see any sort of interface pop up to put in a url or anything
i dont think vrchat on quest 2 uses nsfw textures
god i wish, but i think only pc vrchat applies nsfw textures
not-safe-for-work content is prohibited on vrchat altogether
Anyone know of a world with a lucoa from dragon maid avatar is?
I need a tron legacy world! Thatād be dope
i feel like pc have alot more worlds than quest
It definitely does
sucks
yeah yeah yeah but they havent done anything about it, they arent going to, and they are very aware of it
Does Lighting > Fog work on quest?
I think "I'm really trying ļ¼it's an avatar world)" has one
be aware it's an old world though, every avatar is a 2.0 one
thx so much ill check
anyone know any good horror quest 2 avatar worlds
it should
Yo whats yalls bet avatars?
Hey guys, just released my first world to labs and it is also Quest compatible! It's a nice chill world to hang out in with friends and has an arcade, aquarium, planets, and more!
Check it out and let me know what you think! Have had a lot of fun learning how to make worlds with this project and have been excited to share it with others!
https://vrchat.com/home/world/wrld_ab1302c6-9e4a-4945-aaf5-0fb2fc102bbb
is there worlds where you can skate???
Look up job simulater
i did n nothing came up
skate like ice skate or roller skate?
my Gingerskate works on quest for a little ice skate experience. I don't know of a quest roller skate - jet set festival is pc only. there's a few skateboard maps but I think they are pc as well
Grogu
is there a world to play Catan or Carcassone?
Does anybody know any good places for sonic avatars
does anyone know a good world for avatars couples compatible for quest and pc?
Any worlds I can find avatars like this?
Does anyone know were i can find like aesthic female avatars? Or like indie aesthetic avatars?
Dose anyone know where I can find toga avatars?
Anyone know where I could get call of duty infinite warfare and modern warfare avatars
Does anyone know any good multiplayer horror world?
Anyone Know A World With Eren When He's In The Paths?
Wrong channel to ask
Ever try that Teddies place?
Wrong channel, bud
No one answers in the other channel, Bud
Weāre the black avatar dudes atš
They're out there. Depends on what style you're looking for
Anyone take world commisions? Looking for someone thatd make me a bar/hangout world. Dm me for specifics
when using Unity Terrain with grass details, the grass gets chopped off in a horrifically ugly way in my peripheral vision. that is to say it doesn't render on the edges of the screen. how is this combatted?
Can you kiss your crush at the school dance? Smooch, a #VRChat game for PC and Quest is available now! Created by Fionna and @CyanLaser.
Happy Valentine's Day! https://t.co/olGqUibv3o
110
Hey anybody know of any good bar worlds???
the corner pocket , made by same person as the black cat but doesnt get as much love as its older brother
Thanks
Bar Hienās nice too. Or Penguin Sniper
https://vrchat.com/home/world/wrld_f5f11bb8-e02a-452b-b0cb-f2d8db74a3e8
Can you guys check this world? I'm not quite sure is optimized for quest and I need to know if people lag here
Iāve been there a few times. Frame rate while alone was probably 40-ish, I wanna say
I dunno, itās been a few months since Iāve last visited
pp
Hey guys! I have a question. Yesterday i created a world and uploaded it into vrchat however whenever i try to teleport mine world it keeps teleporting me to the home base. Do u know why?
I finally got the quest version looking really nice - hope you guys like it!
looks great dude
Thank you!
has anyone ever got world data outputs to go into quest avatars? similar to how audiolink is able to interact with pc avatars from a grab pass?
Dose anyone know how to get the golden nuder butter skin
are there any good quest movie worlds? looking for one for a friend
Movie and chillās a popular one
Go to general if you just wanna talkā¦
You not see what I typed yesterday? Unless you have a genuine world question, take talk to general
Anyone know any good quest worlds
In relation to hangouts, atmospheric experiences, games? Or just in general?
Hangouts for quest
For quest users*
Check out Blue Catās worlds. Run well and look gorgeous
Thank you
Hello
Anyone know of any flipbook and scrolling shaders that work on Quest worlds?
Any good quest compatible horror type worlds in vrc?
Cant find anything good to play in vrchat
I was wondering about places beside Black Cat to chill in, anyone know good places
Reflect On Life, Paracosm, Cafe Leblanc, The Milk Bar and Fairy Fountain are my personal recommendations
Thanks
All of the club should only be open to 18+ and should be popular at night I think about it some countries will be there and think about the USA at night
what do i have to download to switch my unity thing to android
Android builder
where do i download that?
Vrchat sdk control panel -> switch build type to android
if it asks you for some kind of SDK for android, get yourself android studio
Anyone here ever play an old PS2 Game called Dark Cloud?
hello
Can any body tell me this why the crashes can the people who made the game fix that or nah
People are complaining on yt 24/7 and in game
The crashes are almost always avatar-caused. Hunt down the bad avis, fix the problem
But thatās if they give you a chance to get their number, soā¦
ya because I believe some people are just making avatars and disabling or what not ?
allowing people to clone the avatar before they delete or something like that
That wouldnāt serve either party. Once an avatarās gone, no one can access it
ā¦Right?
Correct
Removing it deletes all the files from vrc so nobody would be able to load it, and i think it stops showing up on your favorites list, or its that error robot
Guess not. Cool
Hey, this wasnāt the place to pose that question to begin with. Youādve been better off in off topic or something
I'm thinking about making an avatar world with the characters from the game. I just need someone who's better equipped for the sort of thing.
I've got references for the characters and everything in case anyone's interested
Ohā¦shouldāve figured thatās where you were going with that. Best of luck
Would it be considered a commission if it's an idea for a public world?
yes
Whew.. that'd be pretty expensive I'm guessing
yes
Are transparent materials allowed on quest worlds?
yes
Thanks for the info!
just be aware they're a bit heavy for performance on quest
ye dont overlap transparencies as best as possible
and like honestly even using a bit more geometry to not use a transparency would be better for Quest performance
or use additive instead
Guess I'll just create a seperate world for quest and pc, or just do a quick matswap
that's the typical way to go about it. transparency is a real killer on quest.
I'll keep that in mind
EasyQuestSwitch is a Unity editor tool developed for VRChat world creators, it can automate changes to components within a scene as soon as the build platform is changed from PC to Android (for Ocu...
there's an addon you can try called Easy Quest Switch that lets you predefine these shader switches when swapping build targets
ah there it is
You can technically use any shaders for quest workds.
If they will be preformant is a different issue.
i wish there was a good way to measure shader preformance for quest vs pc so i could choose my shaders more technically
just be careful on ram usage and you can also use the frame debugger and profiler to see what to do from there
main things to worry about is how things get drawn
such as how long it takes for 1 draw call for 1 mesh with 1 material to occur can vary
Most I have on any is 2. And thatās just cause I add some items on after the fact because I donāt know how to orient them well otherwise
Good horror worlds
rest and sleep paralysis
the backrooms but you kinda have to know morse code and stuff
Got stuck at the Morse code
yeah i ended up finishing it lol
Anyone know any realistic car driving worlds! Oculus Quest 2 Perfered
What can and can't quest see for video streams? I believe VRCDN works, youtube definitely doesnt, and it's been 50/50 with twitch... anyone have some more info on that?
is anyone available to hop in a call and look at my world hierarchy? its lagging quest users badly and i dont know enough about quest optimization so fix this. im available for the next 2-3 hours. if u could reply to this msg it would be a big help. thanks
anyone know any good vrc quest avatar worlds?
because quest doesnt have the youtube dl library, which is how video links are resolved to their file address
vrcdn works because it is a direct stream link
if you manually resolve a youtube address before you put it in a player, it will work for quest users too
so it's basically just yt that i'd have to resolve? twitch is what I was mainly concerned about, and i've also been informed that VRCDN has dual-player setups with pc and quest URLs
i think topaz should just work but I have yet to test that
also hi, haven't seen u in a bit but to be fair timezones don't work out in my favor for OCE parties
I'm not sure if you can resolve twitch links for quest. It might be possible.
The dual url player is the protv prefab.
is that a new update to it? i don't see that in there
I just heard about this dual link thing like an hour ago
and i didn't know that twitch doesn't work I need to do some testing then since I might have to do some stuff
New ish. A few months ago?
noted, i'll take a look tomorrow/whenever I wake up
thanks for the insight o wise one, we'll probably cross paths at some point so until then take care š
there are methods on how to get a quest compat twitch url but vrcdn is usually much easier
main issue for twitch is that the resolved url is dynamic and can change during stream
Hi everyone!
I'd like to create an android build of my Windows world which rn is public..
I've already made a duplicate project but the thing is when I try to get it on VRC servers I'm a little concerned about it being public straight away.
I still have concerns about the world optimisation.
Is there any way to test it out on Quest first without publishing it despite PC version being public?
youll need to get a friend with a quest to test it
unless you have a quest yiurself then just test it yourself
Yeah, I'm aware of that
I just want to avoid scenario in which I'll release unoptimized world
upload it privately
I wish thereās more game show worlds in VRCHAT quest
game show events are commonly quest compatible
Like that Trial place? Haven't frequented that, really.
its usually like thos live talk show type of deals. and the talent show events as well, theres like 5 chess champion ships too. 8ball table group, etc
Not T.E.G.
im blanking on what that is
As cold man said, upload it privately.
If you detach the pipeline blueprint id you can upload it as a separate world.
^^that's very helpful, thank you!
Although I have some trouble doing so..
Was gonna do it by the manual but I guess it's outdated:/
Used to store the ID of a world or avatar. If you want to upload the world or avatar to a different blueprint you can press the Detach (Optional) button If you have a blueprint id that you want to upload to you can attach a new one with the Attach (Optional) button
Thank You so much!
No worries.
Hey I'm late to the response, but sadly I don't believe Topaz works on Quest as it doesn't output the required stream format. VRCDN is the easiest IMO...although I'm bias as I'm VRCDN project lead :D
I'm trying to manage my world on both quest and pc in the same project, but I've found it more convenient to use the same shader across both versions which is the built in standard shader. The reason I'm using that is because I have PBR materials and the detail from the built in standard is not visible when using standard lite such as normal intensity.
Is there anything I should be concerned about using the built in standard on quest? I know for a fact reflection probes do not work correctly even though they do reflect the scene within the probe, but I'm asking about other inconsistencies
The shader does work on quest. Many quest people have told me there is no discrepancy so far
other than probes
it's a little bit slower than standard lite. but if you're careful about optimization elsewhere it'll probably be fine.
alright cool
https://github.com/JordoVR/EasyQuestSwitch this cool tool to make it easier to have your quest build use standard light in the same project
My world is already super optimized and even full lobby quest people have reported getting 40+ frames consistently. I think I have some headroom for more expensive details, but I will def give this a look if any problems arise or for future reference
no such thing as too late. always looking for more info
if you dont mind the ask what format DOES it use?
It uses a progressive MPEG-2 stream
I can DM you a demo stream if you want?
Anyone who knows how to add music to a world in vr chat? I'm looking for the spotify playlist in Club Ruby
Sure, I'm also half curious if I would be able to encode in real time, I'm gonna have a server machine I can play around with soon :)
video player and a playlist, kinda like ProTV uses
or store the songs locally as .wavs and use audio sources
Thank you for your help!
So⦠Iāve played the pc VRChat and found out there was a replica of the school building from Yandere Sim, however I canāt find that anywhere on the quest copy, nor even any of the character models, it would be nice to join those worlds again but on quest.
HÄ« yall, are any of yall using Jinnai for you quest videoplayer resolving method and witnessing it no longer working?
Is there any single player gaming worlds out there?
Udon Vaders is a good one. Or Super Tower Defense, if you haven't already been
you can add from youtube
not directly. gifs are really poorly optimized. for very short looping animations, you could use a sprite sheet with a scroller shader to cycle between frames. otherwise use mp4
sprite sheet generator online
Does anybody have worlds to recommend cause Iām kinda getting out of VRC so I would greatly appreciate it š
Looking for a good virtual dance club.
Any suggestions?
As in a server for that? If there isnāt an invite link in community servers for one, there might be one at a dance studio world or something
All of Blue Catās for sure. Optimized, atmospheric, and beautiful. His world Paracosm is a good place to start if you wanna check them out
you can visit mine if you want. quest compatible. https://vrchat.com/home/world/wrld_2e37b570-7f57-46d5-9ef5-e33d1326c70b
Is this a channel where you can ask about worlds? Like world names that you dont know and someone else might by description?
Yeah I play on quest 2
I'm looking for the world with the cartoony design and a hallway with doors, one says do not enter. It was in a youtube video if I need to send the link
The youtube video did not say the name of the world
But I know the video
the video would definitely be a big help
This may take me a little.bit because I need to sign in
no biggie
I may have gotten the link wrong
it says the video isn't available anymore
Did you type it in by hand?
-
OFFICIAL MERCHANDISE -
http://joshdub.store -
FOLLOW THESE -
INSTRAGRAM - https://www.instagram.com/joshdubgaming
TWITTER - https://twitter.com/joshdub
FACEBOOK - https://facebook.com/joshdubgaming
DISCORD - https://discord.gg/RBJkYBe
MERCHANDISE - https://joshdub.store -
SUB TO THE BOYS -
MULLY - https://www.youtube.com/c/mullyvr
NARRATOR ...
There it is
The video is a little obnoxious so if you need to mute it the audio is nothing special
Also feel perfectly free to ping me if you find/know what the world is
https://i.gyazo.com/77599d3330593bc0ea108d2d02a50961.png apparently there's contact info in the world but it's too far away. to read it
Oh there is
I can try to maybe find another video. This guy spent 2 days in vr and went into the world I think
I'll see if I can take a screenshot
The video i was talking about had nothing, it was a recent one too
Here are some images of the world if that helps anyone else
found the contact info on a different world https://i.gyazo.com/82b28093823472e788dffc41e2fb1ad2.png
Oh my gosh
Let me check the twitter
Couldn't find anything š
Thanks for the help though, I really appreciate it
I might suggest seeing if you can find their vrchat name off of the Twitter
maybe see if the YouTube has anything
Thats where I checked the Twitter link
I dug further and found out his Twitter was suspended
oh dear
Ok well I found his tiktok and commented on one of his videos
I am now hoping for a response
Thanks for all of the help though :)
glad to be of help and I was able to get the contact because I recognized the purple dude all over the cartoon map
https://vm.tiktok.com/TTPdAnF54m/
There is his tiktok if you want to do some digging too
just a hypothetical question but would anybody like to inv me to any nsfw avatar worlds, my username is juicyfrootsnakcs
for personal use
not-safe-for-work is completely against terms of service on vrchat
i though that it was good for only personal use, like only in private servers
ā¦ā¦..
nope still against terms of service
really?
yes they allowed people under 18 in the app so they can't allow not-safe-for-work
dang
just wondering but are you a mod or smthn of the sort? rainwolf?
No.
no I just don't like people spreading lies
But we can gladly call mods
āJuicyfrootsnakcsā
mk thanks for answering
yes, and?
Are you SURE your 14?
wdym
ā¦.
anyways gb
Good bye?ā¦.
Children moment
i need to find a specific mikasa avatar
Wrong channel
I can't find and good avatar worlds any suggestions?
Children moment 
E girls
Oh ok.
Dose anyone know if there are any Nier worlds on vrchat? I know there's like 3 for quest by just searching "Nier" I was wondering if there are anymore then those ones.
anyone wana help test my world rn i need to know if it lags or even works for quest
I can help! Lemme just reinstall so i get out of beta ^^ my user is LucidDoni
Sorry. Wasnāt on. May be on in like 4 hours if ur still down
Any road trip worlds where u need to drive needed ASAP
Iām begging yāall
Or just this one
NARUTO'S ROADTRIP (NARUTO VRCHAT)
NARUTO AND FRIENDS WENT ON A ROADTRIP....FUNNY THING HAPPEN NEXT!
-SOCIAL SHTUFF-
twitter;; @JoestarSanjii
twitch;; versussanji
tiktok;; @vssanji
for bidness ;; vssanjibusiness@gmail.com
Friends in video;;
@Vezypoo
@Malachichi
@introyvert
@YourTrueCaptain
#vrchat #naruto #vrnaruto #vezypoo
on now if anyone else wants to help test my world
If you will be on in a few minutes, I'll be able to
Unless you don't need anyone else to
any one have recomneded Mirror settings for Quest?
for most worlds the "high quality" (reflect everything) setting is going to slow everything to a crawl. the low quality (reflect only avatars) is the safest method. and make sure to use triggers to automatically disable any mirror when you step away from it
do i not have to mess with any of the resolution or alising settings?
depends on how optimized your world is. the defaults are usually okay to start
i do need to get a quest so i ca see how it is first hand.
im trying to setup avatar pedestals and im pretty sure they are setup correctly but when i go ingame i cant click them or anything
HQ
Anyone got any Nier worlds I can go to?
I recommend tossing this script on the mirror as well if reflecting everything. You can choose to cull things based on distance and layer
were do find people will play games?
Huh
try make new friend is all
Where do you guys go to party in vr-chat? I have heard about these exlusive pc-vr clubs, but are there any for quest users?
Even if there was the slightest possibility of there being one, the population cap in said club world would have to be low, with completely separate instances to account for everyone. And that's if no one's shrugged off the idea 'cause kids
theres a few clubs that are quest compat but no quest only party worlds
most actual quest compat clubs abuse occlussion culling to allow multiple users, but networking eventually takes over on the cpu
Anyone know of a good adventure/mystery World?
i made a tik tok in this world and i completely forgot the name of it. there was a car in the world too with its headlights on does anyone recognise it?
it isn tin my recents either cos it was a while ago
same if you guys find it tell me
does the pool table work on quest?
@sinful cobalt yes
You might think of this wold called Purity
does anyone know of any Little space worlds?
most of em have been taken down
as of recently
@hazy wadi @coarse forge
thank u!
No problemo :>
do anyone know where i can find a mario madness golden land world
Anyone know where to find nier automata avatars for quest
Does anyone know any good chat worlds on quest
theres that no time two talk world where you talk to a person for about 2 minutes amd it switches you over to someone else @quasi cosmos
also I'm looking for littlespace worlds of anyone knows of any
Anyone knows an good Avatar world where the avis have a gun, weapon, special effects or something like that?
FeXaal's. If you're into Star Wars, anyway
question about quest world creation, does having a high light probe count cause lag? (for example the difference between having only 100 and having 2000). haven't been able to find any information about this
it shouldn't. light probes are dirt cheap
trying to bake lighting for the first time
used a super basic tutorial
uh
why does it look like that
this is so muddy and ugly i was promised crisp clean pretty stuff
is it cause its not done yet or something
idk what i'm doing lol
maybe my UV maps being super lazy on the whole world itself have something to do with it
have you generated any lightmap uvs
I have tried that many times
Got a weird bug on Quest with the photo camera/mirrors & transparency - and we're not rendering a depth texture, as far as I'm aware.
When camera/mirror enabled, transparent surfaces like glass & UI will be masked by shapes that resemble objects seen by the camera/mirror.
Additionally, while camera/mirror enabled, my QA tester's hand (Standard Lite) does this in front of transparent stuff??
Figured I'd ask in here, since we don't know if this is our fault or just a VRChat thing, or if we're unknowingly rendering depth.
Idk why, but im making an avatar world and I cant join it, it crashes and goes back to my home world, anyone know why? the only warning was with the text gui textures
im like 90% sure yall have a grabpass in use. they only work on quest inside mirrors or cameras. which is why the behavior only occurs when those items are enabled. make sure the glass used doesnt use any grabpasses
anyone found any good quest worlds that i could go to
floating porch. it has a waterbed
Oh damm thats cool thanks
the floating room is also cool, it has water you can mess with
bounce around and rest and sleep paralysis are pretty big ones
you can check mine out. i promise it doesn't suck. quest and PC compatible.
https://vrchat.com/home/world/wrld_2e37b570-7f57-46d5-9ef5-e33d1326c70b
Anyone knows a nice quest world to just relax? (With a bed for our sleepy friends :3)
floating porch has a water bed
Do any of you know project aincrad? Well why hasn't anyone thought about creating that type of world but for fairy tail?
...?
Just a question, I mean a world like that would be amazing
Oh, aincrad...I was confused for a bit. I imagine not, aincrad seems to be a special case as-is
Yeah true but I mean just imagine being able to use magic from fairy tail in a world like that
I'm not familiar with that series, so I wouldn't know what to tell you
Really? Well I recommend fairy tail to you it is amazing
Thanks Iāll check it out!
Anyone know a good world thatās just a forest?
try amber glade
asking the same question in multiple channels is against the rules and isn't going to help you get the answer faster
Ah, yesā¦Eventide. Wasnāt the worst place to go when I started
lol
...Ok admittedly it's never been bad, just...I dunno
It all comes down to the instance, no matter where you go.
Except for the Daycares. Those're all bad
I just want everyones most favorite worlds
Cause im trying to get a list of a bunch of servers me and my friends can hop around to
So if anyone has any
Send it over
I have a bar with games:
https://vrchat.com/home/world/wrld_d7f785a6-7138-415e-8918-21704c8a9a91
And a spooky map I'm adding a room to every day:
https://vrchat.com/home/world/wrld_d7f785a6-7138-415e-8918-21704c8a9a91
you got good taste 
you might like this: https://vrchat.com/home/launch?worldId=wrld_91675a77-341d-4f78-b96f-772349ebd1fc
lol
Penguin Sniperās good, too
If you want a challenging world, I would recommend doors. Its a fun challenge
But you will hate one song after awhile
Iām looking for more 80s themed Quest worlds, any suggestions?
Anyone know any good male avatar worlds?
You looking for something generic, or themed?
Generic but not like every other eboyš„¶
Yeah, thatās pretty much impossibleā¦
Ahh thatās okay, do you mind shooting some eBoy worlds then š¤£š¤£š¤£
Well, what I could recommend are a couple different persona places
Thatās fine with me ^-^
Thereās a new one by JoJoker that looks promising. Havenāt been, but I know the guy to a degree and can vouch for his work. Then thereās Tuckerrrās persona avatar dungeon. All the ones there are well optimized, with a few amusing crossovers
Thank you! š Iāll check them both out right now
Can you give me the world name for the first one?
Got it thank you!
i know you're supposed to use the VRC mobile shaders for quest worlds, but you can get away with using some other shaders too right? like the regular standard? how bad is that?
You can use regular standard yes. I only use it when I need reflection though.
Avoid transparency at all costs, it will tank framerate quickly.
thanks. reflection is exactly what i needed it for
Np! š
Lost Teddies? Or there's the Waiting room, but i wouldn't call that a game so much as an experience
The Waiting room is and will always be an interesting world.
Does anyone have a quest shader that is optimized but still uses detail and normal maps?
...Standard Lite
Doesn't use detail
Just use the standard shader? š¤·āāļø
Not required for worlds, only for avatars. They do warn about being careful with custom shaders on quest though for worlds
Oops...thought this was a different tab
Anyone know any really good scary horror worlds for quest. Iāve searched around but most are either short, shitty jump scares, or just not scary at all
I have a question about the standard shader if being used on quest worlds
Cutout/Transparent rendering modes, will they work correctly if used
yes
Hi! everyone!! im with this problem, publishing my custom world, video player is working on PC, but not in Quest. someone knows why? im in the world seeying running the video ok on PC.
if youtube video. it will not work unless you use a resolver
im trying with vimeo, dropbox, google drive and youtube, still the same problem
š¦
yes, im wornking o PC and publishing for android, , then i launched the custom world and connect 1 quest user with VRC app and 2 users by PC, Quest user is not able to se videos on play or loop, but the PC users yes. im breaking my head, i dont know if im doing something wrong in Unity or is a support problem with quest. the error is this: VideoPlayer cannot play url : https://www.dropbox.com/s/35nvtt8koqr8tvr/4non D4nc3.mp4?dl=0 I tryiend with all platforms link of Yt, Vimeo,dropbox, gdrive, and still not working on quest
Are there any really scary worlds, cause Iām just not finding any
can anyone tell me what world this is?
Rest & Sleep Paralysis. It has a creepy weird vibe going through the rooms.
Iāve tried that one already
what?
wdym "what?"
ādsafā and if its just an avatar world. id bet youd get better luck in #avatar-search-old
well theres not much here. mainly quest world stuff usually done here
ok
I need an scp avatar world with the scps and not just the guards and mtfs and stuff
Idk if this is what you are looking for, but itās the first scp avatar world I could find
I searched it up in the world search and it didnāt pop up
Is there any other way for me to get there
Im on quest, and i saw a portal with a green ring with a beaker on it?? Whsts that mean. Its like the pc only red ring
Like this
@arctic hazel It means it's a newly published world, that icon is for "Community labs"
It's the process of going from a private world to a public one
It mostly means the world hasn't been tested a lot for now, once multiple players were on the map without reporting it, it becomes public and looses that "green ring"
https://docs.vrchat.com/docs/vrchat-community-labs
Nice drawing tho
anyone know a demon slayer world with a zenitsu avatar that can do the thunderclap
Are there any really good arcade worlds. (And maybe working arcades)
Any got any good recommendations for chill rooms without a bunch of screaming children?
Private worlds
None of my friends play VR so I guess i gotta get out there and be social š¤£
Why are you playing vrc if you have friends
Vrc is for lonely people without a life (yes thst includes me)
Im in military so its nice to get off work and explore new apps and chit chat with people š¤£
Ah that makes sense
someone named āmaruā has a p good arcade. i canāt remember the name but I know 𤄠the creator
looking for this world or somewhere like it
that avatar looks amazing
how many people participate in world jams?
Hey guys š
Does anyone know if Unity terrain works on Quest? If so what are the limitations I should keep in mind?
People are asking for me to port 'Grass' on Quest. And I would like to try! https://twitter.com/RolltheredDev/status/1513768229491126273
Made in #VRChat.
'Grass' is a calming world full of adventure and resting.
Listen to the campfire, sleep in the tent or go play with the orbs.
What are you waiting for?
Lets create memories together!
https://t.co/WvXZsIjBZa
Albeit probably very stripped down
depends on if youre chunking your terrain or instancing. I know 𤄠for a fact that instancing is very sus on quest so try not to do that. by default. terrain chunking and distance culling is very far and too many chunks rendered at once so if you havent mess with that stuff, should probs do that before porting to quest
So at worst it will just lag very badly and need to be optimized, but it does run! That is good news then!
I was worried it might not even be possible to begin with, but this gives me hope that i can optimize it now š
Does anyone know the name of this world? I saw it in a Mully video
Hi I'm new to VRChat and am looking for world recommendations where people can actually have a conversation. I recently bought a Quest and have been joining worlds but have noticed many people behave poorly.
that's public instances for you. it helps if you go to worlds that are a little less known (stay out of the black cat). make a friend or two then join friends+ instances
avatar worlds are usually nice since the focus of behaviour is different normally
What's an avatar world?
avatar worlds are generally minimalist worlds full of avatars that you can try on. they're typically themed (avatars based on games, movies, shows, etc)
they'll usually be tagged as such or have obvious descriptions saying that they're avatar worlds
i mean, most of the instances i've been to are a shitshow unless you like being around kids running around shrieking at people. it all depends on your preferences. sounds like this guy wants something a little more laid-back
.
Winter Company?
I'll try this one
Yep
I have a nice little world you can try. It's unfortunately not that popular despite my best efforts, but it's generally a relaxing enough place that the screamers get bored and leave quickly. https://vrchat.com/home/launch?worldId=wrld_2e37b570-7f57-46d5-9ef5-e33d1326c70b
Ooo...I'll def check this out
Does anyone know the name of this world?
Grade A homeworld material though.
Who pinged?
oh nice i'll check it out
nice job @dreamy dawn
thanks!
test pilots, I'm done here
...?
anyone have any like pretty worlds to chill in? for quest obviously lol
Any one of Blue Catās will not only be optimized, but real atmospheric as well. Another good one would be Reflect on Life
thank you!
Anyone know where I can find that tinys avatar world? I can't remember the name of it but it said tinys something world
I got a question me n my friends are making are making a vrchat world so people can send him pictures of there sonic avatar moments and he will upload it to the world can someone who makes worlds help us we are in VC it's just a wall that he will upload pictures like this
Simple way would be to import a plane and drag and drop the image on to it's material
Although it'll need good world lighting to look good
Hello . I am a world creator that makes Quest worlds with the program tilt brush where I Draw everything from scratch in 3D. If people are looking for quest worlds or something different with artistic style. feel free to check some of them out. I try my best. names of 3 are Future city, Moving Forward, and Intermission space. the last world was made to be optimized for all quest users being under 3 mb. I hope you all will like to check them out and more. my vrchat name is haydendjredskin.
https://vrchat.com/home/world/wrld_47066d40-fc17-4faa-bf49-46ba53ee08c3 , https://vrchat.com/home/world/wrld_fa226abd-976a-444e-b23f-05d62a643959 , https://vrchat.com/home/world/wrld_d2ce7ff3-1480-4432-88da-8a772bf787c8
Have fun hanging outā or try to walk up the wires to the top⤠Can everyone make itļ¼ I hope you all enjoy itĒ Inspired by the game ļ¼No Straight Roadsļ¼ ā and made with tiltbrushā¤ ļ½ Unity 2018ā¤4ā¤20f1 VRā¦
My artist showcase of how i see myself moving forward in expression to my artā¤ ļ½ Unity 2018ā¤4ā¤20f1 VRCSDK2ā¤2021ā¤6ā¤3 ļ½ 3-28-2022 Buildļ¼1171 Update ļ½ Made by Haydendjredskin ļ¼ ScrinnodStudios
Whats a plane btw
This is our first time sorry for being annoying
An object in unity
No worries
Any relaxing worlds yāall recommend
Dus it need music
I did not make this world but here is the link for it
epic
I like the world because it is vary relaxing
But I do wish it wus a bit bigger so you can see more of the map but ya have fun with it
Hello, recently i started work on a custom world but it wont let me upload until im "Trusted"
I have no clue how to progress from there
because ive spend fair amount of time in VRChat already
and one of the guides says that to become trusted i need to to upload content
you can upload worlds privately but to publish to lab. you need to gain trust level; āuserā rank
youll want to go explore and make new friends to progress your rank. afking in random worlds does not work effectively
did thou inport vrcsdk to be the control in cain?
huh?
Im sorry theres a few typos
if you mean importing the SDK to Unity then yes i did import it, i am signed it
then build publish there?
Are there any worlds on quest with a story line or sny mystery? Not always horror just either magic or like and escape room?
I wanna do more worlds like that with my friends
Anyone know and good quality game worlds
the ones in the game tab is probs the best youll get, try searching "jar" in worlds
Can you do animated textures on quest worlds?
ye
yesp
Awe yiss
I'm making a 3d map based off a pixel art game, and the vents in the floors are animated
We got āyespā and āyissā but no yes lol
Instant messaging is propagating the slow breakdown of human language
it is a curse for all its other blessings
lol
Is there any worlds that are for a wholesome date? Nothing nsfw, purely to have fun with your partner.
Hm. A- i dont know. Uhm maybe movies n chill.
I need help getting me some good furry avatars. Best worlds?
I suppose you could start with furhub
I'm doing some Quest optimisation today, what's the recommend max texture size, light map size, etc?
Visited that a couple of days ago BTW, love the atmosphere. š
VRChat recommends 1K texture for Quest Avatars Max, so Iād say use that as a guideline for worlds, too.
i use 2k maps on quest pretty regularly without a hitch. it's really a question of how many you're using.
thanks!
and honestly cutting down on like draw call count is probably more helpful
so putting a bunch of stuff in a texture Atlas is a good idea on Quest
Already did that a bit already and down to a reasonable number I think. Texture size and using easy quest switch to convert everything to mobile/lighter shaders is the bulk of the work.
Also am I right that custom videos I'll need to rehost as mp4 from a server if I want them to work as YT isn't supported as a video source?
yes
Okay, thanks!
is the devouring pc only?
i think so
I wish I rememberedā¦Iāve been there before during my early months
Yeah
But here
Can anyone help me find some good dynamic avi worlds
oof
How do i get rid of these black walls
go to window. then rendering, then lighting settings. there will be an ambient lighting setting you can make brighter
might be called āenvironment lightinfā. should be second from top
theres a drop down. itll have āskyboxā, āgradientā or ācolorā. try color and change to white colors
is there a way to reduce the lighting without making avatars incredibly dark
you can bake the lights dark. and then do that lighting trick i said earlier
as thatll making anything not baked bright. such as avatars
I dont know how to bake :D
oh, ok so do you have any point lights or it just the direction light?
if so. make all lights set to ābakedā instead of realtime
anything else?
then. any mesh you want lights to be baked on. click on their mesh and in the inspector top right. therell be a āstaticā option. ypull wanna turn those on
would i have to do that for mirrors
if the meshes are fbxs/imported models. youll wanna go select them in your assets folder and then go to the i spector. go to the bottom of it and therell be a āgenerate lightmap uvsā. make sure this is on
those can be left a lone
alright
they reflect
so i just create another realtime point or directional light for the avatars?
no. when your lights bake. itll put a texture on all static meshes and will not be effected by the light. when the bakes done, youll change your āambient/environment lightingā to a brighter color of your choosing
theres a āgenerate lightingā button in lighting settings
oop oh ye, do āprogress gpuā
and theres a deop down for ādirectionalā set that that ānon directionalā. itll speed it up a little bi
it worked thank you
epic
How do you make a world android and windows compatible
You switch your build target to the other format ( from windows to quest and vice versa) and build and upload again
oh ok thank you
No worries š
also why cant i jump in my world lol
You need to set the Juno height one thr vrc world descriptor
If you make sure to use the default example one from the vrcsdk it should have it set
i love loading my project to find everything has mysteriously disappeared permanently :D
Check you haven't opened op a different scene by accident
I've had that happen before..it loaded up an old scene when I opened it up and was confused and panicked
Oh you mean in unity hub it's gone?
thats the only one ive made
literally just gone :))
all the assets are still here but everything just got deleted from the scene
Is it a different scene? What was the scene named
You can indeed. If you use the default scene name sometimes if toy import a package that has the same scene name it can overwrite it so it's always a good idea to rename your scene at least
how lol
the tree dots then save as, and call it whatever you like
hi, I'm trying to get my world to quest users, but I'm stuck at making a metal and glass material
how do I do that?
it's not any different on quest than it is on pc, for worlds anyways. materials are the same. the only thing you can't do is fancy grabpass shaders.
So I can leave the material as "Standard"?
yeah, standard shader is ok for quest worlds. just make sure you test your framerates! transparency is a real killer on quest
What about if you go full cut-out shader? I have a glass window and I replaced the standard transparency with just cut-out alpha which in theory should be render nothing?
i don't know enough about the technical details to say whether that'll still cause extra overdraw or not. but either way as long as you're careful about it you should be fine, there's a lot less restrictions on shaders in worlds. just use as few materials as you can get away with and don't overdo transparency and you'll be fine
Anyone know any worlds like the pet house quest world?
please i need help, is there any way to search for an avatar by performance??? i was looking for e-boy avatars but they all are very poor, or does anybody know a good avatar world with optimized e-boy avatars?
why does this stuff always happen to me?
oh wait maybe i got it
maybe it's because I'm trying to publish a world, when I have already used my "only one world per week" ticket.
but then why would I recieve these messages in the console log?
AmplitudeAPI: upload failed - ConnectionTimedOut
UnityEngine.Debug:LogError (object)
AmplitudeSDKWrapper.AmplitudeWrapper/<>c__DisplayClass64_0:<PostEvents>b__1 (BestHTTP.HTTPRequest,BestHTTP.HTTPResponse)
BestHTTP.HTTPRequest:CallCallback ()
BestHTTP.ConnectionBase:HandleCallback ()
BestHTTP.HTTPManager:OnUpdate ()
BestHTTP.HTTPUpdateDelegator:Update ()
UnityEditor.EditorApplication:Internal_CallUpdateFunctions ()
I have already tried re-importing the SDK btw
but i have deleted that world from my accound, and now I'm left here, waiting 7 days to publish a wolrd. What can i do?
You can upload as many as you want a week as private, it's only publishing to labs that has that lomit
upload failed - ConnectionTimedOut
Sounds like an internet connection issue
Damn
I hope this is related to internet connection...
Anyone know of any good or decent adventure/quest worlds?
@radiant hinge I canāt remember what this one was called but itās got so many different places to teleport to. Itās like 20 worlds in one.
Iām new and stupid, but does anyone know why even in the world tab my search is greyed out and wonāt function?
im on pc but the same thing happened for me, i simply rebooted the game and it worked just fine so try that
That fixed it, thanks
np
Heya! So I'm trying to make a world that's pc and quest compatible, and I'm having some issues with the quest version. On pc the world looks fine, on quest, not so much.
A lot of the collision for the objects in my world exists on Quest, but the objects don't render. Some I've managed to make render by making them use a mesh renderer and filter instead of a skinned mesh renderer - but then the textures are extremely dark, black.
Does anyone know what I'm talking about and what to do about it?
Update: Figured it out. Good lord I am bad at worldmaking, hahah. Turned out that static batching everything was the issue.
is there any hollow knight worlds that are quest compatible? (please ping if replying)
im trying to make a pc and quest compatible world is it easier to start with the quest version first or pc?
Unless your world has some weird complicated behaviours either way should be just fine.
yeah but if you do model with the quest in mind you won't have to downgrade quite as much for the quest build
True true.
Design with quest in mind and things should go smoothly.
Mainly don't use too much transparency.
The bane of my life is that most people make plants while using transparency for their leaves instead of just polys
š”
maybe i should ask for help in here https://www.youtube.com/watch?v=Q8u-JYMB6cs&ab_channel=PDB'sstudios
I'm trying to make a VRChat club but unity won't let me do it, I have a problem with the inspector and it won't let me modify the textures
Vrchat
Avatar
World
Unity
Help
Fix
Bug
2019.4.31f1
Error
Texture
Inspection
Material
Materials
I can see an error at the bottom in your console saying it doesn't have access to something because you don't have a license.
Have you registered your account for the free single user license?
I have problem with quest version of the world some objects are blinking (disappear) and its working fine on pc
i have a personal license
did anyone manage to run cinemachine on Quest2? like here https://www.youtube.com/watch?v=4jLOZdg6blc
In this Dec 2020 TLX session, MomoTheMonster does a breakdown of how they put together an automatic music-video world, combining Cinemachine and a Playable DirectorTimeline to make a dynamic camera system synced with a short song
Learn more about Prefabs TLX at https://tlx.dev
Follow TLX on Twitter: https://twitter.com/tlxconf
Prefabs TLX is ...
I don't see why it wouldn't work
even with example world scene sdk3 the virtual cameras don't work. is there a trick somewhere?
Hi everybody, could you tell me if google drive is still whitelisted as a source for video links ( both pc and quest) ? i've been trying for a while by using direct share links, converting the shareable url in direct raw URL , tried putting the shortcut for the youtube-dl in front of the link etc but nothing seems to work. the file is an mp4 h 264 video file
How should I extract and use the drive url the right way for video players on Quest mode ?
it dont seem to work, i trued using it a few months ago and had no luck
it is, lemme find format to help with gdrive
If you want to make a google drive link work on quest. follow this structure:
https://drive.google.com//uc?export=download&id= (your google drive ID)
THANK YOU SO MUCH
by my google drive id you mean the videos id or my user ID ?
thanks š¦
thank you very much, ill try right away š
by downloadable you mean this?
is there like a world where i can be a security guard or something as thats my job IRL and id love to do that in game like a bodyguard at a nightclub or something
Can I get a quick answer real quick.
How much for someone to make a world and Install weapons i it? I need it for a pvp server im in and I tried doing it myself but I cannot figure it out I have the Gerryās mod venitor from Star Wars DM me if you can help me out
uhhh look for vrctraders in #community-servers-old and theyll have someone you could pay most likely
Ploopyloopysoptimized
Does anyone know any escape room world?
Does anyone have a good world like the void avatar world
āA strange placeā some has physbones too I think
Look at my last comment
Does anyone know how to deal with āunable to verify playerā error when the user tried to join the world?
With the quest standalone version
does anyone have good horror maps?
A strange place is what it's called
I might check it out
Diffuse makes the avatar FBX grey and looses texture?
Do you have the main texture applied on your material?
Does anyone here use qt pens in their world and have them actually function? Is it a bug with the newest sdk? Are people actually able to use them?
tryina convert a world of mine into quest, never ran into this before
any ideas ??
seems it fixed itself no idea how
This is very much a reoccurring theme when using unity lol
first time i ran into it after 6 world releases
but ye the fact it fix itself magically is indeed a reoccuring theme i agree ^^
Any fun game worlds to play with friends pc and quest compatible?

