religion/Assets/AmplifyShaderEditor
Roman ca1cc0162d 任务:编写留言系统、替换和实装美术素材
1.编写留言系统
(1.当玩家无Catch的时候,记录长按Y的时间,若时间大于两秒,呼唤UI,触发相应事件

*.编写撰写留言板逻辑
(*.清空操作地图
(1.呼出留言板UI
(2.当按下确认键,确认建立一个本地留言板,并初始化该本地留言板,恢复操作地图
(3.将留言板数据传向云端

*.编写留言板逻辑
(1.内含BoardInfo内的信息
(2.继承于可交互物体
(3.当交互,呼出留言板UI,显示内容、UID等信息
(4.当按下返回键,关闭UI

*.编写拉取留言板系统
(1.加在开幕演出中,开幕时呼叫sql上的脚本,拉取若干条留言板
(2.在场景内创建留言板,并初始化信息

*.替换和实装美术素材,增加部分动画
1.增加村内上树动画
2.更新村场景,使得玩家可以走到村下
3.制作以撒闪电攻击动画
4.制作以撒冲撞攻击动画
5.制作以撒雕像碎裂动画
6.贴上对话框
7.制作以撒闪电攻击动画
8.制作村民和贵族的待机角色
9.制作特洛伊木马死亡动画
10.制作特洛伊木马的喷射动画

*优化和修复
1.修复佛教前置关掉怪陷阱有时不会触发的问题
2.重做渲染层,避免出现覆盖问题
3.修复玩家会卡在村里桥上的问题
4.解决了屎山代码的warming问题
5.删除了子弹时间,效果太差

建议:
1.给击中添加一些效果,目前还是打击感太弱
2.目前木马死后,灰尘不会消失

*.至此,留言系统全部完成

下班
2021-12-25 00:37:29 +08:00
..
2021-12-22 10:01:30 +08:00
2021-12-22 10:01:30 +08:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

About

  Amplify Shader Editor (c) Amplify Creations, Lda. All rights reserved.

  Amplify Shader Editor is a node-based shader creation tool for Unity 5
	 
  Redistribution of Amplify Shader Editor is frowned upon. If you want to share the 
  software, please refer others to the official product page:

    http://amplify.pt/unity/amplify-shader-editor/
	
Description

 Amplify Shader Editor is a node-based shader creation tool inspired by industry leading
 editors. An open and tightly integrated solution, it provides a familiar and consistent
 development environment that seamlessly blends with Unitys UI conventions and Shader use.
	
Features

  * Intuitive, familiar interface
  * Node based creation
  * Full source-code
  * Extensive node library
  * Growing sample collection
  * Open to user requests and contributions
  * Integrated Texture Array Creator tool
  * Node API
  * Custom Shader Templates
  * SRP HD and Lightweight support

Supported Platforms

  * All platforms 

Minimum Requirements

  Software

    Unity 5+

Quick Guide Amplify Shader Editor
  
  1) Open the editor canvas located in the main menu under Window > Amplify Shader Editor > Open Canvas.
  2) Create an Amplify Shader via the Menu under Assets > Create > Shaders > Amplify Surface shader.
  3) Double-click an ASE shader to open it in the ASE canvas.
  4) Create a new material and set its shader to the newly created Amplify Shader.
  5) Node and shader properties are on the left side, node list on the right.
  6) Drag out nodes from the node palette list on the right, or right-click anywhere in the canvas to open  
     a simpler searchable node list.
  7) Data flows from left to right, drag wires from node Input/Output ports to create connections.
  8) The 4 buttons on the main canvas next to the node and shader properties on the upper-left area serve as the main 
     save and update buttons. Button 1: Update and Save shader, Button 2: LIVE mode, automatically updates
     and saves the active shader, Button 3: Remove disconnected nodes, Button 4: Open shader in text editor.
  9) Quick access to current shader or material in use by hitting bottom left and or right buttons on main canvas
  10) Consult the Manual below for detailed information.
  
Quick Guide Texture Array Creator
  
  1) Open the tool in the main menu under Window > Amplify Shader Editor > Texture Array Creator
  2) Specify the desired Width and Height for the Texture Array through the X and Y Size
  3) Configure your texture properties
  4) Set your array Name and Path
  5) Add elements to the array by hitting the (+) button over the Texture List area and assign textures to them
  6) Hit the Build Array button on the top of the window to build your new Texture Array
  7) Please notice that you can't load previously created texture arrays into the tool so maintain it open until all the tweaks on the array are done

Documentation

  Please refer to the following website for an up-to-date online manual:

    http://amplify.pt/unity/amplify-shader-editor/manual
	
Nodes

  Please refer to the following website for a searchable node list:

    http://amplify.pt/unity/amplify-shader-editor/nodes
	
	
Feedback

  To file error reports, questions or suggestions, you may use 
  our feedback form online:
	
    http://amplify.pt/contact

  Or contact us directly:

    For general inquiries - info@amplify.pt
    For technical support - support@amplify.pt (customers only)