#world-quest

1 messages Ā· Page 15 of 1

hardy gate
#

in 12 days marks a whole year theyve worked

violet cave
#

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.

hardy gate
#

depends on videoplayer, but you can make them work via YTDL, or invidious, or jinnai if the videoplayer doesnt work

violet cave
#

Sorry, I have no idea what those words mean, I am not a developer : /

hardy gate
#

id go to a world that states it has a quest ready videoplayer

violet cave
#

ok, thanks for the help anyway

vital lance
#

Anyone wannna play haunted asylum

hardy gate
#

who?

glossy oxide
#

Does any one know how to make a world show for quest 2?

light kiln
#

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

hardy gate
#

its in the vrc scene descriptor if youve added the vrcworld prefab

light kiln
#

so it is already set up in the vrcworld prefab

hardy gate
#

should be

light kiln
#

how do i open this window?

hardy gate
#

top mac desktop, theres a vrchat sdk dropdown. hit control panal

light kiln
#

do i have to login with my vrchat account right?

cursive horizon
#

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

short bolt
#

what am i doing wrong

south storm
#

it tells you what component your scene needs

tribal moat
fringe schooner
#

Does anyone know or have any good hangout worlds?

lost basalt
#

room of the rain is my favorite

#

i always meet good people there

#

plus theres a pool table

fringe schooner
#

Ok I'll try it out

opaque brook
#

Are there any quest horror games?

solid sage
opaque brook
#

noted thanks

solid sage
#

Np

cursive horizon
#

Does anyone know the name of the sleep world that had like, pods you could go into and sleep?

hallow void
#

(everything is baked, nothing is realtime)

coarse grail
#

very nice how well does the Shader perform on the quest

hallow void
# coarse grail 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

coarse grail
#

cool

quartz scaffold
#

it's running at 70-80fps
I mean, VRChat caps the Quest at 72fps so...

hallow void
quartz scaffold
#

Pretty much I'm saying that there's probably no fps drops at that scale

hallow void
#

Ahh okay got it šŸ‘

lost basalt
#

ok i havent tried to make a world yet, anything i should know before i start

coarse grail
#

definitely learn how to bake lighting so your performance doesn't suck

coarse grail
lost basalt
#

ye i was planning on it, i just want a little room for my avatars!

lost basalt
#

thank you!!

coarse grail
#

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

lost basalt
#

yes <:

coarse grail
#

cool then definitely keep the performance constraints of the platform in mind

opaque brook
#

are there any quest horror games on vrchat?

hardy gate
opaque brook
glossy jasper
#

Hey, does anyone here know of any shaders I could use to create an ocean on a quest?

coarse grail
glossy jasper
#

Cheers, I'll have a look

sleek silo
hallow void
versed idol
hallow void
# hallow void Working on a new shader for quest/pc worlds that adds in specular highlights to ...

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

This model is made by Evan on Sketchfabā€š you can find this model in the link below․ This world is just a test world for a new shader for quest⁄pc․ Anyways I hope you enjoy this "world" Here is the li…

fierce stone
#

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.

past shell
#

Standard shader

#

You don't need to only use the mobile shader on quest but try to as much as possible when possible.

fierce stone
#

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

short robin
hardy gate
#

would suggest using a mobile shader that supports reflections via specular and does not calculates the probes position unless nessicary

fierce stone
hardy gate
#

try out some of the mobile shaders unity has, i usually have shaders ive made over time that i use for specific application

dusk field
#

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?

fierce stone
#

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?

hardy gate
#

could be the shader, mobile shaders will default to not using box projection even if its on

fierce stone
#

It's the Standard Unity shader for now

hardy gate
#

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

fierce stone
#

Yee, I do see that in the project graphic settings the settings are locked again

fierce stone
hardy gate
#

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

hallow void
#

Currently working on a shader that does all of that and more, if you scroll up you can see it

hardy gate
#

mind if i can check it out?

hallow void
#

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

hardy gate
#

ill check it out. assuming its a mixed bake scene, right?

hallow void
#

fully baked

hardy gate
#

were you able to get optimal realtime reflections as well?

#

oh ok

hallow void
#

Well it uses reflection probes, so it's as realtime it can get with out using screen space reflections lol

hardy gate
#

wait, the reflection probes arent baked?

#

hmm

hallow void
#

They are baked into a texture

hardy gate
#

now i really need to see this place lol

hallow void
#

Have fun lol

hardy gate
#

what about realtime gi?

hallow void
#

Everything is fully baked into a lightmap

#

so the answer is no

hardy gate
#

k, does it have support or a texture slot for it?

hallow void
#

Atm no, but I can add one in

#

atm the shader gets the generated lightmap from unity atm and uses that

hardy gate
#

k

#

thats something that i need to work on, rtgi maps are huuuuge

#

and itd be great to edit them/compress them better

hallow void
#

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

hardy gate
#

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

hallow void
#

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

