【m】build apk 开发

This commit is contained in:
2025-07-02 16:28:08 +08:00
parent ec8b2f7e25
commit 986c610ef2
58 changed files with 1480 additions and 2914 deletions

View File

@@ -0,0 +1,29 @@
using System.Collections;
using System.Collections.Generic;
using Stary.Evo;
using Stary.Evo.Editor;
using UnityEditor;
using UnityEngine;
[CustomEditor(typeof(HotfixMainResDomain))]
public class HotfixMainResDomainEditor : UnityEditor.Editor
{
/// <summary>
/// 序列化属性在OnEnable中获取
/// </summary>
[HideInInspector]
private SerializedProperty projectInfo;
private void OnEnable()
{
projectInfo = serializedObject.FindProperty("projectInfo");
}
public override void OnInspectorGUI()
{
base.OnInspectorGUI();
HotfixMainResDomain hotfixMainResDomain = (HotfixMainResDomain)target;
hotfixMainResDomain.projectInfo.projectPackageName = $"com.xosmo.{hotfixMainResDomain.projectInfo.projectCode}";
}
}

View File

@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: cb7e2ce39e1df99428ebf42ff0e04a19
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant: