0.9.9a => 1.0.0a
Closed this issue · 3 comments
Am overwrite Assets in my project, and get errors
Assets/UI.Windows/Components/Default/Basic/Buttons/Old/ButtonHoverComponent.cs(11,22): error CS0101: The namespace UnityEngine.UI.Windows.Components' already contains a definition for
ButtonHoverComponent'
Assets/UI.Windows/Components/Default/Basic/Buttons/Old/ButtonWithImageComponent.cs(10,22): error CS0101: The namespace UnityEngine.UI.Windows.Components' already contains a definition for
ButtonWithImageComponent'
Assets/UI.Windows/Components/Default/Basic/Buttons/Old/ButtonWithTextAndImageComponent.cs(10,22): error CS0101: The namespace UnityEngine.UI.Windows.Components' already contains a definition for
ButtonWithTextAndImageComponent'
Assets/UI.Windows/Components/Default/Basic/Buttons/Old/ButtonWithTextComponent.cs(9,22): error CS0101: The namespace UnityEngine.UI.Windows.Components' already contains a definition for
ButtonWithTextComponent'
ButtonHover, ButtonWithImage, ButtonWithText, ButtonWithTextAndImage were
moved into Old folder. Check it. All of Old files were deprecated.
On Thursday, October 8, 2015, ladon notifications@github.com wrote:
Am overwrite Assets in my project, and get errors
Assets/UI.Windows/Components/Default/Basic/Buttons/Old/ButtonHoverComponent.cs(11,22):
error CS0101: The namespace UnityEngine.UI.Windows.Components' already
contains a definition forButtonHoverComponent'Assets/UI.Windows/Components/Default/Basic/Buttons/Old/ButtonWithImageComponent.cs(10,22):
error CS0101: The namespace UnityEngine.UI.Windows.Components' already
contains a definition forButtonWithImageComponent'Assets/UI.Windows/Components/Default/Basic/Buttons/Old/ButtonWithTextAndImageComponent.cs(10,22):
error CS0101: The namespace UnityEngine.UI.Windows.Components' already
contains a definition forButtonWithTextAndImageComponent'Assets/UI.Windows/Components/Default/Basic/Buttons/Old/ButtonWithTextComponent.cs(9,22):
error CS0101: The namespace UnityEngine.UI.Windows.Components' already
contains a definition forButtonWithTextComponent'—
Reply to this email directly or view it on GitHub
#23.
So need to delete them? Mb delete files from git?
In git it must be ok. Check them.
On Thursday, October 8, 2015, ladon notifications@github.com wrote:
So need to delete them? Mb delete files from git?
—
Reply to this email directly or view it on GitHub
#23 (comment)
.