Size limits on sprite sheet?

Hello,

Does anyone know what the size limits are for sprite sheets that can be used with the sprite editor?

I keep getting the following errors:

“RenderTexture.Create failed: requested size is too large.
UnityEditor.DockArea:OnGUI()”

“Texture has out of range width / height
UnityEditor.DockArea:OnGUI()”

Thanks!

It’s probably video card/driver/platform specific, but I’d recommend 2048x2048 max if you are targeting mobile, 4096x4096 max if you are targeting modern PC.