Over 11,000 five-star assets
Rated by 85,000+ customers
Supported by 100,000+ forum members
Every asset moderated by Unity
Unity Version | Built-in | URP | HDRP |
---|---|---|---|
2020.3.48f1 | Compatible | Compatible | Compatible |
Just use the C# language to make your project hot updatable, including CODE!
More detail in official website
New online game demo 'TreasureBox' with full server code and client code. If you want to develop online games, you can build on this foundation.
FAQ
You can discuss any questions or issues or suggestions about C#Like in Discord: C#Like Server
This framework demo: C#Like demo and C#LikeFree demo, below is Introduction Tutorial:
- How to import the C#LikeFree hot update framework?
- 1 Create an empty 2D/3D project, e.g. CSharpLikeFree.
- 2 Import asset C#LikeFree hot update framework.
- 3 Open scene: 'Assets\C#Like\Runtime\Scenes\DefaultNoneHotUpdateScene.unity' and set as default scene
- How to build a blank initial package project that without any game code and resource?
- 1 Import asset C#LikeFree hot update framework.
- 2 Delete all hot update script and hot update resource, just keep the none hot update script and none hot update resource if it has. e.g. the direstory 'NoneHotUpdateScripts' and '*.asmdef'.
- 3 In panel 'C#Like Setting': 'Is Debug Mode' uncheck; 'Automatic Compile' uncheck.
- 4 Delete directory 'Assets\StreamingAssets\AssetBundles' if it has.
- How to setting and testing and export build-in demo?
- 1 Setting: Menu 'Window' -> 'C#Like' -> 'C#Like Setting' -> 'Current project' choose 'BuildInDemo' -> Click button 'Rebuild Scripts'.
- 2 Testing: Click to run directly in the Unity editor.
- 3 Export: It was exported automatically while testing, and you also can manually click button 'Rebuild Scripts' in 'C#Like Setting' panel. Final AssetBundle directory: 'AssetBundles\BuildInDemo'
- How to setting and testing and export online game demo 'TreasureBox'?
- 1 Setting: Menu 'Window' -> 'C#Like' -> 'C#Like Setting' -> 'Current project' choose 'TreasureBox' -> Click button 'Rebuild Scripts'.
- 2 Testing: Click to run directly in the Unity editor.
- 3 Export: It was exported automatically while testing, and you also can manually click button 'Rebuild Scripts' in 'C#Like Setting' panel. Final AssetBundle directory: 'AssetBundles\TreasureBox'
- How to setting and testing and export the game 'Tanks! Tutorial' that had been converted into hot update project?
- 1 Setting: Menu 'Window' -> 'C#Like' -> 'C#Like Setting' -> 'Current project' choose 'Tank' -> Click button 'Rebuild Scripts'.
- 2 Testing: Click to run directly in the Unity editor. You can open scene 'Assets\C#Like\Demos\Tank\HotUpdateScenes\_Complete-Game_HotUpdate.unity' to quick testing.
- 3 Export: It was exported automatically while testing, and you also can manually click button 'Rebuild Scripts' in 'C#Like Setting' panel. Final AssetBundle directory: 'AssetBundles\Tank'
- How to setting and testing and export the game 'Platformer Microgame' that had been converted into hot update project?
- 1 Setting: Menu 'Window' -> 'C#Like' -> 'C#Like Setting' -> 'Current project' choose 'Platformer' -> Click button 'Rebuild Scripts'.
- 2 Testing: Click to run directly in the Unity editor. You can open scene 'Assets\C#Like\Demos\Platformer\HotUpdateScenes\PlatformerHotUpdate.unity' to quick testing.
- 3 Export: It was exported automatically while testing, and you also can manually click button 'Rebuild Scripts' in 'C#Like Setting' panel. Final AssetBundle directory: 'AssetBundles\Platformer'
- Export final package:
- 1 Open the blank initial package project in pre step.
- 2 The final AssetBundle directory just exported in pre steps, copy them into directory 'AssetBundles\'.
- 3 Merge file 'link.xml' and AOT code: Just click button 'Merge JSON manually' in panel'C#Like Setting'.
- 4 Export final package, e.g. export WebGL platform and public to your web server.
- 5 Upload the whole directory 'AssetBundles\' to your web server for download.
- 6 Final URL: https://www.csharplike.com/treasureboxfree/index.html
Free trail
C#LikeFree is the LIMIT version of C#Like. You can try to find out C#Like whether worth buying by on trial the C#LikeFree. We strongly recommend downloading the demo project above for testing.