3
votes
Accepted
Where should I put a JSON file to be readable in a Unity build?
If the file is modified at edit time, and not modified in the built version of the game, just put the file somewhere in your Assets directory like you do with other assets including textures, models, ...
3
votes
Accepted
How to set C++ language standard for VS2019 in an Unreal project?
Okay, found the solution here.
CppStandard = CppStandardVersion.Cpp17;
I added this to my myproject.Build.cs
2
votes
Can I delete UnitySetup .exe files from AppData Temp folder?
Anything in the temp folder should always be treated with the understanding that it may disappear at any given time. This means you should not store critical information that your program depends on ...
2
votes
Accepted
Loading sprite resources from nested folders
When in doubt, always read the docs for the methods you're using:
Description
Loads all assets in a folder or file at path in a
Resources folder.
If path refers to a folder, all assets ...
1
vote
Accepted
Unsure where to right click to delete Unreal C++ class
It shouldn't be this difficult but unfortunately, it is.
You right click the .UProject file in your File Explorer.
It's also recommended that you delete the Intermediate folder as well.
1
vote
Accepted
How to access files in Chrome
First, to explain the problem you ran into trying to access file://:
The user's file system is not directly accessible from any normal browser environment for security reasons. If you would be able ...
Only top scored, non community-wiki answers of a minimum length are eligible
Related Tags
filesystem × 27unity × 8
c++ × 4
assets × 4
c# × 3
libgdx × 3
java × 2
ios × 2
unreal-4 × 2
windows × 2
loading × 2
file-format × 2
asset-workflow × 2
android × 1
javascript × 1
architecture × 1
sprites × 1
godot × 1
html5 × 1
lwjgl × 1
sfml × 1
visual-studio × 1
databases × 1
savegame × 1
turn-based × 1