- Home /
How to import game which is ready to unity editor?,How can I import game to Unity Editor?
I want to make a browser game from "Baldi's Basics in Education and Learning",I just want to make a browser game for my site. But I don't know how to do it. Can somebody help me?
Comment
Answer by GreatCorn · Jun 28, 2018 at 10:19 AM
You can not import a built game made with Unity into Unity itself. The best you can do is export resources from game_Data\sharedassets(number).assets and scripts from game_Data\Managed\Assembly-CSharp.dll or Assembly-UnityScript.dll. I use UABE (Unity Asset Bundle Extractor) for resources (textures, sounds, music, etc) and dnSpy for scripts.
Your answer
Follow this Question
Related Questions
getting udp package info inside unity (GlovePIE) 0 Answers
3d grid/tile based map 0 Answers
Assigning UV Map to model at runtime 0 Answers
How to make a map/Open Terrain 1 Answer