hardy gate
#

well if you got o_1 = UnityLightMap_SampleTex2D.xy * UnityLightMap_SampleTex2D.wz;

hallow void
#

Mhm, that's easy, but then the directional lightmap is a bit different, but I think I have that sorted now

hardy gate
#

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

hallow void
#

You're all good, don't worry about it lol

hardy gate
#

i think #IF_UNITYDIRECTIONALLIGHTMAP or something similar

hallow void
#

Hmm okie

hardy gate
#

but i think youd need to be in defered rendering roght?

#

but ye, have fun lol

hallow void
#

Thank you, I will xD

lost basalt
#

can i only use the default shaders for worlds?

coarse grail
#

you can use custom shaders just the performance might be bad or might not render correctly because it using pc only instruction sets

lost basalt
#

kk ty!

forest glacier
#

Bro I staid plying vr all nigh long and i am soooooo tired

thick jolt
#

Same

mossy prawn
#

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

sand frigate
#

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?

prisma flower
#

Anyone know where i can find a future diary (mirai nikki) avatar World im lookin for a yuki avatar

gleaming cape
#

Does anyone know off any good forest worlds?

rose jetty
#

Is it something special other than default? If it uses certain functions/properties quest can't run them

tidal blaze
#

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

sand frigate
rose jetty
sand frigate
#

Ive also tried other shaders too that were supposed to be supported for quest, yet they didnt work either :/

vital lance
#

Whats worlds have sonic avatars?

random swallow
#

Looking to have a water physics shader in my world. Is that something that is qutest compatible?

sharp urchin
#

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

coarse grail
#

real-time reflection probes would be quite expensive

#

like nobody even does that on PC

sharp urchin
#

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

random swallow
coarse grail
random swallow
#

I should rephrase. Water physics.

#

Interactable water

coarse grail
#

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

random swallow
#

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

coarse grail
#

well you are essentially rendering the world again to capture the camera footage

random swallow
#

I guess that makes sense.

#

ty

coarse grail
#

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

rugged ferry
#

Is there a glass shader that quest users can see?

hardy gate
hardy gate
#

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

mighty current
#

Does anyone know some good worlds with optimized avatars on quest? I've had no luck searching so far

lethal edge
#

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 (:

whole needle
#

hey im looking for darksouls avatar worlds anyone know any

whole needle
#

is that the name

glossy jasper
#

Does anyone know of any video players that work within Quest worlds?

glossy jasper
#

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

hardy gate
#

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

glossy jasper
#

Cheers for clearing that up, damn, could that also be the reason videos dont load on PC?

hardy gate
#

um, it depends, do you have ā€œallow untrusted urlsā€ enabled?

hardy gate
#

unity shouldve let you be able to change the format

hardy gate
#

oh wait, thos are actually dds textures

#

never knew they actually worked in unity. how weird lol

compact berry
fringe schooner
#

Someone should make a world similar to the rocky mountain national Park world but quest compatible

#

Give a thumbs up if you agree

pseudo field
fringe schooner
pseudo field
#

A stylized ish version can work lol

fringe schooner
#

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

pseudo field
#

The challenge would be bushes and grass lol

fringe schooner
#

Yeah

#

But what about the water?

signal rose
#

Should world textures have Streaming Minmaps enabled?

carmine girder
#

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)

hardy gate
agile fjord
#

Whats the world with the house that mully uses in his vids?

fringe schooner
agile fjord
#

Anybody got some fun mini games or sport games i should play in vr chat????

bold kelp
#

yeah where are all the good worlds at im tired of this stupid mirror shit being the only thing a world has

coarse grail
#

check the game World tab for more interactive stuff

vital lance
#

Any more worlds based on game shows on Quest? I only found one

bold kelp
polar apex
#

Hey, whats the recommended polycount of Vr chat worlds for quest

buoyant pier
polar apex
buoyant pier
polar apex
buoyant pier
polar apex
buoyant pier
polar apex
buoyant pier
sharp night
#

hello i have a questions how to make a map in pc and quest?

hardy gate
#

some people have made a few, but sadly they are pc only

#

i seconded this idea

hazy wadi
#

It's like a driving at night thing

dense gull
# sharp night hello i have a questions how to make a map in pc and quest?

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

Concisely explains every aspect of Avatar and World creation for VRChat. Additionally teaches all one needs to know about computer graphics and game design to get started, assuming no prior knowledge.

hollow sage
#

After adding quest support to a world is it possible to remove it from that same world?

agile fjord
#

Does anybody know what the job simulator world is called and if its on quest?

coarse grail
vital lance
#

is there any good worlds to meet new people

#

im new to quest

long basalt
#

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

