File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -21,3 +21,23 @@ Testing
21212. Run: ``src/BitMono.Unity/scripts/copy-to-test-project.bat ``
22223. Open Unity: ``test/BitMono.Unity.TestProject/ ``
23234. Build to test
24+
25+ Testing Package Export
26+ ----------------------
27+
28+ To verify that the ``.unitypackage `` export includes all required DLLs:
29+
30+ 1. Follow steps 1-3 above to set up the test project
31+ 2. In Unity, go to **BitMono > Test Export Package **
32+ 3. Check the Console for output showing included files and DLL count
33+ 4. The package will be created at the repository root: ``BitMono-Unity-vtest-Unity<version>.unitypackage ``
34+
35+ Expected output::
36+
37+ === BitMono Package Export Test ===
38+ Including 192 files from BitMono.CLI folder (164 DLLs)
39+ Total assets to export: 198
40+ Package exported successfully!
41+ Size: ~8 MB
42+
43+ This menu item is only available in the source code (not in exported packages) since ``PackageExporter.cs `` is excluded from the ``.unitypackage ``.
You can’t perform that action at this time.
0 commit comments