Giter Site home page Giter Site logo

学习中遇到几处bug about halfslg HOT 1 OPEN

elsong823 avatar elsong823 commented on August 27, 2024
学习中遇到几处bug

from halfslg.

Comments (1)

doggyfish avatar doggyfish commented on August 27, 2024

时隔多年 大佬的博客以及repo还是slg的最好的学习素材 只能在此留言感谢。
S11倒成exe时报错是因为没有 unity3d文件 也就是没有asset bundle. 在build run下 是靠asset bundle来实现的
大佬已经提供了 asset bundle的现成工具 把menu item uncomment即可 注意设置自己环境相对应的BuildTarget
//生成bundle
[MenuItem("EL_Tools/BuildAssetBundle")]
public static void BuildAssetBundle()
{
BuildAssetBundleToFolder(Application.streamingAssetsPath, BuildTarget.StandaloneWindows64);
}

S12的问题好像是没有设置BuildSetting里的场景 确保start和battle场景都添加了 同时确保顺序正确 先start在battle.

from halfslg.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.