Bar with Pool tablesā€š Chessā€š Beer Pong and Skee-Ball․ ćƒ“ćƒŖćƒ¤ćƒ¼ćƒ‰ć€ćƒć‚§ć‚¹ć€ćƒ“ć‚¢ćƒćƒ³ć€ć‚¹ć‚­ćƒ¼ćƒœćƒ¼ćƒ«ć‚’å‚™ćˆć¦ć„ć‚‹ćƒćƒ¼ć€‚Quest version in betaǃ ćƒ™ćƒ¼ć‚æē‰ˆć®ć‚Æć‚Øć‚¹ćƒˆćƒćƒ¼ć‚øćƒ§ćƒ³ļ¼

long basalt
#

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.

coarse grail
#

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

hardy gate
#

preferibly not too potatoy. id provide a potato graphic option in the world tho

long basalt
#

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.

coarse grail
long basalt
#

That's handy, although I don't know what to do with atlases.

remote goblet
#

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

hardy gate
remote goblet
#

and if it did how many people did u manage to stream to ?

hardy gate
#

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?

hardy gate
coarse grail
long basalt
#

Might have a go at it in a bit

coarse grail
#

yeah I figured I'd mentioned because one of your enemies is number of draw calls especially on the quest

agile fjord
#

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?

misty meadow
vital lance
#

Any more game show themed worlds in VRchat?

remote goblet
remote goblet
remote goblet
remote goblet
remote goblet
hardy gate
#

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

remote goblet
steady merlin
#

any good horror maps?

peak barn
#

Anyone got an lewd avatar worlds or avatars šŸ’—šŸ’—

true aurora
#

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

true aurora
#

god i wish, but i think only pc vrchat applies nsfw textures

coarse grail
#

not-safe-for-work content is prohibited on vrchat altogether

pine trout
#

Anyone know of a world with a lucoa from dragon maid avatar is?

royal jay
#

I need a tron legacy world! That’d be dope

pine trout
#

i feel like pc have alot more worlds than quest

hazy wadi
pine trout
#

sucks

true aurora
gaunt epoch
#

Does Lighting > Fog work on quest?

dense gull
azure glacier
#

anyone know any good horror quest 2 avatar worlds

hardy gate
vital lance
#

Yo whats yalls bet avatars?

zenith pagoda
#

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

An original comfy world inspired by artwork from an anime․ Features an aquariumā€š arcadeā€š planetsā€š and more to enjoy with your friendsǃ Modeled from scratch in Blenderǃ Updates to planetsā€š gamesā€š and …

sly root
#

is there worlds where you can skate???

agile fjord
proper herald
#

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

warm remnant
#

Grogu

dusky osprey
#

is there a world to play Catan or Carcassone?

vital lance
#

Does anybody know any good places for sonic avatars

crystal edge
#

does anyone know a good world for avatars couples compatible for quest and pc?

shadow reef
#

Any worlds I can find avatars like this?

foggy idol
#

Does anyone know were i can find like aesthic female avatars? Or like indie aesthetic avatars?

sudden olive
#

Dose anyone know where I can find toga avatars?

frozen thistle
#

Anyone know where I could get call of duty infinite warfare and modern warfare avatars

hoary trout
#

Question

#

Who here plays the courtroom map?

weak token
#

Does anyone know any good multiplayer horror world?

empty star
#

Anyone Know A World With Eren When He's In The Paths?

vital lance
vital lance
empty star
raven wigeon
#

We’re the black avatar dudes atšŸ™„

vital lance
#

They're out there. Depends on what style you're looking for

vital lance
#

Ay yo this is sick

#

...?

proud trench
#

Anyone take world commisions? Looking for someone thatd make me a bar/hangout world. Dm me for specifics

mystic veldt
#

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?

opal orchid
proud trench
#

Hey anybody know of any good bar worlds???

hollow talon
proud trench
#

Thanks

vital lance
#

Bar Hien’s nice too. Or Penguin Sniper

versed idol
vital lance
#

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

sonic parcel
#

pp

royal prawn
#

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?

kindred bloom
weak lotus
#

looks great dude

kindred bloom
hardy gate
#

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?

lapis heron
#

Dose anyone know how to get the golden nuder butter skin

uneven blade
#

are there any good quest movie worlds? looking for one for a friend

vital lance
#

Movie and chill’s a popular one

pliant escarp
#

hello

#

hello

#

ok bye

vital lance
#

Go to general if you just wanna talk…

pliant escarp
#

hello

#

any body

#

hello

#

well bye

vital lance
# pliant escarp hello

You not see what I typed yesterday? Unless you have a genuine world question, take talk to general

lusty gust
#

Anyone know any good quest worlds

pliant escarp
#

I know one but do you really want to try it

vital lance
lusty gust
#

For quest users*

vital lance
#

Check out Blue Cat’s worlds. Run well and look gorgeous

pliant escarp
#

Hello

dull vault
#

Anyone know of any flipbook and scrolling shaders that work on Quest worlds?

junior whale
#

Any good quest compatible horror type worlds in vrc?

vital lance
#

Cant find anything good to play in vrchat

grave marten
#

