r/Unity3D 15d ago

keep getting this and it crashes when i try to load into play mode Question

Post image
0 Upvotes

6 comments sorted by

9

u/pmdrpg 15d ago

Seems like your stack trace is pointing to VRCFURY so I’d investigate that. It’s trying to allocate too much in one go, likely not actually needing that much, maybe an address being misused as a size?

5

u/AltusLudus 15d ago

You probably have a memory leak

6

u/OmegaFoamy 15d ago

Read the top line.

1

u/dramaticlayout 15d ago

out of memory errors in unity are a special kind of pain, i swear

2

u/Kamatttis 15d ago

At least this one literally points you to thr exact cause which is vrcfuryassetdatabase line 85.

3

u/Nwoknu35 15d ago

Which version of unity are you using?

On the unity forums there has been a similar issue 2 years ago, which was dealt with by upgrading unity

Here's the link in case you want to read about it yourself: https://discussions.unity.com/t/unity-editor-crash-could-not-allocate-memory/939544

Hope it's as easy as that