jeffcampbellmakesgames / Genesis

A general purpose code generator library for Unity
MIT License
74 stars 8 forks source link

[BUG] `unity_temp_config` file being created with a double file extension `.json.json` #34

Closed ryanwiesjahn closed 2 years ago

ryanwiesjahn commented 2 years ago

Describe the bug When installing Genesis (and Entitas Redux) into a project for the first time, I experienced an issue where the unity_temp_config file was being created with a double file extension unity_temp_config.json.json. This caused Genesis to not be able to find any plugins, and thus not generate any code.

Operating System: macOS 12.3.1

Unity Version: Unity 2021.3.0f1

Genesis Version: v2.4.6

To Reproduce Go through the normal installation process as described in the Genesis and Entitas Redux Wikis.

Expected behavior The unity_temp_config file is created with the proper extension, i.e. unity_temp_config.json

Screenshots and Files: Auto Import - Output.txt Generate - Output.txt

Screen_Shot_2022-04-28_at_11 16 46_AM

Additional context

jeffcampbellmakesgames commented 2 years ago

Hi @ryanwiesjahn. This has been fixed in Genesis v2.4.7 and Entitas Redux 2.1.4.