I was wondering about places beside Black Cat to chill in, anyone know good places

vital lance
#

Reflect On Life, Paracosm, Cafe Leblanc, The Milk Bar and Fairy Fountain are my personal recommendations

rose bobcat
#

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

vital lance
#

As if that could be regulated. Unless it were by users

#

…who am I kidding

vital lance
#

what do i have to download to switch my unity thing to android

hazy wadi
#

Android builder

vital lance
#

where do i download that?

dark coyote
#

Vrchat sdk control panel -> switch build type to android

#

if it asks you for some kind of SDK for android, get yourself android studio

cerulean grotto
#

Anyone here ever play an old PS2 Game called Dark Cloud?

vital lance
#

hello

jagged glacier
#

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

vital lance
#

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…

lament karma
#

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

vital lance
#

That wouldn’t serve either party. Once an avatar’s gone, no one can access it

#

…Right?

timid cave
#

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

cerulean grotto
#

Guess not. Cool

vital lance
#

Hey, this wasn’t the place to pose that question to begin with. You’dve been better off in off topic or something

cerulean grotto
#

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

vital lance
#

Oh…should’ve figured that’s where you were going with that. Best of luck

cerulean grotto
#

Would it be considered a commission if it's an idea for a public world?

hardy gate
#

yes

cerulean grotto
#

Whew.. that'd be pretty expensive I'm guessing

hardy gate
#

yes

dark coyote
#

Are transparent materials allowed on quest worlds?

dark coyote
#

Thanks for the info!

coarse grail
#

just be aware they're a bit heavy for performance on quest

hardy gate
#

ye dont overlap transparencies as best as possible

coarse grail
#

and like honestly even using a bit more geometry to not use a transparency would be better for Quest performance

hardy gate
#

or use additive instead

dark coyote
#

Guess I'll just create a seperate world for quest and pc, or just do a quick matswap

dreamy dawn
#

that's the typical way to go about it. transparency is a real killer on quest.

dark coyote
#

I'll keep that in mind

coarse grail
dreamy dawn
#

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

timid cave
#

i wish there was a good way to measure shader preformance for quest vs pc so i could choose my shaders more technically

hardy gate
#

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

vital lance
#

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

dry talon
#

Good horror worlds

hardy gate
hazy wadi
dry talon
hazy wadi
#

yeah i ended up finishing it lol

native torrent
#

Anyone know any realistic car driving worlds! Oculus Quest 2 Perfered

obsidian totem
#

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?

austere talon
#

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

vital lance
#

anyone know any good vrc quest avatar worlds?

timid cave
#

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

obsidian totem
#

also hi, haven't seen u in a bit but to be fair timezones don't work out in my favor for OCE parties

timid cave
#

The dual url player is the protv prefab.

obsidian totem
# timid cave 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

timid cave
#

New ish. A few months ago?

obsidian totem
#

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 šŸ‘‹

hardy gate
#

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

terse bane
#

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?

vital lance
#

unless you have a quest yiurself then just test it yourself

terse bane
#

Yeah, I'm aware of that

#

I just want to avoid scenario in which I'll release unoptimized world

vital lance
#

I wish there’s more game show worlds in VRCHAT quest

hardy gate
#

game show events are commonly quest compatible

vital lance
#

Like that Trial place? Haven't frequented that, really.

hardy gate
#

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

vital lance
#

Not T.E.G.

hardy gate
#

im blanking on what that is

vital lance
#

The

#

Entertainer's

#

Guild

#

Not worth the drama or cross-group infighting

timid cave
terse bane
#

^^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:/

#
terse bane
#

nevermind, I'm dum, found it

#

OMG, it worked!

timid cave
#

No worries.

strong coral
wind isle
#

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

dreamy dawn
#

it's a little bit slower than standard lite. but if you're careful about optimization elsewhere it'll probably be fine.

wind isle
#

alright cool

coarse grail
wind isle
#

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

obsidian totem
strong coral
#

I can DM you a demo stream if you want?

glass minnow
#

Anyone who knows how to add music to a world in vr chat? I'm looking for the spotify playlist in Club Ruby

obsidian totem
obsidian totem
vital lance
#

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.

hardy gate
#

HÄ« yall, are any of yall using Jinnai for you quest videoplayer resolving method and witnessing it no longer working?

vital lance
#

Is there any single player gaming worlds out there?

vital lance
#

Udon Vaders is a good one. Or Super Tower Defense, if you haven't already been

fading wren
#

you can add from youtube

dreamy dawn
#

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

hardy gate
#

sprite sheet generator online

vital lance
#

Does anybody have worlds to recommend cause I’m kinda getting out of VRC so I would greatly appreciate it šŸ˜„

dark wharf
#

Looking for a good virtual dance club.

Any suggestions?

vital lance
vital lance
cinder linden
#

Is this a channel where you can ask about worlds? Like world names that you dont know and someone else might by description?

vital lance
#

