English 中文(简体)
你们如何将热重物资产排除在团结游戏之外
原标题:How do you exclude the Hot Reload asset from Unity game builds

I recently started using the Hot Reload asset for Unity. I would like to continue using it in the Unity editor, but I don t need to include it in game builds. I ve tried opening the Hot Reload window, but it only shows a button for starting Hot Reload, not any settings. So I looked under Project Settings -> Player, but I can t seem to find anything about Hot Reload there. I know that it s being included in my game builds, because I saw it imported during the build, and I know that the asset supports use on device, not just in the editor, but I would prefer to simply leave it out of my builds if possible.

问题回答

顺便提一下,由于窗户没有足够扩大,我无法打开“热后再载”窗口的门槛。 见这些屏幕:

Before expanding (the menu icon at the bottom only showed Suggestions and Timeline): before expanding

After expanding: after expanding





相关问题
Finding the angle of a fleeing dodo

I want my critter AI to run directly away from the player when the player kicks it, and I don t know the math nor the syntax to calculate that angle. They are two characters moving independently ...

Game engines for iPhone vs. native iPhone sdk development

What are people s opinions and/or experiences with game engines such as Unity or Torque Engine? If one were new to iPhone game dev is it worth it to learn one of the engines? What is the performance ...

Random 2d movement (similar to flies) in Unity3d

I want to add random movement to some of my game objects similar to the way flies swarm in Unity3D. I ve developed a method using the addforce() method but would like to bypass the physics engine. ...

热门标签