1
This commit is contained in:
@@ -49,6 +49,8 @@ namespace Net.Like.Xue.Tokyo
|
||||
|
||||
var serviceCollection = BITApp.ServiceCollection = new ServiceCollection();
|
||||
|
||||
serviceCollection.AddSingleton(source);
|
||||
|
||||
serviceCollection.AddSingleton<IServiceCollection>(serviceCollection);
|
||||
|
||||
serviceCollection.AddTransient(typeof(ILogger<>),typeof( UnityLogger<>));
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" xsi="http://www.w3.org/2001/XMLSchema-instance" engine="UnityEngine.UIElements" editor="UnityEditor.UIElements" noNamespaceSchemaLocation="../../../UIElementsSchema/UIElements.xsd" editor-extension-mode="False">
|
||||
<ui:Template name="BITConsole" src="project://database/Assets/BITKit/Unity/UX/BITConsole.uxml?fileID=9197481963319205126&guid=b42b9a148466f1f41a27bfc482972943&type=3#BITConsole" />
|
||||
<ui:Instance template="BITConsole" name="BITConsole" picking-mode="Ignore" style="flex-grow: 1;" />
|
||||
</ui:UXML>
|
||||
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" xsi="http://www.w3.org/2001/XMLSchema-instance" engine="UnityEngine.UIElements" editor="UnityEditor.UIElements" noNamespaceSchemaLocation="../../../UIElementsSchema/UIElements.xsd" editor-extension-mode="False">
|
||||
<ui:Template name="BITConsole" src="project://database/Assets/BITKit/Unity/UX/BITConsole.uxml?fileID=9197481963319205126&guid=b42b9a148466f1f41a27bfc482972943&type=3#BITConsole" />
|
||||
<ui:Instance template="BITConsole" name="BITConsole" picking-mode="Ignore" style="flex-grow: 1;" />
|
||||
</ui:UXML>
|
Reference in New Issue
Block a user