Yes.

#

But for quest

cinder linden
#

Yeah I play on quest 2

vital lance
#

Ok.

#

So.

#

Yes

cinder linden
#

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

coarse grail
#

the video would definitely be a big help

cinder linden
#

Ok

#

Let me get it

cinder linden
coarse grail
#

no biggie

cinder linden
#

I may have gotten the link wrong

coarse grail
#

it says the video isn't available anymore

cinder linden
#

Ok I might have

#

Give me another minute or so

vital lance
#

Did you type it in by hand?

cinder linden
#

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

coarse grail
cinder linden
#

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

coarse grail
cinder linden
#

Oh my gosh

#

Let me check the twitter

#

Couldn't find anything šŸ˜”

#

Thanks for the help though, I really appreciate it

coarse grail
#

I might suggest seeing if you can find their vrchat name off of the Twitter

cinder linden
#

Twitter page isn't available

#

Same with their insta

coarse grail
#

maybe see if the YouTube has anything

cinder linden
#

Thats where I checked the Twitter link

#

I dug further and found out his Twitter was suspended

coarse grail
#

oh dear

cinder linden
#

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 :)

coarse grail
#

glad to be of help and I was able to get the contact because I recognized the purple dude all over the cartoon map

cinder linden
frigid slate
#

just a hypothetical question but would anybody like to inv me to any nsfw avatar worlds, my username is juicyfrootsnakcs

#

for personal use

coarse grail
#

not-safe-for-work is completely against terms of service on vrchat

frigid slate
#

i though that it was good for only personal use, like only in private servers

vital lance
#

……..

coarse grail
#

nope still against terms of service

frigid slate
#

really?

coarse grail
#

yes they allowed people under 18 in the app so they can't allow not-safe-for-work

frigid slate
#

dang

vital lance
#

Bro

frigid slate
#

just wondering but are you a mod or smthn of the sort? rainwolf?

vital lance
#

No.

coarse grail
vital lance
#

But we can gladly call mods

frigid slate
#

mk thanks for answering

vital lance
#

What kind of name is that

#

Looks like you had a stroke

frigid slate
#

yes, and?

vital lance
#

Are you SURE your 14?

frigid slate
#

wdym

vital lance
#

….

frigid slate
#

anyways gb

vital lance
#

Good bye?….

vital lance
#

Children moment

narrow mulch
#

i need to find a specific mikasa avatar

solid sage
#

Wrong channel

lavish dome
#

I can't find and good avatar worlds any suggestions?

vital lance
#

Depends.

#

What avatars you looking for

#

@lavish dome

past shell
#

Children moment vrcCrying

lavish dome
vital lance
#

Oh ok.

vital lance
#

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.

austere talon
#

anyone wana help test my world rn i need to know if it lags or even works for quest

vital lance
austere talon
vital lance
#

Any road trip worlds where u need to drive needed ASAP

#

I’m begging y’all

#

Or just this one

austere talon
vital lance
#

Its like 1am not tho so im a bit tired

lucid sinew
#

Unless you don't need anyone else to

queen tusk
#

any one have recomneded Mirror settings for Quest?

dreamy dawn
#

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

queen tusk
#

do i not have to mess with any of the resolution or alising settings?

dreamy dawn
#

depends on how optimized your world is. the defaults are usually okay to start

queen tusk
#

i do need to get a quest so i ca see how it is first hand.

unique parcel
#

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

nimble coyote
#

Anyone got any Nier worlds I can go to?

hollow sage
hollow flame
#

were do find people will play games?

solid sage
#

Huh

hollow flame
#

try make new friend is all

forest ruin
#

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?

vital lance
#

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

hardy gate
#

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

radiant hinge
#

Anyone know of a good adventure/mystery World?

coarse forge
#

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

lucid sinew
#

I'm kinda curious what that world is too

#

It looks nice

hazy wadi
#

same if you guys find it tell me

sinful cobalt
#

does the pool table work on quest?

knotty finch
#

@sinful cobalt yes

sinful cobalt
#

sweet thank you so much

#

i forgot if they did or not, it's been a while

vital lance
#

You might think of this wold called Purity

queen finch
#

does anyone know of any Little space worlds?

#

most of em have been taken down

#

as of recently

vital lance
#

@hazy wadi @coarse forge

coarse forge
#

thank u!

vital lance
#

No problemo :>

bold dagger
#

do anyone know where i can find a mario madness golden land world

vestal helm
#

Anyone know where to find nier automata avatars for quest

quasi cosmos
#

Does anyone know any good chat worlds on quest

queen finch
#

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

vital lance
#

Anyone knows an good Avatar world where the avis have a gun, weapon, special effects or something like that?

vital lance
#

FeXaal's. If you're into Star Wars, anyway

patent lodge
#

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

dreamy dawn
#

it shouldn't. light probes are dirt cheap

scenic burrow
#

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

coarse grail
#

