Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

How big is this package - I have a webgl and need to save space where possible. #149

Open
McSwan opened this issue Oct 26, 2022 · 2 comments
Labels
question Need answer, not changes

Comments

@McSwan
Copy link

McSwan commented Oct 26, 2022

No description provided.

@McSwan McSwan added the question Need answer, not changes label Oct 26, 2022
@applejag
Copy link
Owner

applejag commented Oct 26, 2022

Hello @McSwan. Good question, I haven't really considered it.

The Newtonsoft.Json.dll binary is 615 KB large, so the impact on the final build's size would probably be around that size. Although, IL2CPP (the compiler that's used in WebGL builds) does strip away all debug symbols, so it might be smaller.

Could you try build your project with and without this package, and compare the sizes of the artifacts? Now I'm curious

@McSwan
Copy link
Author

McSwan commented Oct 27, 2022

Thanks for the info - if I get a some time I'll run a test.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
question Need answer, not changes
Projects
None yet
Development

No branches or pull requests

2 participants