Skip to content

Commit ca06f46

Browse files
author
kstreicher
committed
fix: Reset project version to 2019.3.0f1 and remove all related changes (+1 squashed commits)
[817e4ec] fix(build): Replace zenject.ref.asmref with Zenject.SampledBuilder.Editor.asmdef which is only included in the editor to avoid usage of UnityEditor outside of the editor (+1 squashed commits) [8f9dafb] fix(.gitignore): Ignore UnityProject/UserSettings/* which is a new user specific folder, which previously was stored in /Library (see https://forum.unity.com/threads/whats-the-usersettings-directory.754436/#post-5029937) fix(packages-lock.json): Should be checked in, but wasn't or did not exist in the old unity version (+1 squashed commits) [1f431e3] fix(161): Update zenject.asmdef to specify all default values
1 parent c2e3350 commit ca06f46

File tree

3 files changed

+25
-0
lines changed

3 files changed

+25
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ project_root_marker
1818

1919
# Added by Mathijs:
2020
.DS_Store
21+
UnityProject/UserSettings/
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "Zenject.SampleBuilder.Editor",
3+
"references": [
4+
"GUID:0d8beb7f090555447a6cf5ce9e54dbb4"
5+
],
6+
"includePlatforms": [
7+
"Editor"
8+
],
9+
"excludePlatforms": [],
10+
"allowUnsafeCode": false,
11+
"overrideReferences": true,
12+
"precompiledReferences": [],
13+
"autoReferenced": false,
14+
"defineConstraints": [],
15+
"versionDefines": [],
16+
"noEngineReferences": false
17+
}

UnityProject/Assets/SampleBuilder/Editor/Zenject.SampleBuilder.Editor.asmdef.meta

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)