have you generated any lightmap uvs

quasi cosmos
pliant mauve
#

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.

lunar herald
#

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

hardy gate
quasi cosmos
#

anyone found any good quest worlds that i could go to

hardy gate
quasi cosmos
#

Oh damm thats cool thanks

hardy gate
#

the floating room is also cool, it has water you can mess with

#

bounce around and rest and sleep paralysis are pretty big ones

dreamy dawn
vital lance
#

Anyone knows a nice quest world to just relax? (With a bed for our sleepy friends :3)

wheat fern
#

Do any of you know project aincrad? Well why hasn't anyone thought about creating that type of world but for fairy tail?

vital lance
#

...?

wheat fern
#

Just a question, I mean a world like that would be amazing

vital lance
#

Oh, aincrad...I was confused for a bit. I imagine not, aincrad seems to be a special case as-is

wheat fern
#

Yeah true but I mean just imagine being able to use magic from fairy tail in a world like that

vital lance
#

I'm not familiar with that series, so I wouldn't know what to tell you

wheat fern
#

Really? Well I recommend fairy tail to you it is amazing

vital lance
ruby tide
#

Anyone know a good world that’s just a forest?

dreamy dawn
#

try amber glade

vital lance
#

I can see my camera menu in the mirror

coarse grail
#

asking the same question in multiple channels is against the rules and isn't going to help you get the answer faster

boreal wedge
#

i dont know

#

sorry

vital lance
#

quest world

#

I took this picture

#

it very nice

#

hehe

vital lance
#

Ah, yes…Eventide. Wasn’t the worst place to go when I started

vital lance
#

lol

vital lance
#

...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

marble leaf
#

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

vital lance
#

O

#

Hmmmmmmmm

rancid dove
vital lance
#

Penguin Sniper’s good, too

marble leaf
#

Nice nice thanks guys

#

Send anymore if yall got anymore

silk cape
#

But you will hate one song after awhile

vital lance
#

I’m looking for more 80s themed Quest worlds, any suggestions?

jaunty ice
#

Anyone know any good male avatar worlds?

vital lance
jaunty ice
vital lance
#

Yeah, that’s pretty much impossible…

jaunty ice
#

Ahh that’s okay, do you mind shooting some eBoy worlds then 🤣🤣🤣

vital lance
#

Well, what I could recommend are a couple different persona places

jaunty ice
#

That’s fine with me ^-^

vital lance
#

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

jaunty ice
#

Thank you! šŸ™ I’ll check them both out right now

#

Can you give me the world name for the first one?

vital lance
#

I forget the exact name, but it started with ā€˜Evan’

#

It’s in labs

jaunty ice
#

Got it thank you!

gentle blaze
#

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?

hollow sage
#

Avoid transparency at all costs, it will tank framerate quickly.

gentle blaze
hollow sage
#

Np! šŸ˜„

vital lance
#

Lost Teddies? Or there's the Waiting room, but i wouldn't call that a game so much as an experience

vital lance
#

The Waiting room is and will always be an interesting world.

dull vault
#

Does anyone have a quest shader that is optimized but still uses detail and normal maps?

vital lance
#

...Standard Lite

dull vault
#

Doesn't use detail

timid cave
dull vault
#

Not required for worlds, only for avatars. They do warn about being careful with custom shaders on quest though for worlds

vital lance
#

Oops...thought this was a different tab

marble imp
#

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

digital vector
#

I have a question about the standard shader if being used on quest worlds

#

Cutout/Transparent rendering modes, will they work correctly if used

hardy gate
#

yes

tepid pendant
#

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.

hardy gate
tepid pendant
#

im trying with vimeo, dropbox, google drive and youtube, still the same problem

#

😦

hardy gate
#

are quest users seeing errors?

#

you may be desynced hierarchies

tepid pendant
#

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

Dropbox

Shared with Dropbox

marble imp
#

Are there any really scary worlds, cause I’m just not finding any

signal condor
#

can anyone tell me what world this is?

glacial gull
marble imp
mint geyser
#

a dsaf avatar world for quest AND pc?

#

i use my quest/vrchat on pc via oculus link

hardy gate
#

what?

mint geyser
#

wdym "what?"

hardy gate
#

ā€dsafā€ and if its just an avatar world. id bet youd get better luck in #avatar-search-old

mint geyser
#

i have

#

nobody's helped me

hardy gate
#

well theres not much here. mainly quest world stuff usually done here

mint geyser
#

ok

half latch
#

I need an scp avatar world with the scps and not just the guards and mtfs and stuff

solid sage
half latch
#

Is there any other way for me to get there

arctic hazel
#

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

late anvil
#

@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

vital lance
sharp kernel
#

anyone know a demon slayer world with a zenitsu avatar that can do the thunderclap

marble imp
#

Are there any really good arcade worlds. (And maybe working arcades)

junior flint
#

Any got any good recommendations for chill rooms without a bunch of screaming children?

junior flint
#

None of my friends play VR so I guess i gotta get out there and be social 🤣

tall sigil
#

Why are you playing vrc if you have friends

#

Vrc is for lonely people without a life (yes thst includes me)

junior flint
#

Im in military so its nice to get off work and explore new apps and chit chat with people 🤣

tall sigil
#

Ah that makes sense

hardy gate
signal condor
#

looking for this world or somewhere like it

sonic nebula
#

that avatar looks amazing

spiral horizon
#

how many people participate in world jams?

rain pollen
#

Hey guys šŸ™‚

Does anyone know if Unity terrain works on Quest? If so what are the limitations I should keep in mind?

#

Albeit probably very stripped down

hardy gate
rain pollen
#

I was worried it might not even be possible to begin with, but this gives me hope that i can optimize it now šŸ™‚

stray elbow
#

Does anyone know the name of this world? I saw it in a Mully video

ocean parcel
#

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.

dreamy dawn
#

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

hardy gate
#

avatar worlds are usually nice since the focus of behaviour is different normally

dreamy dawn
#

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

dreamy dawn
#

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

vital lance
#

.

vital lance
#

Winter Company?

ocean parcel
#

I'll try this one

dreamy dawn
vital lance
#

Ooo...I'll def check this out

stray elbow
signal arch
stray elbow
#

Who pinged?

wraith forge
#

nice job @dreamy dawn

dreamy dawn
whole cradle
#

test pilots, I'm done here

vital lance
#

...?

strong wren
#

anyone have any like pretty worlds to chill in? for quest obviously lol

vital lance
#

Any one of Blue Cat’s will not only be optimized, but real atmospheric as well. Another good one would be Reflect on Life

strong wren
#

thank you!

sly solar
#

Anyone know where I can find that tinys avatar world? I can't remember the name of it but it said tinys something world

sinful rose
#

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

vital lance
#

Although it'll need good world lighting to look good

crimson flame
#

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.

#

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

A reminder of the past to the future․ What kids experienceā€š mold their future․ We keep moving forward․ We hope this world is very optimized for you| Unity 2019․4․29f1 VRCSDK2․2021․8․4 | 3-28-2022 Bui…

sinful rose
#

This is our first time sorry for being annoying

vital lance
vital lance
naive flower
#

whats this channel

#

about

ruby tide
#

Any relaxing worlds y’all recommend

neat sundial
#

Dus it need music

#

I did not make this world but here is the link for it

hardy gate
#

epic

neat sundial
#

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

vital lance
#

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

hardy gate
#

youll want to go explore and make new friends to progress your rank. afking in random worlds does not work effectively

vital lance
#

how do i upload privately?

#

Unity doesnt show that option

#

atleast i didnt find it

hardy gate
#

did thou inport vrcsdk to be the control in cain?

vital lance
#

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

hardy gate
#

then build publish there?

vital lance
#

wont let me

#

unless it just works differently on Oculus

graceful quarry
#

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

night zinc
#

Anyone know and good quality game worlds

hardy gate
gaunt epoch
#

Can you do animated textures on quest worlds?

hardy gate
#

sheets

gaunt epoch
#

ye

hardy gate
#

yesp

gaunt epoch
#

Awe yiss

#

I'm making a 3d map based off a pixel art game, and the vents in the floors are animated

icy bay
#

We got ā€œyespā€ and ā€œyissā€ but no yes lol

gaunt epoch
#

Instant messaging is propagating the slow breakdown of human language

#

it is a curse for all its other blessings

hardy gate
#

lol

radiant heath
#

Is there any worlds that are for a wholesome date? Nothing nsfw, purely to have fun with your partner.

vital lance
vital lance
#

I need help getting me some good furry avatars. Best worlds?

coarse grail
#

I suppose you could start with furhub

prime jewel
#

I'm doing some Quest optimisation today, what's the recommend max texture size, light map size, etc?

prime jewel
slate kettle
dreamy dawn
#

i use 2k maps on quest pretty regularly without a hitch. it's really a question of how many you're using.

coarse grail
#

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

prime jewel
#

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?

prime jewel
#

Okay, thanks!

timid lichen
#

is the devouring pc only?

hardy gate
#

i think so

winter garden
#

Anyone know this world?

#

Its an apartment and it has door physics

vital lance
#

I wish I remembered…I’ve been there before during my early months

#

Yeah

#

But here

molten laurel
#

Can anyone help me find some good dynamic avi worlds

timid lichen
bronze spruce
#

How do i get rid of these black walls

hardy gate
bronze spruce
#

thank you

#

there is nothing called ambient lighting

hardy gate
#

might be called ā€œenvironment lightinfā€. should be second from top

bronze spruce
#

ah

#

the intensity multiplier slider doesnt do anything

hardy gate
#

theres a drop down. itll have ā€œskyboxā€, ā€œgradientā€ or ā€œcolorā€. try color and change to white colors

bronze spruce
#

mk

#

alright thank you

bronze spruce
#

is there a way to reduce the lighting without making avatars incredibly dark

hardy gate
#

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

bronze spruce
#

I dont know how to bake :D

hardy gate
#

oh, ok so do you have any point lights or it just the direction light?

bronze spruce
#

i have 1 point light

#

no direction

hardy gate
#

if so. make all lights set to ā€œbakedā€ instead of realtime

hardy gate
#

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

bronze spruce
#

would i have to do that for mirrors

hardy gate
#

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

hardy gate
bronze spruce
#

alright

hardy gate
#

they reflect

bronze spruce
#

so i just create another realtime point or directional light for the avatars?

hardy gate
#

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

bronze spruce
#

ohh

#

so how do i bake them

hardy gate
#

theres a ā€œgenerate lightingā€ button in lighting settings

bronze spruce
#

thank you so much

hardy gate
#

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

bronze spruce
#

it worked thank you

hardy gate
#

epic

bronze spruce
#

How do you make a world android and windows compatible

timid cave
bronze spruce
#

oh ok thank you

timid cave
#

No worries šŸ‘

bronze spruce
#

also why cant i jump in my world lol

timid cave
#

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

bronze spruce
#

i love loading my project to find everything has mysteriously disappeared permanently :D

timid cave
#

Check you haven't opened op a different scene by accident

bronze spruce
timid cave
#

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?

bronze spruce
#

thats the only one ive made

#

literally just gone :))

#

all the assets are still here but everything just got deleted from the scene

timid cave
#

Is it a different scene? What was the scene named

bronze spruce
#

well i never created any other scene

#

im assuming you can do that

timid cave
#

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

bronze spruce
#

how lol

timid cave
supple fog
#

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?

dreamy dawn
#

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.

supple fog
#

So I can leave the material as "Standard"?

dreamy dawn
#

yeah, standard shader is ok for quest worlds. just make sure you test your framerates! transparency is a real killer on quest

prime jewel
dreamy dawn
ebon summit
#

Anyone know any worlds like the pet house quest world?

median flume
#

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?

supple fog
#

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

supple fog
#

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?

timid cave
supple fog
#

Then, what can I do to fix those errors?

#

What are they caused by?

timid cave
supple fog
#

Damn

supple fog
radiant hinge
#

Anyone know of any good or decent adventure/quest worlds?

cunning flume
#

@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.

coarse grail
cloud grove
#

I’m new and stupid, but does anyone know why even in the world tab my search is greyed out and won’t function?

half linden
half linden
#

np

autumn thicket
#

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?

autumn thicket
#

Update: Figured it out. Good lord I am bad at worldmaking, hahah. Turned out that static batching everything was the issue.

timid lichen
#

is there any hollow knight worlds that are quest compatible? (please ping if replying)

compact jolt
#

im trying to make a pc and quest compatible world is it easier to start with the quest version first or pc?

thin rose
#

Probably quest

#

I’ve seen quite a few people have issues going from pc to quest

timid cave
#

Unless your world has some weird complicated behaviours either way should be just fine.

coarse grail
#

yeah but if you do model with the quest in mind you won't have to downgrade quite as much for the quest build

timid cave
#

The bane of my life is that most people make plants while using transparency for their leaves instead of just polys

#

😔

median flume
timid cave
#

Have you registered your account for the free single user license?

timber citrus
#

I have problem with quest version of the world some objects are blinking (disappear) and its working fine on pc

willow lantern
#

did anyone manage to run cinemachine on Quest2? like here https://www.youtube.com/watch?v=4jLOZdg6blc

TLX

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 ...

ā–¶ Play video
coarse grail
#

I don't see why it wouldn't work

willow lantern
thorny crane
#

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 ?

hardy gate
hardy gate
thorny crane
hardy gate
#

videos

#

no user

#

make sure the share settings are set to downloadble

thorny crane
#

thank you very much, ill try right away šŸ˜„

thorny crane
fresh merlin
#

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

vital lance
#

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

hardy gate
thorn orchid
#

Ploopyloopysoptimized

dense lynx
#

Does anyone know any escape room world?

haughty parrot
#

Does anyone have a good world like the void avatar world

slow dew
#

ā€œA strange placeā€ some has physbones too I think

slow dew
harsh lion
#

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

vital lance
#

does anyone have good horror maps?

haughty parrot
#

I might check it out

brazen steppe
#

Diffuse makes the avatar FBX grey and looses texture?

fleet widget
#

Do you have the main texture applied on your material?

paper pollen
#

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?

burnt chasm
#

tryina convert a world of mine into quest, never ran into this before

#

any ideas ??

#

seems it fixed itself no idea how

icy lance
burnt chasm
#

but ye the fact it fix itself magically is indeed a reoccuring theme i agree ^^

tawny ridge
#

Any fun game worlds to play with friends pc and quest compatible?